-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNormal.dfm
More file actions
41 lines (41 loc) · 945 Bytes
/
Copy pathNormal.dfm
File metadata and controls
41 lines (41 loc) · 945 Bytes
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
inherited frmNormal: TfrmNormal
Caption = 'Normal Form'
PixelsPerInch = 96
TextHeight = 13
inherited pnlMain: TPanel
object Panel1: TPanel
Left = 0
Top = 0
Width = 833
Height = 24
Align = alTop
BevelOuter = bvLowered
Color = clGray
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentBackground = False
ParentFont = False
TabOrder = 0
object lblTitle: TLabel
AlignWithMargins = True
Left = 13
Top = 4
Width = 816
Height = 16
Margins.Left = 12
Align = alClient
Caption = 'Title'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ExplicitWidth = 25
end
end
end
end