-
Notifications
You must be signed in to change notification settings - Fork 0
/
EditEmp.dfm
293 lines (293 loc) · 7.48 KB
/
EditEmp.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
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
object EditEmpForm: TEditEmpForm
Left = 0
Top = 0
Caption = #1060#1086#1088#1084#1072' '#1088#1077#1076#1072#1082#1090#1080#1088#1086#1074#1072#1085#1080#1103' '#1089#1086#1090#1088#1091#1076#1085#1080#1082#1072
ClientHeight = 335
ClientWidth = 500
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnCreate = FormCreate
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
object DBNavigator1: TDBNavigator
Left = 0
Top = 310
Width = 500
Height = 25
DataSource = DMl.DataSourceGetEmpList
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
Align = alBottom
Hints.Strings = (
#1055#1077#1088#1077#1081#1090#1080' '#1082' '#1087#1077#1088#1074#1086#1081' '#1079#1072#1087#1080#1089#1080
#1055#1077#1088#1077#1081#1090#1080' '#1082' '#1087#1088#1077#1076#1099#1076#1091#1097#1077#1081' '#1079#1072#1087#1080#1089#1080
#1057#1083#1077#1076#1091#1102#1097#1072#1103' '#1079#1072#1087#1080#1089#1100
#1055#1086#1089#1083#1077#1076#1085#1103#1103' '#1079#1072#1087#1080#1089#1100
#1042#1089#1090#1072#1074#1080#1090#1100' '#1085#1086#1074#1091#1102' '#1079#1072#1087#1080#1089#1100
#1059#1076#1072#1083#1080#1090#1100' '#1079#1072#1087#1080#1089#1100
#1056#1077#1076#1072#1082#1090#1080#1088#1086#1074#1072#1090#1100' '#1079#1072#1087#1080#1089#1100
#1055#1086#1076#1090#1074#1077#1088#1076#1080#1090#1100' '#1088#1077#1076#1072#1082#1090#1080#1088#1086#1074#1072#1085#1080#1077
#1054#1090#1084#1077#1085#1080#1090#1100' '#1088#1077#1076#1072#1082#1090#1080#1088#1086#1074#1072#1085#1080#1077
#1054#1073#1085#1086#1074#1080#1090#1100' '#1076#1072#1085#1085#1099#1077
#1055#1086#1076#1090#1074#1077#1088#1076#1080#1090#1100' '#1086#1073#1085#1086#1074#1083#1077#1085#1080#1077
#1054#1090#1084#1077#1085#1080#1090#1100' '#1086#1073#1085#1086#1074#1083#1077#1085#1080#1077)
ParentShowHint = False
ShowHint = True
TabOrder = 0
ExplicitWidth = 422
end
object GridPanel1: TGridPanel
Left = 0
Top = 21
Width = 289
Height = 289
Align = alLeft
ColumnCollection = <
item
Value = 30.772345511305000000
end
item
Value = 69.227654488694990000
end>
ControlCollection = <
item
Column = 0
Control = Label1
Row = 0
end
item
Column = 1
Control = DBEdit1
Row = 0
end
item
Column = 0
Control = Label2
Row = 1
end
item
Column = 1
Control = DBEdit2
Row = 1
end
item
Column = 0
Control = Label3
Row = 2
end
item
Column = 1
Control = DBEdit3
Row = 2
end
item
Column = 0
Control = Label4
Row = 3
end
item
Column = 1
Control = DBLookupComboBox1
Row = 3
end>
RowCollection = <
item
Value = 25.073984088475470000
end
item
Value = 24.946202914634110000
end
item
Value = 24.967019732984120000
end
item
Value = 25.012793263906300000
end
item
SizeStyle = ssAuto
end>
TabOrder = 1
ExplicitTop = 29
ExplicitHeight = 281
object Label1: TLabel
AlignWithMargins = True
Left = 11
Top = 6
Width = 44
Height = 63
Margins.Left = 10
Margins.Top = 5
Align = alLeft
Caption = #1060#1072#1084#1080#1083#1080#1103
ExplicitHeight = 13
end
object DBEdit1: TDBEdit
AlignWithMargins = True
Left = 104
Top = 11
Width = 181
Height = 21
Margins.Left = 15
Margins.Top = 10
Margins.Bottom = 20
DataField = #1060#1072#1084#1080#1083#1080#1103
DataSource = DMl.DataSourceGetEmpList
TabOrder = 0
OnChange = DBEdit1Change
OnKeyPress = DBEdit1KeyPress
end
object Label2: TLabel
AlignWithMargins = True
Left = 11
Top = 77
Width = 19
Height = 63
Margins.Left = 10
Margins.Top = 5
Align = alLeft
Caption = #1048#1084#1103
ExplicitTop = 75
ExplicitHeight = 13
end
object DBEdit2: TDBEdit
AlignWithMargins = True
Left = 104
Top = 82
Width = 181
Height = 21
Margins.Left = 15
Margins.Top = 10
Margins.Bottom = 20
DataField = #1048#1084#1103
DataSource = DMl.DataSourceGetEmpList
TabOrder = 1
OnKeyPress = DBEdit2KeyPress
end
object Label3: TLabel
AlignWithMargins = True
Left = 11
Top = 148
Width = 44
Height = 63
Margins.Left = 10
Margins.Top = 5
Align = alLeft
Caption = #1058#1077#1083#1077#1092#1086#1085
ExplicitTop = 144
ExplicitHeight = 13
end
object DBEdit3: TDBEdit
AlignWithMargins = True
Left = 104
Top = 153
Width = 181
Height = 21
Margins.Left = 15
Margins.Top = 10
Margins.Bottom = 20
DataField = #1058#1077#1083#1077#1092#1086#1085
DataSource = DMl.DataSourceGetEmpList
TabOrder = 2
OnKeyPress = DBEdit3KeyPress
end
object Label4: TLabel
AlignWithMargins = True
Left = 11
Top = 219
Width = 57
Height = 63
Margins.Left = 10
Margins.Top = 5
Align = alLeft
Caption = #1044#1086#1083#1078#1085#1086#1089#1090#1100
ExplicitTop = 213
ExplicitHeight = 13
end
object DBLookupComboBox1: TDBLookupComboBox
AlignWithMargins = True
Left = 99
Top = 224
Width = 186
Height = 21
Margins.Left = 10
Margins.Top = 10
DataField = 'PositionID'
DataSource = DMl.DataSourceGetEmpList
KeyField = 'ID'
ListField = 'Title'
ListSource = DataSource1
TabOrder = 3
end
end
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 500
Height = 21
Anchors = []
AutoSize = True
ButtonHeight = 21
ButtonWidth = 120
Caption = 'ToolBar1'
ShowCaptions = True
TabOrder = 2
ExplicitWidth = 590
object ToolButton1: TToolButton
Left = 0
Top = 0
Caption = #1044#1086#1073#1072#1074#1080#1090#1100' '#1089#1086#1090#1088#1091#1076#1085#1080#1082#1072
ImageIndex = 0
OnClick = ToolButton1Click
end
object ToolButton5: TToolButton
Left = 120
Top = 0
Width = 8
Caption = 'ToolButton5'
ImageIndex = 3
Style = tbsSeparator
end
object ToolButton2: TToolButton
Left = 128
Top = 0
Caption = #1059#1076#1072#1083#1080#1090#1100' '#1089#1086#1090#1088#1091#1076#1085#1080#1082#1072
ImageIndex = 1
OnClick = ToolButton2Click
end
object ToolButton3: TToolButton
Left = 248
Top = 0
Width = 8
Caption = 'ToolButton3'
ImageIndex = 3
Style = tbsSeparator
end
object ToolButton4: TToolButton
Left = 256
Top = 0
Caption = #1057#1086#1093#1088#1072#1085#1080#1090#1100
ImageIndex = 2
OnClick = ToolButton4Click
end
end
object ADODataSet1: TADODataSet
Active = True
Connection = DMl.ADOConnection1
CursorType = ctStatic
CommandText = 'SELECT ID, Title'#13#10'FROM [Position]'
Parameters = <>
Left = 344
Top = 200
end
object DataSource1: TDataSource
DataSet = ADODataSet1
Left = 352
Top = 152
end
end