root / LicensesMercure / UFUSB.dfm @ 5
Historique | Voir | Annoter | Télécharger (6,506 ko)
1 |
object FUSB: TFUSB |
---|---|
2 |
Left = 0 |
3 |
Top = 120 |
4 |
Caption = 'G'#233'n'#233'ration de licences '#233'ducation pour cl'#233's USB' |
5 |
ClientHeight = 292 |
6 |
ClientWidth = 592 |
7 |
Color = clBtnFace |
8 |
Font.Charset = DEFAULT_CHARSET |
9 |
Font.Color = clWindowText |
10 |
Font.Height = -11 |
11 |
Font.Name = 'MS Sans Serif' |
12 |
Font.Style = [] |
13 |
OldCreateOrder = False |
14 |
OnCreate = FormCreate |
15 |
OnShow = FormShow |
16 |
PixelsPerInch = 96 |
17 |
TextHeight = 13 |
18 |
object LFinalDate: TLabel |
19 |
Left = 16 |
20 |
Top = 268 |
21 |
Width = 49 |
22 |
Height = 13 |
23 |
Caption = 'Date limite' |
24 |
Font.Charset = DEFAULT_CHARSET |
25 |
Font.Color = clWindowText |
26 |
Font.Height = -11 |
27 |
Font.Name = 'MS Sans Serif' |
28 |
Font.Style = [] |
29 |
ParentFont = False |
30 |
end |
31 |
object LDirectory: TLabel |
32 |
Left = 16 |
33 |
Top = 244 |
34 |
Width = 35 |
35 |
Height = 13 |
36 |
Caption = 'Dossier' |
37 |
Font.Charset = DEFAULT_CHARSET |
38 |
Font.Color = clWindowText |
39 |
Font.Height = -11 |
40 |
Font.Name = 'MS Sans Serif' |
41 |
Font.Style = [] |
42 |
ParentFont = False |
43 |
end |
44 |
object GBAjinomoto: TGroupBox |
45 |
Left = 8 |
46 |
Top = 8 |
47 |
Width = 584 |
48 |
Height = 96 |
49 |
Caption = 'Formation' |
50 |
TabOrder = 0 |
51 |
object LAjinomoto: TLabel |
52 |
Left = 8 |
53 |
Top = 20 |
54 |
Width = 37 |
55 |
Height = 13 |
56 |
Caption = 'Num'#233'ro' |
57 |
Font.Charset = DEFAULT_CHARSET |
58 |
Font.Color = clWindowText |
59 |
Font.Height = -11 |
60 |
Font.Name = 'MS Sans Serif' |
61 |
Font.Style = [] |
62 |
ParentFont = False |
63 |
end |
64 |
object LCourse: TLabel |
65 |
Left = 88 |
66 |
Top = 68 |
67 |
Width = 27 |
68 |
Height = 13 |
69 |
Caption = 'Cours' |
70 |
Font.Charset = DEFAULT_CHARSET |
71 |
Font.Color = clWindowText |
72 |
Font.Height = -11 |
73 |
Font.Name = 'MS Sans Serif' |
74 |
Font.Style = [] |
75 |
ParentFont = False |
76 |
end |
77 |
object LFormationDate: TLabel |
78 |
Left = 88 |
79 |
Top = 44 |
80 |
Width = 23 |
81 |
Height = 13 |
82 |
Caption = 'Date' |
83 |
end |
84 |
object LFormationPlace: TLabel |
85 |
Left = 248 |
86 |
Top = 44 |
87 |
Width = 20 |
88 |
Height = 13 |
89 |
Caption = 'Lieu' |
90 |
end |
91 |
object CBAjinomoto: TComboBox |
92 |
Left = 88 |
93 |
Top = 16 |
94 |
Width = 200 |
95 |
Height = 21 |
96 |
Style = csDropDownList |
97 |
ItemHeight = 13 |
98 |
ParentShowHint = False |
99 |
ShowHint = True |
100 |
TabOrder = 0 |
101 |
OnChange = CBAjinomotoChange |
102 |
end |
103 |
object ECourse: TEdit |
104 |
Left = 128 |
105 |
Top = 64 |
106 |
Width = 320 |
107 |
Height = 21 |
108 |
MaxLength = 40 |
109 |
TabOrder = 3 |
110 |
end |
111 |
object EFormationDate: TEdit |
112 |
Left = 128 |
113 |
Top = 40 |
114 |
Width = 80 |
115 |
Height = 21 |
116 |
Enabled = False |
117 |
MaxLength = 10 |
118 |
TabOrder = 1 |
119 |
end |
120 |
object EFormationPlace: TEdit |
121 |
Left = 288 |
122 |
Top = 40 |
123 |
Width = 240 |
124 |
Height = 21 |
125 |
Enabled = False |
126 |
MaxLength = 30 |
127 |
TabOrder = 2 |
128 |
end |
129 |
end |
130 |
object GBUser: TGroupBox |
131 |
Left = 8 |
132 |
Top = 112 |
133 |
Width = 584 |
134 |
Height = 120 |
135 |
Caption = 'Utilisateur' |
136 |
TabOrder = 1 |
137 |
object LUser: TLabel |
138 |
Left = 8 |
139 |
Top = 20 |
140 |
Width = 46 |
141 |
Height = 13 |
142 |
Caption = 'Utilisateur' |
143 |
Font.Charset = DEFAULT_CHARSET |
144 |
Font.Color = clWindowText |
145 |
Font.Height = -11 |
146 |
Font.Name = 'MS Sans Serif' |
147 |
Font.Style = [] |
148 |
ParentFont = False |
149 |
end |
150 |
object LFirstName: TLabel |
151 |
Left = 88 |
152 |
Top = 44 |
153 |
Width = 36 |
154 |
Height = 13 |
155 |
Caption = 'Pr'#233'nom' |
156 |
end |
157 |
object LLastName: TLabel |
158 |
Left = 88 |
159 |
Top = 68 |
160 |
Width = 22 |
161 |
Height = 13 |
162 |
Caption = 'Nom' |
163 |
end |
164 |
object LCompany: TLabel |
165 |
Left = 88 |
166 |
Top = 92 |
167 |
Width = 36 |
168 |
Height = 13 |
169 |
Caption = 'Soci'#233't'#233 |
170 |
end |
171 |
object ECompany: TEdit |
172 |
Left = 168 |
173 |
Top = 88 |
174 |
Width = 320 |
175 |
Height = 21 |
176 |
MaxLength = 30 |
177 |
TabOrder = 3 |
178 |
end |
179 |
object CBUser: TComboBox |
180 |
Left = 88 |
181 |
Top = 16 |
182 |
Width = 400 |
183 |
Height = 21 |
184 |
Style = csDropDownList |
185 |
ItemHeight = 13 |
186 |
ParentShowHint = False |
187 |
ShowHint = True |
188 |
TabOrder = 0 |
189 |
OnChange = CBUserChange |
190 |
end |
191 |
object EFirstName: TEdit |
192 |
Left = 168 |
193 |
Top = 40 |
194 |
Width = 240 |
195 |
Height = 21 |
196 |
MaxLength = 30 |
197 |
TabOrder = 1 |
198 |
end |
199 |
object ELastName: TEdit |
200 |
Left = 168 |
201 |
Top = 64 |
202 |
Width = 240 |
203 |
Height = 21 |
204 |
MaxLength = 30 |
205 |
TabOrder = 2 |
206 |
end |
207 |
end |
208 |
object BBDirectory: TBitBtn |
209 |
Left = 504 |
210 |
Top = 240 |
211 |
Width = 24 |
212 |
Height = 24 |
213 |
Hint = 'S'#233'lectionner le dossier d'#39'installation du logiciel' |
214 |
Caption = '...' |
215 |
DoubleBuffered = True |
216 |
NumGlyphs = 2 |
217 |
ParentDoubleBuffered = False |
218 |
ParentShowHint = False |
219 |
ShowHint = True |
220 |
TabOrder = 3 |
221 |
OnClick = BBDirectoryClick |
222 |
end |
223 |
object BBNext: TBitBtn |
224 |
Left = 200 |
225 |
Top = 264 |
226 |
Width = 24 |
227 |
Height = 24 |
228 |
Hint = 'Enregistrer le fichier de licence' |
229 |
DoubleBuffered = True |
230 |
Glyph.Data = { |
231 |
76010000424D7601000000000000760000002800000020000000100000000100 |
232 |
0400000000000001000000000000000000001000000000000000000000000000 |
233 |
80000080000000808000800000008000800080800000C0C0C000808080000000 |
234 |
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD |
235 |
DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD |
236 |
DDDDDDDDDDDDDDDDDDDDDDDDDDD0DDDDDDDDDDDDDDD8DDDDDDDDDDDDDDD00DDD |
237 |
DDDDDDDDDDD88DDDDDDDDDDDDDD0C0DDDDDDDDDDDDD8D8DDDDDDDDD00000CC0D |
238 |
DDDDDDD88888DD8DDDDDDDD0CCCCCCC0DDDDDDD8DDDDDDD8DDDDDDD0CCCCCCCC |
239 |
0DDDDDD8DDDDDDDD8DDDDDD0CCCCCCC0DDDDDDD8DDDDDDD8DDDDDDD00000CC0D |
240 |
DDDDDDD88888DD8DDDDDDDDDDDD0C0DDDDDDDDDDDDD8D8DDDDDDDDDDDDD00DDD |
241 |
DDDDDDDDDDD88DDDDDDDDDDDDDD0DDDDDDDDDDDDDDD8DDDDDDDDDDDDDDDDDDDD |
242 |
DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD} |
243 |
NumGlyphs = 2 |
244 |
ParentDoubleBuffered = False |
245 |
ParentShowHint = False |
246 |
ShowHint = True |
247 |
TabOrder = 5 |
248 |
OnClick = BBNextClick |
249 |
end |
250 |
object EDirectory: TEdit |
251 |
Left = 96 |
252 |
Top = 240 |
253 |
Width = 400 |
254 |
Height = 21 |
255 |
ReadOnly = True |
256 |
TabOrder = 2 |
257 |
end |
258 |
object DTPFinalDate: TDateTimePicker |
259 |
Left = 96 |
260 |
Top = 264 |
261 |
Width = 96 |
262 |
Height = 21 |
263 |
Date = 38811.777815752300000000 |
264 |
Time = 38811.777815752300000000 |
265 |
Font.Charset = DEFAULT_CHARSET |
266 |
Font.Color = clWindowText |
267 |
Font.Height = -11 |
268 |
Font.Name = 'MS Sans Serif' |
269 |
Font.Style = [] |
270 |
ParentFont = False |
271 |
TabOrder = 4 |
272 |
end |
273 |
object JvSelectDirectory: TJvSelectDirectory |
274 |
Options = [sdPrompt] |
275 |
Left = 536 |
276 |
Top = 240 |
277 |
end |
278 |
end |