123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- <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()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.明細表_dgv = New System.Windows.Forms.DataGridView()
- Me.明細表1_dgv = New System.Windows.Forms.DataGridView()
- Me.庫存為零_rb = New System.Windows.Forms.RadioButton()
- Me.庫存非零_rb = New System.Windows.Forms.RadioButton()
- CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.明細表1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '明細表_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.明細表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.明細表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.明細表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.明細表_dgv.BackgroundColor = System.Drawing.Color.White
- Me.明細表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.明細表_dgv.Location = New System.Drawing.Point(5, 28)
- Me.明細表_dgv.Margin = New System.Windows.Forms.Padding(5)
- Me.明細表_dgv.Name = "明細表_dgv"
- Me.明細表_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.明細表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
- Me.明細表_dgv.RowTemplate.Height = 24
- Me.明細表_dgv.Size = New System.Drawing.Size(639, 660)
- Me.明細表_dgv.TabIndex = 1755
- '
- '明細表1_dgv
- '
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.明細表1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
- Me.明細表1_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.明細表1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.明細表1_dgv.BackgroundColor = System.Drawing.Color.White
- Me.明細表1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.明細表1_dgv.Location = New System.Drawing.Point(654, 28)
- Me.明細表1_dgv.Margin = New System.Windows.Forms.Padding(5)
- Me.明細表1_dgv.Name = "明細表1_dgv"
- Me.明細表1_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.明細表1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
- Me.明細表1_dgv.RowTemplate.Height = 24
- Me.明細表1_dgv.Size = New System.Drawing.Size(675, 660)
- Me.明細表1_dgv.TabIndex = 1756
- '
- '庫存為零_rb
- '
- Me.庫存為零_rb.AutoSize = True
- Me.庫存為零_rb.Location = New System.Drawing.Point(94, 5)
- Me.庫存為零_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.庫存為零_rb.Name = "庫存為零_rb"
- Me.庫存為零_rb.Size = New System.Drawing.Size(73, 20)
- Me.庫存為零_rb.TabIndex = 1758
- Me.庫存為零_rb.TabStop = True
- Me.庫存為零_rb.Text = "庫存為零"
- Me.庫存為零_rb.UseVisualStyleBackColor = True
- '
- '庫存非零_rb
- '
- Me.庫存非零_rb.AutoSize = True
- Me.庫存非零_rb.ImageAlign = System.Drawing.ContentAlignment.BottomRight
- Me.庫存非零_rb.Location = New System.Drawing.Point(15, 5)
- Me.庫存非零_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.庫存非零_rb.Name = "庫存非零_rb"
- Me.庫存非零_rb.Size = New System.Drawing.Size(73, 20)
- Me.庫存非零_rb.TabIndex = 1757
- Me.庫存非零_rb.TabStop = True
- Me.庫存非零_rb.Text = "庫存非零"
- Me.庫存非零_rb.UseVisualStyleBackColor = True
- '
- '倉儲明細表查詢
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1334, 691)
- Me.Controls.Add(Me.庫存為零_rb)
- Me.Controls.Add(Me.庫存非零_rb)
- Me.Controls.Add(Me.明細表1_dgv)
- 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(4)
- Me.Name = "倉儲明細表查詢"
- Me.Text = "倉儲明細表查詢"
- CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.明細表1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
- Friend WithEvents 明細表_dgv As DataGridView
- Friend WithEvents 明細表1_dgv As DataGridView
- Friend WithEvents 庫存為零_rb As RadioButton
- Friend WithEvents 庫存非零_rb As RadioButton
- End Class
|