123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423 |
- <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()
- Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.已作廢_lb = New System.Windows.Forms.Label()
- Me.作廢清單_dgv = New System.Windows.Forms.DataGridView()
- Me.未審核_lb = New System.Windows.Forms.Label()
- Me.未核准_dgv = New System.Windows.Forms.DataGridView()
- Me.已作廢_rb = New System.Windows.Forms.RadioButton()
- Me.未審核_rb = New System.Windows.Forms.RadioButton()
- Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.請購單作廢_bt = New System.Windows.Forms.Button()
- Me.請購單核准_bt = New System.Windows.Forms.Button()
- Me.請購明細_dgv = New System.Windows.Forms.DataGridView()
- Me.申請人_lb = New System.Windows.Forms.Label()
- Me.申請人_tb = New System.Windows.Forms.TextBox()
- Me.申請日期_lb = New System.Windows.Forms.Label()
- Me.請購單號_lb = New System.Windows.Forms.Label()
- Me.請購單號_tb = New System.Windows.Forms.TextBox()
- Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
- Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
- Me.存檔_bt = New System.Windows.Forms.Button()
- Me.項次_tb = New System.Windows.Forms.TextBox()
- Me.項次_lb = New System.Windows.Forms.Label()
- Me.選擇_lb = New System.Windows.Forms.Label()
- Me.語言_dgv = New System.Windows.Forms.DataGridView()
- Me.刪除一筆資料_bt = New System.Windows.Forms.Button()
- Me.語轉扭_bt = New System.Windows.Forms.Button()
- Me.大間距_ch = New System.Windows.Forms.CheckBox()
- Me.中間距_ch = New System.Windows.Forms.CheckBox()
- Me.小間距_ch = New System.Windows.Forms.CheckBox()
- CType(Me.作廢清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.未核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.ContextMenuStrip1.SuspendLayout()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '已作廢_lb
- '
- Me.已作廢_lb.AutoSize = True
- Me.已作廢_lb.Location = New System.Drawing.Point(5, 6)
- Me.已作廢_lb.Name = "已作廢_lb"
- Me.已作廢_lb.Size = New System.Drawing.Size(350, 16)
- Me.已作廢_lb.TabIndex = 824
- Me.已作廢_lb.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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.作廢清單_dgv.Location = New System.Drawing.Point(5, 50)
- Me.作廢清單_dgv.Name = "作廢清單_dgv"
- Me.作廢清單_dgv.ReadOnly = True
- 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(515, 625)
- Me.作廢清單_dgv.TabIndex = 823
- '
- '未審核_lb
- '
- Me.未審核_lb.AutoSize = True
- Me.未審核_lb.Location = New System.Drawing.Point(5, 6)
- Me.未審核_lb.Name = "未審核_lb"
- Me.未審核_lb.Size = New System.Drawing.Size(350, 16)
- Me.未審核_lb.TabIndex = 822
- Me.未審核_lb.Text = "未 審 核 的 行 政 物 料 請 購 單" &
- "" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
- '
- '未核准_dgv
- '
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.未核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
- 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.未核准_dgv.Location = New System.Drawing.Point(5, 50)
- Me.未核准_dgv.Name = "未核准_dgv"
- Me.未核准_dgv.ReadOnly = True
- Me.未核准_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.未核准_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
- Me.未核准_dgv.RowTemplate.Height = 24
- Me.未核准_dgv.Size = New System.Drawing.Size(515, 625)
- Me.未核准_dgv.TabIndex = 821
- '
- '已作廢_rb
- '
- Me.已作廢_rb.AutoSize = True
- Me.已作廢_rb.ForeColor = System.Drawing.Color.Red
- Me.已作廢_rb.Location = New System.Drawing.Point(129, 28)
- Me.已作廢_rb.Name = "已作廢_rb"
- Me.已作廢_rb.Size = New System.Drawing.Size(74, 20)
- Me.已作廢_rb.TabIndex = 828
- Me.已作廢_rb.TabStop = True
- Me.已作廢_rb.Text = "已 作 廢"
- Me.已作廢_rb.UseVisualStyleBackColor = True
- '
- '未審核_rb
- '
- Me.未審核_rb.AutoSize = True
- Me.未審核_rb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.未審核_rb.Location = New System.Drawing.Point(8, 28)
- Me.未審核_rb.Name = "未審核_rb"
- Me.未審核_rb.Size = New System.Drawing.Size(110, 20)
- Me.未審核_rb.TabIndex = 827
- Me.未審核_rb.TabStop = True
- Me.未審核_rb.Text = "未 審 核"
- Me.未審核_rb.UseVisualStyleBackColor = True
- '
- '申請日期_dtp
- '
- Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.申請日期_dtp.Location = New System.Drawing.Point(826, 27)
- Me.申請日期_dtp.Name = "申請日期_dtp"
- Me.申請日期_dtp.Size = New System.Drawing.Size(95, 23)
- Me.申請日期_dtp.TabIndex = 847
- '
- '請購單作廢_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(1216, 2)
- Me.請購單作廢_bt.Name = "請購單作廢_bt"
- Me.請購單作廢_bt.Size = New System.Drawing.Size(128, 73)
- Me.請購單作廢_bt.TabIndex = 846
- 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(1082, 2)
- Me.請購單核准_bt.Name = "請購單核准_bt"
- Me.請購單核准_bt.Size = New System.Drawing.Size(128, 73)
- Me.請購單核准_bt.TabIndex = 845
- Me.請購單核准_bt.Text = "請購單核准"
- Me.請購單核准_bt.UseVisualStyleBackColor = True
- '
- '請購明細_dgv
- '
- DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.請購明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
- 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(524, 77)
- Me.請購明細_dgv.Name = "請購明細_dgv"
- Me.請購明細_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.請購明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
- Me.請購明細_dgv.RowTemplate.Height = 24
- Me.請購明細_dgv.Size = New System.Drawing.Size(820, 573)
- Me.請購明細_dgv.TabIndex = 844
- '
- '申請人_lb
- '
- Me.申請人_lb.AutoSize = True
- Me.申請人_lb.Location = New System.Drawing.Point(521, 32)
- Me.申請人_lb.Name = "申請人_lb"
- Me.申請人_lb.Size = New System.Drawing.Size(62, 16)
- Me.申請人_lb.TabIndex = 843
- Me.申請人_lb.Text = "申 請 人"
- '
- '申請人_tb
- '
- Me.申請人_tb.Location = New System.Drawing.Point(584, 28)
- Me.申請人_tb.Name = "申請人_tb"
- Me.申請人_tb.Size = New System.Drawing.Size(237, 23)
- Me.申請人_tb.TabIndex = 842
- '
- '申請日期_lb
- '
- Me.申請日期_lb.AutoSize = True
- Me.申請日期_lb.Location = New System.Drawing.Point(823, 9)
- Me.申請日期_lb.Name = "申請日期_lb"
- Me.申請日期_lb.Size = New System.Drawing.Size(98, 16)
- Me.申請日期_lb.TabIndex = 841
- Me.申請日期_lb.Text = "申 請 日 期"
- '
- '請購單號_lb
- '
- Me.請購單號_lb.AutoSize = True
- Me.請購單號_lb.Location = New System.Drawing.Point(521, 9)
- Me.請購單號_lb.Name = "請購單號_lb"
- Me.請購單號_lb.Size = New System.Drawing.Size(56, 16)
- Me.請購單號_lb.TabIndex = 840
- Me.請購單號_lb.Text = "請購單號"
- '
- '請購單號_tb
- '
- Me.請購單號_tb.Location = New System.Drawing.Point(584, 4)
- Me.請購單號_tb.Name = "請購單號_tb"
- Me.請購單號_tb.Size = New System.Drawing.Size(237, 23)
- Me.請購單號_tb.TabIndex = 839
- '
- 'ContextMenuStrip1
- '
- Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm})
- Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
- Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26)
- '
- '重新整理_tsm
- '
- Me.重新整理_tsm.Name = "重新整理_tsm"
- Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
- Me.重新整理_tsm.Text = "重新整理"
- '
- '存檔_bt
- '
- Me.存檔_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- 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(524, 652)
- Me.存檔_bt.Name = "存檔_bt"
- Me.存檔_bt.Size = New System.Drawing.Size(789, 25)
- Me.存檔_bt.TabIndex = 848
- Me.存檔_bt.Text = "存檔"
- Me.存檔_bt.UseVisualStyleBackColor = True
- '
- '項次_tb
- '
- Me.項次_tb.Location = New System.Drawing.Point(584, 52)
- Me.項次_tb.Name = "項次_tb"
- Me.項次_tb.Size = New System.Drawing.Size(50, 23)
- Me.項次_tb.TabIndex = 851
- '
- '項次_lb
- '
- Me.項次_lb.AutoSize = True
- Me.項次_lb.Location = New System.Drawing.Point(640, 55)
- Me.項次_lb.Name = "項次_lb"
- Me.項次_lb.Size = New System.Drawing.Size(47, 16)
- Me.項次_lb.TabIndex = 850
- Me.項次_lb.Text = "項 次"
- '
- '選擇_lb
- '
- Me.選擇_lb.AutoSize = True
- Me.選擇_lb.Location = New System.Drawing.Point(521, 55)
- Me.選擇_lb.Name = "選擇_lb"
- Me.選擇_lb.Size = New System.Drawing.Size(41, 16)
- Me.選擇_lb.TabIndex = 849
- Me.選擇_lb.Text = "選 擇"
- '
- '語言_dgv
- '
- Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.語言_dgv.Location = New System.Drawing.Point(34, 83)
- Me.語言_dgv.Name = "語言_dgv"
- Me.語言_dgv.RowHeadersWidth = 5
- Me.語言_dgv.RowTemplate.Height = 24
- Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
- Me.語言_dgv.TabIndex = 1028
- Me.語言_dgv.Visible = False
- '
- '刪除一筆資料_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(693, 53)
- Me.刪除一筆資料_bt.Name = "刪除一筆資料_bt"
- Me.刪除一筆資料_bt.Size = New System.Drawing.Size(228, 22)
- Me.刪除一筆資料_bt.TabIndex = 1029
- Me.刪除一筆資料_bt.Text = "刪除一筆選中的細項資料"
- Me.刪除一筆資料_bt.UseVisualStyleBackColor = True
- '
- '語轉扭_bt
- '
- Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- 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.Black
- Me.語轉扭_bt.Location = New System.Drawing.Point(1319, 652)
- Me.語轉扭_bt.Name = "語轉扭_bt"
- Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
- Me.語轉扭_bt.TabIndex = 1641
- Me.語轉扭_bt.Text = "L"
- Me.語轉扭_bt.UseVisualStyleBackColor = True
- '
- '大間距_ch
- '
- Me.大間距_ch.AutoSize = True
- Me.大間距_ch.Location = New System.Drawing.Point(1012, 54)
- Me.大間距_ch.Name = "大間距_ch"
- Me.大間距_ch.Size = New System.Drawing.Size(40, 20)
- Me.大間距_ch.TabIndex = 1649
- Me.大間距_ch.Text = "L3"
- Me.大間距_ch.UseVisualStyleBackColor = True
- '
- '中間距_ch
- '
- Me.中間距_ch.AutoSize = True
- Me.中間距_ch.Location = New System.Drawing.Point(969, 54)
- Me.中間距_ch.Name = "中間距_ch"
- Me.中間距_ch.Size = New System.Drawing.Size(40, 20)
- Me.中間距_ch.TabIndex = 1648
- Me.中間距_ch.Text = "L2"
- Me.中間距_ch.UseVisualStyleBackColor = True
- '
- '小間距_ch
- '
- Me.小間距_ch.AutoSize = True
- Me.小間距_ch.Location = New System.Drawing.Point(927, 54)
- Me.小間距_ch.Name = "小間距_ch"
- Me.小間距_ch.Size = New System.Drawing.Size(40, 20)
- Me.小間距_ch.TabIndex = 1647
- Me.小間距_ch.Text = "L1"
- Me.小間距_ch.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(1349, 681)
- Me.ContextMenuStrip = Me.ContextMenuStrip1
- Me.Controls.Add(Me.大間距_ch)
- Me.Controls.Add(Me.中間距_ch)
- Me.Controls.Add(Me.小間距_ch)
- Me.Controls.Add(Me.語轉扭_bt)
- Me.Controls.Add(Me.刪除一筆資料_bt)
- Me.Controls.Add(Me.未審核_lb)
- Me.Controls.Add(Me.語言_dgv)
- Me.Controls.Add(Me.項次_tb)
- Me.Controls.Add(Me.項次_lb)
- Me.Controls.Add(Me.選擇_lb)
- Me.Controls.Add(Me.存檔_bt)
- Me.Controls.Add(Me.申請日期_dtp)
- Me.Controls.Add(Me.請購單作廢_bt)
- Me.Controls.Add(Me.請購單核准_bt)
- Me.Controls.Add(Me.請購明細_dgv)
- Me.Controls.Add(Me.申請人_lb)
- Me.Controls.Add(Me.申請人_tb)
- Me.Controls.Add(Me.申請日期_lb)
- Me.Controls.Add(Me.請購單號_lb)
- Me.Controls.Add(Me.請購單號_tb)
- Me.Controls.Add(Me.已作廢_rb)
- Me.Controls.Add(Me.未審核_rb)
- Me.Controls.Add(Me.已作廢_lb)
- Me.Controls.Add(Me.作廢清單_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(3, 4, 3, 4)
- Me.Name = "樣品請購單核准"
- Me.Text = "樣品請購單核准"
- CType(Me.作廢清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.未核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ContextMenuStrip1.ResumeLayout(False)
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 已作廢_lb As Label
- Friend WithEvents 作廢清單_dgv As DataGridView
- Friend WithEvents 未審核_lb As Label
- Friend WithEvents 未核准_dgv As DataGridView
- Friend WithEvents 已作廢_rb As RadioButton
- Friend WithEvents 未審核_rb As RadioButton
- Friend WithEvents 申請日期_dtp As DateTimePicker
- Friend WithEvents 請購單作廢_bt As Button
- Friend WithEvents 請購單核准_bt As Button
- Friend WithEvents 請購明細_dgv As DataGridView
- Friend WithEvents 申請人_lb As Label
- Friend WithEvents 申請人_tb As TextBox
- Friend WithEvents 申請日期_lb As Label
- Friend WithEvents 請購單號_lb As Label
- Friend WithEvents 請購單號_tb As TextBox
- Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
- Friend WithEvents 重新整理_tsm As ToolStripMenuItem
- Friend WithEvents 存檔_bt As Button
- Friend WithEvents 項次_tb As TextBox
- Friend WithEvents 項次_lb As Label
- Friend WithEvents 選擇_lb As Label
- Friend WithEvents 語言_dgv As DataGridView
- Friend WithEvents 刪除一筆資料_bt As Button
- Friend WithEvents 語轉扭_bt As Button
- Friend WithEvents 大間距_ch As CheckBox
- Friend WithEvents 中間距_ch As CheckBox
- Friend WithEvents 小間距_ch As CheckBox
- End Class
|