1 |
object Info_piece: TInfo_piece
|
2 |
Left = 227
|
3 |
Top = 159
|
4 |
ActiveControl = Button1
|
5 |
BorderStyle = bsDialog
|
6 |
Caption = 'Caractéristiques de la pièce'
|
7 |
ClientHeight = 273
|
8 |
ClientWidth = 768
|
9 |
Color = clBtnFace
|
10 |
Font.Charset = DEFAULT_CHARSET
|
11 |
Font.Color = clWindowText
|
12 |
Font.Height = -11
|
13 |
Font.Name = 'MS Sans Serif'
|
14 |
Font.Style = []
|
15 |
OldCreateOrder = True
|
16 |
OnClose = FormClose
|
17 |
OnCreate = FormCreate
|
18 |
PixelsPerInch = 96
|
19 |
TextHeight = 13
|
20 |
object GroupBox1: TGroupBox
|
21 |
Left = 24
|
22 |
Top = 8
|
23 |
Width = 417
|
24 |
Height = 217
|
25 |
Caption = 'Geométrie'
|
26 |
TabOrder = 10
|
27 |
object Label1: TLabel
|
28 |
Left = 8
|
29 |
Top = 16
|
30 |
Width = 23
|
31 |
Height = 13
|
32 |
Caption = 'Xmin'
|
33 |
end
|
34 |
object Label2: TLabel
|
35 |
Left = 8
|
36 |
Top = 56
|
37 |
Width = 23
|
38 |
Height = 13
|
39 |
Caption = 'Ymin'
|
40 |
end
|
41 |
object Label3: TLabel
|
42 |
Left = 8
|
43 |
Top = 96
|
44 |
Width = 23
|
45 |
Height = 13
|
46 |
Caption = 'Zmin'
|
47 |
end
|
48 |
object Label7: TLabel
|
49 |
Left = 8
|
50 |
Top = 176
|
51 |
Width = 102
|
52 |
Height = 13
|
53 |
Caption = 'Centre de la pièce : X'
|
54 |
end
|
55 |
object Label4: TLabel
|
56 |
Left = 200
|
57 |
Top = 16
|
58 |
Width = 26
|
59 |
Height = 13
|
60 |
Caption = 'Xmax'
|
61 |
end
|
62 |
object Label5: TLabel
|
63 |
Left = 200
|
64 |
Top = 56
|
65 |
Width = 26
|
66 |
Height = 13
|
67 |
Caption = 'Ymax'
|
68 |
end
|
69 |
object Label6: TLabel
|
70 |
Left = 200
|
71 |
Top = 96
|
72 |
Width = 26
|
73 |
Height = 13
|
74 |
Caption = 'Zmax'
|
75 |
end
|
76 |
object Label8: TLabel
|
77 |
Left = 208
|
78 |
Top = 176
|
79 |
Width = 7
|
80 |
Height = 13
|
81 |
Caption = 'Y'
|
82 |
end
|
83 |
object Label9: TLabel
|
84 |
Left = 312
|
85 |
Top = 176
|
86 |
Width = 7
|
87 |
Height = 13
|
88 |
Caption = 'Z'
|
89 |
end
|
90 |
end
|
91 |
object Button1: TButton
|
92 |
Left = 336
|
93 |
Top = 240
|
94 |
Width = 121
|
95 |
Height = 25
|
96 |
Caption = 'Ok'
|
97 |
TabOrder = 0
|
98 |
OnClick = Button1Click
|
99 |
end
|
100 |
object Edit1: TEdit
|
101 |
Left = 64
|
102 |
Top = 24
|
103 |
Width = 129
|
104 |
Height = 21
|
105 |
TabStop = False
|
106 |
AutoSelect = False
|
107 |
ReadOnly = True
|
108 |
TabOrder = 1
|
109 |
end
|
110 |
object Edit2: TEdit
|
111 |
Left = 64
|
112 |
Top = 64
|
113 |
Width = 129
|
114 |
Height = 21
|
115 |
TabStop = False
|
116 |
AutoSelect = False
|
117 |
ReadOnly = True
|
118 |
TabOrder = 2
|
119 |
end
|
120 |
object Edit3: TEdit
|
121 |
Left = 64
|
122 |
Top = 104
|
123 |
Width = 129
|
124 |
Height = 21
|
125 |
TabStop = False
|
126 |
AutoSelect = False
|
127 |
ReadOnly = True
|
128 |
TabOrder = 3
|
129 |
end
|
130 |
object Edit4: TEdit
|
131 |
Left = 264
|
132 |
Top = 24
|
133 |
Width = 129
|
134 |
Height = 21
|
135 |
TabStop = False
|
136 |
AutoSelect = False
|
137 |
ReadOnly = True
|
138 |
TabOrder = 4
|
139 |
Text = 'Edit4'
|
140 |
end
|
141 |
object Edit5: TEdit
|
142 |
Left = 264
|
143 |
Top = 64
|
144 |
Width = 129
|
145 |
Height = 21
|
146 |
TabStop = False
|
147 |
AutoSelect = False
|
148 |
ReadOnly = True
|
149 |
TabOrder = 5
|
150 |
Text = 'Edit5'
|
151 |
end
|
152 |
object Edit6: TEdit
|
153 |
Left = 264
|
154 |
Top = 104
|
155 |
Width = 129
|
156 |
Height = 21
|
157 |
TabStop = False
|
158 |
AutoSelect = False
|
159 |
ReadOnly = True
|
160 |
TabOrder = 6
|
161 |
Text = 'Edit6'
|
162 |
end
|
163 |
object Edit7: TEdit
|
164 |
Left = 144
|
165 |
Top = 184
|
166 |
Width = 73
|
167 |
Height = 21
|
168 |
TabStop = False
|
169 |
AutoSelect = False
|
170 |
ReadOnly = True
|
171 |
TabOrder = 7
|
172 |
Text = 'Edit7'
|
173 |
end
|
174 |
object Edit8: TEdit
|
175 |
Left = 248
|
176 |
Top = 184
|
177 |
Width = 73
|
178 |
Height = 21
|
179 |
TabStop = False
|
180 |
AutoSelect = False
|
181 |
ReadOnly = True
|
182 |
TabOrder = 8
|
183 |
Text = 'Edit7'
|
184 |
end
|
185 |
object Edit9: TEdit
|
186 |
Left = 352
|
187 |
Top = 184
|
188 |
Width = 73
|
189 |
Height = 21
|
190 |
TabStop = False
|
191 |
AutoSelect = False
|
192 |
ReadOnly = True
|
193 |
TabOrder = 9
|
194 |
Text = 'Edit7'
|
195 |
end
|
196 |
object GroupBox2: TGroupBox
|
197 |
Left = 456
|
198 |
Top = 8
|
199 |
Width = 281
|
200 |
Height = 217
|
201 |
Caption = 'Maillage'
|
202 |
TabOrder = 11
|
203 |
object Label10: TLabel
|
204 |
Left = 8
|
205 |
Top = 16
|
206 |
Width = 90
|
207 |
Height = 13
|
208 |
Caption = 'Nombre de noeuds'
|
209 |
end
|
210 |
object Label11: TLabel
|
211 |
Left = 8
|
212 |
Top = 56
|
213 |
Width = 100
|
214 |
Height = 13
|
215 |
Caption = 'Nombre de segments'
|
216 |
end
|
217 |
object Label12: TLabel
|
218 |
Left = 8
|
219 |
Top = 104
|
220 |
Width = 94
|
221 |
Height = 13
|
222 |
Caption = 'Nombre de triangles'
|
223 |
end
|
224 |
object Label13: TLabel
|
225 |
Left = 8
|
226 |
Top = 152
|
227 |
Width = 108
|
228 |
Height = 13
|
229 |
Caption = 'Nombre de tetrahedres'
|
230 |
end
|
231 |
object Edit10: TEdit
|
232 |
Left = 136
|
233 |
Top = 16
|
234 |
Width = 129
|
235 |
Height = 21
|
236 |
TabStop = False
|
237 |
AutoSelect = False
|
238 |
ReadOnly = True
|
239 |
TabOrder = 0
|
240 |
Text = 'Edit10'
|
241 |
end
|
242 |
object Edit11: TEdit
|
243 |
Left = 136
|
244 |
Top = 56
|
245 |
Width = 129
|
246 |
Height = 21
|
247 |
TabStop = False
|
248 |
AutoSelect = False
|
249 |
ReadOnly = True
|
250 |
TabOrder = 1
|
251 |
Text = 'Edit11'
|
252 |
end
|
253 |
object Edit12: TEdit
|
254 |
Left = 136
|
255 |
Top = 104
|
256 |
Width = 129
|
257 |
Height = 21
|
258 |
TabStop = False
|
259 |
AutoSelect = False
|
260 |
ReadOnly = True
|
261 |
TabOrder = 2
|
262 |
Text = 'Edit12'
|
263 |
end
|
264 |
object Edit13: TEdit
|
265 |
Left = 136
|
266 |
Top = 152
|
267 |
Width = 129
|
268 |
Height = 21
|
269 |
TabStop = False
|
270 |
AutoSelect = False
|
271 |
ReadOnly = True
|
272 |
TabOrder = 3
|
273 |
Text = 'Edit13'
|
274 |
end
|
275 |
end
|
276 |
end
|