📄 modityquantity.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class ModityQuantity
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.MenuOK = New System.Windows.Forms.MenuItem
Me.MenuCancel = New System.Windows.Forms.MenuItem
Me.nudNums = New System.Windows.Forms.NumericUpDown
Me.txtProductId = New System.Windows.Forms.TextBox
Me.txtTotals = New System.Windows.Forms.TextBox
Me.txtPrice = New System.Windows.Forms.TextBox
Me.txtProductName = New System.Windows.Forms.TextBox
Me.Label5 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'mainMenu1
'
Me.mainMenu1.MenuItems.Add(Me.MenuOK)
Me.mainMenu1.MenuItems.Add(Me.MenuCancel)
'
'MenuOK
'
Me.MenuOK.Text = "確定"
'
'MenuCancel
'
Me.MenuCancel.Text = "取消"
'
'nudNums
'
Me.nudNums.Location = New System.Drawing.Point(139, 108)
Me.nudNums.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
Me.nudNums.Name = "nudNums"
Me.nudNums.Size = New System.Drawing.Size(121, 22)
Me.nudNums.TabIndex = 16
Me.nudNums.Value = New Decimal(New Integer() {1, 0, 0, 0})
'
'txtProductId
'
Me.txtProductId.Location = New System.Drawing.Point(139, 17)
Me.txtProductId.Name = "txtProductId"
Me.txtProductId.Size = New System.Drawing.Size(121, 21)
Me.txtProductId.TabIndex = 15
'
'txtTotals
'
Me.txtTotals.Location = New System.Drawing.Point(139, 140)
Me.txtTotals.Name = "txtTotals"
Me.txtTotals.Size = New System.Drawing.Size(121, 21)
Me.txtTotals.TabIndex = 12
Me.txtTotals.Text = "0"
'
'txtPrice
'
Me.txtPrice.Location = New System.Drawing.Point(139, 75)
Me.txtPrice.Name = "txtPrice"
Me.txtPrice.Size = New System.Drawing.Size(121, 21)
Me.txtPrice.TabIndex = 13
Me.txtPrice.Text = "0"
'
'txtProductName
'
Me.txtProductName.Location = New System.Drawing.Point(139, 46)
Me.txtProductName.Name = "txtProductName"
Me.txtProductName.Size = New System.Drawing.Size(121, 21)
Me.txtProductName.TabIndex = 14
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(60, 18)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(73, 20)
Me.Label5.Text = "產品編號:"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'Label4
'
Me.Label4.Location = New System.Drawing.Point(60, 141)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(73, 20)
Me.Label4.Text = "小計:"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'Label3
'
Me.Label3.Location = New System.Drawing.Point(60, 108)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(73, 20)
Me.Label3.Text = "數量:"
Me.Label3.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(60, 75)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(73, 20)
Me.Label2.Text = "價格:"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(60, 46)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(73, 20)
Me.Label1.Text = "產品名稱:"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'ModityQuantity
'
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.nudNums)
Me.Controls.Add(Me.txtProductId)
Me.Controls.Add(Me.txtTotals)
Me.Controls.Add(Me.txtPrice)
Me.Controls.Add(Me.txtProductName)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.KeyPreview = True
Me.Menu = Me.mainMenu1
Me.Name = "ModityQuantity"
Me.Text = "修改數量"
Me.ResumeLayout(False)
End Sub
Friend WithEvents MenuOK As System.Windows.Forms.MenuItem
Friend WithEvents MenuCancel As System.Windows.Forms.MenuItem
Friend WithEvents nudNums As System.Windows.Forms.NumericUpDown
Friend WithEvents txtProductId As System.Windows.Forms.TextBox
Friend WithEvents txtTotals As System.Windows.Forms.TextBox
Friend WithEvents txtPrice As System.Windows.Forms.TextBox
Friend WithEvents txtProductName As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -