-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathessentials1.dfm
52 lines (52 loc) · 1.14 KB
/
essentials1.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
object frmMainForm: TfrmMainForm
Left = 0
Top = 0
Caption = 'Essentials Recipes'
ClientHeight = 585
ClientWidth = 1101
Color = clAppWorkSpace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Segoe UI'
Font.Style = []
FormStyle = fsMDIForm
Menu = MainMenu1
OldCreateOrder = False
Position = poScreenCenter
Visible = True
PixelsPerInch = 96
TextHeight = 17
object bkGradient: TEsGradient
Left = 0
Top = 0
Width = 1101
Height = 585
Align = alClient
FromColor = clAppWorkSpace
ToColor = clAppWorkSpace
ExplicitLeft = 8
ExplicitTop = 263
ExplicitWidth = 368
ExplicitHeight = 217
end
object MainMenu1: TMainMenu
Left = 1056
Top = 16
object Examples1: TMenuItem
Caption = '&Examples'
object InvoiceSample1: TMenuItem
Caption = 'Invoice Sample'
OnClick = btnInvoiceClick
end
object Background1: TMenuItem
Caption = 'Background'
OnClick = btnBackgroundClick
end
object About1: TMenuItem
Caption = 'About'
OnClick = btnAboutClick
end
end
end
end