forked from WouterVanNifterick/C-To-Delphi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathC2Delphi.Forms.Main.dfm
345 lines (345 loc) · 11.6 KB
/
C2Delphi.Forms.Main.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
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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
object frmMain: TfrmMain
Left = 0
Top = 0
Caption = 'C to Delphi'
ClientHeight = 833
ClientWidth = 1339
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 793
Top = 21
Width = 8
Height = 688
ResizeStyle = rsUpdate
ExplicitTop = 0
ExplicitHeight = 1058
end
object Splitter2: TSplitter
Left = 241
Top = 21
Width = 8
Height = 688
ResizeStyle = rsUpdate
ExplicitLeft = 162
ExplicitTop = -11
ExplicitHeight = 887
end
object Splitter3: TSplitter
Left = 0
Top = 709
Width = 1339
Height = 8
Cursor = crVSplit
Align = alBottom
ResizeStyle = rsUpdate
ExplicitLeft = 8
ExplicitTop = 939
ExplicitWidth = 1778
end
object BCEditor1: TBCEditor
Left = 249
Top = 21
Width = 544
Height = 688
Cursor = crIBeam
ActiveLine.Indicator.Visible = False
Align = alLeft
Caret.MultiEdit.Enabled = True
Caret.NonBlinking.Enabled = False
Caret.Options = []
CodeFolding.Colors.Indent = clBlack
CodeFolding.Hint.Font.Charset = DEFAULT_CHARSET
CodeFolding.Hint.Font.Color = clWindowText
CodeFolding.Hint.Font.Height = -11
CodeFolding.Hint.Font.Name = 'Courier New'
CodeFolding.Hint.Font.Style = []
CodeFolding.Hint.Indicator.Glyph.Visible = False
CodeFolding.Visible = True
CompletionProposal.CloseChars = '()[]. '
CompletionProposal.Columns = <
item
end>
CompletionProposal.Font.Charset = DEFAULT_CHARSET
CompletionProposal.Font.Color = clWindowText
CompletionProposal.Font.Height = -11
CompletionProposal.Font.Name = 'Courier New'
CompletionProposal.Font.Style = []
CompletionProposal.ShortCut = 16416
CompletionProposal.Trigger.Chars = '.'
CompletionProposal.Trigger.Enabled = False
Constraints.MinHeight = 150
Constraints.MinWidth = 200
Directories.Colors = 'Colors'
Directories.Highlighters = 'Highlighters'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
LeftMargin.Font.Charset = DEFAULT_CHARSET
LeftMargin.Font.Color = 13408665
LeftMargin.Font.Height = -11
LeftMargin.Font.Name = 'Courier New'
LeftMargin.Font.Style = []
LeftMargin.Width = 55
Lines.Strings = (
'void hello(int x){'
' printf("Hello, world, %d\n",x);'
'}'
''
'int main(){'
' for(int i=0;i<=10;i++){'
' hello(i);'
' } '
'}')
LineSpacing = 0
MatchingPair.Enabled = True
Minimap.Font.Charset = DEFAULT_CHARSET
Minimap.Font.Color = clWindowText
Minimap.Font.Height = -1
Minimap.Font.Name = 'Courier New'
Minimap.Font.Style = []
Minimap.Width = 140
OnCaretChanged = BCEditor1CaretChanged
OnChange = BCEditor1Change
RightMargin.Position = 80
RightMargin.Visible = False
Scroll.Shadow.Visible = True
Selection.Options = [soExpandRealNumbers, soHighlightSimilarTerms, soTermsCaseSensitive]
SpecialChars.Style = scsDot
SyncEdit.ShortCut = 24650
TabOrder = 0
WordWrap.Enabled = False
WordWrap.Indicator.Glyph.Data = {
7E030000424D7E0300000000000036000000280000000F0000000E0000000100
2000000000004803000000000000000000000000000000000000FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF000000
000000000000000000000000000000000000FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0080000000FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000000000000000
0000FF00FF00FF00FF00FF00FF00FF00FF008000000080000000FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF008000000080000000800000008000000080000000FF00
FF00FF00FF00FF00FF00FF00FF00000000000000000000000000FF00FF00FF00
FF00FF00FF00FF00FF008000000080000000FF00FF00FF00FF0080000000FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF0080000000FF00FF00FF00FF0080000000FF00FF00FF00
FF00FF00FF000000000000000000000000000000000000000000FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF0080000000FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF0080000000FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00800000008000000080000000800000008000
00008000000080000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00}
WordWrap.Indicator.MaskColor = clFuchsia
WordWrap.Width = wwwPage
end
object BCEditor2: TBCEditor
Left = 801
Top = 21
Width = 538
Height = 688
Cursor = crIBeam
ActiveLine.Indicator.Visible = False
Align = alClient
Caret.MultiEdit.Enabled = True
Caret.NonBlinking.Enabled = False
Caret.Options = []
CodeFolding.Colors.Indent = clBlack
CodeFolding.Hint.Font.Charset = DEFAULT_CHARSET
CodeFolding.Hint.Font.Color = clWindowText
CodeFolding.Hint.Font.Height = -11
CodeFolding.Hint.Font.Name = 'Courier New'
CodeFolding.Hint.Font.Style = []
CodeFolding.Hint.Indicator.Glyph.Visible = False
CodeFolding.Visible = True
CompletionProposal.CloseChars = '()[]. '
CompletionProposal.Columns = <
item
end>
CompletionProposal.Font.Charset = DEFAULT_CHARSET
CompletionProposal.Font.Color = clWindowText
CompletionProposal.Font.Height = -11
CompletionProposal.Font.Name = 'Courier New'
CompletionProposal.Font.Style = []
CompletionProposal.ShortCut = 16416
CompletionProposal.Trigger.Chars = '.'
CompletionProposal.Trigger.Enabled = False
Constraints.MinHeight = 150
Constraints.MinWidth = 200
Directories.Colors = 'Colors'
Directories.Highlighters = 'Highlighters'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
LeftMargin.Font.Charset = DEFAULT_CHARSET
LeftMargin.Font.Color = 13408665
LeftMargin.Font.Height = -11
LeftMargin.Font.Name = 'Courier New'
LeftMargin.Font.Style = []
LeftMargin.Width = 55
Lines.Strings = (
'')
LineSpacing = 0
MatchingPair.Enabled = True
Minimap.Font.Charset = DEFAULT_CHARSET
Minimap.Font.Color = clWindowText
Minimap.Font.Height = -1
Minimap.Font.Name = 'Courier New'
Minimap.Font.Style = []
Minimap.Width = 140
OnCaretChanged = BCEditor2CaretChanged
OnChange = BCEditor2Change
PopupMenu = PopupMenu1
RightMargin.Position = 80
RightMargin.Visible = True
Scroll.Shadow.Visible = True
Selection.Options = [soExpandRealNumbers, soHighlightSimilarTerms, soTermsCaseSensitive]
SpecialChars.Style = scsDot
SyncEdit.ShortCut = 24650
TabOrder = 1
WordWrap.Enabled = False
WordWrap.Indicator.Glyph.Data = {
7E030000424D7E0300000000000036000000280000000F0000000E0000000100
2000000000004803000000000000000000000000000000000000FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF000000
000000000000000000000000000000000000FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0080000000FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000000000000000
0000FF00FF00FF00FF00FF00FF00FF00FF008000000080000000FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF008000000080000000800000008000000080000000FF00
FF00FF00FF00FF00FF00FF00FF00000000000000000000000000FF00FF00FF00
FF00FF00FF00FF00FF008000000080000000FF00FF00FF00FF0080000000FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF0080000000FF00FF00FF00FF0080000000FF00FF00FF00
FF00FF00FF000000000000000000000000000000000000000000FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF0080000000FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF0080000000FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00800000008000000080000000800000008000
00008000000080000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00}
WordWrap.Indicator.MaskColor = clFuchsia
WordWrap.Width = wwwPage
end
object SearchBox1: TSearchBox
Left = 0
Top = 0
Width = 1339
Height = 21
Align = alTop
TabOrder = 2
TextHint = 'Search'
OnChange = SearchBox1Change
end
object TreeView1: TTreeView
Left = 0
Top = 21
Width = 241
Height = 688
Align = alLeft
AutoExpand = True
Indent = 19
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnChange = TreeView1Change
end
object ListBox1: TListBox
Left = 0
Top = 717
Width = 1339
Height = 97
Align = alBottom
ItemHeight = 13
TabOrder = 4
OnDblClick = ListBox1DblClick
end
object StatusBar1: TStatusBar
Left = 0
Top = 814
Width = 1339
Height = 19
Panels = <
item
Width = 50
end
item
Width = 50
end
item
Width = 50
end
item
Width = 50
end
item
Width = 50
end>
end
object BCDragDrop1: TBCDragDrop
AcceptDrag = False
DropTarget = BCEditor1
Left = 616
Top = 352
end
object BCDragDrop2: TBCDragDrop
AcceptDrag = False
DropTarget = BCEditor2
Left = 912
Top = 352
end
object ActionManager1: TActionManager
Left = 368
Top = 256
StyleName = 'Platform Default'
object Action1: TAction
Caption = '&Save'
ShortCut = 16467
OnExecute = Action1Execute
end
object actRun: TAction
Caption = 'Run'
ShortCut = 120
OnExecute = actRunExecute
end
end
object PopupMenu1: TPopupMenu
Left = 992
Top = 448
object Run1: TMenuItem
Action = actRun
end
end
end