📄 frmsigning.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmSigning
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.b_Ok = New System.Windows.Forms.Button
Me.tb_signing = New System.Windows.Forms.TextBox
Me.cb_defalut = New System.Windows.Forms.CheckBox
Me.b_close = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'b_Ok
'
Me.b_Ok.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.b_Ok.Location = New System.Drawing.Point(181, 165)
Me.b_Ok.Name = "b_Ok"
Me.b_Ok.Size = New System.Drawing.Size(75, 23)
Me.b_Ok.TabIndex = 0
Me.b_Ok.Text = "保存"
Me.b_Ok.UseVisualStyleBackColor = True
'
'tb_signing
'
Me.tb_signing.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.tb_signing.Location = New System.Drawing.Point(1, 2)
Me.tb_signing.Multiline = True
Me.tb_signing.Name = "tb_signing"
Me.tb_signing.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.tb_signing.Size = New System.Drawing.Size(357, 157)
Me.tb_signing.TabIndex = 1
'
'cb_defalut
'
Me.cb_defalut.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.cb_defalut.AutoSize = True
Me.cb_defalut.Location = New System.Drawing.Point(21, 165)
Me.cb_defalut.Name = "cb_defalut"
Me.cb_defalut.Size = New System.Drawing.Size(72, 16)
Me.cb_defalut.TabIndex = 2
Me.cb_defalut.Text = "默认使用"
Me.cb_defalut.UseVisualStyleBackColor = True
'
'b_close
'
Me.b_close.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.b_close.Location = New System.Drawing.Point(270, 165)
Me.b_close.Name = "b_close"
Me.b_close.Size = New System.Drawing.Size(75, 23)
Me.b_close.TabIndex = 3
Me.b_close.Text = "关闭"
Me.b_close.UseVisualStyleBackColor = True
'
'frmSigning
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(359, 191)
Me.Controls.Add(Me.b_close)
Me.Controls.Add(Me.cb_defalut)
Me.Controls.Add(Me.tb_signing)
Me.Controls.Add(Me.b_Ok)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Name = "frmSigning"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "签名档"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents b_Ok As System.Windows.Forms.Button
Friend WithEvents tb_signing As System.Windows.Forms.TextBox
Friend WithEvents cb_defalut As System.Windows.Forms.CheckBox
Friend WithEvents b_close As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -