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

📄 productquery.designer.vb

📁 This program is designed for a menu ordering system under pocket pc platform .
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class ProductQuery
    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.btn_List = New System.Windows.Forms.Button
        Me.btn_Dolce = New System.Windows.Forms.Button
        Me.btn_Refreshmen = New System.Windows.Forms.Button
        Me.btn_MainFood = New System.Windows.Forms.Button
        Me.btn_Antipasto = New System.Windows.Forms.Button
        Me.btn_Soup = New System.Windows.Forms.Button
        Me.lvwProduct = New System.Windows.Forms.ListView
        Me.ColumnHeader1 = New System.Windows.Forms.ColumnHeader
        Me.ColumnHeader2 = New System.Windows.Forms.ColumnHeader
        Me.ColumnHeader3 = New System.Windows.Forms.ColumnHeader
        Me.SuspendLayout()
        '
        'btn_List
        '
        Me.btn_List.Location = New System.Drawing.Point(3, 158)
        Me.btn_List.Name = "btn_List"
        Me.btn_List.Size = New System.Drawing.Size(72, 42)
        Me.btn_List.TabIndex = 18
        Me.btn_List.Text = "詳細資料"
        '
        'btn_Dolce
        '
        Me.btn_Dolce.Location = New System.Drawing.Point(3, 129)
        Me.btn_Dolce.Name = "btn_Dolce"
        Me.btn_Dolce.Size = New System.Drawing.Size(72, 23)
        Me.btn_Dolce.TabIndex = 14
        Me.btn_Dolce.Text = "甜點類"
        '
        'btn_Refreshmen
        '
        Me.btn_Refreshmen.Location = New System.Drawing.Point(3, 100)
        Me.btn_Refreshmen.Name = "btn_Refreshmen"
        Me.btn_Refreshmen.Size = New System.Drawing.Size(72, 23)
        Me.btn_Refreshmen.TabIndex = 16
        Me.btn_Refreshmen.Text = "飲品類"
        '
        'btn_MainFood
        '
        Me.btn_MainFood.Location = New System.Drawing.Point(3, 71)
        Me.btn_MainFood.Name = "btn_MainFood"
        Me.btn_MainFood.Size = New System.Drawing.Size(72, 23)
        Me.btn_MainFood.TabIndex = 17
        Me.btn_MainFood.Text = "主餐類"
        '
        'btn_Antipasto
        '
        Me.btn_Antipasto.Location = New System.Drawing.Point(3, 42)
        Me.btn_Antipasto.Name = "btn_Antipasto"
        Me.btn_Antipasto.Size = New System.Drawing.Size(72, 23)
        Me.btn_Antipasto.TabIndex = 15
        Me.btn_Antipasto.Text = "開胃菜"
        '
        'btn_Soup
        '
        Me.btn_Soup.Location = New System.Drawing.Point(3, 13)
        Me.btn_Soup.Name = "btn_Soup"
        Me.btn_Soup.Size = New System.Drawing.Size(72, 23)
        Me.btn_Soup.TabIndex = 13
        Me.btn_Soup.Text = "濃湯類"
        '
        'lvwProduct
        '
        Me.lvwProduct.Columns.Add(Me.ColumnHeader1)
        Me.lvwProduct.Columns.Add(Me.ColumnHeader2)
        Me.lvwProduct.Columns.Add(Me.ColumnHeader3)
        Me.lvwProduct.FullRowSelect = True
        Me.lvwProduct.Location = New System.Drawing.Point(78, 13)
        Me.lvwProduct.Name = "lvwProduct"
        Me.lvwProduct.Size = New System.Drawing.Size(240, 189)
        Me.lvwProduct.TabIndex = 12
        Me.lvwProduct.View = System.Windows.Forms.View.Details
        '
        'ColumnHeader1
        '
        Me.ColumnHeader1.Text = "產品名稱"
        Me.ColumnHeader1.Width = 95
        '
        'ColumnHeader2
        '
        Me.ColumnHeader2.Text = "價格"
        Me.ColumnHeader2.Width = 55
        '
        'ColumnHeader3
        '
        Me.ColumnHeader3.Text = "產品編號"
        Me.ColumnHeader3.Width = 85
        '
        'ProductQuery
        '
        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, 214)
        Me.Controls.Add(Me.btn_List)
        Me.Controls.Add(Me.btn_Dolce)
        Me.Controls.Add(Me.btn_Refreshmen)
        Me.Controls.Add(Me.btn_MainFood)
        Me.Controls.Add(Me.btn_Antipasto)
        Me.Controls.Add(Me.btn_Soup)
        Me.Controls.Add(Me.lvwProduct)
        Me.Name = "ProductQuery"
        Me.Text = "產品查詢"
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents btn_List As System.Windows.Forms.Button
    Friend WithEvents btn_Dolce As System.Windows.Forms.Button
    Friend WithEvents btn_Refreshmen As System.Windows.Forms.Button
    Friend WithEvents btn_MainFood As System.Windows.Forms.Button
    Friend WithEvents btn_Antipasto As System.Windows.Forms.Button
    Friend WithEvents btn_Soup As System.Windows.Forms.Button
    Friend WithEvents lvwProduct As System.Windows.Forms.ListView
    Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
    Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
    Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
End Class

⌨️ 快捷键说明

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