-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit13.~dfm
170 lines (170 loc) · 3.67 KB
/
Unit13.~dfm
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
object DZad: TDZad
Left = 528
Top = 130
Width = 870
Height = 640
Caption = #1048#1079#1084#1077#1085#1077#1085#1080#1103' '#1079#1072#1076#1072#1085#1080#1103
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 56
Top = 32
Width = 64
Height = 13
Caption = #1050#1086#1076' '#1079#1072#1076#1072#1085#1080#1103
FocusControl = DBEdit1
end
object Label2: TLabel
Left = 56
Top = 72
Width = 26
Height = 13
Caption = #1044#1072#1090#1072
FocusControl = DBEdit2
end
object Label3: TLabel
Left = 56
Top = 112
Width = 53
Height = 13
Caption = #1053#1086#1084#1077#1088' '#1055#1051
FocusControl = DBEdit3
end
object Label4: TLabel
Left = 56
Top = 152
Width = 69
Height = 13
Caption = #1050#1086#1076' '#1074#1086#1076#1080#1090#1077#1083#1103
FocusControl = DBEdit4
end
object Label5: TLabel
Left = 56
Top = 192
Width = 114
Height = 13
Caption = #1040#1076#1088#1077#1089' '#1084#1077#1089#1090#1072' '#1087#1086#1075#1088#1091#1079#1082#1080
FocusControl = DBEdit5
end
object Label6: TLabel
Left = 56
Top = 232
Width = 120
Height = 13
Caption = #1040#1076#1088#1077#1089' '#1084#1077#1089#1090#1072' '#1088#1072#1079#1075#1088#1091#1079#1082#1080
FocusControl = DBEdit6
end
object Label7: TLabel
Left = 56
Top = 272
Width = 114
Height = 13
Caption = #1053#1072#1080#1084#1077#1085#1086#1074#1072#1085#1086#1077' '#1090#1086#1074#1072#1088#1072
FocusControl = DBEdit7
end
object Label8: TLabel
Left = 56
Top = 312
Width = 97
Height = 13
Caption = #1050#1086#1083#1080#1095#1077#1089#1090#1074#1086' '#1090#1086#1074#1072#1088#1072
FocusControl = DBEdit8
end
object DBEdit1: TDBEdit
Left = 56
Top = 48
Width = 173
Height = 21
DataField = 'kod_zadaniya'
DataSource = TZad.DataSource1
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 56
Top = 88
Width = 121
Height = 21
DataField = 'data'
DataSource = TZad.DataSource1
TabOrder = 1
end
object DBEdit3: TDBEdit
Left = 56
Top = 128
Width = 160
Height = 21
DataField = 'nomer_PL'
DataSource = TZad.DataSource1
TabOrder = 2
end
object DBEdit4: TDBEdit
Left = 56
Top = 168
Width = 212
Height = 21
DataField = 'kod_voditelya'
DataSource = TZad.DataSource1
TabOrder = 3
end
object DBEdit5: TDBEdit
Left = 56
Top = 208
Width = 329
Height = 21
DataField = 'adres_mesta_pogruzki'
DataSource = TZad.DataSource1
TabOrder = 4
end
object DBEdit6: TDBEdit
Left = 56
Top = 248
Width = 316
Height = 21
DataField = 'adres_mesta_razgruzki'
DataSource = TZad.DataSource1
TabOrder = 5
end
object DBEdit7: TDBEdit
Left = 56
Top = 288
Width = 303
Height = 21
DataField = 'naimenovanie_tovara'
DataSource = TZad.DataSource1
TabOrder = 6
end
object DBEdit8: TDBEdit
Left = 56
Top = 328
Width = 277
Height = 21
DataField = 'kolichestvo_tovara'
DataSource = TZad.DataSource1
TabOrder = 7
end
object Button1: TButton
Left = 48
Top = 376
Width = 75
Height = 25
Caption = #1057#1086#1093#1088#1072#1085#1080#1090#1100
TabOrder = 8
OnClick = Button1Click
end
object Button2: TButton
Left = 160
Top = 384
Width = 75
Height = 25
Caption = #1054#1090#1084#1077#1085#1072
TabOrder = 9
OnClick = Button2Click
end
end