-
Notifications
You must be signed in to change notification settings - Fork 3
/
ConfigOffsets.dfm
144 lines (144 loc) · 3.24 KB
/
ConfigOffsets.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
object FConfigOffsets: TFConfigOffsets
Left = 180
Top = 159
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
Anchors = [akLeft, akTop, akRight, akBottom]
BorderIcons = []
BorderStyle = bsNone
ClientHeight = 536
ClientWidth = 665
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
WindowState = wsMaximized
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnMouseDown = FormMouseDown
OnMouseMove = FormMouseMove
OnMouseUp = FormMouseUp
OnPaint = FormPaint
OnShow = FormShow
DesignSize = (
665
536)
PixelsPerInch = 96
TextHeight = 13
object MainOffsetTL: TLabel
Left = 29
Top = 3
Width = 52
Height = 13
Cursor = crSizeAll
Anchors = []
Caption = 'Top Offset'
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindow
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
Transparent = True
OnMouseDown = MainOffsetTLMouseDown
OnMouseMove = MainOffsetTLMouseMove
OnMouseUp = HandlerMouseUp
end
object LCopyDesc: TLabel
Left = 516
Top = 432
Width = 85
Height = 13
Cursor = crSizeAll
Anchors = [akRight, akBottom]
Caption = 'COPYRIGHT TEXT'
Color = 65408
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
Transparent = True
OnMouseDown = LCopyDescMouseDown
OnMouseMove = LCopyDescMouseMove
OnMouseUp = HandlerMouseUp
end
object LCCLIDesc: TLabel
Left = 0
Top = 434
Width = 49
Height = 13
Cursor = crSizeAll
Anchors = [akLeft, akBottom]
Caption = 'CCLI Desc'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Transparent = True
OnMouseDown = LCCLIDescMouseDown
OnMouseMove = LCCLIDescMouseMove
OnMouseUp = HandlerMouseUp
end
object LCopy2: TLabel
Left = 516
Top = 448
Width = 51
Height = 13
Cursor = crSizeAll
Anchors = [akRight, akBottom]
Caption = 'Copy Desc'
Color = clLime
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
Transparent = True
OnMouseDown = LCopyDescMouseDown
OnMouseMove = LCopyDescMouseMove
OnMouseUp = HandlerMouseUp
end
object LCCLI2: TLabel
Left = 8
Top = 450
Width = 49
Height = 13
Cursor = crSizeAll
Anchors = [akLeft, akBottom]
Caption = 'CCLI Desc'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Transparent = True
OnMouseDown = LCCLIDescMouseDown
OnMouseMove = LCCLIDescMouseMove
OnMouseUp = HandlerMouseUp
end
object btClose: TButton
Left = 278
Top = 219
Width = 72
Height = 23
Anchors = []
Caption = 'Close'
TabOrder = 0
OnClick = btCloseClick
end
end