-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit15.~dfm
149 lines (149 loc) · 3.35 KB
/
Unit15.~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
object DMex: TDMex
Left = 278
Top = 230
BorderStyle = bsDialog
Caption = #1048#1079#1084#1077#1085#1080#1090#1100' '#1076#1072#1085#1085#1099#1077' '#1084#1077#1093#1072#1085#1080#1082#1072
ClientHeight = 246
ClientWidth = 459
Color = clMoneyGreen
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 102
Height = 19
Caption = #1050#1086#1076' '#1084#1077#1093#1072#1085#1080#1082#1072
Color = 10869251
FocusControl = DBEdit1
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 40
Width = 42
Height = 19
Caption = #1060#1048#1054' '
Color = 10869251
FocusControl = DBEdit2
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Label3: TLabel
Left = 8
Top = 104
Width = 68
Height = 19
Caption = #1058#1077#1083#1077#1092#1086#1085' '
Color = 10869251
FocusControl = DBEdit3
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Label4: TLabel
Left = 7
Top = 72
Width = 46
Height = 19
Caption = #1040#1076#1088#1077#1089' '
Color = 10869251
FocusControl = DBEdit4
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object DBEdit1: TDBEdit
Left = 139
Top = 8
Width = 113
Height = 21
DataField = 'kod_mexanika'
DataSource = TMex.DataSource1
TabOrder = 0
OnKeyPress = DBEdit1KeyPress
end
object DBEdit2: TDBEdit
Left = 138
Top = 40
Width = 143
Height = 21
DataField = 'FIO_mexanika'
DataSource = TMex.DataSource1
TabOrder = 1
end
object DBEdit3: TDBEdit
Left = 160
Top = 104
Width = 121
Height = 21
DataField = 'telefon_mex'
DataSource = TMex.DataSource1
TabOrder = 2
end
object DBEdit4: TDBEdit
Left = 136
Top = 71
Width = 145
Height = 21
DataField = 'adres_mex'
DataSource = TMex.DataSource1
TabOrder = 3
end
object Button1: TButton
Left = 16
Top = 192
Width = 121
Height = 25
Caption = #1057#1086#1093#1088#1072#1085#1080#1090#1100
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 4
OnClick = Button1Click
end
object Button2: TButton
Left = 160
Top = 192
Width = 121
Height = 25
Caption = #1054#1090#1084#1077#1085#1072
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 5
OnClick = Button2Click
end
end