-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchoix.dfm
145 lines (145 loc) · 2.66 KB
/
choix.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
object Fchoix: TFchoix
Left = 0
Top = 0
Caption = 'Choix'
ClientHeight = 205
ClientWidth = 488
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
Scaled = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 32
Top = 8
Width = 84
Height = 13
Caption = 'D'#233'but de l'#39'arbre :'
end
object LbMsg: TLabel
Left = 8
Top = 11
Width = 30
Height = 13
Caption = 'LbMsg'
end
object lbChoix: TLabel
Left = 344
Top = 112
Width = 3
Height = 13
Visible = False
end
object lbNiv: TLabel
Left = 38
Top = 122
Width = 100
Height = 13
Caption = 'Nombre de niveaux :'
end
object lbSelect: TLabel
Left = 248
Top = 120
Width = 3
Height = 13
Visible = False
end
object btQuit: TButton
Left = 240
Top = 152
Width = 89
Height = 25
Caption = 'Quitter'
TabOrder = 0
OnClick = btQuitClick
end
object btNew: TButton
Left = 122
Top = 152
Width = 105
Height = 25
Caption = 'Nouvelle personne'
TabOrder = 1
OnClick = btNewClick
end
object RdChoix: TRadioButton
Left = 176
Top = 73
Width = 41
Height = 33
Caption = 'RdChoix'
TabOrder = 2
end
object btValid: TButton
Left = 8
Top = 152
Width = 97
Height = 25
Caption = 'Valider s'#233'lection'
TabOrder = 3
OnClick = btValidClick
end
object cbDebArbre: TComboBox
Left = 122
Top = 8
Width = 247
Height = 21
TabOrder = 4
OnChange = cbDebArbreChange
end
object sgChoix: TStringGrid
Left = 8
Top = 35
Width = 465
Height = 81
ColCount = 1
FixedCols = 0
RowCount = 2
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect]
TabOrder = 5
Visible = False
end
object edNiv: TEdit
Left = 144
Top = 120
Width = 41
Height = 21
TabOrder = 6
end
object ReqChoix: TFDQuery
ConnectionName = 'adn'
Left = 288
Top = 8
end
object dsChoix: TDataSource
DataSet = ReqChoix
Left = 336
Top = 8
end
object BindingsList1: TBindingsList
Methods = <>
OutputConverters = <>
Left = 348
Top = 149
object LinkGridToDataSourceBindSourceDB1: TLinkGridToDataSource
DataSource = BindSourceDB1
GridControl = sgChoix
Columns = <>
end
end
object BindSourceDB1: TBindSourceDB
DataSource = dsChoix
ScopeMappings = <
item
end>
Left = 424
Top = 152
end
end