-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathTool.dfm
More file actions
68 lines (68 loc) · 1.55 KB
/
Copy pathTool.dfm
File metadata and controls
68 lines (68 loc) · 1.55 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
inherited frmTool: TfrmTool
Caption = 'Tool Form'
ClientHeight = 286
ClientWidth = 351
ExplicitWidth = 367
ExplicitHeight = 325
PixelsPerInch = 96
TextHeight = 13
inherited pnlMain: TPanel
Width = 351
Height = 286
object Panel1: TPanel
Left = 0
Top = 0
Width = 351
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 = 303
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
object Button1: TButton
AlignWithMargins = True
Left = 322
Top = 2
Width = 27
Height = 19
Margins.Top = 1
Margins.Right = 1
Margins.Bottom = 2
Align = alRight
Caption = '...'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
ExplicitLeft = 320
ExplicitHeight = 20
end
end
end
end