-
Notifications
You must be signed in to change notification settings - Fork 1
/
usettings.lfm
190 lines (190 loc) · 3.52 KB
/
usettings.lfm
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
object frmSettings: TfrmSettings
Left = 470
Height = 280
Top = 247
Width = 556
BorderStyle = bsDialog
Caption = 'Settings'
ClientHeight = 280
ClientWidth = 556
FormStyle = fsStayOnTop
Position = poOwnerFormCenter
LCLVersion = '2.0.4.0'
object lbStationID: TLabel
Left = 16
Height = 15
Top = 18
Width = 65
Caption = 'Station ID:'
ParentColor = False
end
object edStationID: TEdit
Left = 104
Height = 22
Top = 16
Width = 438
TabOrder = 0
end
object btOK: TButton
Left = 384
Height = 25
Top = 240
Width = 75
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 8
end
object btCancel: TButton
Left = 467
Height = 25
Top = 240
Width = 75
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 9
end
object lbLineColor: TLabel
Left = 16
Height = 15
Top = 98
Width = 63
Caption = 'Line color:'
ParentColor = False
end
object edLineColor: TEdit
Left = 104
Height = 22
Top = 96
Width = 120
TabOrder = 2
Text = 'edLineColor'
end
object btChooseLineColor: TButton
Left = 232
Height = 22
Top = 96
Width = 24
Caption = '...'
OnClick = btChooseLineColorClick
TabOrder = 3
end
object lbSourceID: TLabel
Left = 16
Height = 15
Top = 58
Width = 62
Caption = 'Source ID:'
ParentColor = False
end
object edSourceID: TEdit
Left = 104
Height = 22
Top = 56
Width = 438
TabOrder = 1
Text = 'source: Ditrianum (https://ditrianum.org)'
end
object lbScreenshotInfo: TLabel
Left = 16
Height = 40
Top = 136
Width = 526
AutoSize = False
Caption = 'The default screenshot area can be adjusted to precisely match the client area of your window. Use small values like 5 or -10.'
ParentColor = False
WordWrap = True
end
object lbScreenshotLeft: TLabel
Left = 16
Height = 15
Top = 186
Width = 28
Caption = 'Left:'
ParentColor = False
end
object edScreenshotLeft: TEdit
Left = 56
Height = 22
Top = 184
Width = 40
TabOrder = 4
Text = '0'
end
object lbScreenshotTop: TLabel
Left = 144
Height = 15
Top = 186
Width = 28
Caption = 'Top:'
ParentColor = False
end
object edScreenshotTop: TEdit
Left = 192
Height = 22
Top = 184
Width = 40
TabOrder = 5
Text = '0'
end
object lbScreenshotWidth: TLabel
Left = 280
Height = 15
Top = 186
Width = 42
Caption = 'Width:'
ParentColor = False
end
object edScreenshotWidth: TEdit
Left = 344
Height = 22
Top = 184
Width = 40
TabOrder = 6
Text = '0'
end
object lbScreenshotHeight: TLabel
Left = 440
Height = 15
Top = 186
Width = 41
Caption = 'Height'
ParentColor = False
end
object edScreenshotHeight: TEdit
Left = 502
Height = 22
Top = 184
Width = 40
TabOrder = 7
Text = '0'
end
object ColorDialog1: TColorDialog
Color = clBlack
CustomColors.Strings = (
'ColorA=000000'
'ColorB=000080'
'ColorC=008000'
'ColorD=008080'
'ColorE=800000'
'ColorF=800080'
'ColorG=808000'
'ColorH=808080'
'ColorI=C0C0C0'
'ColorJ=0000FF'
'ColorK=00FF00'
'ColorL=00FFFF'
'ColorM=FF0000'
'ColorN=FF00FF'
'ColorO=FFFF00'
'ColorP=FFFFFF'
'ColorQ=C0DCC0'
'ColorR=F0CAA6'
'ColorS=F0FBFF'
'ColorT=A4A0A0'
)
left = 408
top = 88
end
end