📄 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)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MainForm))
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
Me.AddUserMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.AddGoodsMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.AboutMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.MailMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.MenuStrip1.SuspendLayout()
Me.SuspendLayout()
'
'MenuStrip1
'
Me.MenuStrip1.BackColor = System.Drawing.Color.FromArgb(CType(CType(174, Byte), Integer), CType(CType(217, Byte), Integer), CType(CType(251, Byte), Integer))
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AddUserMenuItem, Me.AddGoodsMenuItem, Me.AboutMenuItem, Me.MailMenuItem})
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
Me.MenuStrip1.Name = "MenuStrip1"
Me.MenuStrip1.Size = New System.Drawing.Size(627, 24)
Me.MenuStrip1.TabIndex = 0
Me.MenuStrip1.Text = "MenuStrip1"
'
'AddUserMenuItem
'
Me.AddUserMenuItem.Name = "AddUserMenuItem"
Me.AddUserMenuItem.Size = New System.Drawing.Size(79, 20)
Me.AddUserMenuItem.Text = "添加营业员"
'
'AddGoodsMenuItem
'
Me.AddGoodsMenuItem.Name = "AddGoodsMenuItem"
Me.AddGoodsMenuItem.Size = New System.Drawing.Size(67, 20)
Me.AddGoodsMenuItem.Text = "添加货物"
'
'AboutMenuItem
'
Me.AboutMenuItem.Name = "AboutMenuItem"
Me.AboutMenuItem.Size = New System.Drawing.Size(43, 20)
Me.AboutMenuItem.Text = "关于"
'
'MailMenuItem
'
Me.MailMenuItem.Name = "MailMenuItem"
Me.MailMenuItem.Size = New System.Drawing.Size(43, 20)
Me.MailMenuItem.Text = "意见"
'
'MainForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImage = Global.千寻销售系统服务器端.My.Resources.Resources._30
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.ClientSize = New System.Drawing.Size(627, 498)
Me.Controls.Add(Me.MenuStrip1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.IsMdiContainer = True
Me.MainMenuStrip = Me.MenuStrip1
Me.Name = "MainForm"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "千寻销售系统服务器端"
Me.WindowState = System.Windows.Forms.FormWindowState.Minimized
Me.MenuStrip1.ResumeLayout(False)
Me.MenuStrip1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
Friend WithEvents AddUserMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents AddGoodsMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents AboutMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents MailMenuItem As System.Windows.Forms.ToolStripMenuItem
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -