⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menuform.designer.vb

📁 This program is designed for a menu ordering system under pocket pc platform .
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class MenuForm
    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
    Private mainMenu1 As System.Windows.Forms.MainMenu

    '注意: 以下為 Windows Form 設計工具所需的程序
    '可以使用 Windows Form 設計工具進行修改。
    '請不要使用程式碼編輯器進行修改。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.mainMenu1 = New System.Windows.Forms.MainMenu
        Me.btn_SeatFood = New System.Windows.Forms.Button
        Me.btn_Quantity = New System.Windows.Forms.Button
        Me.btn_Back = New System.Windows.Forms.Button
        Me.btn_CheckOut = New System.Windows.Forms.Button
        Me.SuspendLayout()
        '
        'btn_SeatFood
        '
        Me.btn_SeatFood.BackColor = System.Drawing.Color.Transparent
        Me.btn_SeatFood.Location = New System.Drawing.Point(30, 68)
        Me.btn_SeatFood.Name = "btn_SeatFood"
        Me.btn_SeatFood.Size = New System.Drawing.Size(72, 52)
        Me.btn_SeatFood.TabIndex = 0
        Me.btn_SeatFood.Text = "點餐功能"
        '
        'btn_Quantity
        '
        Me.btn_Quantity.BackColor = System.Drawing.Color.Transparent
        Me.btn_Quantity.Location = New System.Drawing.Point(218, 68)
        Me.btn_Quantity.Name = "btn_Quantity"
        Me.btn_Quantity.Size = New System.Drawing.Size(72, 52)
        Me.btn_Quantity.TabIndex = 0
        Me.btn_Quantity.Text = "查詢功能"
        '
        'btn_Back
        '
        Me.btn_Back.BackColor = System.Drawing.Color.Transparent
        Me.btn_Back.Location = New System.Drawing.Point(124, 153)
        Me.btn_Back.Name = "btn_Back"
        Me.btn_Back.Size = New System.Drawing.Size(72, 32)
        Me.btn_Back.TabIndex = 0
        Me.btn_Back.Text = "回前頁"
        '
        'btn_CheckOut
        '
        Me.btn_CheckOut.BackColor = System.Drawing.Color.Transparent
        Me.btn_CheckOut.Location = New System.Drawing.Point(124, 68)
        Me.btn_CheckOut.Name = "btn_CheckOut"
        Me.btn_CheckOut.Size = New System.Drawing.Size(72, 52)
        Me.btn_CheckOut.TabIndex = 0
        Me.btn_CheckOut.Text = "結帳功能"
        '
        'MenuForm
        '
        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.btn_Back)
        Me.Controls.Add(Me.btn_CheckOut)
        Me.Controls.Add(Me.btn_Quantity)
        Me.Controls.Add(Me.btn_SeatFood)
        Me.Menu = Me.mainMenu1
        Me.MinimizeBox = False
        Me.Name = "MenuForm"
        Me.Text = "系統選單"
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents btn_SeatFood As System.Windows.Forms.Button
    Friend WithEvents btn_Quantity As System.Windows.Forms.Button
    Friend WithEvents btn_Back As System.Windows.Forms.Button
    Friend WithEvents btn_CheckOut As System.Windows.Forms.Button
End Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -