-
Notifications
You must be signed in to change notification settings - Fork 0
/
formDictionaries.dfm
301 lines (301 loc) · 9.72 KB
/
formDictionaries.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
294
295
296
297
298
299
300
301
inherited frmDictionaries: TfrmDictionaries
Caption = #1057#1087#1088#1072#1074#1086#1095#1085#1080#1082#1080
ClientWidth = 957
Position = poDesktopCenter
OnShow = FormShow
ExplicitWidth = 973
PixelsPerInch = 96
TextHeight = 13
inherited img1: TImage
Left = 772
Visible = False
ExplicitLeft = 713
end
inherited RzPanel1: TRzPanel
Width = 957
ExplicitWidth = 984
inherited Image2: TImage
Left = 57
ExplicitLeft = 84
end
inherited Exit_bnt: TRzButton
Left = 823
ExplicitLeft = 850
end
end
object GridUserTypes: TcxGrid
Left = 8
Top = 8
Width = 225
Height = 265
TabOrder = 1
OnEnter = GridUserTypesEnter
object cxGridDBTableView1: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
Navigator.InfoPanel.Visible = True
DataController.DataSource = DataModuleMain.DSDicUserTypes
DataController.Options = [dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText]
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <>
DataController.Summary.SummaryGroups = <>
OptionsCustomize.ColumnFiltering = False
OptionsCustomize.ColumnGrouping = False
OptionsData.CancelOnExit = False
OptionsData.Deleting = False
OptionsData.DeletingConfirmation = False
OptionsData.Editing = False
OptionsData.Inserting = False
OptionsSelection.CellSelect = False
OptionsView.FocusRect = False
OptionsView.NoDataToDisplayInfoText = '<'#1057#1087#1080#1089#1086#1082' '#1087#1091#1089#1090'>'
OptionsView.GridLines = glNone
OptionsView.GroupByBox = False
object cxGridDBColumn1: TcxGridDBColumn
Caption = #1058#1080#1087' '#1087#1086#1083#1100#1079#1086#1074#1072#1090#1077#1083#1103
DataBinding.FieldName = 'NAME'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Options.FilteringPopup = False
Options.FilteringPopupMultiSelect = False
Options.IgnoreTimeForFiltering = False
Options.ShowEditButtons = isebNever
Options.AutoWidthSizable = False
Options.GroupFooters = False
Options.Grouping = False
Options.Moving = False
Styles.Header = cxStyle1
Width = 205
end
end
object cxGridLevel1: TcxGridLevel
GridView = cxGridDBTableView1
end
end
object pnlEdit: TRzPanel
Left = 8
Top = 273
Width = 225
Height = 34
Align = alCustom
BorderInner = fsStatus
BorderOuter = fsPopup
TabOrder = 2
DesignSize = (
225
34)
object btnAdd: TRzBitBtn
Left = 7
Top = 3
Width = 28
Height = 28
Hint = #1044#1086#1073#1072#1074#1080#1090#1100
TabOrder = 0
OnClick = btnAddClick
ImageIndex = 0
Images = DataModuleMain.ImgList
end
object btnEdit: TRzBitBtn
Left = 41
Top = 3
Width = 28
Height = 28
Hint = #1048#1079#1084#1077#1085#1080#1090#1100
TabOrder = 1
OnClick = btnEditClick
ImageIndex = 2
Images = DataModuleMain.ImgList
end
object btnDel: TRzBitBtn
Left = 192
Top = 3
Width = 28
Height = 28
Hint = #1059#1076#1072#1083#1080#1090#1100
Anchors = [akTop, akRight]
TabOrder = 2
OnClick = btnDelClick
ImageIndex = 3
Images = DataModuleMain.ImgList
ExplicitLeft = 135
end
end
object GridProfs: TcxGrid
Left = 245
Top = 8
Width = 225
Height = 265
TabOrder = 3
OnEnter = GridUserTypesEnter
object cxGridDBTableView2: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
Navigator.InfoPanel.Visible = True
DataController.DataSource = DataModuleMain.DSDicWorkerProfs
DataController.Options = [dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText]
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <>
DataController.Summary.SummaryGroups = <>
OptionsCustomize.ColumnFiltering = False
OptionsCustomize.ColumnGrouping = False
OptionsData.CancelOnExit = False
OptionsData.Deleting = False
OptionsData.DeletingConfirmation = False
OptionsData.Editing = False
OptionsData.Inserting = False
OptionsSelection.CellSelect = False
OptionsView.FocusRect = False
OptionsView.NoDataToDisplayInfoText = '<'#1057#1087#1080#1089#1086#1082' '#1087#1091#1089#1090'>'
OptionsView.GridLines = glNone
OptionsView.GroupByBox = False
object cxGridDBColumn2: TcxGridDBColumn
Caption = #1044#1086#1083#1078#1085#1086#1089#1090#1080
DataBinding.FieldName = 'NAME'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Options.FilteringPopup = False
Options.FilteringPopupMultiSelect = False
Options.IgnoreTimeForFiltering = False
Options.ShowEditButtons = isebNever
Options.AutoWidthSizable = False
Options.GroupFooters = False
Options.Grouping = False
Options.Moving = False
Styles.Header = cxStyle1
Width = 205
end
end
object cxGridLevel2: TcxGridLevel
GridView = cxGridDBTableView2
end
end
object GridMaterials: TcxGrid
Left = 482
Top = 8
Width = 225
Height = 265
TabOrder = 4
OnEnter = GridUserTypesEnter
object cxGridDBTableView3: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
Navigator.InfoPanel.Visible = True
DataController.DataSource = DataModuleMain.DSDicMaterials
DataController.Options = [dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText]
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <>
DataController.Summary.SummaryGroups = <>
OptionsCustomize.ColumnFiltering = False
OptionsCustomize.ColumnGrouping = False
OptionsData.CancelOnExit = False
OptionsData.Deleting = False
OptionsData.DeletingConfirmation = False
OptionsData.Editing = False
OptionsData.Inserting = False
OptionsSelection.CellSelect = False
OptionsView.FocusRect = False
OptionsView.NoDataToDisplayInfoText = '<'#1057#1087#1080#1089#1086#1082' '#1087#1091#1089#1090'>'
OptionsView.GridLines = glNone
OptionsView.GroupByBox = False
object cxGridDBColumn3: TcxGridDBColumn
Caption = #1056#1072#1089#1093#1086#1076#1085#1099#1077' '#1084#1072#1090#1077#1088#1080#1072#1083#1099
DataBinding.FieldName = 'NAME'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Options.FilteringPopup = False
Options.FilteringPopupMultiSelect = False
Options.IgnoreTimeForFiltering = False
Options.ShowEditButtons = isebNever
Options.AutoWidthSizable = False
Options.GroupFooters = False
Options.Grouping = False
Options.Moving = False
Styles.Header = cxStyle1
Width = 205
end
end
object cxGridLevel3: TcxGridLevel
GridView = cxGridDBTableView3
end
end
object GridServices: TcxGrid
Left = 719
Top = 8
Width = 225
Height = 265
TabOrder = 5
OnEnter = GridUserTypesEnter
object cxGridDBTableView4: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
Navigator.InfoPanel.Visible = True
DataController.DataSource = DataModuleMain.DSDicServices
DataController.Options = [dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText]
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <>
DataController.Summary.SummaryGroups = <>
OptionsCustomize.ColumnFiltering = False
OptionsCustomize.ColumnGrouping = False
OptionsData.CancelOnExit = False
OptionsData.Deleting = False
OptionsData.DeletingConfirmation = False
OptionsData.Editing = False
OptionsData.Inserting = False
OptionsSelection.CellSelect = False
OptionsView.FocusRect = False
OptionsView.NoDataToDisplayInfoText = '<'#1057#1087#1080#1089#1086#1082' '#1087#1091#1089#1090'>'
OptionsView.GridLines = glNone
OptionsView.GroupByBox = False
object cxGridDBColumn4: TcxGridDBColumn
Caption = #1059#1089#1083#1091#1075#1080
DataBinding.FieldName = 'NAME'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Options.FilteringPopup = False
Options.FilteringPopupMultiSelect = False
Options.IgnoreTimeForFiltering = False
Options.ShowEditButtons = isebNever
Options.AutoWidthSizable = False
Options.GroupFooters = False
Options.Grouping = False
Options.Moving = False
Styles.Header = cxStyle1
Width = 205
end
end
object cxGridLevel4: TcxGridLevel
GridView = cxGridDBTableView4
end
end
object tvMaterials: TdxDBTreeView
Left = 482
Top = 27
Width = 225
Height = 246
ShowNodeHint = True
RowSelect = True
DataSource = DataModuleMain.DSDicMaterials
DisplayField = 'NAME'
KeyField = 'ID'
ListField = 'NAME'
ParentField = 'PARENT'
RootValue = 0
SeparatedSt = ' - '
RaiseOnError = True
ReadOnly = True
HideSelection = False
Indent = 19
ParentColor = False
Options = [trDBConfirmDelete, trCanDBNavigate, trSmartRecordCopy, trCheckHasChildren]
SelectedIndex = -1
TabOrder = 6
OnEnter = tvMaterialsEnter
end
object cxStyleRepository1: TcxStyleRepository
PixelsPerInch = 96
object cxStyle1: TcxStyle
AssignedValues = [svFont]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
end
end
end