Files
XWorm-6.5-Source/XWorm/Forms/VBCode.Designer.vb
T

338 lines
19 KiB
VB.net
Raw Normal View History

2026-08-27 11:22:34 -06:00
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class VBCode
Inherits System.Windows.Forms.Form
'Form 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()
components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(VBCode))
editor = New FastColoredTextBoxNS.FastColoredTextBox()
Guna2ContextMenuStrip1 = New Guna.UI2.WinForms.Guna2ContextMenuStrip()
CutToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
CopyToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
PasteToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
ToolStripMenuItem7 = New System.Windows.Forms.ToolStripMenuItem()
ErrorTestToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
StatusStrip1 = New System.Windows.Forms.StatusStrip()
ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
ListBox1 = New System.Windows.Forms.ListBox()
Guna2ContextMenuStrip2 = New Guna.UI2.WinForms.Guna2ContextMenuStrip()
AddToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
RemoveToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Panel1 = New System.Windows.Forms.Panel()
Label1 = New System.Windows.Forms.Label()
Timer1 = New System.Windows.Forms.Timer(components)
Panel5 = New System.Windows.Forms.Panel()
Guna2Panel1 = New Guna.UI2.WinForms.Guna2Panel()
Guna2GradientButton1 = New Guna.UI2.WinForms.Guna2GradientButton()
Guna2Panel3 = New Guna.UI2.WinForms.Guna2Panel()
Guna2Panel2 = New Guna.UI2.WinForms.Guna2Panel()
CType(editor, System.ComponentModel.ISupportInitialize).BeginInit()
Guna2ContextMenuStrip1.SuspendLayout()
StatusStrip1.SuspendLayout()
Guna2ContextMenuStrip2.SuspendLayout()
Panel1.SuspendLayout()
Panel5.SuspendLayout()
Guna2Panel1.SuspendLayout()
SuspendLayout()
'
'editor
'
editor.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)}
editor.AutoIndentCharsPatterns = "" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "^\s*[\w\.\(\)]+\s*(?<range>=)\s*(?<range>.+)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
editor.AutoScrollMinSize = New System.Drawing.Size(27, 14)
editor.BackBrush = Nothing
editor.BracketsHighlightStrategy = FastColoredTextBoxNS.BracketsHighlightStrategy.Strategy2
editor.CharHeight = 14
editor.CharWidth = 8
editor.CommentPrefix = "'"
editor.ContextMenuStrip = Guna2ContextMenuStrip1
editor.Cursor = System.Windows.Forms.Cursors.IBeam
editor.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))
editor.Dock = System.Windows.Forms.DockStyle.Fill
editor.ForeColor = System.Drawing.Color.Black
editor.IsReplaceMode = False
editor.Language = FastColoredTextBoxNS.Language.VB
editor.LeftBracket = Global.Microsoft.VisualBasic.ChrW(40)
editor.Location = New System.Drawing.Point(0, 32)
editor.Name = "editor"
editor.Paddings = New System.Windows.Forms.Padding(0)
editor.RightBracket = Global.Microsoft.VisualBasic.ChrW(41)
editor.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))
editor.ServiceColors = CType(resources.GetObject("editor.ServiceColors"), FastColoredTextBoxNS.ServiceColors)
editor.Size = New System.Drawing.Size(464, 321)
editor.TabIndex = 5
editor.Zoom = 100
'
'Guna2ContextMenuStrip1
'
Guna2ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {CutToolStripMenuItem1, CopyToolStripMenuItem1, PasteToolStripMenuItem1, ToolStripMenuItem7, ErrorTestToolStripMenuItem})
Guna2ContextMenuStrip1.Name = "Guna2ContextMenuStrip2"
Guna2ContextMenuStrip1.RenderStyle.ArrowColor = System.Drawing.Color.FromArgb(CType(CType(151, Byte), Integer), CType(CType(143, Byte), Integer), CType(CType(255, Byte), Integer))
Guna2ContextMenuStrip1.RenderStyle.BorderColor = System.Drawing.Color.Gainsboro
Guna2ContextMenuStrip1.RenderStyle.ColorTable = Nothing
Guna2ContextMenuStrip1.RenderStyle.RoundedEdges = True
Guna2ContextMenuStrip1.RenderStyle.SelectionArrowColor = System.Drawing.Color.White
Guna2ContextMenuStrip1.RenderStyle.SelectionBackColor = System.Drawing.Color.FromArgb(CType(CType(113, Byte), Integer), CType(CType(74, Byte), Integer), CType(CType(250, Byte), Integer))
Guna2ContextMenuStrip1.RenderStyle.SelectionForeColor = System.Drawing.Color.White
Guna2ContextMenuStrip1.RenderStyle.SeparatorColor = System.Drawing.Color.Gainsboro
Guna2ContextMenuStrip1.RenderStyle.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit
Guna2ContextMenuStrip1.Size = New System.Drawing.Size(119, 114)
'
'CutToolStripMenuItem1
'
CutToolStripMenuItem1.BackColor = System.Drawing.Color.White
CutToolStripMenuItem1.Image = CType(resources.GetObject("CutToolStripMenuItem1.Image"), System.Drawing.Image)
CutToolStripMenuItem1.Name = "CutToolStripMenuItem1"
CutToolStripMenuItem1.Size = New System.Drawing.Size(118, 22)
CutToolStripMenuItem1.Text = "[ Cut ]"
'
'CopyToolStripMenuItem1
'
CopyToolStripMenuItem1.BackColor = System.Drawing.Color.White
CopyToolStripMenuItem1.Image = CType(resources.GetObject("CopyToolStripMenuItem1.Image"), System.Drawing.Image)
CopyToolStripMenuItem1.Name = "CopyToolStripMenuItem1"
CopyToolStripMenuItem1.Size = New System.Drawing.Size(118, 22)
CopyToolStripMenuItem1.Text = "[ Copy ]"
'
'PasteToolStripMenuItem1
'
PasteToolStripMenuItem1.BackColor = System.Drawing.Color.White
PasteToolStripMenuItem1.Image = CType(resources.GetObject("PasteToolStripMenuItem1.Image"), System.Drawing.Image)
PasteToolStripMenuItem1.Name = "PasteToolStripMenuItem1"
PasteToolStripMenuItem1.Size = New System.Drawing.Size(118, 22)
PasteToolStripMenuItem1.Text = "[ Paste ]"
'
'ToolStripMenuItem7
'
ToolStripMenuItem7.BackColor = System.Drawing.Color.White
ToolStripMenuItem7.Image = CType(resources.GetObject("ToolStripMenuItem7.Image"), System.Drawing.Image)
ToolStripMenuItem7.Name = "ToolStripMenuItem7"
ToolStripMenuItem7.Size = New System.Drawing.Size(118, 22)
ToolStripMenuItem7.Text = "[ Clear ]"
'
'ErrorTestToolStripMenuItem
'
ErrorTestToolStripMenuItem.BackColor = System.Drawing.Color.White
ErrorTestToolStripMenuItem.Image = CType(resources.GetObject("ErrorTestToolStripMenuItem.Image"), System.Drawing.Image)
ErrorTestToolStripMenuItem.Name = "ErrorTestToolStripMenuItem"
ErrorTestToolStripMenuItem.Size = New System.Drawing.Size(118, 22)
ErrorTestToolStripMenuItem.Text = "[ Tester ]"
'
'StatusStrip1
'
StatusStrip1.BackColor = System.Drawing.Color.White
StatusStrip1.ImageScalingSize = New System.Drawing.Size(24, 24)
StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {ToolStripStatusLabel1})
StatusStrip1.Location = New System.Drawing.Point(0, 353)
StatusStrip1.Name = "StatusStrip1"
StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 9, 0)
StatusStrip1.Size = New System.Drawing.Size(610, 22)
StatusStrip1.TabIndex = 6
StatusStrip1.Text = "StatusStrip1"
'
'ToolStripStatusLabel1
'
ToolStripStatusLabel1.ForeColor = System.Drawing.Color.Black
ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
ToolStripStatusLabel1.Size = New System.Drawing.Size(13, 17)
ToolStripStatusLabel1.Text = ".."
ToolStripStatusLabel1.Visible = False
'
'ListBox1
'
ListBox1.BackColor = System.Drawing.Color.White
ListBox1.BorderStyle = System.Windows.Forms.BorderStyle.None
ListBox1.ContextMenuStrip = Guna2ContextMenuStrip2
ListBox1.Dock = System.Windows.Forms.DockStyle.Fill
ListBox1.ForeColor = System.Drawing.Color.Black
ListBox1.FormattingEnabled = True
ListBox1.HorizontalScrollbar = True
ListBox1.Items.AddRange(New Object() {"System.dll", "Microsoft.VisualBasic.dll", "System.Data.dll", "System.Windows.Forms.dll", "System.Management.dll", "System.Drawing.dll"})
ListBox1.Location = New System.Drawing.Point(0, 13)
ListBox1.Name = "ListBox1"
ListBox1.Size = New System.Drawing.Size(146, 308)
ListBox1.TabIndex = 7
'
'Guna2ContextMenuStrip2
'
Guna2ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {AddToolStripMenuItem1, RemoveToolStripMenuItem1})
Guna2ContextMenuStrip2.Name = "Guna2ContextMenuStrip2"
Guna2ContextMenuStrip2.RenderStyle.ArrowColor = System.Drawing.Color.FromArgb(CType(CType(151, Byte), Integer), CType(CType(143, Byte), Integer), CType(CType(255, Byte), Integer))
Guna2ContextMenuStrip2.RenderStyle.BorderColor = System.Drawing.Color.Gainsboro
Guna2ContextMenuStrip2.RenderStyle.ColorTable = Nothing
Guna2ContextMenuStrip2.RenderStyle.RoundedEdges = True
Guna2ContextMenuStrip2.RenderStyle.SelectionArrowColor = System.Drawing.Color.White
Guna2ContextMenuStrip2.RenderStyle.SelectionBackColor = System.Drawing.Color.FromArgb(CType(CType(113, Byte), Integer), CType(CType(74, Byte), Integer), CType(CType(250, Byte), Integer))
Guna2ContextMenuStrip2.RenderStyle.SelectionForeColor = System.Drawing.Color.White
Guna2ContextMenuStrip2.RenderStyle.SeparatorColor = System.Drawing.Color.Gainsboro
Guna2ContextMenuStrip2.RenderStyle.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit
Guna2ContextMenuStrip2.Size = New System.Drawing.Size(132, 48)
'
'AddToolStripMenuItem1
'
AddToolStripMenuItem1.BackColor = System.Drawing.Color.White
AddToolStripMenuItem1.Image = CType(resources.GetObject("AddToolStripMenuItem1.Image"), System.Drawing.Image)
AddToolStripMenuItem1.Name = "AddToolStripMenuItem1"
AddToolStripMenuItem1.Size = New System.Drawing.Size(131, 22)
AddToolStripMenuItem1.Text = "[ Add ]"
'
'RemoveToolStripMenuItem1
'
RemoveToolStripMenuItem1.BackColor = System.Drawing.Color.White
RemoveToolStripMenuItem1.Image = CType(resources.GetObject("RemoveToolStripMenuItem1.Image"), System.Drawing.Image)
RemoveToolStripMenuItem1.Name = "RemoveToolStripMenuItem1"
RemoveToolStripMenuItem1.Size = New System.Drawing.Size(131, 22)
RemoveToolStripMenuItem1.Text = "[ Remove ]"
'
'Panel1
'
Panel1.BackColor = System.Drawing.Color.White
Panel1.Controls.Add(ListBox1)
Panel1.Controls.Add(Label1)
Panel1.Dock = System.Windows.Forms.DockStyle.Right
Panel1.Location = New System.Drawing.Point(464, 32)
Panel1.Name = "Panel1"
Panel1.Size = New System.Drawing.Size(146, 321)
Panel1.TabIndex = 8
'
'Label1
'
Label1.AutoSize = True
Label1.Dock = System.Windows.Forms.DockStyle.Top
Label1.ForeColor = System.Drawing.Color.Black
Label1.Location = New System.Drawing.Point(0, 0)
Label1.Name = "Label1"
Label1.Size = New System.Drawing.Size(69, 13)
Label1.TabIndex = 8
Label1.Text = "References :"
'
'Timer1
'
Timer1.Enabled = True
Timer1.Interval = 1000
'
'Panel5
'
Panel5.Controls.Add(Guna2Panel1)
Panel5.Controls.Add(Guna2Panel3)
Panel5.Controls.Add(Guna2Panel2)
Panel5.Dock = System.Windows.Forms.DockStyle.Top
Panel5.Location = New System.Drawing.Point(0, 0)
Panel5.Name = "Panel5"
Panel5.Size = New System.Drawing.Size(610, 32)
Panel5.TabIndex = 31
'
'Guna2Panel1
'
Guna2Panel1.Controls.Add(Guna2GradientButton1)
Guna2Panel1.Dock = System.Windows.Forms.DockStyle.Top
Guna2Panel1.Location = New System.Drawing.Point(68, 0)
Guna2Panel1.Name = "Guna2Panel1"
Guna2Panel1.Size = New System.Drawing.Size(474, 21)
Guna2Panel1.TabIndex = 35
'
'Guna2GradientButton1
'
Guna2GradientButton1.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Guna2GradientButton1.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Guna2GradientButton1.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Guna2GradientButton1.DisabledState.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Guna2GradientButton1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Guna2GradientButton1.Dock = System.Windows.Forms.DockStyle.Fill
Guna2GradientButton1.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
Guna2GradientButton1.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Guna2GradientButton1.ForeColor = System.Drawing.Color.White
Guna2GradientButton1.Image = Global.XWorm.My.Resources.Resources.Play
Guna2GradientButton1.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left
Guna2GradientButton1.ImageSize = New System.Drawing.Size(15, 15)
Guna2GradientButton1.Location = New System.Drawing.Point(0, 0)
Guna2GradientButton1.Name = "Guna2GradientButton1"
Guna2GradientButton1.Size = New System.Drawing.Size(474, 21)
Guna2GradientButton1.TabIndex = 34
Guna2GradientButton1.Text = "Compile"
'
'Guna2Panel3
'
Guna2Panel3.Dock = System.Windows.Forms.DockStyle.Left
Guna2Panel3.Location = New System.Drawing.Point(0, 0)
Guna2Panel3.Name = "Guna2Panel3"
Guna2Panel3.Size = New System.Drawing.Size(68, 32)
Guna2Panel3.TabIndex = 37
'
'Guna2Panel2
'
Guna2Panel2.Dock = System.Windows.Forms.DockStyle.Right
Guna2Panel2.Location = New System.Drawing.Point(542, 0)
Guna2Panel2.Name = "Guna2Panel2"
Guna2Panel2.Size = New System.Drawing.Size(68, 32)
Guna2Panel2.TabIndex = 36
'
'VBCode
'
AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
BackColor = System.Drawing.Color.White
ClientSize = New System.Drawing.Size(610, 375)
Controls.Add(editor)
Controls.Add(Panel1)
Controls.Add(StatusStrip1)
Controls.Add(Panel5)
Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Name = "VBCode"
Text = "VB.Net Compiler"
CType(editor, System.ComponentModel.ISupportInitialize).EndInit()
Guna2ContextMenuStrip1.ResumeLayout(False)
StatusStrip1.ResumeLayout(False)
StatusStrip1.PerformLayout()
Guna2ContextMenuStrip2.ResumeLayout(False)
Panel1.ResumeLayout(False)
Panel1.PerformLayout()
Panel5.ResumeLayout(False)
Guna2Panel1.ResumeLayout(False)
ResumeLayout(False)
PerformLayout()
End Sub
Friend WithEvents editor As FastColoredTextBoxNS.FastColoredTextBox
Friend WithEvents StatusStrip1 As StatusStrip
Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
Friend WithEvents ListBox1 As ListBox
Friend WithEvents Panel1 As Panel
Friend WithEvents Timer1 As Timer
Friend WithEvents Panel5 As Panel
Friend WithEvents Guna2Panel1 As Guna.UI2.WinForms.Guna2Panel
Friend WithEvents Guna2GradientButton1 As Guna.UI2.WinForms.Guna2GradientButton
Friend WithEvents Guna2Panel3 As Guna.UI2.WinForms.Guna2Panel
Friend WithEvents Guna2Panel2 As Guna.UI2.WinForms.Guna2Panel
Friend WithEvents Guna2ContextMenuStrip2 As Guna.UI2.WinForms.Guna2ContextMenuStrip
Friend WithEvents AddToolStripMenuItem1 As ToolStripMenuItem
Friend WithEvents RemoveToolStripMenuItem1 As ToolStripMenuItem
Friend WithEvents Label1 As Label
Friend WithEvents Guna2ContextMenuStrip1 As Guna.UI2.WinForms.Guna2ContextMenuStrip
Friend WithEvents CutToolStripMenuItem1 As ToolStripMenuItem
Friend WithEvents CopyToolStripMenuItem1 As ToolStripMenuItem
Friend WithEvents PasteToolStripMenuItem1 As ToolStripMenuItem
Friend WithEvents ToolStripMenuItem7 As ToolStripMenuItem
Friend WithEvents ErrorTestToolStripMenuItem As ToolStripMenuItem
End Class