-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPurchaseForm.~dfm
134 lines (134 loc) · 3.14 KB
/
PurchaseForm.~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
object FormPurchase: TFormPurchase
Left = 726
Top = 119
Width = 392
Height = 219
BorderStyle = bsSizeToolWin
Caption = #1044#1086#1073#1072#1074#1083#1077#1085#1080#1077' '#1087#1086#1082#1091#1087#1082#1080
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
Left = 8
Top = 39
Width = 128
Height = 13
Caption = #1057#1082#1072#1076#1089#1082#1086#1081' '#1085#1086#1084#1077#1088' '#1090#1086#1074#1072#1088#1072': '
end
object Label1: TLabel
Left = 120
Top = 8
Width = 91
Height = 13
Caption = #1055#1088#1086#1076#1072#1074#1077#1094' '#1085#1086#1084#1077#1088': '
end
object Label3: TLabel
Left = 8
Top = 62
Width = 89
Height = 13
Caption = #1048#1084#1103' '#1087#1086#1082#1091#1087#1072#1090#1077#1083#1103': '
end
object Label4: TLabel
Left = 8
Top = 85
Width = 116
Height = 13
Caption = #1060#1072#1084#1080#1083#1080#1103' '#1087#1086#1082#1091#1087#1072#1090#1077#1083#1103': '
end
object Label5: TLabel
Left = 8
Top = 112
Width = 112
Height = 13
Caption = #1058#1077#1083#1077#1092#1086#1085' '#1087#1086#1082#1091#1087#1072#1090#1077#1083#1103': '
end
object Label6: TLabel
Left = 8
Top = 136
Width = 73
Height = 13
Caption = #1044#1072#1090#1072' '#1087#1086#1082#1091#1087#1082#1080':'
end
object DBEdit1: TDBEdit
Left = 143
Top = 32
Width = 226
Height = 21
DataField = 'number_product'
DataSource = FormSeller.DataSource2
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 144
Top = 56
Width = 225
Height = 21
DataField = 'name_buyer'
DataSource = FormSeller.DataSource2
TabOrder = 1
end
object DBEdit3: TDBEdit
Left = 144
Top = 80
Width = 225
Height = 21
DataField = 'family_buyer'
DataSource = FormSeller.DataSource2
TabOrder = 2
end
object DBEdit5: TDBEdit
Left = 144
Top = 104
Width = 225
Height = 21
DataField = 'phone_buyer'
DataSource = FormSeller.DataSource2
TabOrder = 3
end
object Button1: TButton
Left = 104
Top = 150
Width = 81
Height = 25
Caption = #1044#1086#1073#1072#1074#1080#1090#1100
TabOrder = 4
OnClick = Button1Click
end
object Button2: TButton
Left = 192
Top = 150
Width = 75
Height = 25
Caption = #1054#1090#1084#1077#1085#1072
TabOrder = 5
OnClick = Button2Click
end
object DBEdit4: TDBEdit
Left = 216
Top = 5
Width = 41
Height = 21
DataField = 'number_seller'
DataSource = FormSeller.DataSource2
TabOrder = 6
OnClick = DBEdit4Change
end
object DBEdit6: TDBEdit
Left = 144
Top = 128
Width = 225
Height = 21
DataField = 'date_buy'
DataSource = FormSeller.DataSource2
TabOrder = 7
OnClick = DBEdit6Change
end
end