-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMainUnit.dfm
82 lines (82 loc) · 2.16 KB
/
MainUnit.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
object MainForm: TMainForm
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #1041#1080#1088#1078#1072' '#1090#1088#1091#1076#1072
ClientHeight = 231
ClientWidth = 244
Color = clBtnFace
Constraints.MaxHeight = 300
Constraints.MaxWidth = 258
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Style = []
Menu = MainMenu
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnResize = FormResize
TextHeight = 20
object LabelProgramName: TLabel
Left = 72
Top = 8
Width = 104
Height = 25
Caption = #1041#1080#1088#1078#1072' '#1090#1088#1091#1076#1072
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -18
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
end
object ButtonVacancyList: TButton
Left = 47
Top = 48
Width = 153
Height = 41
Caption = #1057#1087#1080#1089#1086#1082' '#1074#1072#1082#1072#1085#1089#1080#1081
TabOrder = 0
OnClick = ButtonVacancyListClick
end
object ButtonCandidateList: TButton
Left = 47
Top = 110
Width = 153
Height = 42
Caption = #1057#1087#1080#1089#1086#1082' '#1082#1072#1085#1076#1080#1076#1072#1090#1086#1074
TabOrder = 1
OnClick = ButtonCandidateListClick
end
object ButtonExit: TButton
Left = 47
Top = 172
Width = 153
Height = 43
Caption = #1042#1099#1093#1086#1076
TabOrder = 2
WordWrap = True
OnClick = ButtonExitClick
end
object MainMenu: TMainMenu
Left = 208
Top = 65520
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
end