-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVacancyListUnit.dfm
165 lines (165 loc) · 4.63 KB
/
VacancyListUnit.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
object VacancyListForm: TVacancyListForm
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #1057#1087#1080#1089#1086#1082' '#1074#1072#1082#1072#1085#1089#1080#1081
ClientHeight = 382
ClientWidth = 756
Color = clBtnFace
Constraints.MaxHeight = 443
Constraints.MaxWidth = 770
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 = 55
Width = 743
Height = 321
Columns = <
item
Caption = #1053#1072#1079#1074#1072#1085#1080#1077' '#1092#1080#1088#1084#1099
MinWidth = 50
Width = 110
end
item
Caption = #1057#1087#1077#1094#1080#1072#1083#1100#1085#1086#1089#1090#1100
MinWidth = 50
Width = 100
end
item
Caption = #1044#1086#1083#1078#1085#1086#1089#1090#1100
MinWidth = 50
Width = 90
end
item
Caption = #1054#1082#1083#1072#1076', '#1088#1091#1073'.'
MinWidth = 50
Width = 80
end
item
Caption = #1044#1085#1077#1081' '#1086#1090#1087#1091#1089#1082#1072
MinWidth = 50
Width = 90
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 = #1042#1086#1079#1088#1072#1089#1090#1085#1086#1081' '#1076#1080#1072#1087#1072#1079#1086#1085
MinWidth = 50
Width = 133
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' '#1074#1072#1082#1072#1085#1089#1080#1102
TabOrder = 0
OnClick = ButtonAddClick
end
object ButtonDelete: TButton
Left = 200
Top = 7
Width = 169
Height = 42
Caption = #1059#1076#1072#1083#1080#1090#1100' '#1074#1072#1082#1072#1085#1089#1080#1102
Enabled = False
TabOrder = 1
OnClick = ButtonDeleteClick
end
object ButtonFindCandidates: TButton
Left = 582
Top = 8
Width = 169
Height = 41
Caption = #1055#1086#1076#1086#1073#1088#1072#1090#1100' '#1082#1072#1085#1076#1080#1076#1072#1090#1086#1074
Enabled = False
TabOrder = 2
OnClick = ButtonFindCandidatesClick
end
object ButtonSearch: TButton
Left = 392
Top = 7
Width = 169
Height = 42
Caption = #1055#1086#1080#1089#1082' '#1074#1072#1082#1072#1085#1089#1080#1080
TabOrder = 4
OnClick = ButtonSearchClick
end
object MainMenu: TMainMenu
Left = 653
Top = 334
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 SaveDialog: TSaveDialog
DefaultExt = '*.vac'
Filter = #1057#1087#1080#1089#1086#1082' '#1074#1072#1082#1072#1085#1089#1080#1081' (*.vac)|*.vac'
Left = 612
Top = 334
end
object OpenDialog: TOpenDialog
DefaultExt = '*.vac'
Filter = #1057#1087#1080#1089#1086#1082' '#1074#1072#1082#1072#1085#1089#1080#1081' (*.vac)|*.vac'
Left = 696
Top = 334
end
end