123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312 |
- <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()
- Me.components = New System.ComponentModel.Container()
- 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()
- Me.選擇供應商_cb = New System.Windows.Forms.ComboBox()
- Me.Label25 = New System.Windows.Forms.Label()
- Me.物料_dgv = New System.Windows.Forms.DataGridView()
- Me.類別清單_cb = New System.Windows.Forms.ComboBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.明細表_dgv = New System.Windows.Forms.DataGridView()
- Me.選擇日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.料號_tb = New System.Windows.Forms.TextBox()
- Me.Panel3 = New System.Windows.Forms.Panel()
- Me.日期_tb = New System.Windows.Forms.TextBox()
- Me.流水號_tb = New System.Windows.Forms.TextBox()
- Me.收支單中新增一筆空白資料_bt = New System.Windows.Forms.Button()
- Me.刪除選中的一筆資料_bt = New System.Windows.Forms.Button()
- Me.申請_bt = New System.Windows.Forms.Button()
- Me.查詢_bt = New System.Windows.Forms.Button()
- Me.選擇供應商1_cb = New System.Windows.Forms.ComboBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
- CType(Me.物料_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel3.SuspendLayout()
- Me.SuspendLayout()
- '
- '選擇供應商_cb
- '
- Me.選擇供應商_cb.FormattingEnabled = True
- Me.選擇供應商_cb.Location = New System.Drawing.Point(301, 11)
- Me.選擇供應商_cb.Name = "選擇供應商_cb"
- Me.選擇供應商_cb.Size = New System.Drawing.Size(156, 24)
- Me.選擇供應商_cb.TabIndex = 1733
- '
- 'Label25
- '
- Me.Label25.AutoSize = True
- Me.Label25.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label25.Location = New System.Drawing.Point(227, 14)
- Me.Label25.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label25.Name = "Label25"
- Me.Label25.Size = New System.Drawing.Size(67, 16)
- Me.Label25.TabIndex = 1732
- Me.Label25.Text = "選擇供應商"
- '
- '物料_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, 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(4, 43)
- Me.物料_dgv.Margin = New System.Windows.Forms.Padding(4)
- Me.物料_dgv.Name = "物料_dgv"
- Me.物料_dgv.ReadOnly = True
- Me.物料_dgv.RowHeadersWidth = 5
- Me.物料_dgv.RowTemplate.Height = 24
- Me.物料_dgv.Size = New System.Drawing.Size(498, 641)
- Me.物料_dgv.TabIndex = 1731
- '
- '類別清單_cb
- '
- Me.類別清單_cb.FormattingEnabled = True
- Me.類別清單_cb.Location = New System.Drawing.Point(63, 11)
- Me.類別清單_cb.Name = "類別清單_cb"
- Me.類別清單_cb.Size = New System.Drawing.Size(157, 24)
- Me.類別清單_cb.TabIndex = 1736
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label1.Location = New System.Drawing.Point(1, 14)
- Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(55, 16)
- Me.Label1.TabIndex = 1735
- Me.Label1.Text = "選擇類別"
- '
- '明細表_dgv
- '
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.明細表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
- 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.BackgroundColor = System.Drawing.Color.White
- Me.明細表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.明細表_dgv.Location = New System.Drawing.Point(510, 43)
- Me.明細表_dgv.Margin = New System.Windows.Forms.Padding(4)
- Me.明細表_dgv.Name = "明細表_dgv"
- Me.明細表_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.明細表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
- Me.明細表_dgv.RowTemplate.Height = 24
- Me.明細表_dgv.Size = New System.Drawing.Size(820, 641)
- Me.明細表_dgv.TabIndex = 1737
- '
- '選擇日期_dtp
- '
- Me.選擇日期_dtp.Location = New System.Drawing.Point(572, 11)
- Me.選擇日期_dtp.Name = "選擇日期_dtp"
- Me.選擇日期_dtp.Size = New System.Drawing.Size(139, 23)
- Me.選擇日期_dtp.TabIndex = 1738
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label3.Location = New System.Drawing.Point(510, 16)
- Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(55, 16)
- Me.Label3.TabIndex = 1739
- Me.Label3.Text = "選擇日期"
- '
- '料號_tb
- '
- Me.料號_tb.Location = New System.Drawing.Point(4, 35)
- Me.料號_tb.Margin = New System.Windows.Forms.Padding(4)
- Me.料號_tb.Name = "料號_tb"
- Me.料號_tb.ReadOnly = True
- Me.料號_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.料號_tb.Size = New System.Drawing.Size(44, 23)
- Me.料號_tb.TabIndex = 1722
- '
- 'Panel3
- '
- Me.Panel3.Controls.Add(Me.日期_tb)
- Me.Panel3.Controls.Add(Me.流水號_tb)
- Me.Panel3.Controls.Add(Me.料號_tb)
- Me.Panel3.Location = New System.Drawing.Point(572, 215)
- Me.Panel3.Name = "Panel3"
- Me.Panel3.Size = New System.Drawing.Size(53, 115)
- Me.Panel3.TabIndex = 1743
- Me.Panel3.Visible = False
- '
- '日期_tb
- '
- Me.日期_tb.Location = New System.Drawing.Point(4, 66)
- Me.日期_tb.Margin = New System.Windows.Forms.Padding(4)
- Me.日期_tb.Name = "日期_tb"
- Me.日期_tb.ReadOnly = True
- Me.日期_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.日期_tb.Size = New System.Drawing.Size(44, 23)
- Me.日期_tb.TabIndex = 1723
- '
- '流水號_tb
- '
- Me.流水號_tb.Location = New System.Drawing.Point(4, 4)
- Me.流水號_tb.Margin = New System.Windows.Forms.Padding(4)
- Me.流水號_tb.Name = "流水號_tb"
- Me.流水號_tb.ReadOnly = True
- Me.流水號_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.流水號_tb.Size = New System.Drawing.Size(44, 23)
- Me.流水號_tb.TabIndex = 1720
- '
- '收支單中新增一筆空白資料_bt
- '
- Me.收支單中新增一筆空白資料_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Edit_Text
- Me.收支單中新增一筆空白資料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.收支單中新增一筆空白資料_bt.ForeColor = System.Drawing.Color.Green
- Me.收支單中新增一筆空白資料_bt.Location = New System.Drawing.Point(957, 2)
- Me.收支單中新增一筆空白資料_bt.Margin = New System.Windows.Forms.Padding(4)
- Me.收支單中新增一筆空白資料_bt.Name = "收支單中新增一筆空白資料_bt"
- Me.收支單中新增一筆空白資料_bt.Size = New System.Drawing.Size(38, 38)
- Me.收支單中新增一筆空白資料_bt.TabIndex = 1741
- Me.收支單中新增一筆空白資料_bt.UseVisualStyleBackColor = True
- '
- '刪除選中的一筆資料_bt
- '
- Me.刪除選中的一筆資料_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close
- Me.刪除選中的一筆資料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.刪除選中的一筆資料_bt.ForeColor = System.Drawing.Color.Red
- Me.刪除選中的一筆資料_bt.Location = New System.Drawing.Point(1002, 2)
- Me.刪除選中的一筆資料_bt.Margin = New System.Windows.Forms.Padding(4)
- Me.刪除選中的一筆資料_bt.Name = "刪除選中的一筆資料_bt"
- Me.刪除選中的一筆資料_bt.Size = New System.Drawing.Size(38, 38)
- Me.刪除選中的一筆資料_bt.TabIndex = 1742
- Me.刪除選中的一筆資料_bt.UseVisualStyleBackColor = True
- '
- '申請_bt
- '
- Me.申請_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Sendnow
- Me.申請_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- 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(1047, 3)
- Me.申請_bt.Margin = New System.Windows.Forms.Padding(4)
- Me.申請_bt.Name = "申請_bt"
- Me.申請_bt.Size = New System.Drawing.Size(38, 38)
- Me.申請_bt.TabIndex = 1740
- Me.申請_bt.UseVisualStyleBackColor = True
- '
- '查詢_bt
- '
- Me.查詢_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.下載
- Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.查詢_bt.Location = New System.Drawing.Point(464, 3)
- Me.查詢_bt.Margin = New System.Windows.Forms.Padding(4)
- Me.查詢_bt.Name = "查詢_bt"
- Me.查詢_bt.Size = New System.Drawing.Size(38, 38)
- Me.查詢_bt.TabIndex = 1734
- Me.查詢_bt.UseVisualStyleBackColor = True
- '
- '選擇供應商1_cb
- '
- Me.選擇供應商1_cb.FormattingEnabled = True
- Me.選擇供應商1_cb.Location = New System.Drawing.Point(794, 10)
- Me.選擇供應商1_cb.Name = "選擇供應商1_cb"
- Me.選擇供應商1_cb.Size = New System.Drawing.Size(156, 24)
- Me.選擇供應商1_cb.TabIndex = 1745
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label2.Location = New System.Drawing.Point(720, 13)
- Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(67, 16)
- Me.Label2.TabIndex = 1744
- Me.Label2.Text = "選擇供應商"
- '
- 'ToolTip1
- '
- Me.ToolTip1.IsBalloon = True
- Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
- Me.ToolTip1.ToolTipTitle = "系統說明"
- '
- '物料入庫系統
- '
- 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.選擇供應商1_cb)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Panel3)
- Me.Controls.Add(Me.收支單中新增一筆空白資料_bt)
- Me.Controls.Add(Me.刪除選中的一筆資料_bt)
- Me.Controls.Add(Me.申請_bt)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.選擇日期_dtp)
- Me.Controls.Add(Me.明細表_dgv)
- Me.Controls.Add(Me.類別清單_cb)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.查詢_bt)
- Me.Controls.Add(Me.選擇供應商_cb)
- Me.Controls.Add(Me.Label25)
- Me.Controls.Add(Me.物料_dgv)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, 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.明細表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel3.ResumeLayout(False)
- Me.Panel3.PerformLayout()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
- Friend WithEvents 選擇供應商_cb As ComboBox
- Friend WithEvents Label25 As Label
- Friend WithEvents 物料_dgv As DataGridView
- Friend WithEvents 查詢_bt As Button
- Friend WithEvents 類別清單_cb As ComboBox
- Friend WithEvents Label1 As Label
- Friend WithEvents 明細表_dgv As DataGridView
- Friend WithEvents 選擇日期_dtp As DateTimePicker
- Friend WithEvents Label3 As Label
- Friend WithEvents 收支單中新增一筆空白資料_bt As Button
- Friend WithEvents 刪除選中的一筆資料_bt As Button
- Friend WithEvents 申請_bt As Button
- Friend WithEvents 料號_tb As TextBox
- Friend WithEvents Panel3 As Panel
- Friend WithEvents 流水號_tb As TextBox
- Friend WithEvents 日期_tb As TextBox
- Friend WithEvents 選擇供應商1_cb As ComboBox
- Friend WithEvents Label2 As Label
- Friend WithEvents ToolTip1 As ToolTip
- End Class
|