ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/mesh/Configure.dfm
Revision: 3
Committed: Tue Jun 12 12:42:51 2007 UTC (17 years, 11 months ago)
File size: 8203 byte(s)
Log Message:

File Contents

# Content
1 object Ccolor: TCcolor
2 Left = 185
3 Top = 13
4 Width = 256
5 Height = 464
6 Caption = 'Configure Rendu'
7 Color = clBtnFace
8 Font.Charset = ANSI_CHARSET
9 Font.Color = clBlack
10 Font.Height = -11
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 Icon.Data = {
14 0000010001002020100000000000E80200001600000028000000200000004000
15 0000010004000000000080020000000000000000000000000000000000000000
16 000000008000008000000080800080000000800080008080000080808000C0C0
17 C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
18 0000000000000000000000000000000000000000007777770000000000000000
19 0000000000000007000000000000000000000000000000070000000000000000
20 0000000000777007000000000000000000077070007770070000700000000000
21 0077000700787000000007000000000007708000077877000070007000000000
22 07088807777777770777000700000000008F88877FFFFF077887700700000000
23 00088888F88888FF08870070000000000000880888877778F070007000000007
24 77088888880007778F770077777000700008F088007777077F07000000700700
25 008F08880800077778F7700000700708888F0880F08F807078F7777700700708
26 F88F0780F070F07078F7887700700708888F0780F077807088F7777700700700
27 008F0788FF00080888F77000007000000008F0780FFFF0088F77007000000000
28 0008F07788000888887700700000000000008F07788888880870007000000000
29 00088FF0077788088887000700000000008F888FF00000F87887700700000000
30 0708F8088FFFFF88078700700000000007708000088888000070070000000000
31 0077007000888007000070000000000000077700008F80070007000000000000
32 0000000000888007000000000000000000000000000000070000000000000000
33 000000000777777700000000000000000000000000000000000000000000FFFF
34 FFFFFFFC0FFFFFFC0FFFFFF80FFFFFF80FFFFE180E7FFC00043FF800001FF800
35 000FF800000FFC00001FFE00001FE0000001C000000180000001800000018000
36 00018000000180000001FC00001FFC00001FFE00001FFC00000FF800000FF800
37 001FF800003FFC180C7FFE380EFFFFF80FFFFFF80FFFFFF80FFFFFFFFFFF}
38 OldCreateOrder = True
39 OnClose = FormClose
40 OnPaint = FormPaint
41 PixelsPerInch = 96
42 TextHeight = 13
43 object Label1: TLabel
44 Left = 16
45 Top = 104
46 Width = 66
47 Height = 13
48 Caption = 'Bord de maille'
49 end
50 object Label2: TLabel
51 Left = 16
52 Top = 152
53 Width = 42
54 Height = 13
55 Caption = 'Couleur1'
56 Font.Charset = ANSI_CHARSET
57 Font.Color = clBlack
58 Font.Height = -11
59 Font.Name = 'MS Sans Serif'
60 Font.Style = []
61 ParentFont = False
62 end
63 object Label3: TLabel
64 Left = 16
65 Top = 176
66 Width = 42
67 Height = 13
68 Caption = 'Couleur2'
69 end
70 object Label4: TLabel
71 Left = 16
72 Top = 200
73 Width = 42
74 Height = 13
75 Caption = 'Couleur3'
76 end
77 object Label5: TLabel
78 Left = 16
79 Top = 224
80 Width = 42
81 Height = 13
82 Caption = 'Couleur4'
83 end
84 object Label6: TLabel
85 Left = 16
86 Top = 248
87 Width = 42
88 Height = 13
89 Caption = 'Couleur5'
90 end
91 object Label7: TLabel
92 Left = 16
93 Top = 272
94 Width = 42
95 Height = 13
96 Caption = 'Couleur6'
97 end
98 object Label8: TLabel
99 Left = 16
100 Top = 296
101 Width = 42
102 Height = 13
103 Caption = 'Couleur7'
104 end
105 object Label9: TLabel
106 Left = 16
107 Top = 320
108 Width = 42
109 Height = 13
110 Caption = 'Couleur8'
111 end
112 object Label10: TLabel
113 Left = 16
114 Top = 344
115 Width = 42
116 Height = 13
117 Caption = 'Couleur9'
118 end
119 object Label11: TLabel
120 Left = 16
121 Top = 368
122 Width = 48
123 Height = 13
124 Caption = 'Couleur10'
125 end
126 object Label12: TLabel
127 Left = 16
128 Top = 64
129 Width = 62
130 Height = 13
131 Caption = 'Fond d'#39'ecran'
132 end
133 object Button1: TButton
134 Left = 144
135 Top = 104
136 Width = 89
137 Height = 17
138 Caption = 'Changer'
139 TabOrder = 0
140 OnClick = Button1Click
141 end
142 object Panel1: TPanel
143 Left = 104
144 Top = 104
145 Width = 25
146 Height = 17
147 Color = 4227200
148 TabOrder = 1
149 end
150 object Button2: TButton
151 Left = 144
152 Top = 152
153 Width = 89
154 Height = 17
155 Caption = 'Changer'
156 TabOrder = 2
157 OnClick = Button2Click
158 end
159 object Panel2: TPanel
160 Left = 104
161 Top = 152
162 Width = 25
163 Height = 17
164 Color = 4227200
165 TabOrder = 3
166 end
167 object Button3: TButton
168 Left = 144
169 Top = 176
170 Width = 89
171 Height = 17
172 Caption = 'Changer'
173 TabOrder = 4
174 OnClick = Button3Click
175 end
176 object Panel3: TPanel
177 Left = 104
178 Top = 176
179 Width = 25
180 Height = 17
181 Color = 4227200
182 TabOrder = 5
183 end
184 object Button4: TButton
185 Left = 143
186 Top = 200
187 Width = 89
188 Height = 17
189 Caption = 'Changer'
190 TabOrder = 6
191 OnClick = Button4Click
192 end
193 object Panel4: TPanel
194 Left = 104
195 Top = 200
196 Width = 25
197 Height = 17
198 Color = 4227200
199 TabOrder = 7
200 end
201 object Button5: TButton
202 Left = 143
203 Top = 224
204 Width = 89
205 Height = 17
206 Caption = 'Changer'
207 TabOrder = 8
208 OnClick = Button5Click
209 end
210 object Panel5: TPanel
211 Left = 104
212 Top = 224
213 Width = 25
214 Height = 17
215 Color = 4227200
216 TabOrder = 9
217 end
218 object Button6: TButton
219 Left = 143
220 Top = 248
221 Width = 89
222 Height = 17
223 Caption = 'Changer'
224 TabOrder = 10
225 OnClick = Button6Click
226 end
227 object Panel6: TPanel
228 Left = 104
229 Top = 248
230 Width = 25
231 Height = 17
232 Color = 4227200
233 TabOrder = 11
234 end
235 object Button7: TButton
236 Left = 144
237 Top = 272
238 Width = 89
239 Height = 17
240 Caption = 'Changer'
241 TabOrder = 12
242 OnClick = Button7Click
243 end
244 object Panel7: TPanel
245 Left = 104
246 Top = 272
247 Width = 25
248 Height = 17
249 Color = 4227200
250 TabOrder = 13
251 end
252 object Button8: TButton
253 Left = 144
254 Top = 296
255 Width = 89
256 Height = 17
257 Caption = 'Changer'
258 TabOrder = 14
259 OnClick = Button8Click
260 end
261 object Panel8: TPanel
262 Left = 104
263 Top = 296
264 Width = 25
265 Height = 17
266 Color = 4227200
267 TabOrder = 15
268 end
269 object Button9: TButton
270 Left = 143
271 Top = 320
272 Width = 89
273 Height = 17
274 Caption = 'Changer'
275 TabOrder = 16
276 OnClick = Button9Click
277 end
278 object Panel9: TPanel
279 Left = 104
280 Top = 320
281 Width = 25
282 Height = 17
283 Color = 4227200
284 TabOrder = 17
285 end
286 object Button10: TButton
287 Left = 143
288 Top = 344
289 Width = 89
290 Height = 17
291 Caption = 'Changer'
292 TabOrder = 18
293 OnClick = Button10Click
294 end
295 object Panel10: TPanel
296 Left = 104
297 Top = 344
298 Width = 25
299 Height = 17
300 Color = 4227200
301 TabOrder = 19
302 end
303 object Button11: TButton
304 Left = 143
305 Top = 368
306 Width = 89
307 Height = 17
308 Caption = 'Changer'
309 TabOrder = 20
310 OnClick = Button11Click
311 end
312 object Panel11: TPanel
313 Left = 104
314 Top = 368
315 Width = 25
316 Height = 17
317 Color = 4227200
318 TabOrder = 21
319 end
320 object Button12: TButton
321 Left = 72
322 Top = 400
323 Width = 97
324 Height = 25
325 Caption = 'Ok'
326 TabOrder = 22
327 OnClick = Button12Click
328 end
329 object Button13: TButton
330 Left = 144
331 Top = 16
332 Width = 73
333 Height = 25
334 Caption = 'Enregistrer'
335 TabOrder = 23
336 OnClick = Button13Click
337 end
338 object Button14: TButton
339 Left = 24
340 Top = 16
341 Width = 73
342 Height = 25
343 Caption = 'Ouvrir'
344 TabOrder = 24
345 OnClick = Button14Click
346 end
347 object Panel12: TPanel
348 Left = 104
349 Top = 64
350 Width = 25
351 Height = 17
352 Color = 4227200
353 TabOrder = 25
354 end
355 object Button15: TButton
356 Left = 144
357 Top = 64
358 Width = 89
359 Height = 17
360 Caption = 'Changer'
361 TabOrder = 26
362 OnClick = Button15Click
363 end
364 object ColorDialog1: TColorDialog
365 Ctl3D = True
366 Left = 8
367 Top = 120
368 end
369 object OpenDialog1: TOpenDialog
370 Filter = 'Configuration de rendu|*.ren'
371 Left = 48
372 Top = 120
373 end
374 object SaveDialog1: TSaveDialog
375 Filter = 'Configuration de rendu|*.ren'
376 Left = 80
377 Top = 120
378 end
379 end