⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 propertiesform.designer.vb

📁 一个好用的正则表达式验证程序源码,可以参考
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class PropertiesForm
    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.GroupBox1 = New System.Windows.Forms.GroupBox
      Me.chkEcmaScript = New System.Windows.Forms.CheckBox
      Me.chkCultureInvariant = New System.Windows.Forms.CheckBox
      Me.chkRightToLeft = New System.Windows.Forms.CheckBox
      Me.chkExplicitCapture = New System.Windows.Forms.CheckBox
      Me.chkCompiled = New System.Windows.Forms.CheckBox
      Me.chkMultiline = New System.Windows.Forms.CheckBox
      Me.chkIgnoreWhitespace = New System.Windows.Forms.CheckBox
      Me.chkIgnoreCase = New System.Windows.Forms.CheckBox
      Me.Label3 = New System.Windows.Forms.Label
      Me.txtDescription = New System.Windows.Forms.TextBox
      Me.Label2 = New System.Windows.Forms.Label
      Me.txtName = New System.Windows.Forms.TextBox
      Me.Label1 = New System.Windows.Forms.Label
      Me.GroupBox2 = New System.Windows.Forms.GroupBox
      Me.chkIncludeEmptyGroups = New System.Windows.Forms.CheckBox
      Me.numMatches = New System.Windows.Forms.NumericUpDown
      Me.Label7 = New System.Windows.Forms.Label
      Me.cboDetails = New System.Windows.Forms.ComboBox
      Me.Label6 = New System.Windows.Forms.Label
      Me.cboSort = New System.Windows.Forms.ComboBox
      Me.Label5 = New System.Windows.Forms.Label
      Me.cboFormat = New System.Windows.Forms.ComboBox
      Me.Label4 = New System.Windows.Forms.Label
      Me.chkWordWrap = New System.Windows.Forms.CheckBox
      Me.btnOK = New System.Windows.Forms.Button
      Me.btnCancel = New System.Windows.Forms.Button
      Me.GroupBox3 = New System.Windows.Forms.GroupBox
      Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
      Me.HelpProvider1 = New System.Windows.Forms.HelpProvider
      Me.GroupBox1.SuspendLayout()
      Me.GroupBox2.SuspendLayout()
      CType(Me.numMatches, System.ComponentModel.ISupportInitialize).BeginInit()
      Me.GroupBox3.SuspendLayout()
      Me.SuspendLayout()
      '
      'GroupBox1
      '
      Me.GroupBox1.Controls.Add(Me.chkEcmaScript)
      Me.GroupBox1.Controls.Add(Me.chkCultureInvariant)
      Me.GroupBox1.Controls.Add(Me.chkRightToLeft)
      Me.GroupBox1.Controls.Add(Me.chkExplicitCapture)
      Me.GroupBox1.Controls.Add(Me.chkCompiled)
      Me.GroupBox1.Controls.Add(Me.chkMultiline)
      Me.GroupBox1.Controls.Add(Me.chkIgnoreWhitespace)
      Me.GroupBox1.Controls.Add(Me.chkIgnoreCase)
      Me.GroupBox1.Controls.Add(Me.Label3)
      Me.GroupBox1.Controls.Add(Me.txtDescription)
      Me.GroupBox1.Controls.Add(Me.Label2)
      Me.GroupBox1.Controls.Add(Me.txtName)
      Me.GroupBox1.Controls.Add(Me.Label1)
      Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
      Me.GroupBox1.Name = "GroupBox1"
      Me.GroupBox1.Size = New System.Drawing.Size(616, 182)
      Me.GroupBox1.TabIndex = 0
      Me.GroupBox1.TabStop = False
      Me.GroupBox1.Text = "Regex"
      '
      'chkEcmaScript
      '
      Me.chkEcmaScript.AutoSize = True
      Me.chkEcmaScript.Location = New System.Drawing.Point(460, 150)
      Me.chkEcmaScript.Name = "chkEcmaScript"
      Me.chkEcmaScript.Size = New System.Drawing.Size(83, 17)
      Me.chkEcmaScript.TabIndex = 12
      Me.chkEcmaScript.Text = "ECM&AScript"
      Me.ToolTip1.SetToolTip(Me.chkEcmaScript, "Enables ECMAScript-compliant behavior. 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -