123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 倉儲分區控制表
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
-
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.倉名_tb = New System.Windows.Forms.TextBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.倉明編號_tb = New System.Windows.Forms.TextBox()
- Me.關閉_bt = New System.Windows.Forms.Button()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.倉級_cb = New System.Windows.Forms.ComboBox()
- Me.刪除_bt = New System.Windows.Forms.Button()
- Me.修改_bt = New System.Windows.Forms.Button()
- Me.新增_bt = New System.Windows.Forms.Button()
- Me.倉編清單_dgv = New System.Windows.Forms.DataGridView()
- CType(Me.倉編清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Location = New System.Drawing.Point(271, 59)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(32, 16)
- Me.Label3.TabIndex = 607
- Me.Label3.Text = "倉名"
- '
- '倉名_tb
- '
- Me.倉名_tb.Location = New System.Drawing.Point(309, 55)
- Me.倉名_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.倉名_tb.Name = "倉名_tb"
- Me.倉名_tb.Size = New System.Drawing.Size(108, 23)
- Me.倉名_tb.TabIndex = 606
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(131, 59)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(56, 16)
- Me.Label2.TabIndex = 605
- Me.Label2.Text = "倉名編號"
- '
- '倉明編號_tb
- '
- Me.倉明編號_tb.Location = New System.Drawing.Point(193, 55)
- Me.倉明編號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.倉明編號_tb.Name = "倉明編號_tb"
- Me.倉明編號_tb.Size = New System.Drawing.Size(72, 23)
- Me.倉明編號_tb.TabIndex = 604
- '
- '關閉_bt
- '
- Me.關閉_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.關閉_bt.Location = New System.Drawing.Point(333, 5)
- Me.關閉_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.關閉_bt.Name = "關閉_bt"
- Me.關閉_bt.Size = New System.Drawing.Size(84, 42)
- Me.關閉_bt.TabIndex = 603
- Me.關閉_bt.Text = "關閉 "
- Me.關閉_bt.UseVisualStyleBackColor = True
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(12, 59)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(32, 16)
- Me.Label1.TabIndex = 602
- Me.Label1.Text = "倉級"
- '
- '倉級_cb
- '
- Me.倉級_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.倉級_cb.FormattingEnabled = True
- Me.倉級_cb.Items.AddRange(New Object() {"1", "2", "3"})
- Me.倉級_cb.Location = New System.Drawing.Point(53, 55)
- Me.倉級_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.倉級_cb.Name = "倉級_cb"
- Me.倉級_cb.Size = New System.Drawing.Size(70, 24)
- Me.倉級_cb.TabIndex = 601
- '
- '刪除_bt
- '
- Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.刪除_bt.ForeColor = System.Drawing.Color.Red
- Me.刪除_bt.Location = New System.Drawing.Point(192, 5)
- Me.刪除_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.刪除_bt.Name = "刪除_bt"
- Me.刪除_bt.Size = New System.Drawing.Size(84, 42)
- Me.刪除_bt.TabIndex = 600
- Me.刪除_bt.Text = "刪除"
- Me.刪除_bt.UseVisualStyleBackColor = True
- '
- '修改_bt
- '
- Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.修改_bt.ForeColor = System.Drawing.Color.Green
- Me.修改_bt.Location = New System.Drawing.Point(102, 5)
- Me.修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.修改_bt.Name = "修改_bt"
- Me.修改_bt.Size = New System.Drawing.Size(84, 42)
- Me.修改_bt.TabIndex = 599
- Me.修改_bt.Text = "修改 "
- Me.修改_bt.UseVisualStyleBackColor = True
- '
- '新增_bt
- '
- Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.新增_bt.Location = New System.Drawing.Point(12, 5)
- Me.新增_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.新增_bt.Name = "新增_bt"
- Me.新增_bt.Size = New System.Drawing.Size(84, 42)
- Me.新增_bt.TabIndex = 598
- Me.新增_bt.Text = "新增 "
- Me.新增_bt.UseVisualStyleBackColor = True
- '
- '倉編清單_dgv
- '
- Me.倉編清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.倉編清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.倉編清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.倉編清單_dgv.Location = New System.Drawing.Point(14, 86)
- Me.倉編清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.倉編清單_dgv.Name = "倉編清單_dgv"
- Me.倉編清單_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.倉編清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
- Me.倉編清單_dgv.RowTemplate.Height = 24
- Me.倉編清單_dgv.Size = New System.Drawing.Size(403, 344)
- Me.倉編清單_dgv.TabIndex = 597
- '
- '倉儲分區控制表
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(427, 443)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.倉名_tb)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.倉明編號_tb)
- Me.Controls.Add(Me.關閉_bt)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.倉級_cb)
- Me.Controls.Add(Me.刪除_bt)
- Me.Controls.Add(Me.修改_bt)
- Me.Controls.Add(Me.新增_bt)
- Me.Controls.Add(Me.倉編清單_dgv)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Name = "倉儲分區控制表"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "倉儲分區控制表"
- CType(Me.倉編清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents Label3 As Label
- Friend WithEvents 倉名_tb As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents 倉明編號_tb As TextBox
- Friend WithEvents 關閉_bt As Button
- Friend WithEvents Label1 As Label
- Friend WithEvents 倉級_cb As ComboBox
- Friend WithEvents 刪除_bt As Button
- Friend WithEvents 修改_bt As Button
- Friend WithEvents 新增_bt As Button
- Friend WithEvents 倉編清單_dgv As DataGridView
- End Class
|