📄 mainform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MainForm
Inherits System.Windows.Forms.Form
'Form 重写 Dispose,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip
Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel
Me.TSSLLoginUserName = New System.Windows.Forms.ToolStripStatusLabel
Me.ToolStripStatusLabel3 = New System.Windows.Forms.ToolStripStatusLabel
Me.ToolStripStatusLabel2 = New System.Windows.Forms.ToolStripStatusLabel
Me.TSSLCurrentAccount = New System.Windows.Forms.ToolStripStatusLabel
Me.ToolStripStatusLabel4 = New System.Windows.Forms.ToolStripStatusLabel
Me.TSSL1 = New System.Windows.Forms.ToolStripStatusLabel
Me.TSSLLoginDate = New System.Windows.Forms.ToolStripStatusLabel
Me.StatusStrip1.SuspendLayout()
Me.SuspendLayout()
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1, Me.TSSLLoginUserName, Me.ToolStripStatusLabel3, Me.ToolStripStatusLabel2, Me.TSSLCurrentAccount, Me.ToolStripStatusLabel4, Me.TSSL1, Me.TSSLLoginDate})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 273)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(647, 22)
Me.StatusStrip1.TabIndex = 1
Me.StatusStrip1.Text = "StatusStrip1"
'
'ToolStripStatusLabel1
'
Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(53, 17)
Me.ToolStripStatusLabel1.Text = "操作员:"
'
'TSSLLoginUserName
'
Me.TSSLLoginUserName.Name = "TSSLLoginUserName"
Me.TSSLLoginUserName.Size = New System.Drawing.Size(23, 17)
Me.TSSLLoginUserName.Text = " "
'
'ToolStripStatusLabel3
'
Me.ToolStripStatusLabel3.Name = "ToolStripStatusLabel3"
Me.ToolStripStatusLabel3.Size = New System.Drawing.Size(53, 17)
Me.ToolStripStatusLabel3.Text = " "
'
'ToolStripStatusLabel2
'
Me.ToolStripStatusLabel2.Name = "ToolStripStatusLabel2"
Me.ToolStripStatusLabel2.Size = New System.Drawing.Size(65, 17)
Me.ToolStripStatusLabel2.Text = "当前账套:"
'
'TSSLCurrentAccount
'
Me.TSSLCurrentAccount.Name = "TSSLCurrentAccount"
Me.TSSLCurrentAccount.Size = New System.Drawing.Size(23, 17)
Me.TSSLCurrentAccount.Text = " "
'
'ToolStripStatusLabel4
'
Me.ToolStripStatusLabel4.Name = "ToolStripStatusLabel4"
Me.ToolStripStatusLabel4.Size = New System.Drawing.Size(53, 17)
Me.ToolStripStatusLabel4.Text = " "
'
'TSSL1
'
Me.TSSL1.Name = "TSSL1"
Me.TSSL1.Size = New System.Drawing.Size(65, 17)
Me.TSSL1.Text = "登陆日期:"
'
'TSSLLoginDate
'
Me.TSSLLoginDate.Name = "TSSLLoginDate"
Me.TSSLLoginDate.Size = New System.Drawing.Size(23, 17)
Me.TSSLLoginDate.Text = " "
'
'MainForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(647, 295)
Me.Controls.Add(Me.StatusStrip1)
Me.IsMdiContainer = True
Me.Name = "MainForm"
Me.Text = "MainForm"
Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents ToolStripStatusLabel1 As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents TSSLLoginUserName As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ToolStripStatusLabel2 As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents TSSLCurrentAccount As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents TSSL1 As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents TSSLLoginDate As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ToolStripStatusLabel3 As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ToolStripStatusLabel4 As System.Windows.Forms.ToolStripStatusLabel
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -