📄 compileform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class CompileForm
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)
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.btnRemove = New System.Windows.Forms.Button
Me.btnCompile = New System.Windows.Forms.Button
Me.txtNamespace = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.btnCancel = New System.Windows.Forms.Button
Me.dlgOpenRegex = New System.Windows.Forms.OpenFileDialog
Me.dgrRegexes = New System.Windows.Forms.DataGridView
Me.grdcolName = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.grdcolPattern = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dgrcolOptions = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.RegexBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.btnFile = New System.Windows.Forms.Button
Me.btnNew = New System.Windows.Forms.Button
Me.btnClear = New System.Windows.Forms.Button
Me.btnCurrent = New System.Windows.Forms.Button
Me.Label2 = New System.Windows.Forms.Label
Me.dlgSaveAssembly = New System.Windows.Forms.SaveFileDialog
Me.txtAssemblyName = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.dlgAssemblyPath = New System.Windows.Forms.FolderBrowserDialog
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.btnBrowse = New System.Windows.Forms.Button
Me.txtPath = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.HelpProvider1 = New System.Windows.Forms.HelpProvider
CType(Me.dgrRegexes, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RegexBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'btnRemove
'
Me.btnRemove.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnRemove.Location = New System.Drawing.Point(776, 154)
Me.btnRemove.Name = "btnRemove"
Me.btnRemove.Size = New System.Drawing.Size(58, 23)
Me.btnRemove.TabIndex = 6
Me.btnRemove.Text = "&Remove"
Me.ToolTip1.SetToolTip(Me.btnRemove, "Remove the selected regular expression from the list.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -