-
Notifications
You must be signed in to change notification settings - Fork 1
/
rtbinsrcfm.lfm
268 lines (268 loc) · 5.67 KB
/
rtbinsrcfm.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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
object Form1: TForm1
Left = 467
Height = 560
Top = 370
Width = 858
AllowDropFiles = True
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = 'Form1'
ClientHeight = 560
ClientWidth = 858
OnCreate = FormCreate
OnDropFiles = FormDropFiles
LCLVersion = '2.0.10.0'
object InFile: TButton
Left = 16
Height = 25
Top = 56
Width = 75
Caption = 'In File'
OnClick = InFileClick
TabOrder = 0
end
object EditFileName: TEdit
Left = 104
Height = 23
Top = 56
Width = 344
Enabled = False
TabOrder = 1
end
object LanRadioGroup: TRadioGroup
Left = 576
Height = 120
Top = 58
Width = 185
AutoFill = True
Caption = 'Language'
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 100
ClientWidth = 181
ItemIndex = 0
Items.Strings = (
'Basic'
'GWBASIC'
'C'
'Pascal'
)
OnClick = LanRadioGroupClick
TabOrder = 10
end
object NumTypeRadioGroup: TRadioGroup
Left = 576
Height = 168
Top = 280
Width = 185
AutoFill = True
Caption = 'Type'
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
OnClick = NumTypeRadioGroupClick
TabOrder = 12
end
object FormatRadioGroup: TRadioGroup
Left = 576
Height = 72
Top = 192
Width = 185
AutoFill = True
Caption = 'Format'
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 52
ClientWidth = 181
ItemIndex = 0
Items.Strings = (
'Decimal'
'Hex'
)
OnClick = FormatRadioGroupClick
TabOrder = 11
end
object MemoWithCode: TMemo
Left = 16
Height = 361
Top = 176
Width = 520
ScrollBars = ssAutoBoth
TabOrder = 9
WordWrap = False
end
object InfoLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 30
Top = 0
Width = 858
Alignment = taCenter
Anchors = [akTop, akLeft, akRight]
AutoSize = False
Color = clGray
Font.Color = clWhite
Font.Height = -21
ParentColor = False
ParentFont = False
Transparent = False
end
object Import: TButton
Left = 464
Height = 25
Top = 54
Width = 75
Caption = 'Import'
Enabled = False
OnClick = ImportClick
TabOrder = 2
end
object CopyToClipboard: TButton
Left = 576
Height = 25
Top = 512
Width = 120
Caption = 'Copy To Clipboard'
OnClick = CopyToClipboardClick
TabOrder = 13
end
object SaveAs: TButton
Left = 736
Height = 25
Top = 512
Width = 75
Caption = 'Save As'
OnClick = SaveAsClick
TabOrder = 14
end
object ArrayLabel: TLabel
Left = 28
Height = 15
Top = 104
Width = 63
Caption = 'Array Name'
ParentColor = False
end
object EditArrayName: TEdit
Left = 104
Height = 23
Top = 96
Width = 168
MaxLength = 20
TabOrder = 3
end
object IndentSpinEdit: TSpinEditEx
Left = 464
Height = 23
Top = 92
Width = 75
MaxLength = 0
NumbersOnly = True
TabOrder = 5
Value = 2
end
object IndentSizeLabel: TLabel
Left = 400
Height = 15
Top = 100
Width = 57
Alignment = taRightJustify
Caption = 'Indent Size'
ParentColor = False
end
object ClearOnImport: TCheckBox
Left = 280
Height = 19
Top = 96
Width = 105
Alignment = taLeftJustify
Caption = 'Clear On Import'
TabOrder = 4
end
object ItemsPerLineSpinEdit: TSpinEditEx
Left = 104
Height = 23
Top = 136
Width = 75
MaxLength = 0
NumbersOnly = True
TabOrder = 6
MinValue = 1
Value = 10
end
object ItemsPerLineLabel: TLabel
Left = 17
Height = 15
Top = 144
Width = 74
Caption = 'Items Per Line'
ParentColor = False
end
object LineStartSpinEdit: TSpinEditEx
Left = 264
Height = 23
Top = 136
Width = 75
MaxLength = 0
NumbersOnly = True
TabOrder = 7
MaxValue = 10000
MinValue = 1
Value = 1000
end
object LineStartLabel: TLabel
Left = 192
Height = 15
Top = 144
Width = 59
Caption = 'Line # Start'
ParentColor = False
end
object LineStepsSpinEdit: TSpinEditEx
Left = 464
Height = 23
Top = 136
Width = 75
MaxLength = 0
NumbersOnly = True
TabOrder = 8
MaxValue = 1000
MinValue = 1
Value = 10
end
object LineStepsLabel: TLabel
Left = 394
Height = 15
Top = 144
Width = 63
Caption = 'Line # Steps'
ParentColor = False
end
object OpenDialog: TOpenDialog
Options = [ofFileMustExist, ofEnableSizing, ofViewDetail]
Left = 720
Top = 16
end
object SaveDialog: TSaveDialog
Options = [ofOverwritePrompt, ofEnableSizing, ofViewDetail]
Left = 792
Top = 16
end
end