-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathObjectAdd.dfm
More file actions
128 lines (128 loc) · 2.65 KB
/
ObjectAdd.dfm
File metadata and controls
128 lines (128 loc) · 2.65 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
object ObjectAddForm: TObjectAddForm
Left = 0
Top = 0
ClientHeight = 607
ClientWidth = 643
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
TextHeight = 15
object ComboBox1: TComboBox
Left = 40
Top = 24
Width = 145
Height = 23
TabOrder = 0
TextHint = #1058#1080#1087' '#1086#1073#39#1108#1082#1090#1091
end
object Edit1: TEdit
Left = 40
Top = 120
Width = 121
Height = 23
TabOrder = 1
TextHint = #1042#1077#1088#1080#1092#1110#1082#1072#1094#1110#1103
end
object Edit2: TEdit
Left = 40
Top = 168
Width = 177
Height = 23
TabOrder = 2
TextHint = #1054#1088#1077#1085#1076#1086#1074#1072#1090#1080'/'#1087#1088#1086#1076#1072#1090#1080
end
object Edit3: TEdit
Left = 40
Top = 216
Width = 177
Height = 23
TabOrder = 3
TextHint = #1052#1110#1089#1090#1086
end
object Edit4: TEdit
Left = 40
Top = 312
Width = 177
Height = 23
TabOrder = 4
TextHint = #1040#1076#1088#1077#1089#1072
end
object Edit5: TEdit
Left = 40
Top = 360
Width = 121
Height = 23
TabOrder = 5
TextHint = #1055#1083#1086#1097#1072
end
object Edit6: TEdit
Left = 40
Top = 408
Width = 121
Height = 23
TabOrder = 6
TextHint = #1050#1110#1083#1100#1082#1110#1089#1090#1100' '#1082#1110#1084#1085#1072#1090
end
object Edit7: TEdit
Left = 40
Top = 456
Width = 121
Height = 23
TabOrder = 7
TextHint = #1055#1086#1074#1077#1088#1093
end
object Edit8: TEdit
Left = 40
Top = 504
Width = 121
Height = 23
TabOrder = 8
TextHint = #1062#1110#1085#1072
end
object Button1: TButton
Left = 40
Top = 552
Width = 121
Height = 25
Caption = #1053#1072#1079#1072#1076
TabOrder = 9
OnClick = Button1Click
end
object Button2: TButton
Left = 432
Top = 552
Width = 121
Height = 25
Caption = #1044#1086#1076#1072#1090#1080
TabOrder = 10
OnClick = Button2Click
end
object ComboBox2: TComboBox
Left = 40
Top = 72
Width = 145
Height = 23
TabOrder = 11
TextHint = #1042#1083#1072#1089#1085#1080#1082
end
object ComboBox3: TComboBox
Left = 40
Top = 264
Width = 145
Height = 23
TabOrder = 12
TextHint = #1056#1077#1075#1110#1086#1085
end
object Memo1: TMemo
Left = 274
Top = 24
Width = 361
Height = 193
Lines.Strings = (
'Memo1')
TabOrder = 13
end
end