-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuParameterDialog.dfm
More file actions
320 lines (320 loc) · 10 KB
/
Copy pathuParameterDialog.dfm
File metadata and controls
320 lines (320 loc) · 10 KB
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
object ParameterDialog: TParameterDialog
Left = 0
Top = 0
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
ActiveControl = edtName
BorderIcons = []
Caption = 'Par'#225'metro'
ClientHeight = 374
ClientWidth = 608
Color = 16774636
Constraints.MaxHeight = 430
Constraints.MaxWidth = 630
Constraints.MinHeight = 430
Constraints.MinWidth = 630
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Tahoma'
Font.Style = []
Position = poOwnerFormCenter
PixelsPerInch = 144
TextHeight = 21
object dxBevel1: TdxBevel
Left = 10
Top = 16
Width = 579
Height = 279
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
LookAndFeel.NativeStyle = False
LookAndFeel.SkinName = 'Blue'
end
object lblName: TLabel
Left = 65
Top = 32
Width = 92
Height = 30
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Caption = 'Nombre :'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -22
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
end
object lblDataType: TLabel
Left = 20
Top = 104
Width = 137
Height = 30
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Caption = 'Tipo de Dato :'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -22
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
end
object lblLength: TLabel
Left = 61
Top = 176
Width = 96
Height = 30
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Caption = 'Longitud :'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -22
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
end
object lblPrecision: TLabel
Left = 60
Top = 248
Width = 97
Height = 30
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Caption = 'Precisi'#243'n :'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -22
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
end
object lblScale: TLabel
Left = 377
Top = 248
Width = 68
Height = 30
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Caption = 'Escala :'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -22
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
end
object edtName: TcxTextEdit
Left = 161
Top = 32
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Style.LookAndFeel.NativeStyle = False
Style.LookAndFeel.SkinName = 'Blue'
StyleDisabled.LookAndFeel.NativeStyle = False
StyleDisabled.LookAndFeel.SkinName = 'Blue'
StyleFocused.LookAndFeel.NativeStyle = False
StyleFocused.LookAndFeel.SkinName = 'Blue'
StyleHot.LookAndFeel.NativeStyle = False
StyleHot.LookAndFeel.SkinName = 'Blue'
StyleReadOnly.LookAndFeel.NativeStyle = False
StyleReadOnly.LookAndFeel.SkinName = 'Blue'
TabOrder = 0
Width = 410
end
object cbDataType: TcxComboBox
Left = 161
Top = 104
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Properties.DropDownListStyle = lsEditFixedList
Properties.OnChange = cbDataTypePropertiesChange
Style.LookAndFeel.NativeStyle = False
Style.LookAndFeel.ScrollbarMode = sbmClassic
Style.LookAndFeel.ScrollMode = scmClassic
Style.LookAndFeel.SkinName = 'SkinAzul'
StyleDisabled.LookAndFeel.NativeStyle = False
StyleDisabled.LookAndFeel.ScrollbarMode = sbmClassic
StyleDisabled.LookAndFeel.ScrollMode = scmClassic
StyleDisabled.LookAndFeel.SkinName = 'SkinAzul'
StyleFocused.LookAndFeel.NativeStyle = False
StyleFocused.LookAndFeel.ScrollbarMode = sbmClassic
StyleFocused.LookAndFeel.ScrollMode = scmClassic
StyleFocused.LookAndFeel.SkinName = 'SkinAzul'
StyleHot.LookAndFeel.NativeStyle = False
StyleHot.LookAndFeel.ScrollbarMode = sbmClassic
StyleHot.LookAndFeel.ScrollMode = scmClassic
StyleHot.LookAndFeel.SkinName = 'SkinAzul'
StyleReadOnly.LookAndFeel.NativeStyle = False
StyleReadOnly.LookAndFeel.ScrollbarMode = sbmClassic
StyleReadOnly.LookAndFeel.ScrollMode = scmClassic
StyleReadOnly.LookAndFeel.SkinName = 'SkinAzul'
TabOrder = 1
Width = 410
end
object edtLength: TcxTextEdit
Left = 161
Top = 176
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Style.LookAndFeel.NativeStyle = False
Style.LookAndFeel.SkinName = 'Blue'
StyleDisabled.LookAndFeel.NativeStyle = False
StyleDisabled.LookAndFeel.SkinName = 'Blue'
StyleFocused.LookAndFeel.NativeStyle = False
StyleFocused.LookAndFeel.SkinName = 'Blue'
StyleHot.LookAndFeel.NativeStyle = False
StyleHot.LookAndFeel.SkinName = 'Blue'
StyleReadOnly.LookAndFeel.NativeStyle = False
StyleReadOnly.LookAndFeel.SkinName = 'Blue'
TabOrder = 2
Width = 410
end
object edtPrecision: TcxTextEdit
Left = 161
Top = 248
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Style.LookAndFeel.NativeStyle = False
Style.LookAndFeel.SkinName = 'Blue'
StyleDisabled.LookAndFeel.NativeStyle = False
StyleDisabled.LookAndFeel.SkinName = 'Blue'
StyleFocused.LookAndFeel.NativeStyle = False
StyleFocused.LookAndFeel.SkinName = 'Blue'
StyleHot.LookAndFeel.NativeStyle = False
StyleHot.LookAndFeel.SkinName = 'Blue'
StyleReadOnly.LookAndFeel.NativeStyle = False
StyleReadOnly.LookAndFeel.SkinName = 'Blue'
TabOrder = 3
Width = 182
end
object edtScale: TcxTextEdit
Left = 449
Top = 248
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Style.LookAndFeel.NativeStyle = False
Style.LookAndFeel.SkinName = 'Blue'
StyleDisabled.LookAndFeel.NativeStyle = False
StyleDisabled.LookAndFeel.SkinName = 'Blue'
StyleFocused.LookAndFeel.NativeStyle = False
StyleFocused.LookAndFeel.SkinName = 'Blue'
StyleHot.LookAndFeel.NativeStyle = False
StyleHot.LookAndFeel.SkinName = 'Blue'
StyleReadOnly.LookAndFeel.NativeStyle = False
StyleReadOnly.LookAndFeel.SkinName = 'Blue'
TabOrder = 4
Width = 122
end
object btnOK: TcxButton
Left = 121
Top = 319
Width = 182
Height = 38
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Caption = 'Aceptar'
LookAndFeel.NativeStyle = False
LookAndFeel.SkinName = 'Office2010Silver'
OptionsImage.Glyph.SourceDPI = 96
OptionsImage.Glyph.Data = {
89504E470D0A1A0A0000000D49484452000000140000001408060000008D891D
0D0000000473424954080808087C0864880000020249444154388DEDD44D4F13
511805E073E6D676A4540BA35642C5860FA38D451393DA8054636D37BAB10537
04C440625C18E26F283FC0ADB80691C48D485DB921381A8D3A4D888969048DC6
05D58C31A8B4E9785D8063F9B051BB71E1D9DDE4DEE73D791717F89F6A23AA79
BCE374177C3D093AF7ECC6E7B95C75A0AF3B8EA64BE78ED7041A1FBB43ADCFB9
C5915B325E40F92B2C750AFEA16494E41449CD21C4445DE4B00A008E3FC57675
C7E11F4C4649DE21592BA52C0118FC927BB5BC06DC1E0E418B4744E9D392F576
F416BE158A1BB09DA918FC4367BB6C0C2801E8337563F2F5D53100AB3BAC3DD8
8AB6F4E5B69AE6C667EE7D01D51D6C9935679E405A968D6967A2F05FEC392614
91F9D98CFDA69EBD393F72DDBE2B00A02E7614DE230726491E0279D2E5D38AEE
60F3AC39F314D2B2A0253A1018EEED148A9221E95969C6F3A66E4CCC8F8CAE19
2C00406C75A1FE44F8218824C96D5C410BEE60CB7D457562EF706F27598E61C0
D48D1BEB311B2CBCCBA398373F7823EDD32052243D24632E9FB6EC0D872415E5
2E098F042C480C98BA31BE1906002C3F68890E04AEF4EDA7E03D820D00A494B2
40522DC3C67E85D90D7FE4EBCB3728E6CDF7DE487B06B09B3AA49416800BA69E
AD886D006D747115255200542965BFF9686E7C217DAD22B629B8AEE914C9E98F
0FB2B717D2959BFD569CBE7AA84D0D80A8EA0FF9C7F21D7B0BD1C2FE642C8500
00000049454E44AE426082}
OptionsImage.Spacing = 6
TabOrder = 5
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
OnClick = btnOKClick
end
object btnCancel: TcxButton
Left = 349
Top = 319
Width = 182
Height = 38
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Caption = 'Cancelar'
LookAndFeel.NativeStyle = False
LookAndFeel.SkinName = 'Office2010Silver'
ModalResult = 2
OptionsImage.Glyph.SourceDPI = 96
OptionsImage.Glyph.Data = {
89504E470D0A1A0A0000000D49484452000000140000001408060000008D891D
0D0000000473424954080808087C086488000001E849444154388DAD94416B13
4114C77F2FBB4C1BBA040C0D44FC10899850BD7A28D2AFE007305E84A45E04C5
52F05423DEECCDAFD17AF4640F1B68BD79E8B5074142BA9BD0C9CE3C0F49682B
BB3515FFB087793BEFF7E6CDFF31F09F25009F371EB351AB6F0A5466911BA470
612D93C904BD8424A7E3F3C3A7F1570D01366AF5CDDA6AF960D953A45EB56CFC
B5D255B3B2051C94E6152ACBC25455A7D369DEAF08A0B438F3B2F2DEE3BD2FCC
2815661AA3042545F5DA37F51E59315A94960F34462B3B2F897ACF210C2EE361
40F5D50BEEF5770BA1F94097E187234CAB2151AF3383860151AFC36AFBBEB85F
433473B9A9613ED04BF2615FA3ED8E9A5653A26E47014CAB29E951AC67BBEFC1
B9DC7B2CBEC32C93A4BF8F1D7C57D36E8A6937253D1ACC6059F60FA600A0A0FE
CAD243A11D7F03868146DD0EE641436C7CAC363ED6B5872DB9FB661BC2F0962E
07258DBACF30AD86D8F84493FE3E3FDF7DD4F45BAC6B8F5A527FDD8320B885CB
4148A97A073B38D1A4FF09B20C3B1E73B6BB477A146BB85E45AE8ED3D5C672A3
D6CAE8ED9EE232C81C5E15E79CE0E06C670F0903F4C2E61A930F9C430110616A
AD22325B3B87BAFC192C6EF94F76FE63500C54D551D10655D56C396002F3967F
8C865FD64DF9094265D1D942997320027AE30026A7E9F9E132556FADDFA2C9DB
CCC66288D40000000049454E44AE426082}
OptionsImage.Spacing = 6
TabOrder = 6
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
end
end