1 |
|
3 |
object Propriete: TPropriete
|
2 |
|
|
Left = 265
|
3 |
|
|
Top = 149
|
4 |
|
|
Width = 664
|
5 |
|
|
Height = 324
|
6 |
|
|
BorderIcons = [biMinimize, biMaximize]
|
7 |
|
|
Caption = 'Propriété de triangle'
|
8 |
|
|
Color = clBtnFace
|
9 |
|
|
Font.Charset = DEFAULT_CHARSET
|
10 |
|
|
Font.Color = clWindowText
|
11 |
|
|
Font.Height = -11
|
12 |
|
|
Font.Name = 'MS Sans Serif'
|
13 |
|
|
Font.Style = []
|
14 |
|
|
OldCreateOrder = False
|
15 |
|
|
OnClose = FormClose
|
16 |
|
|
OnCreate = FormCreate
|
17 |
|
|
PixelsPerInch = 96
|
18 |
|
|
TextHeight = 13
|
19 |
|
|
object SpeedButton1: TSpeedButton
|
20 |
|
|
Left = 40
|
21 |
|
|
Top = 8
|
22 |
|
|
Width = 32
|
23 |
|
|
Height = 32
|
24 |
|
|
Glyph.Data = {
|
25 |
|
|
76010000424D7601000000000000760000002800000020000000100000000100
|
26 |
|
|
04000000000000010000120B0000120B00001000000000000000000000000000
|
27 |
|
|
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
|
28 |
|
|
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
|
29 |
|
|
3333333333333333333333333333333333333333333333333333333333333333
|
30 |
|
|
3333333333333FF3333333333333003333333333333F77F33333333333009033
|
31 |
|
|
333333333F7737F333333333009990333333333F773337FFFFFF330099999000
|
32 |
|
|
00003F773333377777770099999999999990773FF33333FFFFF7330099999000
|
33 |
|
|
000033773FF33777777733330099903333333333773FF7F33333333333009033
|
34 |
|
|
33333333337737F3333333333333003333333333333377333333333333333333
|
35 |
|
|
3333333333333333333333333333333333333333333333333333333333333333
|
36 |
|
|
3333333333333333333333333333333333333333333333333333}
|
37 |
|
|
NumGlyphs = 2
|
38 |
|
|
OnClick = SpeedButton1Click
|
39 |
|
|
end
|
40 |
|
|
object SpeedButton2: TSpeedButton
|
41 |
|
|
Left = 576
|
42 |
|
|
Top = 8
|
43 |
|
|
Width = 32
|
44 |
|
|
Height = 32
|
45 |
|
|
Glyph.Data = {
|
46 |
|
|
76010000424D7601000000000000760000002800000020000000100000000100
|
47 |
|
|
04000000000000010000120B0000120B00001000000000000000000000000000
|
48 |
|
|
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
|
49 |
|
|
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
|
50 |
|
|
3333333333333333333333333333333333333333333333333333333333333333
|
51 |
|
|
3333333333333333333333333333333333333333333FF3333333333333003333
|
52 |
|
|
3333333333773FF3333333333309003333333333337F773FF333333333099900
|
53 |
|
|
33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
|
54 |
|
|
99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
|
55 |
|
|
33333333337F3F77333333333309003333333333337F77333333333333003333
|
56 |
|
|
3333333333773333333333333333333333333333333333333333333333333333
|
57 |
|
|
3333333333333333333333333333333333333333333333333333}
|
58 |
|
|
NumGlyphs = 2
|
59 |
|
|
OnClick = SpeedButton2Click
|
60 |
|
|
end
|
61 |
|
|
object Label1: TLabel
|
62 |
|
|
Left = 112
|
63 |
|
|
Top = 16
|
64 |
|
|
Width = 56
|
65 |
|
|
Height = 19
|
66 |
|
|
Caption = 'Triangle'
|
67 |
|
|
Font.Charset = ANSI_CHARSET
|
68 |
|
|
Font.Color = clWindowText
|
69 |
|
|
Font.Height = -16
|
70 |
|
|
Font.Name = 'Times New Roman'
|
71 |
|
|
Font.Style = [fsBold]
|
72 |
|
|
ParentFont = False
|
73 |
|
|
end
|
74 |
|
|
object Label2: TLabel
|
75 |
|
|
Left = 8
|
76 |
|
|
Top = 72
|
77 |
|
|
Width = 44
|
78 |
|
|
Height = 19
|
79 |
|
|
Caption = 'Noeud'
|
80 |
|
|
Font.Charset = ANSI_CHARSET
|
81 |
|
|
Font.Color = clWindowText
|
82 |
|
|
Font.Height = -16
|
83 |
|
|
Font.Name = 'Times New Roman'
|
84 |
|
|
Font.Style = [fsBold]
|
85 |
|
|
ParentFont = False
|
86 |
|
|
end
|
87 |
|
|
object Label3: TLabel
|
88 |
|
|
Left = 25
|
89 |
|
|
Top = 120
|
90 |
|
|
Width = 11
|
91 |
|
|
Height = 19
|
92 |
|
|
Caption = 'X'
|
93 |
|
|
Font.Charset = ANSI_CHARSET
|
94 |
|
|
Font.Color = clWindowText
|
95 |
|
|
Font.Height = -16
|
96 |
|
|
Font.Name = 'Times New Roman'
|
97 |
|
|
Font.Style = [fsBold]
|
98 |
|
|
ParentFont = False
|
99 |
|
|
end
|
100 |
|
|
object Label4: TLabel
|
101 |
|
|
Left = 25
|
102 |
|
|
Top = 153
|
103 |
|
|
Width = 10
|
104 |
|
|
Height = 19
|
105 |
|
|
Caption = 'Y'
|
106 |
|
|
Font.Charset = ANSI_CHARSET
|
107 |
|
|
Font.Color = clWindowText
|
108 |
|
|
Font.Height = -16
|
109 |
|
|
Font.Name = 'Times New Roman'
|
110 |
|
|
Font.Style = [fsBold]
|
111 |
|
|
ParentFont = False
|
112 |
|
|
end
|
113 |
|
|
object Label5: TLabel
|
114 |
|
|
Left = 26
|
115 |
|
|
Top = 185
|
116 |
|
|
Width = 9
|
117 |
|
|
Height = 19
|
118 |
|
|
Caption = 'Z'
|
119 |
|
|
Font.Charset = ANSI_CHARSET
|
120 |
|
|
Font.Color = clWindowText
|
121 |
|
|
Font.Height = -16
|
122 |
|
|
Font.Name = 'Times New Roman'
|
123 |
|
|
Font.Style = [fsBold]
|
124 |
|
|
ParentFont = False
|
125 |
|
|
end
|
126 |
|
|
object Button1: TButton
|
127 |
|
|
Left = 72
|
128 |
|
|
Top = 240
|
129 |
|
|
Width = 169
|
130 |
|
|
Height = 33
|
131 |
|
|
Caption = 'Ok'
|
132 |
|
|
TabOrder = 0
|
133 |
|
|
OnClick = Button1Click
|
134 |
|
|
end
|
135 |
|
|
object Edit1: TEdit
|
136 |
|
|
Left = 288
|
137 |
|
|
Top = 16
|
138 |
|
|
Width = 257
|
139 |
|
|
Height = 21
|
140 |
|
|
ReadOnly = True
|
141 |
|
|
TabOrder = 1
|
142 |
|
|
OnChange = Edit1Change
|
143 |
|
|
end
|
144 |
|
|
object Edit2: TEdit
|
145 |
|
|
Left = 96
|
146 |
|
|
Top = 119
|
147 |
|
|
Width = 97
|
148 |
|
|
Height = 21
|
149 |
|
|
ReadOnly = True
|
150 |
|
|
TabOrder = 2
|
151 |
|
|
Text = 'Edit2'
|
152 |
|
|
end
|
153 |
|
|
object Edit3: TEdit
|
154 |
|
|
Left = 96
|
155 |
|
|
Top = 152
|
156 |
|
|
Width = 97
|
157 |
|
|
Height = 21
|
158 |
|
|
ReadOnly = True
|
159 |
|
|
TabOrder = 3
|
160 |
|
|
Text = 'Edit2'
|
161 |
|
|
end
|
162 |
|
|
object Edit4: TEdit
|
163 |
|
|
Left = 96
|
164 |
|
|
Top = 184
|
165 |
|
|
Width = 97
|
166 |
|
|
Height = 21
|
167 |
|
|
ReadOnly = True
|
168 |
|
|
TabOrder = 4
|
169 |
|
|
Text = 'Edit2'
|
170 |
|
|
end
|
171 |
|
|
object Edit5: TEdit
|
172 |
|
|
Left = 112
|
173 |
|
|
Top = 72
|
174 |
|
|
Width = 65
|
175 |
|
|
Height = 21
|
176 |
|
|
Ctl3D = True
|
177 |
|
|
ParentCtl3D = False
|
178 |
|
|
ReadOnly = True
|
179 |
|
|
TabOrder = 5
|
180 |
|
|
Text = '1'
|
181 |
|
|
end
|
182 |
|
|
object Edit6: TEdit
|
183 |
|
|
Left = 248
|
184 |
|
|
Top = 72
|
185 |
|
|
Width = 65
|
186 |
|
|
Height = 21
|
187 |
|
|
ReadOnly = True
|
188 |
|
|
TabOrder = 6
|
189 |
|
|
Text = '2'
|
190 |
|
|
end
|
191 |
|
|
object Edit7: TEdit
|
192 |
|
|
Left = 232
|
193 |
|
|
Top = 119
|
194 |
|
|
Width = 97
|
195 |
|
|
Height = 21
|
196 |
|
|
ReadOnly = True
|
197 |
|
|
TabOrder = 7
|
198 |
|
|
Text = 'Edit2'
|
199 |
|
|
end
|
200 |
|
|
object Edit8: TEdit
|
201 |
|
|
Left = 232
|
202 |
|
|
Top = 152
|
203 |
|
|
Width = 97
|
204 |
|
|
Height = 21
|
205 |
|
|
ReadOnly = True
|
206 |
|
|
TabOrder = 8
|
207 |
|
|
Text = 'Edit2'
|
208 |
|
|
end
|
209 |
|
|
object Edit9: TEdit
|
210 |
|
|
Left = 232
|
211 |
|
|
Top = 184
|
212 |
|
|
Width = 97
|
213 |
|
|
Height = 21
|
214 |
|
|
ReadOnly = True
|
215 |
|
|
TabOrder = 9
|
216 |
|
|
Text = 'Edit2'
|
217 |
|
|
end
|
218 |
|
|
object Edit10: TEdit
|
219 |
|
|
Left = 376
|
220 |
|
|
Top = 72
|
221 |
|
|
Width = 65
|
222 |
|
|
Height = 21
|
223 |
|
|
ReadOnly = True
|
224 |
|
|
TabOrder = 10
|
225 |
|
|
Text = '3'
|
226 |
|
|
end
|
227 |
|
|
object Edit11: TEdit
|
228 |
|
|
Left = 360
|
229 |
|
|
Top = 119
|
230 |
|
|
Width = 97
|
231 |
|
|
Height = 21
|
232 |
|
|
ReadOnly = True
|
233 |
|
|
TabOrder = 11
|
234 |
|
|
Text = 'Edit2'
|
235 |
|
|
end
|
236 |
|
|
object Edit12: TEdit
|
237 |
|
|
Left = 360
|
238 |
|
|
Top = 152
|
239 |
|
|
Width = 97
|
240 |
|
|
Height = 21
|
241 |
|
|
ReadOnly = True
|
242 |
|
|
TabOrder = 12
|
243 |
|
|
Text = 'Edit2'
|
244 |
|
|
end
|
245 |
|
|
object Edit13: TEdit
|
246 |
|
|
Left = 360
|
247 |
|
|
Top = 184
|
248 |
|
|
Width = 97
|
249 |
|
|
Height = 21
|
250 |
|
|
ReadOnly = True
|
251 |
|
|
TabOrder = 13
|
252 |
|
|
Text = 'Edit2'
|
253 |
|
|
end
|
254 |
|
|
object Edit14: TEdit
|
255 |
|
|
Left = 504
|
256 |
|
|
Top = 72
|
257 |
|
|
Width = 65
|
258 |
|
|
Height = 21
|
259 |
|
|
ReadOnly = True
|
260 |
|
|
TabOrder = 14
|
261 |
|
|
Text = '3'
|
262 |
|
|
end
|
263 |
|
|
object Edit15: TEdit
|
264 |
|
|
Left = 488
|
265 |
|
|
Top = 119
|
266 |
|
|
Width = 97
|
267 |
|
|
Height = 21
|
268 |
|
|
ReadOnly = True
|
269 |
|
|
TabOrder = 15
|
270 |
|
|
Text = 'Edit2'
|
271 |
|
|
end
|
272 |
|
|
object Edit16: TEdit
|
273 |
|
|
Left = 488
|
274 |
|
|
Top = 152
|
275 |
|
|
Width = 97
|
276 |
|
|
Height = 21
|
277 |
|
|
ReadOnly = True
|
278 |
|
|
TabOrder = 16
|
279 |
|
|
Text = 'Edit2'
|
280 |
|
|
end
|
281 |
|
|
object Edit17: TEdit
|
282 |
|
|
Left = 488
|
283 |
|
|
Top = 184
|
284 |
|
|
Width = 97
|
285 |
|
|
Height = 21
|
286 |
|
|
ReadOnly = True
|
287 |
|
|
TabOrder = 17
|
288 |
|
|
Text = 'Edit2'
|
289 |
|
|
end
|
290 |
|
|
object Button2: TButton
|
291 |
|
|
Left = 392
|
292 |
|
|
Top = 240
|
293 |
|
|
Width = 153
|
294 |
|
|
Height = 33
|
295 |
|
|
Caption = 'Imprimer'
|
296 |
|
|
TabOrder = 18
|
297 |
|
|
OnClick = Button2Click
|
298 |
|
|
end
|
299 |
|
|
object PrintDialog1: TPrintDialog
|
300 |
|
|
Left = 224
|
301 |
|
|
Top = 24
|
302 |
|
|
end
|
303 |
|
|
end
|