📄 generatecodeform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class GenerateCodeForm
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.radVisualBasic = New System.Windows.Forms.RadioButton
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.chkVerbatimStrings = New System.Windows.Forms.CheckBox
Me.radVisualCSharp = New System.Windows.Forms.RadioButton
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.chkDescriptionAsComment = New System.Windows.Forms.CheckBox
Me.chkGenerateLoops = New System.Windows.Forms.CheckBox
Me.chkAssumeImports = New System.Windows.Forms.CheckBox
Me.chkInstanceMethods = New System.Windows.Forms.CheckBox
Me.txtCode = New System.Windows.Forms.TextBox
Me.btnCancel = New System.Windows.Forms.Button
Me.btnOK = New System.Windows.Forms.Button
Me.chkCopyToClipboard = New System.Windows.Forms.CheckBox
Me.HelpProvider1 = New System.Windows.Forms.HelpProvider
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.SuspendLayout()
'
'radVisualBasic
'
Me.radVisualBasic.AutoSize = True
Me.radVisualBasic.Location = New System.Drawing.Point(18, 21)
Me.radVisualBasic.Name = "radVisualBasic"
Me.radVisualBasic.Size = New System.Drawing.Size(82, 17)
Me.radVisualBasic.TabIndex = 0
Me.radVisualBasic.TabStop = True
Me.radVisualBasic.Text = "Visual &Basic"
Me.ToolTip1.SetToolTip(Me.radVisualBasic, "Generate Visual Basic code")
Me.radVisualBasic.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.chkVerbatimStrings)
Me.GroupBox1.Controls.Add(Me.radVisualCSharp)
Me.GroupBox1.Controls.Add(Me.radVisualBasic)
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(230, 122)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Language"
'
'chkVerbatimStrings
'
Me.chkVerbatimStrings.AutoSize = True
Me.chkVerbatimStrings.Location = New System.Drawing.Point(40, 75)
Me.chkVerbatimStrings.Name = "chkVerbatimStrings"
Me.chkVerbatimStrings.Size = New System.Drawing.Size(120, 17)
Me.chkVerbatimStrings.TabIndex = 2
Me.chkVerbatimStrings.Text = "&Verbatim (@) strings"
Me.ToolTip1.SetToolTip(Me.chkVerbatimStrings, "If selected, generated code uses @ C# strings.")
Me.chkVerbatimStrings.UseVisualStyleBackColor = True
'
'radVisualCSharp
'
Me.radVisualCSharp.AutoSize = True
Me.radVisualCSharp.Location = New System.Drawing.Point(18, 48)
Me.radVisualCSharp.Name = "radVisualCSharp"
Me.radVisualCSharp.Size = New System.Drawing.Size(70, 17)
Me.radVisualCSharp.TabIndex = 1
Me.radVisualCSharp.TabStop = True
Me.radVisualCSharp.Text = "Visual &C#"
Me.ToolTip1.SetToolTip(Me.radVisualCSharp, "Generate C# code")
Me.radVisualCSharp.UseVisualStyleBackColor = True
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.chkDescriptionAsComment)
Me.GroupBox2.Controls.Add(Me.chkGenerateLoops)
Me.GroupBox2.Controls.Add(Me.chkAssumeImports)
Me.GroupBox2.Controls.Add(Me.chkInstanceMethods)
Me.GroupBox2.Location = New System.Drawing.Point(259, 13)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(230, 121)
Me.GroupBox2.TabIndex = 1
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Options"
'
'chkDescriptionAsComment
'
Me.chkDescriptionAsComment.AutoSize = True
Me.chkDescriptionAsComment.Location = New System.Drawing.Point(16, 98)
Me.chkDescriptionAsComment.Name = "chkDescriptionAsComment"
Me.chkDescriptionAsComment.Size = New System.Drawing.Size(139, 17)
Me.chkDescriptionAsComment.TabIndex = 3
Me.chkDescriptionAsComment.Text = "&Description as comment"
Me.ToolTip1.SetToolTip(Me.chkDescriptionAsComment, "The generated code contains a comment equal to the regex description.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -