Statistiques
| Révision:

root / UFIntro.dfm @ 5

Historique | Voir | Annoter | Télécharger (1,739 ko)

1 3 avalancogn
object FIntro: TFIntro
2
  Left = 160
3
  Top = 160
4
  Caption = 'Conditions of use'
5
  ClientHeight = 566
6
  ClientWidth = 592
7
  Color = clBtnFace
8
  Constraints.MinHeight = 200
9
  Constraints.MinWidth = 400
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
12
  Font.Height = -11
13
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
15
  OldCreateOrder = False
16
  Position = poMainFormCenter
17
  OnCreate = FormCreate
18
  OnShow = FormShow
19
  PixelsPerInch = 96
20
  TextHeight = 13
21
  object PBoutons: TPanel
22
    Left = 0
23
    Top = 526
24
    Width = 592
25
    Height = 40
26
    Align = alBottom
27
    BevelOuter = bvNone
28
    TabOrder = 0
29
    DesignSize = (
30
      592
31
      40)
32
    object BBOk: TBitBtn
33
      Left = 416
34
      Top = 8
35
      Width = 80
36
      Height = 25
37
      Anchors = [akTop, akRight]
38
      Caption = 'Accept'
39
      ModalResult = 1
40
      NumGlyphs = 2
41
      TabOrder = 1
42
    end
43
    object BBCancel: TBitBtn
44
      Left = 504
45
      Top = 8
46
      Width = 80
47
      Height = 25
48
      Anchors = [akTop, akRight]
49
      Cancel = True
50
      Caption = 'Refuse'
51
      ModalResult = 2
52
      NumGlyphs = 2
53
      TabOrder = 0
54
    end
55
    object BBClose: TBitBtn
56
      Left = 504
57
      Top = 8
58
      Width = 80
59
      Height = 25
60
      Anchors = [akTop, akRight]
61
      Caption = 'Close'
62
      ModalResult = 2
63
      NumGlyphs = 2
64
      TabOrder = 2
65
      Visible = False
66
    end
67
  end
68
  object REText: TRichEdit
69
    Left = 0
70
    Top = 0
71
    Width = 592
72
    Height = 526
73
    Align = alClient
74
    Font.Charset = ANSI_CHARSET
75
    Font.Color = clWindowText
76
    Font.Height = -11
77
    Font.Name = 'MS Sans Serif'
78
    Font.Style = []
79
    ParentFont = False
80
    ReadOnly = True
81
    ScrollBars = ssBoth
82
    TabOrder = 1
83
  end
84
end