-
Notifications
You must be signed in to change notification settings - Fork 0
/
mainunit.lfm
44 lines (44 loc) · 1010 Bytes
/
mainunit.lfm
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
object MainForm: TMainForm
Left = 765
Height = 67
Top = 160
Width = 365
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'SQL Schedule'
ClientHeight = 47
ClientWidth = 365
Menu = MainMenu
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.0.12.0'
object BtnReport: TButton
Left = 88
Height = 28
Top = 8
Width = 203
Caption = 'Срезы расписания'
OnClick = BtnReportClick
TabOrder = 0
end
object MainMenu: TMainMenu
left = 5
object MenuFile: TMenuItem
Caption = 'Файл'
object MenuFile_Exit: TMenuItem
Caption = 'Выход'
OnClick = MenuFile_ExitClick
end
end
object MenuReferen: TMenuItem
Caption = 'Справочники'
end
object MenuHelp: TMenuItem
Caption = 'Справка'
object MenuHelp_About: TMenuItem
Caption = 'О программе'
OnClick = MenuHelp_AboutClick
end
end
end
end