-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathotdform.dfm
63 lines (63 loc) · 1.77 KB
/
otdform.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
object OtdelForm: TOtdelForm
Left = 321
Top = 406
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #1057#1087#1077#1094#1080#1072#1083#1100#1085#1086#1089#1090#1080
ClientHeight = 184
ClientWidth = 538
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object GridOtdel: TDBGridEh
Left = 0
Top = 0
Width = 538
Height = 184
Align = alClient
DataSource = DM.dsoOtdel
FooterColor = clWindow
FooterFont.Charset = DEFAULT_CHARSET
FooterFont.Color = clWindowText
FooterFont.Height = -11
FooterFont.Name = 'MS Sans Serif'
FooterFont.Style = []
Options = [dgEditing, dgTitles, dgIndicator, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
OptionsEh = [dghFixed3D, dghHighlightFocus, dghClearSelection, dghAutoSortMarking, dghMultiSortMarking, dghDialogFind]
RowHeight = 4
RowLines = 1
STFilter.Local = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
VertScrollBar.VisibleMode = sbNeverShowEh
OnKeyDown = GridOtdelKeyDown
Columns = <
item
AutoDropDown = True
EditButtons = <>
FieldName = 'vuz'
Footers = <>
Title.Caption = #1042#1059#1047
Width = 79
end
item
EditButtons = <>
FieldName = 'N_OTDEL'
Footers = <>
Title.Caption = #1057#1087#1077#1094#1080#1072#1083#1100#1085#1086#1089#1090#1100
Width = 442
end>
end
end