-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCandidateSelectUnit.dfm
165 lines (165 loc) · 4.35 KB
/
CandidateSelectUnit.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 CandidateSelectForm: TCandidateSelectForm
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #1055#1086#1076#1073#1086#1088' '#1082#1072#1085#1076#1080#1076#1072#1090#1086#1074
ClientHeight = 406
ClientWidth = 759
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
OnHelp = FormHelp
OnKeyDown = FormKeyDown
OnShow = FormShow
TextHeight = 20
object LabelVacancy: TLabel
Left = 8
Top = 2
Width = 68
Height = 20
Caption = #1042#1072#1082#1072#1085#1089#1080#1103':'
end
object LabelCandidates: TLabel
Left = 8
Top = 93
Width = 162
Height = 20
Caption = #1053#1072#1081#1076#1077#1085#1085#1099#1077' '#1082#1072#1085#1076#1080#1076#1072#1090#1099':'
end
object ListViewVacancy: TListView
Left = 8
Top = 28
Width = 743
Height = 59
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 = []
ReadOnly = True
RowSelect = True
ParentFont = False
TabOrder = 0
ViewStyle = vsReport
end
object ListViewCandidates: TListView
Left = 8
Top = 119
Width = 745
Height = 279
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 = 110
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 = 85
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 = []
ReadOnly = True
RowSelect = True
ParentFont = False
TabOrder = 1
ViewStyle = vsReport
end
object MainMenu: TMainMenu
Left = 688
Top = 80
object MMFile: TMenuItem
Caption = #1060#1072#1081#1083
object MMSaveFile: TMenuItem
Caption = #1057#1086#1093#1088#1072#1085#1080#1090#1100
Enabled = False
ShortCut = 16467
OnClick = MMSaveFileClick
end
end
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 = 632
Top = 224
end
end