-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEditor.Designer.vb
378 lines (373 loc) · 17.5 KB
/
Editor.Designer.vb
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
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Editor
Inherits System.Windows.Forms.UserControl
'UserControl overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Editor))
Me.Strip = New System.Windows.Forms.ToolStrip
Me.SaveBtn = New System.Windows.Forms.ToolStripSplitButton
Me.SaveToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.SaveAllToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.Sep = New System.Windows.Forms.ToolStripSeparator
Me.UndoBtn = New System.Windows.Forms.ToolStripButton
Me.RedoBtn = New System.Windows.Forms.ToolStripButton
Me.Sep2 = New System.Windows.Forms.ToolStripSeparator
Me.CutBtn = New System.Windows.Forms.ToolStripButton
Me.CopyBtn = New System.Windows.Forms.ToolStripButton
Me.PasteBtn = New System.Windows.Forms.ToolStripButton
Me.CloseBtn = New System.Windows.Forms.ToolStripButton
Me.Sep3 = New System.Windows.Forms.ToolStripSeparator
Me.Find = New System.Windows.Forms.ToolStripButton
Me.GTo = New System.Windows.Forms.ToolStripButton
Me.Replace = New System.Windows.Forms.ToolStripButton
Me.Sep4 = New System.Windows.Forms.ToolStripSeparator
Me.Preview = New System.Windows.Forms.ToolStripSplitButton
Me.LivePreview = New System.Windows.Forms.ToolStripMenuItem
Me.Sep5 = New System.Windows.Forms.ToolStripSeparator
Me.Build = New System.Windows.Forms.ToolStripButton
Me.ViewOutput = New System.Windows.Forms.ToolStripButton
Me.Code = New FastColoredTextBoxNS.FastColoredTextBox
Me.Context = New System.Windows.Forms.ContextMenu
Me.Undo = New System.Windows.Forms.MenuItem
Me.Redo = New System.Windows.Forms.MenuItem
Me.ConSep = New System.Windows.Forms.MenuItem
Me.Cut = New System.Windows.Forms.MenuItem
Me.Copy = New System.Windows.Forms.MenuItem
Me.Paste = New System.Windows.Forms.MenuItem
Me.ConSep2 = New System.Windows.Forms.MenuItem
Me.SelectAll = New System.Windows.Forms.MenuItem
Me.ConSep3 = New System.Windows.Forms.MenuItem
Me.InsertConditional = New System.Windows.Forms.MenuItem
Me.Strip.SuspendLayout()
CType(Me.Code, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Strip
'
Me.Strip.BackColor = System.Drawing.SystemColors.Window
Me.Strip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
Me.Strip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SaveBtn, Me.Sep, Me.UndoBtn, Me.RedoBtn, Me.Sep2, Me.CutBtn, Me.CopyBtn, Me.PasteBtn, Me.CloseBtn, Me.Sep3, Me.Find, Me.GTo, Me.Replace, Me.Sep4, Me.Preview, Me.Sep5, Me.Build, Me.ViewOutput})
Me.Strip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow
Me.Strip.Location = New System.Drawing.Point(0, 0)
Me.Strip.Name = "Strip"
Me.Strip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
Me.Strip.Size = New System.Drawing.Size(681, 27)
Me.Strip.TabIndex = 1
Me.Strip.Text = "ToolStrip1"
'
'SaveBtn
'
Me.SaveBtn.AutoToolTip = False
Me.SaveBtn.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SaveToolStripMenuItem, Me.SaveAllToolStripMenuItem})
Me.SaveBtn.Enabled = False
Me.SaveBtn.Image = CType(resources.GetObject("SaveBtn.Image"), System.Drawing.Image)
Me.SaveBtn.ImageTransparentColor = System.Drawing.Color.Magenta
Me.SaveBtn.Name = "SaveBtn"
Me.SaveBtn.Size = New System.Drawing.Size(72, 24)
Me.SaveBtn.Text = "Save"
'
'SaveToolStripMenuItem
'
Me.SaveToolStripMenuItem.Image = CType(resources.GetObject("SaveToolStripMenuItem.Image"), System.Drawing.Image)
Me.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem"
Me.SaveToolStripMenuItem.Size = New System.Drawing.Size(131, 24)
Me.SaveToolStripMenuItem.Text = "Save"
'
'SaveAllToolStripMenuItem
'
Me.SaveAllToolStripMenuItem.Image = CType(resources.GetObject("SaveAllToolStripMenuItem.Image"), System.Drawing.Image)
Me.SaveAllToolStripMenuItem.Name = "SaveAllToolStripMenuItem"
Me.SaveAllToolStripMenuItem.Size = New System.Drawing.Size(131, 24)
Me.SaveAllToolStripMenuItem.Text = "Save All"
'
'Sep
'
Me.Sep.Name = "Sep"
Me.Sep.Size = New System.Drawing.Size(6, 27)
'
'UndoBtn
'
Me.UndoBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.UndoBtn.Image = CType(resources.GetObject("UndoBtn.Image"), System.Drawing.Image)
Me.UndoBtn.ImageTransparentColor = System.Drawing.Color.Magenta
Me.UndoBtn.Name = "UndoBtn"
Me.UndoBtn.Size = New System.Drawing.Size(23, 24)
Me.UndoBtn.Text = "Undo"
'
'RedoBtn
'
Me.RedoBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.RedoBtn.Image = CType(resources.GetObject("RedoBtn.Image"), System.Drawing.Image)
Me.RedoBtn.ImageTransparentColor = System.Drawing.Color.Magenta
Me.RedoBtn.Name = "RedoBtn"
Me.RedoBtn.Size = New System.Drawing.Size(23, 24)
Me.RedoBtn.Text = "Redo"
'
'Sep2
'
Me.Sep2.Name = "Sep2"
Me.Sep2.Size = New System.Drawing.Size(6, 27)
'
'CutBtn
'
Me.CutBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.CutBtn.Image = CType(resources.GetObject("CutBtn.Image"), System.Drawing.Image)
Me.CutBtn.ImageTransparentColor = System.Drawing.Color.Magenta
Me.CutBtn.Name = "CutBtn"
Me.CutBtn.Size = New System.Drawing.Size(23, 24)
Me.CutBtn.Text = "Cut"
'
'CopyBtn
'
Me.CopyBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.CopyBtn.Image = CType(resources.GetObject("CopyBtn.Image"), System.Drawing.Image)
Me.CopyBtn.ImageTransparentColor = System.Drawing.Color.Magenta
Me.CopyBtn.Name = "CopyBtn"
Me.CopyBtn.Size = New System.Drawing.Size(23, 24)
Me.CopyBtn.Text = "Copy"
'
'PasteBtn
'
Me.PasteBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.PasteBtn.Image = CType(resources.GetObject("PasteBtn.Image"), System.Drawing.Image)
Me.PasteBtn.ImageTransparentColor = System.Drawing.Color.Magenta
Me.PasteBtn.Name = "PasteBtn"
Me.PasteBtn.Size = New System.Drawing.Size(23, 24)
Me.PasteBtn.Text = "Paste"
'
'CloseBtn
'
Me.CloseBtn.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
Me.CloseBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.CloseBtn.Image = CType(resources.GetObject("CloseBtn.Image"), System.Drawing.Image)
Me.CloseBtn.ImageTransparentColor = System.Drawing.Color.Magenta
Me.CloseBtn.Name = "CloseBtn"
Me.CloseBtn.Size = New System.Drawing.Size(23, 24)
Me.CloseBtn.Text = "Close"
'
'Sep3
'
Me.Sep3.Name = "Sep3"
Me.Sep3.Size = New System.Drawing.Size(6, 27)
'
'Find
'
Me.Find.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.Find.Image = CType(resources.GetObject("Find.Image"), System.Drawing.Image)
Me.Find.ImageTransparentColor = System.Drawing.Color.Magenta
Me.Find.Name = "Find"
Me.Find.Size = New System.Drawing.Size(23, 24)
Me.Find.Text = "Find"
'
'GTo
'
Me.GTo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.GTo.Image = CType(resources.GetObject("GTo.Image"), System.Drawing.Image)
Me.GTo.ImageTransparentColor = System.Drawing.Color.Magenta
Me.GTo.Name = "GTo"
Me.GTo.Size = New System.Drawing.Size(23, 24)
Me.GTo.Text = "Go To"
'
'Replace
'
Me.Replace.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.Replace.Image = CType(resources.GetObject("Replace.Image"), System.Drawing.Image)
Me.Replace.ImageTransparentColor = System.Drawing.Color.Magenta
Me.Replace.Name = "Replace"
Me.Replace.Size = New System.Drawing.Size(23, 24)
Me.Replace.Text = "Replace"
'
'Sep4
'
Me.Sep4.Name = "Sep4"
Me.Sep4.Size = New System.Drawing.Size(6, 27)
'
'Preview
'
Me.Preview.AutoToolTip = False
Me.Preview.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LivePreview})
Me.Preview.Image = CType(resources.GetObject("Preview.Image"), System.Drawing.Image)
Me.Preview.ImageTransparentColor = System.Drawing.Color.Magenta
Me.Preview.Name = "Preview"
Me.Preview.Size = New System.Drawing.Size(92, 24)
Me.Preview.Text = "Preview"
'
'LivePreview
'
Me.LivePreview.CheckOnClick = True
Me.LivePreview.Name = "LivePreview"
Me.LivePreview.Size = New System.Drawing.Size(159, 24)
Me.LivePreview.Text = "Live Preview"
'
'Sep5
'
Me.Sep5.Name = "Sep5"
Me.Sep5.Size = New System.Drawing.Size(6, 27)
'
'Build
'
Me.Build.Image = CType(resources.GetObject("Build.Image"), System.Drawing.Image)
Me.Build.ImageTransparentColor = System.Drawing.Color.Magenta
Me.Build.Name = "Build"
Me.Build.Size = New System.Drawing.Size(63, 24)
Me.Build.Text = "Build"
'
'ViewOutput
'
Me.ViewOutput.Image = CType(resources.GetObject("ViewOutput.Image"), System.Drawing.Image)
Me.ViewOutput.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ViewOutput.Name = "ViewOutput"
Me.ViewOutput.Size = New System.Drawing.Size(111, 24)
Me.ViewOutput.Text = "View Output"
'
'Code
'
Me.Code.AllowSeveralTextStyleDrawing = True
Me.Code.AutoCompleteBracketsList = New Char() {Global.Microsoft.VisualBasic.ChrW(40), Global.Microsoft.VisualBasic.ChrW(41), Global.Microsoft.VisualBasic.ChrW(123), Global.Microsoft.VisualBasic.ChrW(125), Global.Microsoft.VisualBasic.ChrW(91), Global.Microsoft.VisualBasic.ChrW(93), Global.Microsoft.VisualBasic.ChrW(34), Global.Microsoft.VisualBasic.ChrW(34), Global.Microsoft.VisualBasic.ChrW(39), Global.Microsoft.VisualBasic.ChrW(39)}
Me.Code.AutoIndentCharsPatterns = Global.AutoSite_XL.My.Resources.Resources.iconTheme
Me.Code.AutoScrollMinSize = New System.Drawing.Size(31, 18)
Me.Code.BackBrush = Nothing
Me.Code.CharHeight = 18
Me.Code.CharWidth = 10
Me.Code.CommentPrefix = Nothing
Me.Code.Cursor = System.Windows.Forms.Cursors.IBeam
Me.Code.DisabledColor = System.Drawing.Color.FromArgb(CType(CType(100, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer))
Me.Code.Dock = System.Windows.Forms.DockStyle.Fill
Me.Code.IndentBackColor = System.Drawing.SystemColors.Window
Me.Code.IsReplaceMode = False
Me.Code.Language = FastColoredTextBoxNS.Language.HTML
Me.Code.LeftBracket = Global.Microsoft.VisualBasic.ChrW(60)
Me.Code.LeftBracket2 = Global.Microsoft.VisualBasic.ChrW(40)
Me.Code.Location = New System.Drawing.Point(0, 27)
Me.Code.Margin = New System.Windows.Forms.Padding(4)
Me.Code.Name = "Code"
Me.Code.Paddings = New System.Windows.Forms.Padding(0)
Me.Code.RightBracket = Global.Microsoft.VisualBasic.ChrW(62)
Me.Code.RightBracket2 = Global.Microsoft.VisualBasic.ChrW(41)
Me.Code.SelectionColor = System.Drawing.Color.FromArgb(CType(CType(60, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Code.ServiceColors = CType(resources.GetObject("Code.ServiceColors"), FastColoredTextBoxNS.ServiceColors)
Me.Code.Size = New System.Drawing.Size(681, 431)
Me.Code.TabIndex = 2
Me.Code.Zoom = 100
'
'Context
'
Me.Context.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.Undo, Me.Redo, Me.ConSep, Me.Cut, Me.Copy, Me.Paste, Me.ConSep2, Me.SelectAll, Me.ConSep3, Me.InsertConditional})
'
'Undo
'
Me.Undo.Index = 0
Me.Undo.Text = "Undo"
'
'Redo
'
Me.Redo.Index = 1
Me.Redo.Text = "Redo"
'
'ConSep
'
Me.ConSep.Index = 2
Me.ConSep.Text = "-"
'
'Cut
'
Me.Cut.Index = 3
Me.Cut.Text = "Cut"
'
'Copy
'
Me.Copy.Index = 4
Me.Copy.Text = "Copy"
'
'Paste
'
Me.Paste.Index = 5
Me.Paste.Text = "Paste"
'
'ConSep2
'
Me.ConSep2.Index = 6
Me.ConSep2.Text = "-"
'
'SelectAll
'
Me.SelectAll.Index = 7
Me.SelectAll.Text = "Select All"
'
'ConSep3
'
Me.ConSep3.Index = 8
Me.ConSep3.Text = "-"
'
'InsertConditional
'
Me.InsertConditional.Index = 9
Me.InsertConditional.Text = "Insert Conditional..."
'
'Editor
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.Code)
Me.Controls.Add(Me.Strip)
Me.Margin = New System.Windows.Forms.Padding(4)
Me.Name = "Editor"
Me.Size = New System.Drawing.Size(681, 458)
Me.Strip.ResumeLayout(False)
Me.Strip.PerformLayout()
CType(Me.Code, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Strip As System.Windows.Forms.ToolStrip
Friend WithEvents UndoBtn As System.Windows.Forms.ToolStripButton
Friend WithEvents RedoBtn As System.Windows.Forms.ToolStripButton
Friend WithEvents Code As FastColoredTextBoxNS.FastColoredTextBox
Friend WithEvents Context As System.Windows.Forms.ContextMenu
Friend WithEvents Undo As System.Windows.Forms.MenuItem
Friend WithEvents Redo As System.Windows.Forms.MenuItem
Friend WithEvents Sep As System.Windows.Forms.ToolStripSeparator
Friend WithEvents Cut As System.Windows.Forms.MenuItem
Friend WithEvents Copy As System.Windows.Forms.MenuItem
Friend WithEvents Paste As System.Windows.Forms.MenuItem
Friend WithEvents ConSep2 As System.Windows.Forms.MenuItem
Friend WithEvents ConSep As System.Windows.Forms.MenuItem
Friend WithEvents SelectAll As System.Windows.Forms.MenuItem
Friend WithEvents Sep2 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents CutBtn As System.Windows.Forms.ToolStripButton
Friend WithEvents CopyBtn As System.Windows.Forms.ToolStripButton
Friend WithEvents PasteBtn As System.Windows.Forms.ToolStripButton
Friend WithEvents CloseBtn As System.Windows.Forms.ToolStripButton
Friend WithEvents SaveBtn As System.Windows.Forms.ToolStripSplitButton
Friend WithEvents SaveToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents SaveAllToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents Sep3 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents Find As System.Windows.Forms.ToolStripButton
Friend WithEvents GTo As System.Windows.Forms.ToolStripButton
Friend WithEvents Replace As System.Windows.Forms.ToolStripButton
Friend WithEvents Sep4 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents Preview As System.Windows.Forms.ToolStripSplitButton
Friend WithEvents LivePreview As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ConSep3 As System.Windows.Forms.MenuItem
Friend WithEvents InsertConditional As System.Windows.Forms.MenuItem
Friend WithEvents Build As System.Windows.Forms.ToolStripButton
Friend WithEvents Sep5 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ViewOutput As System.Windows.Forms.ToolStripButton
End Class