-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnitFormSecretMessage.dfm
More file actions
73 lines (73 loc) · 1.62 KB
/
UnitFormSecretMessage.dfm
File metadata and controls
73 lines (73 loc) · 1.62 KB
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
object FormSecretMessage: TFormSecretMessage
Left = 211
Top = 139
Width = 625
Height = 484
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'SecretMessage (C) 2009 Rich'#232'l Bilderbeek'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Visible = True
PixelsPerInch = 96
TextHeight = 14
object PanelCreate: TPanel
Left = 0
Top = 0
Width = 617
Height = 150
Align = alTop
BevelOuter = bvNone
Caption = '(X) Create '
Color = clBlack
Font.Charset = ANSI_CHARSET
Font.Color = clSilver
Font.Height = -85
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnMouseDown = PanelCreateMouseDown
end
object PanelExtract: TPanel
Left = 0
Top = 150
Width = 617
Height = 150
Align = alTop
BevelOuter = bvNone
Caption = '(X) Extract'
Color = clBlack
Font.Charset = ANSI_CHARSET
Font.Color = clSilver
Font.Height = -85
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnMouseDown = PanelExtractMouseDown
end
object PanelAbout: TPanel
Left = 0
Top = 300
Width = 617
Height = 150
Align = alTop
BevelOuter = bvNone
Caption = '(X) About '
Color = clBlack
Font.Charset = ANSI_CHARSET
Font.Color = clSilver
Font.Height = -85
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
OnMouseDown = PanelAboutMouseDown
end
end