-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathPrihodOrg.dfm
More file actions
381 lines (381 loc) · 8.55 KB
/
PrihodOrg.dfm
File metadata and controls
381 lines (381 loc) · 8.55 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
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
object PrihodOrgForm: TPrihodOrgForm
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = #1055#1088#1080#1093#1086#1076' '#1086#1088#1075#1090#1077#1093#1085#1080#1082#1080
ClientHeight = 666
ClientWidth = 516
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 489
Height = 369
Caption = #1054#1088#1075#1090#1077#1093#1085#1080#1082#1072
TabOrder = 0
object Label1: TLabel
Left = 11
Top = 16
Width = 78
Height = 13
Caption = #1058#1080#1087' '#1086#1088#1075#1077#1093#1085#1080#1082#1080':'
end
object SpeedButton1: TSpeedButton
Left = 192
Top = 28
Width = 23
Height = 22
Caption = 'F1'
OnClick = SpeedButton1Click
end
object Label2: TLabel
Left = 235
Top = 16
Width = 77
Height = 13
Caption = #1053#1072#1080#1084#1077#1085#1086#1074#1072#1085#1080#1077':'
end
object Label3: TLabel
Left = 11
Top = 56
Width = 83
Height = 13
Caption = #1055#1088#1086#1080#1079#1074#1086#1076#1080#1090#1077#1083#1100':'
end
object SpeedButton2: TSpeedButton
Left = 192
Top = 68
Width = 23
Height = 22
Caption = 'F2'
OnClick = SpeedButton2Click
end
object Label4: TLabel
Left = 235
Top = 56
Width = 43
Height = 13
Caption = #1052#1086#1076#1077#1083#1100':'
end
object SpeedButton3: TSpeedButton
Left = 450
Top = 69
Width = 23
Height = 22
Caption = 'F3'
OnClick = SpeedButton3Click
end
object Label5: TLabel
Left = 11
Top = 96
Width = 57
Height = 13
Caption = #1048#1085#1074'.'#1085#1086#1084#1077#1088':'
end
object Label6: TLabel
Left = 127
Top = 96
Width = 21
Height = 13
Caption = 'S/N:'
end
object Label7: TLabel
Left = 304
Top = 96
Width = 21
Height = 13
Caption = 'P/N:'
end
object Label8: TLabel
Left = 11
Top = 136
Width = 149
Height = 13
Caption = #1050#1086#1084#1084#1077#1085#1090#1072#1088#1080#1081' ('#1082' '#1080#1085#1074'.'#1085#1086#1084#1077#1088#1091'):'
end
object Label9: TLabel
Left = 11
Top = 176
Width = 65
Height = 13
Caption = #1055#1088#1080#1084#1077#1095#1072#1085#1080#1077':'
end
object Edit1: TEdit
Left = 11
Top = 29
Width = 182
Height = 21
TabStop = False
Color = clBtnFace
ReadOnly = True
TabOrder = 0
OnKeyDown = Edit1KeyDown
end
object Edit2: TEdit
Left = 235
Top = 29
Width = 238
Height = 21
TabOrder = 1
OnKeyDown = Edit1KeyDown
end
object Edit3: TEdit
Left = 11
Top = 69
Width = 182
Height = 21
TabStop = False
Color = clBtnFace
ReadOnly = True
TabOrder = 2
OnKeyDown = Edit1KeyDown
end
object Edit4: TEdit
Left = 235
Top = 69
Width = 214
Height = 21
TabStop = False
Color = clBtnFace
ReadOnly = True
TabOrder = 3
OnKeyDown = Edit1KeyDown
end
object Edit5: TEdit
Left = 11
Top = 109
Width = 110
Height = 21
TabOrder = 4
OnKeyDown = Edit1KeyDown
end
object Edit6: TEdit
Left = 127
Top = 109
Width = 171
Height = 21
TabOrder = 5
OnKeyDown = Edit1KeyDown
end
object Edit7: TEdit
Left = 304
Top = 109
Width = 169
Height = 21
TabOrder = 6
OnKeyDown = Edit1KeyDown
end
object Edit8: TEdit
Left = 11
Top = 149
Width = 462
Height = 21
TabOrder = 7
OnKeyDown = Edit1KeyDown
end
object Memo1: TMemo
Left = 11
Top = 195
Width = 462
Height = 166
Lines.Strings = (
'Memo1')
TabOrder = 8
OnKeyDown = Edit1KeyDown
end
end
object Документы: TGroupBox
Left = 9
Top = 383
Width = 489
Height = 105
Caption = #1044#1086#1082#1091#1084#1077#1085#1090#1099
TabOrder = 1
object Label10: TLabel
Left = 8
Top = 16
Width = 76
Height = 13
Caption = #1044#1072#1090#1072' '#1087#1088#1080#1093#1086#1076#1072':'
end
object Label11: TLabel
Left = 115
Top = 16
Width = 75
Height = 13
Caption = #8470' '#1076#1086#1082#1091#1084#1077#1085#1090#1072':'
end
object Label12: TLabel
Left = 220
Top = 16
Width = 79
Height = 13
Caption = #1057#1088#1086#1082' '#1075#1072#1088#1072#1085#1090#1080#1080':'
end
object Label13: TLabel
Left = 10
Top = 56
Width = 61
Height = 13
Caption = #1055#1086#1089#1090#1072#1074#1097#1080#1082':'
end
object SpeedButton4: TSpeedButton
Left = 449
Top = 69
Width = 23
Height = 22
Caption = 'F4'
OnClick = SpeedButton4Click
end
object DateTimePicker1: TDateTimePicker
Left = 8
Top = 31
Width = 100
Height = 21
Date = 41442.477969918980000000
Time = 41442.477969918980000000
TabOrder = 0
OnKeyDown = Edit1KeyDown
end
object Edit9: TEdit
Left = 114
Top = 31
Width = 99
Height = 21
TabOrder = 1
OnKeyDown = Edit1KeyDown
end
object DateTimePicker2: TDateTimePicker
Left = 219
Top = 31
Width = 100
Height = 21
Date = 41442.477969918980000000
Time = 41442.477969918980000000
TabOrder = 2
OnKeyDown = Edit1KeyDown
end
object Edit10: TEdit
Left = 10
Top = 69
Width = 438
Height = 21
TabStop = False
Color = clBtnFace
ReadOnly = True
TabOrder = 3
OnKeyDown = Edit1KeyDown
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 494
Width = 490
Height = 59
Caption = #1057#1077#1090#1077#1074#1072#1103' '#1080#1085#1092#1086#1088#1084#1072#1094#1080#1103
TabOrder = 2
object Label14: TLabel
Left = 12
Top = 16
Width = 52
Height = 13
Caption = 'Hostname:'
end
object Label15: TLabel
Left = 198
Top = 16
Width = 67
Height = 13
Caption = 'IP Addresses:'
end
object SpeedButton5: TSpeedButton
Left = 450
Top = 27
Width = 23
Height = 22
Caption = 'F5'
end
object Edit11: TEdit
Left = 11
Top = 31
Width = 180
Height = 21
TabOrder = 0
OnKeyDown = Edit1KeyDown
end
object Edit12: TEdit
Left = 197
Top = 31
Width = 252
Height = 21
TabStop = False
Color = clBtnFace
ReadOnly = True
TabOrder = 1
OnKeyDown = Edit1KeyDown
end
end
object GroupBox3: TGroupBox
Left = 8
Top = 559
Width = 490
Height = 42
Caption = #1044#1086#1087'.'#1092#1083#1072#1075#1080
TabOrder = 3
object CheckBox1: TCheckBox
Left = 9
Top = 19
Width = 120
Height = 17
Caption = #1053#1077' '#1085#1072' '#1073#1072#1083#1072#1085#1089#1077' '#1057#1048#1058
TabOrder = 0
end
object CheckBox2: TCheckBox
Left = 135
Top = 19
Width = 120
Height = 17
Caption = #1053#1077' '#1074' '#1088#1072#1073#1086#1090#1077
TabOrder = 1
end
object CheckBox3: TCheckBox
Left = 235
Top = 19
Width = 188
Height = 17
Caption = #1055#1086#1076#1082#1083#1102#1095#1077#1085#1072' '#1082' Acrtive Directory'
TabOrder = 2
end
end
object BitBtn1: TBitBtn
Left = 156
Top = 616
Width = 75
Height = 25
Kind = bkOK
NumGlyphs = 2
TabOrder = 4
end
object BitBtn2: TBitBtn
Left = 269
Top = 616
Width = 75
Height = 25
Caption = #1054#1090#1084#1077#1085#1072
Kind = bkCancel
NumGlyphs = 2
TabOrder = 5
end
end