📄 mainform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class MainForm
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
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
Me.ctxPattern = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.Label1 = New System.Windows.Forms.Label
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
Me.mnuFile = New System.Windows.Forms.ToolStripMenuItem
Me.mnuFileNew = New System.Windows.Forms.ToolStripMenuItem
Me.mnuFileOpen = New System.Windows.Forms.ToolStripMenuItem
Me.mnuFileSave = New System.Windows.Forms.ToolStripMenuItem
Me.mnuFileSaveAs = New System.Windows.Forms.ToolStripMenuItem
Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator
Me.mnuFileProperties = New System.Windows.Forms.ToolStripMenuItem
Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator
Me.mnuFileLoad = New System.Windows.Forms.ToolStripMenuItem
Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator
Me.mnuFileExit = New System.Windows.Forms.ToolStripMenuItem
Me.mnuEdit = New System.Windows.Forms.ToolStripMenuItem
Me.mnuEditWordWrap = New System.Windows.Forms.ToolStripMenuItem
Me.mnuCommands = New System.Windows.Forms.ToolStripMenuItem
Me.mnuCommandsRun = New System.Windows.Forms.ToolStripMenuItem
Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator
Me.mnuCommandsFind = New System.Windows.Forms.ToolStripMenuItem
Me.mnuCommandsReplace = New System.Windows.Forms.ToolStripMenuItem
Me.mnuCommandsSplit = New System.Windows.Forms.ToolStripMenuItem
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator
Me.mnuCommandsShowGroups = New System.Windows.Forms.ToolStripMenuItem
Me.mnuCommandsEscape = New System.Windows.Forms.ToolStripMenuItem
Me.mnuCommandsGenerateCode = New System.Windows.Forms.ToolStripMenuItem
Me.mnuCommandsCompile = New System.Windows.Forms.ToolStripMenuItem
Me.mnuOptions = New System.Windows.Forms.ToolStripMenuItem
Me.mnuOptionsIgnoreCase = New System.Windows.Forms.ToolStripMenuItem
Me.mnuOptionsIgnoreWhitespace = New System.Windows.Forms.ToolStripMenuItem
Me.mnuOptionsMultiline = New System.Windows.Forms.ToolStripMenuItem
Me.mnuOptionsCompiled = New System.Windows.Forms.ToolStripMenuItem
Me.mnuOptionsExplicitCapture = New System.Windows.Forms.ToolStripMenuItem
Me.mnuOptionsRightToLeft = New System.Windows.Forms.ToolStripMenuItem
Me.mnuOptionsCultureInvariant = New System.Windows.Forms.ToolStripMenuItem
Me.mnuOptionsEcmaScript = New System.Windows.Forms.ToolStripMenuItem
Me.mnuResults = New System.Windows.Forms.ToolStripMenuItem
Me.mnuResultsTreeView = New System.Windows.Forms.ToolStripMenuItem
Me.mnuResultsReport = New System.Windows.Forms.ToolStripMenuItem
Me.mnuResultsAuto = New System.Windows.Forms.ToolStripMenuItem
Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator
Me.mnuResultsNoDetails = New System.Windows.Forms.ToolStripMenuItem
Me.mnuResultsGroups = New System.Windows.Forms.ToolStripMenuItem
Me.mnuResultsCaptures = New System.Windows.Forms.ToolStripMenuItem
Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator
Me.ToolStripTextBox1 = New System.Windows.Forms.ToolStripMenuItem
Me.txtViewMaxMatches = New System.Windows.Forms.ToolStripTextBox
Me.mnuResultsIncludeEmptyGroups = New System.Windows.Forms.ToolStripMenuItem
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator
Me.mnuResultsDontSort = New System.Windows.Forms.ToolStripMenuItem
Me.mnuResultsSortAlphabetically = New System.Windows.Forms.ToolStripMenuItem
Me.mnuResultsShortest = New System.Windows.Forms.ToolStripMenuItem
Me.mnuResultsLargest = New System.Windows.Forms.ToolStripMenuItem
Me.mnuHelp = New System.Windows.Forms.ToolStripMenuItem
Me.mnuHelpAbout = New System.Windows.Forms.ToolStripMenuItem
Me.dlgOpenDoc = New System.Windows.Forms.OpenFileDialog
Me.rtbSource = New System.Windows.Forms.RichTextBox
Me.Label2 = New System.Windows.Forms.Label
Me.lblReplace = New System.Windows.Forms.Label
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip
Me.staMatches = New System.Windows.Forms.ToolStripStatusLabel
Me.staExecutionTime = New System.Windows.Forms.ToolStripStatusLabel
Me.staItemInfo = New System.Windows.Forms.ToolStripStatusLabel
Me.ctxReplace = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.tvwResults = New System.Windows.Forms.TreeView
Me.rtbResults = New System.Windows.Forms.RichTextBox
Me.rtbRegex = New System.Windows.Forms.RichTextBox
Me.rtbReplace = New System.Windows.Forms.RichTextBox
Me.lblMatches = New System.Windows.Forms.Label
Me.dlgOpenRegex = New System.Windows.Forms.OpenFileDialog
Me.dlgSaveRegex = New System.Windows.Forms.SaveFileDialog
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.HelpProvider1 = New System.Windows.Forms.HelpProvider
Me.MenuStrip1.SuspendLayout()
Me.StatusStrip1.SuspendLayout()
Me.SuspendLayout()
'
'ctxPattern
'
Me.ctxPattern.Name = "ctxPattern"
Me.ctxPattern.Size = New System.Drawing.Size(61, 4)
'
'Label1
'
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(12, 33)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(63, 38)
Me.Label1.TabIndex = 1
Me.Label1.Text = "Regex"
'
'MenuStrip1
'
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuFile, Me.mnuEdit, Me.mnuCommands, Me.mnuOptions, Me.mnuResults, Me.mnuHelp})
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
Me.MenuStrip1.Name = "MenuStrip1"
Me.MenuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional
Me.MenuStrip1.Size = New System.Drawing.Size(753, 24)
Me.MenuStrip1.TabIndex = 0
Me.MenuStrip1.Text = "MenuStrip1"
'
'mnuFile
'
Me.mnuFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuFileNew, Me.mnuFileOpen, Me.mnuFileSave, Me.mnuFileSaveAs, Me.ToolStripSeparator4, Me.mnuFileProperties, Me.ToolStripSeparator5, Me.mnuFileLoad, Me.ToolStripSeparator6, Me.mnuFileExit})
Me.mnuFile.Name = "mnuFile"
Me.mnuFile.Size = New System.Drawing.Size(35, 20)
Me.mnuFile.Text = "&File"
'
'mnuFileNew
'
Me.mnuFileNew.Name = "mnuFileNew"
Me.mnuFileNew.Size = New System.Drawing.Size(180, 22)
Me.mnuFileNew.Text = "&New"
'
'mnuFileOpen
'
Me.mnuFileOpen.Name = "mnuFileOpen"
Me.mnuFileOpen.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.O), System.Windows.Forms.Keys)
Me.mnuFileOpen.Size = New System.Drawing.Size(180, 22)
Me.mnuFileOpen.Text = "&Open ..."
'
'mnuFileSave
'
Me.mnuFileSave.Name = "mnuFileSave"
Me.mnuFileSave.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.S), System.Windows.Forms.Keys)
Me.mnuFileSave.Size = New System.Drawing.Size(180, 22)
Me.mnuFileSave.Text = "&Save"
'
'mnuFileSaveAs
'
Me.mnuFileSaveAs.Name = "mnuFileSaveAs"
Me.mnuFileSaveAs.Size = New System.Drawing.Size(180, 22)
Me.mnuFileSaveAs.Text = "Save &as ..."
'
'ToolStripSeparator4
'
Me.ToolStripSeparator4.Name = "ToolStripSeparator4"
Me.ToolStripSeparator4.Size = New System.Drawing.Size(177, 6)
'
'mnuFileProperties
'
Me.mnuFileProperties.Name = "mnuFileProperties"
Me.mnuFileProperties.ShortcutKeys = System.Windows.Forms.Keys.F4
Me.mnuFileProperties.Size = New System.Drawing.Size(180, 22)
Me.mnuFileProperties.Text = "&Properties"
'
'ToolStripSeparator5
'
Me.ToolStripSeparator5.Name = "ToolStripSeparator5"
Me.ToolStripSeparator5.Size = New System.Drawing.Size(177, 6)
'
'mnuFileLoad
'
Me.mnuFileLoad.Name = "mnuFileLoad"
Me.mnuFileLoad.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.L), System.Windows.Forms.Keys)
Me.mnuFileLoad.Size = New System.Drawing.Size(180, 22)
Me.mnuFileLoad.Text = "&Load source"
'
'ToolStripSeparator6
'
Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
Me.ToolStripSeparator6.Size = New System.Drawing.Size(177, 6)
'
'mnuFileExit
'
Me.mnuFileExit.Name = "mnuFileExit"
Me.mnuFileExit.ShortcutKeys = CType((System.Windows.Forms.Keys.Alt Or System.Windows.Forms.Keys.X), System.Windows.Forms.Keys)
Me.mnuFileExit.Size = New System.Drawing.Size(180, 22)
Me.mnuFileExit.Text = "E&xit"
'
'mnuEdit
'
Me.mnuEdit.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuEditWordWrap})
Me.mnuEdit.Name = "mnuEdit"
Me.mnuEdit.Size = New System.Drawing.Size(37, 20)
Me.mnuEdit.Text = "&Edit"
'
'mnuEditWordWrap
'
Me.mnuEditWordWrap.Name = "mnuEditWordWrap"
Me.mnuEditWordWrap.Size = New System.Drawing.Size(138, 22)
Me.mnuEditWordWrap.Text = "&Word wrap"
'
'mnuCommands
'
Me.mnuCommands.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuCommandsRun, Me.ToolStripSeparator3, Me.mnuCommandsFind, Me.mnuCommandsReplace, Me.mnuCommandsSplit, Me.ToolStripSeparator1, Me.mnuCommandsShowGroups, Me.mnuCommandsEscape, Me.mnuCommandsGenerateCode, Me.mnuCommandsCompile})
Me.mnuCommands.Name = "mnuCommands"
Me.mnuCommands.Size = New System.Drawing.Size(71, 20)
Me.mnuCommands.Text = "&Commands"
'
'mnuCommandsRun
'
Me.mnuCommandsRun.Name = "mnuCommandsRun"
Me.mnuCommandsRun.ShortcutKeys = System.Windows.Forms.Keys.F5
Me.mnuCommandsRun.Size = New System.Drawing.Size(183, 22)
Me.mnuCommandsRun.Text = "&Run"
'
'ToolStripSeparator3
'
Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
Me.ToolStripSeparator3.Size = New System.Drawing.Size(180, 6)
'
'mnuCommandsFind
'
Me.mnuCommandsFind.Name = "mnuCommandsFind"
Me.mnuCommandsFind.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.F), System.Windows.Forms.Keys)
Me.mnuCommandsFind.Size = New System.Drawing.Size(183, 22)
Me.mnuCommandsFind.Text = "&Find"
'
'mnuCommandsReplace
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -