-
Notifications
You must be signed in to change notification settings - Fork 3
/
wndEditProperties.lfm
295 lines (295 loc) · 7.79 KB
/
wndEditProperties.lfm
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
object frmEditProperties: TfrmEditProperties
Left = 10555
Height = 837
Top = 443
Width = 861
Caption = 'Parameter bearbeiten'
ClientHeight = 837
ClientWidth = 861
DesignTimePPI = 240
OnCreate = FormCreate
OnDestroy = FormDestroy
OnHide = FormHide
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '2.0.4.0'
object gbProperties: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = btnSave
Left = 32
Height = 658
Top = 32
Width = 797
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 32
Caption = 'Eigenschaften der ausgewählten Bauteile'
ChildSizing.ControlsPerLine = 4
ClientHeight = 603
ClientWidth = 793
Font.Height = -37
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = gbPropertiesClick
object lblDesignator: TLabel
AnchorSideLeft.Control = gbProperties
AnchorSideTop.Control = edtDesignator
AnchorSideTop.Side = asrCenter
Left = 32
Height = 50
Top = 32
Width = 184
BorderSpacing.Left = 32
BorderSpacing.Top = 32
Caption = 'Bezeichner:'
Font.Height = -37
ParentColor = False
ParentFont = False
end
object edtDesignator: TEdit
AnchorSideRight.Control = gbProperties
AnchorSideRight.Side = asrBottom
Left = 312
Height = 53
Top = 31
Width = 449
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Right = 32
Font.Height = -33
ParentFont = False
ReadOnly = True
TabOrder = 0
end
object lblValue: TLabel
AnchorSideLeft.Control = lblDesignator
AnchorSideTop.Control = edtValue
AnchorSideTop.Side = asrCenter
Left = 32
Height = 50
Top = 117
Width = 87
Caption = 'Wert:'
Font.Height = -37
ParentColor = False
ParentFont = False
end
object lblFootprint: TLabel
AnchorSideLeft.Control = lblDesignator
AnchorSideTop.Control = edtFootprint
AnchorSideTop.Side = asrCenter
Left = 32
Height = 50
Top = 202
Width = 161
Caption = 'Footprint:'
Font.Height = -37
ParentColor = False
ParentFont = False
end
object edtValue: TEdit
AnchorSideLeft.Control = edtDesignator
AnchorSideTop.Control = edtDesignator
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = edtDesignator
AnchorSideRight.Side = asrBottom
Left = 312
Height = 53
Top = 116
Width = 449
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 32
Font.Height = -33
OnChange = editChange
ParentFont = False
TabOrder = 1
end
object edtFootprint: TEdit
AnchorSideLeft.Control = edtDesignator
AnchorSideTop.Control = edtValue
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = edtDesignator
AnchorSideRight.Side = asrBottom
Left = 312
Height = 53
Top = 201
Width = 449
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 32
Font.Height = -33
OnChange = editChange
ParentFont = False
TabOrder = 2
end
object lblManufacturer: TLabel
AnchorSideLeft.Control = lblDesignator
AnchorSideTop.Control = edtManufacturer
AnchorSideTop.Side = asrCenter
Left = 32
Height = 50
Top = 372
Width = 156
Caption = 'Hersteller'
Font.Height = -37
ParentColor = False
ParentFont = False
end
object edtManufacturer: TEdit
AnchorSideLeft.Control = edtDesignator
AnchorSideTop.Control = edtShort_Footprint
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = edtDesignator
AnchorSideRight.Side = asrBottom
Left = 312
Height = 53
Top = 371
Width = 449
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 32
Font.Height = -33
OnChange = editChange
ParentFont = False
TabOrder = 3
end
object lblPartNumber: TLabel
AnchorSideLeft.Control = lblDesignator
AnchorSideTop.Control = edtPartNumber
AnchorSideTop.Side = asrCenter
Left = 32
Height = 50
Top = 457
Width = 121
Caption = 'Teilenr.:'
Font.Height = -37
ParentColor = False
ParentFont = False
end
object edtPartNumber: TEdit
AnchorSideLeft.Control = edtDesignator
AnchorSideTop.Control = edtManufacturer
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = edtDesignator
AnchorSideRight.Side = asrBottom
Left = 312
Height = 53
Top = 456
Width = 449
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 32
Font.Height = -33
OnChange = editChange
ParentFont = False
TabOrder = 4
end
object lblSupplier: TLabel
AnchorSideLeft.Control = lblDesignator
AnchorSideTop.Control = edtSupplier
AnchorSideTop.Side = asrCenter
Left = 32
Height = 50
Top = 542
Width = 150
Caption = 'Lieferant:'
Font.Height = -37
ParentColor = False
ParentFont = False
end
object edtSupplier: TEdit
AnchorSideLeft.Control = edtDesignator
AnchorSideTop.Control = edtPartNumber
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = edtDesignator
AnchorSideRight.Side = asrBottom
Left = 312
Height = 53
Top = 541
Width = 449
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 32
Font.Height = -33
ParentFont = False
TabOrder = 5
end
object edtSupplierSKU: TEdit
AnchorSideLeft.Control = edtDesignator
AnchorSideTop.Control = edtSupplier
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = edtDesignator
AnchorSideRight.Side = asrBottom
Left = 312
Height = 53
Top = 626
Width = 449
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 32
Font.Height = -33
ParentFont = False
TabOrder = 6
end
object lblSupplierSKU: TLabel
AnchorSideLeft.Control = lblDesignator
AnchorSideTop.Control = edtSupplierSKU
AnchorSideTop.Side = asrCenter
Left = 32
Height = 50
Top = 627
Width = 156
Caption = 'Bestellnr.:'
Font.Height = -37
ParentColor = False
ParentFont = False
end
object lblShortFootprint: TLabel
AnchorSideLeft.Control = lblDesignator
AnchorSideTop.Control = edtShort_Footprint
AnchorSideTop.Side = asrCenter
Left = 32
Height = 50
Top = 287
Width = 148
Caption = 'Bauform:'
Font.Height = -37
ParentColor = False
ParentFont = False
end
object edtShort_Footprint: TEdit
AnchorSideLeft.Control = edtDesignator
AnchorSideTop.Control = edtFootprint
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = edtDesignator
AnchorSideRight.Side = asrBottom
Left = 312
Height = 53
Top = 286
Width = 449
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 32
Font.Height = -33
ParentFont = False
TabOrder = 7
end
end
object btnSave: TScalingBitBtn
AnchorSideTop.Control = gbProperties
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbProperties
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 480
Height = 83
Top = 722
Width = 349
ImageList = frmMain.FormIcons
ImageIndex = 2
ImageTextSpacing = 10
ImageSizeFactor = 1
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Bottom = 32
Caption = 'Übernehmen'
OnClick = btnSaveClick
TabOrder = 1
end
end