📄 mainform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public 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 Form 設計工具的必要項
Private components As System.ComponentModel.IContainer
'注意: 以下為 Windows Form 設計工具所需的程序
'可以使用 Windows Form 設計工具進行修改。
'請不要使用程式碼編輯器進行修改。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.mainMenu1 = New System.Windows.Forms.MainMenu
Me.MenuCom = New System.Windows.Forms.MenuItem
Me.MenuLogin = New System.Windows.Forms.MenuItem
Me.MenuChangePwd = New System.Windows.Forms.MenuItem
Me.MenuLogout = New System.Windows.Forms.MenuItem
Me.MenuItem1 = New System.Windows.Forms.MenuItem
Me.MenuExit = New System.Windows.Forms.MenuItem
Me.MenuReadMe = New System.Windows.Forms.MenuItem
Me.StatusBar1 = New System.Windows.Forms.StatusBar
Me.SuspendLayout()
'
'mainMenu1
'
Me.mainMenu1.MenuItems.Add(Me.MenuCom)
Me.mainMenu1.MenuItems.Add(Me.MenuItem1)
Me.mainMenu1.MenuItems.Add(Me.MenuExit)
Me.mainMenu1.MenuItems.Add(Me.MenuReadMe)
'
'MenuCom
'
Me.MenuCom.MenuItems.Add(Me.MenuLogin)
Me.MenuCom.MenuItems.Add(Me.MenuChangePwd)
Me.MenuCom.MenuItems.Add(Me.MenuLogout)
Me.MenuCom.Text = "一般功能"
'
'MenuLogin
'
Me.MenuLogin.Text = "登入"
'
'MenuChangePwd
'
Me.MenuChangePwd.Enabled = False
Me.MenuChangePwd.Text = "變更密碼"
'
'MenuLogout
'
Me.MenuLogout.Enabled = False
Me.MenuLogout.Text = "登出"
'
'MenuItem1
'
Me.MenuItem1.Enabled = False
Me.MenuItem1.Text = "主選單"
'
'MenuExit
'
Me.MenuExit.Text = "離開系統"
'
'MenuReadMe
'
Me.MenuReadMe.Text = "關於"
'
'StatusBar1
'
Me.StatusBar1.Location = New System.Drawing.Point(0, 166)
Me.StatusBar1.Name = "StatusBar1"
Me.StatusBar1.Size = New System.Drawing.Size(320, 22)
Me.StatusBar1.Text = "未登入!"
'
'MainForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.AutoScroll = True
Me.ClientSize = New System.Drawing.Size(320, 188)
Me.Controls.Add(Me.StatusBar1)
Me.Menu = Me.mainMenu1
Me.MinimizeBox = False
Me.Name = "MainForm"
Me.Text = "點餐系統(SFS)"
Me.ResumeLayout(False)
End Sub
Private WithEvents mainMenu1 As System.Windows.Forms.MainMenu
Friend WithEvents MenuItem1 As System.Windows.Forms.MenuItem
Friend WithEvents MenuExit As System.Windows.Forms.MenuItem
Friend WithEvents MenuCom As System.Windows.Forms.MenuItem
Friend WithEvents MenuLogin As System.Windows.Forms.MenuItem
Friend WithEvents MenuChangePwd As System.Windows.Forms.MenuItem
Friend WithEvents MenuLogout As System.Windows.Forms.MenuItem
Friend WithEvents MenuReadMe As System.Windows.Forms.MenuItem
Friend WithEvents StatusBar1 As System.Windows.Forms.StatusBar
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -