-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCandidateListUnit.dfm
169 lines (169 loc) · 4.7 KB
/
CandidateListUnit.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
object CandidateListForm: TCandidateListForm
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #1057#1087#1080#1089#1086#1082' '#1082#1072#1085#1076#1080#1076#1072#1090#1086#1074
ClientHeight = 382
ClientWidth = 758
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Style = []
KeyPreview = True
Menu = MainMenu
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnHelp = FormHelp
OnKeyDown = FormKeyDown
TextHeight = 20
object ListView: TListView
Left = 8
Top = 56
Width = 745
Height = 321
Columns = <
item
Caption = #1060#1072#1084#1080#1083#1080#1103
MinWidth = 50
Width = 80
end
item
Caption = #1048#1084#1103
MinWidth = 50
Width = 70
end
item
Caption = #1054#1090#1095#1077#1089#1090#1074#1086
MinWidth = 50
Width = 80
end
item
Caption = #1044#1072#1090#1072' '#1088#1086#1078#1076#1077#1085#1080#1103
MinWidth = 50
Width = 100
end
item
Caption = #1057#1087#1077#1094#1080#1072#1083#1100#1085#1086#1089#1090#1100
MinWidth = 50
Width = 100
end
item
Caption = #1042#1099#1089#1096#1077#1077' '#1086#1073#1088#1072#1079#1086#1074#1072#1085#1080#1077
MinWidth = 50
Width = 135
end
item
Caption = #1044#1086#1083#1078#1085#1086#1089#1090#1100
MinWidth = 50
Width = 95
end
item
Caption = #1054#1082#1083#1072#1076', '#1088#1091#1073'.'
MinWidth = 50
Width = 80
end>
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
HideSelection = False
ReadOnly = True
RowSelect = True
ParentFont = False
TabOrder = 3
ViewStyle = vsReport
OnChange = ListViewChange
OnDblClick = ListViewDblClick
OnDeletion = ListViewDeletion
OnSelectItem = ListViewSelectItem
end
object ButtonAdd: TButton
Left = 8
Top = 8
Width = 169
Height = 42
Caption = #1044#1086#1073#1072#1074#1080#1090#1100' '#1082#1072#1085#1076#1080#1076#1072#1090#1072
TabOrder = 0
OnClick = ButtonAddClick
end
object ButtonDelete: TButton
Left = 199
Top = 8
Width = 170
Height = 42
Caption = #1059#1076#1072#1083#1080#1090#1100' '#1082#1072#1085#1076#1080#1076#1072#1090#1072
Enabled = False
TabOrder = 1
OnClick = ButtonDeleteClick
end
object ButtonDeficite: TButton
Left = 584
Top = 8
Width = 168
Height = 42
Caption = #1057#1087#1080#1089#1086#1082' '#1076#1077#1092#1080#1094#1080#1090#1085#1099#1093' '#1089#1087#1077#1094#1080#1072#1083#1080#1089#1090#1086#1074
Enabled = False
TabOrder = 2
WordWrap = True
OnClick = ButtonDeficiteClick
end
object ButtonSearch: TButton
Left = 391
Top = 8
Width = 170
Height = 42
Caption = #1055#1086#1080#1089#1082' '#1082#1072#1085#1076#1080#1076#1072#1090#1072
TabOrder = 4
OnClick = ButtonSearchClick
end
object MainMenu: TMainMenu
Left = 312
Top = 144
object MMFile: TMenuItem
Caption = #1060#1072#1081#1083
object MMOpenFile: TMenuItem
Caption = #1054#1090#1082#1088#1099#1090#1100'...'
ShortCut = 16463
OnClick = MMOpenFileClick
end
object MMSaveFile: TMenuItem
Caption = #1057#1086#1093#1088#1072#1085#1080#1090#1100
Enabled = False
ShortCut = 16467
OnClick = MMSaveFileClick
end
end
object MMHelp: TMenuItem
Caption = #1057#1087#1088#1072#1074#1082#1072
object MMInstruction: TMenuItem
Caption = #1048#1085#1089#1090#1088#1091#1082#1094#1080#1103
ShortCut = 112
OnClick = MMInstructionClick
end
object MMSeparator: TMenuItem
Caption = '-'
end
object MMProgramInfo: TMenuItem
Caption = #1054' '#1087#1088#1086#1075#1088#1072#1084#1084#1077
OnClick = MMProgramInfoClick
end
end
end
object OpenDialog: TOpenDialog
DefaultExt = '*.can'
Filter = #1057#1087#1080#1089#1086#1082' '#1082#1072#1085#1076#1080#1076#1072#1090#1086#1074' (*.can)|*.can'
Left = 224
Top = 184
end
object SaveDialog: TSaveDialog
DefaultExt = '*.can'
Filter = #1057#1087#1080#1089#1086#1082' '#1082#1072#1085#1076#1080#1076#1072#1090#1086#1074' (*.can)|*.can'
Left = 522
Top = 240
end
end