123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522 |
- <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()
- Me.圖片編碼_lb = New System.Windows.Forms.Label()
- Me.圖片編碼_tb = New System.Windows.Forms.TextBox()
- Me.驗證碼_lb = New System.Windows.Forms.Label()
- Me.驗證碼_tb = New System.Windows.Forms.TextBox()
- Me.PictureBox1 = New System.Windows.Forms.PictureBox()
- Me.圖片編碼_dgv = New System.Windows.Forms.DataGridView()
- Me.制表人_tb = New System.Windows.Forms.TextBox()
- Me.制表人_lb = New System.Windows.Forms.Label()
- Me.總金額_tb = New System.Windows.Forms.TextBox()
- Me.總金額_lb = New System.Windows.Forms.Label()
- Me.刪除_bt = New System.Windows.Forms.Button()
- Me.核准_bt = New System.Windows.Forms.Button()
- Me.FOR_tb = New System.Windows.Forms.ComboBox()
- Me.SHOW_lb = New System.Windows.Forms.Label()
- Me.月份_cb = New System.Windows.Forms.ComboBox()
- Me.年份_cb = New System.Windows.Forms.ComboBox()
- Me.FOR_lb = New System.Windows.Forms.Label()
- Me.提取人_cb = New System.Windows.Forms.ComboBox()
- Me.提取人_lb = New System.Windows.Forms.Label()
- Me.發件人_cb = New System.Windows.Forms.ComboBox()
- Me.發件人_lb = New System.Windows.Forms.Label()
- Me.日期_lb = New System.Windows.Forms.Label()
- Me.日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.供應商公司電話_lb = New System.Windows.Forms.Label()
- Me.供應商公司電話_tb = New System.Windows.Forms.TextBox()
- Me.供應商聯繫人_lb = New System.Windows.Forms.Label()
- Me.供應商聯繫人_tb = New System.Windows.Forms.TextBox()
- Me.供應商公司全稱_lb = New System.Windows.Forms.Label()
- Me.供應商編碼_cb = New System.Windows.Forms.ComboBox()
- 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.供應商_cb = New System.Windows.Forms.ComboBox()
- Me.未核准_dgv = New System.Windows.Forms.DataGridView()
- Me.未審核調清單_lb = New System.Windows.Forms.Label()
- Me.明細_dgv = New System.Windows.Forms.DataGridView()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.圖片編碼_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.未核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '圖片編碼_lb
- '
- Me.圖片編碼_lb.AutoSize = True
- Me.圖片編碼_lb.ForeColor = System.Drawing.Color.Blue
- Me.圖片編碼_lb.Location = New System.Drawing.Point(248, 183)
- Me.圖片編碼_lb.Name = "圖片編碼_lb"
- Me.圖片編碼_lb.Size = New System.Drawing.Size(56, 16)
- Me.圖片編碼_lb.TabIndex = 903
- Me.圖片編碼_lb.Text = "圖片編碼"
- '
- '圖片編碼_tb
- '
- Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue
- Me.圖片編碼_tb.Location = New System.Drawing.Point(310, 180)
- Me.圖片編碼_tb.Name = "圖片編碼_tb"
- Me.圖片編碼_tb.Size = New System.Drawing.Size(186, 23)
- Me.圖片編碼_tb.TabIndex = 902
- Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '驗證碼_lb
- '
- Me.驗證碼_lb.AutoSize = True
- Me.驗證碼_lb.ForeColor = System.Drawing.Color.Blue
- Me.驗證碼_lb.Location = New System.Drawing.Point(1, 183)
- Me.驗證碼_lb.Name = "驗證碼_lb"
- Me.驗證碼_lb.Size = New System.Drawing.Size(44, 16)
- Me.驗證碼_lb.TabIndex = 901
- Me.驗證碼_lb.Text = "驗證碼"
- '
- '驗證碼_tb
- '
- Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue
- Me.驗證碼_tb.Location = New System.Drawing.Point(49, 180)
- Me.驗證碼_tb.Name = "驗證碼_tb"
- Me.驗證碼_tb.Size = New System.Drawing.Size(200, 23)
- Me.驗證碼_tb.TabIndex = 900
- Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'PictureBox1
- '
- Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.PictureBox1.Location = New System.Drawing.Point(562, 129)
- Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.PictureBox1.Name = "PictureBox1"
- Me.PictureBox1.Size = New System.Drawing.Size(170, 74)
- Me.PictureBox1.TabIndex = 899
- Me.PictureBox1.TabStop = False
- '
- '圖片編碼_dgv
- '
- Me.圖片編碼_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.圖片編碼_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.圖片編碼_dgv.Location = New System.Drawing.Point(562, 2)
- Me.圖片編碼_dgv.Name = "圖片編碼_dgv"
- Me.圖片編碼_dgv.RowHeadersWidth = 5
- Me.圖片編碼_dgv.RowTemplate.Height = 24
- Me.圖片編碼_dgv.Size = New System.Drawing.Size(169, 125)
- Me.圖片編碼_dgv.TabIndex = 898
- '
- '制表人_tb
- '
- Me.制表人_tb.Location = New System.Drawing.Point(327, 104)
- Me.制表人_tb.Name = "制表人_tb"
- Me.制表人_tb.Size = New System.Drawing.Size(169, 23)
- Me.制表人_tb.TabIndex = 897
- '
- '制表人_lb
- '
- Me.制表人_lb.AutoSize = True
- Me.制表人_lb.Location = New System.Drawing.Point(282, 107)
- Me.制表人_lb.Name = "制表人_lb"
- Me.制表人_lb.Size = New System.Drawing.Size(44, 16)
- Me.制表人_lb.TabIndex = 896
- Me.制表人_lb.Text = "制表人"
- '
- '總金額_tb
- '
- Me.總金額_tb.Location = New System.Drawing.Point(327, 129)
- Me.總金額_tb.Name = "總金額_tb"
- Me.總金額_tb.Size = New System.Drawing.Size(169, 23)
- Me.總金額_tb.TabIndex = 895
- '
- '總金額_lb
- '
- Me.總金額_lb.AutoSize = True
- Me.總金額_lb.Location = New System.Drawing.Point(282, 132)
- Me.總金額_lb.Name = "總金額_lb"
- Me.總金額_lb.Size = New System.Drawing.Size(44, 16)
- Me.總金額_lb.TabIndex = 894
- Me.總金額_lb.Text = "總金額"
- '
- '刪除_bt
- '
- Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, 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(500, 154)
- Me.刪除_bt.Name = "刪除_bt"
- Me.刪除_bt.Size = New System.Drawing.Size(59, 48)
- Me.刪除_bt.TabIndex = 893
- Me.刪除_bt.Text = "刪除"
- Me.刪除_bt.UseVisualStyleBackColor = True
- '
- '核准_bt
- '
- Me.核准_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, 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(500, 104)
- Me.核准_bt.Name = "核准_bt"
- Me.核准_bt.Size = New System.Drawing.Size(59, 48)
- Me.核准_bt.TabIndex = 892
- Me.核准_bt.Text = "核准"
- Me.核准_bt.UseVisualStyleBackColor = True
- '
- 'FOR_tb
- '
- Me.FOR_tb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.FOR_tb.FormattingEnabled = True
- Me.FOR_tb.Location = New System.Drawing.Point(47, 154)
- Me.FOR_tb.Name = "FOR_tb"
- Me.FOR_tb.Size = New System.Drawing.Size(272, 24)
- Me.FOR_tb.TabIndex = 890
- '
- 'SHOW_lb
- '
- Me.SHOW_lb.AutoSize = True
- Me.SHOW_lb.Location = New System.Drawing.Point(446, 158)
- Me.SHOW_lb.Name = "SHOW_lb"
- Me.SHOW_lb.Size = New System.Drawing.Size(46, 16)
- Me.SHOW_lb.TabIndex = 889
- Me.SHOW_lb.Text = "SHOW"
- '
- '月份_cb
- '
- Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.月份_cb.FormattingEnabled = True
- Me.月份_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
- Me.月份_cb.Location = New System.Drawing.Point(396, 154)
- Me.月份_cb.Name = "月份_cb"
- Me.月份_cb.Size = New System.Drawing.Size(48, 24)
- Me.月份_cb.TabIndex = 888
- '
- '年份_cb
- '
- Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.年份_cb.FormattingEnabled = True
- Me.年份_cb.Location = New System.Drawing.Point(320, 154)
- Me.年份_cb.Name = "年份_cb"
- Me.年份_cb.Size = New System.Drawing.Size(70, 24)
- Me.年份_cb.TabIndex = 887
- '
- 'FOR_lb
- '
- Me.FOR_lb.AutoSize = True
- Me.FOR_lb.Location = New System.Drawing.Point(4, 158)
- Me.FOR_lb.Name = "FOR_lb"
- Me.FOR_lb.Size = New System.Drawing.Size(32, 16)
- Me.FOR_lb.TabIndex = 886
- Me.FOR_lb.Text = "FOR"
- '
- '提取人_cb
- '
- Me.提取人_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.提取人_cb.FormattingEnabled = True
- Me.提取人_cb.Location = New System.Drawing.Point(47, 129)
- Me.提取人_cb.Name = "提取人_cb"
- Me.提取人_cb.Size = New System.Drawing.Size(229, 24)
- Me.提取人_cb.TabIndex = 885
- '
- '提取人_lb
- '
- Me.提取人_lb.AutoSize = True
- Me.提取人_lb.Location = New System.Drawing.Point(4, 132)
- Me.提取人_lb.Name = "提取人_lb"
- Me.提取人_lb.Size = New System.Drawing.Size(44, 16)
- Me.提取人_lb.TabIndex = 884
- Me.提取人_lb.Text = "提取人"
- '
- '發件人_cb
- '
- Me.發件人_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.發件人_cb.FormattingEnabled = True
- Me.發件人_cb.Location = New System.Drawing.Point(47, 104)
- Me.發件人_cb.Name = "發件人_cb"
- Me.發件人_cb.Size = New System.Drawing.Size(229, 24)
- Me.發件人_cb.TabIndex = 883
- '
- '發件人_lb
- '
- Me.發件人_lb.AutoSize = True
- Me.發件人_lb.Location = New System.Drawing.Point(4, 107)
- Me.發件人_lb.Name = "發件人_lb"
- Me.發件人_lb.Size = New System.Drawing.Size(44, 16)
- Me.發件人_lb.TabIndex = 882
- Me.發件人_lb.Text = "發件人"
- '
- '日期_lb
- '
- Me.日期_lb.AutoSize = True
- Me.日期_lb.Location = New System.Drawing.Point(283, 8)
- Me.日期_lb.Name = "日期_lb"
- Me.日期_lb.Size = New System.Drawing.Size(32, 16)
- Me.日期_lb.TabIndex = 881
- Me.日期_lb.Text = "日期"
- '
- '日期_dtp
- '
- Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期_dtp.Location = New System.Drawing.Point(375, 3)
- Me.日期_dtp.Name = "日期_dtp"
- Me.日期_dtp.Size = New System.Drawing.Size(186, 23)
- Me.日期_dtp.TabIndex = 880
- '
- '供應商公司電話_lb
- '
- Me.供應商公司電話_lb.AutoSize = True
- Me.供應商公司電話_lb.Location = New System.Drawing.Point(283, 58)
- Me.供應商公司電話_lb.Name = "供應商公司電話_lb"
- Me.供應商公司電話_lb.Size = New System.Drawing.Size(92, 16)
- Me.供應商公司電話_lb.TabIndex = 879
- Me.供應商公司電話_lb.Text = "供應商公司電話"
- '
- '供應商公司電話_tb
- '
- Me.供應商公司電話_tb.Location = New System.Drawing.Point(375, 55)
- Me.供應商公司電話_tb.Name = "供應商公司電話_tb"
- Me.供應商公司電話_tb.Size = New System.Drawing.Size(186, 23)
- Me.供應商公司電話_tb.TabIndex = 878
- '
- '供應商聯繫人_lb
- '
- Me.供應商聯繫人_lb.AutoSize = True
- Me.供應商聯繫人_lb.Location = New System.Drawing.Point(4, 57)
- Me.供應商聯繫人_lb.Name = "供應商聯繫人_lb"
- Me.供應商聯繫人_lb.Size = New System.Drawing.Size(80, 16)
- Me.供應商聯繫人_lb.TabIndex = 877
- Me.供應商聯繫人_lb.Text = "供應商聯繫人"
- '
- '供應商聯繫人_tb
- '
- Me.供應商聯繫人_tb.Location = New System.Drawing.Point(95, 55)
- Me.供應商聯繫人_tb.Name = "供應商聯繫人_tb"
- Me.供應商聯繫人_tb.Size = New System.Drawing.Size(186, 23)
- Me.供應商聯繫人_tb.TabIndex = 876
- '
- '供應商公司全稱_lb
- '
- Me.供應商公司全稱_lb.AutoSize = True
- Me.供應商公司全稱_lb.Location = New System.Drawing.Point(4, 83)
- Me.供應商公司全稱_lb.Name = "供應商公司全稱_lb"
- Me.供應商公司全稱_lb.Size = New System.Drawing.Size(92, 16)
- Me.供應商公司全稱_lb.TabIndex = 875
- Me.供應商公司全稱_lb.Text = "供應商公司全稱"
- '
- '供應商編碼_cb
- '
- Me.供應商編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.供應商編碼_cb.FormattingEnabled = True
- Me.供應商編碼_cb.Location = New System.Drawing.Point(375, 28)
- Me.供應商編碼_cb.Name = "供應商編碼_cb"
- Me.供應商編碼_cb.Size = New System.Drawing.Size(186, 24)
- Me.供應商編碼_cb.TabIndex = 874
- '
- '供應商編碼_lb
- '
- Me.供應商編碼_lb.AutoSize = True
- Me.供應商編碼_lb.Location = New System.Drawing.Point(283, 31)
- Me.供應商編碼_lb.Name = "供應商編碼_lb"
- Me.供應商編碼_lb.Size = New System.Drawing.Size(68, 16)
- Me.供應商編碼_lb.TabIndex = 873
- Me.供應商編碼_lb.Text = "供應商編碼"
- '
- '供應商公司全稱_tb
- '
- Me.供應商公司全稱_tb.Location = New System.Drawing.Point(95, 80)
- Me.供應商公司全稱_tb.Name = "供應商公司全稱_tb"
- Me.供應商公司全稱_tb.Size = New System.Drawing.Size(466, 23)
- Me.供應商公司全稱_tb.TabIndex = 872
- '
- '供應商_lb
- '
- Me.供應商_lb.AutoSize = True
- Me.供應商_lb.Location = New System.Drawing.Point(4, 31)
- Me.供應商_lb.Name = "供應商_lb"
- Me.供應商_lb.Size = New System.Drawing.Size(44, 16)
- Me.供應商_lb.TabIndex = 871
- Me.供應商_lb.Text = "供應商"
- '
- '樣品物料調料單單號_lb
- '
- Me.樣品物料調料單單號_lb.AutoSize = True
- Me.樣品物料調料單單號_lb.Location = New System.Drawing.Point(4, 6)
- Me.樣品物料調料單單號_lb.Name = "樣品物料調料單單號_lb"
- Me.樣品物料調料單單號_lb.Size = New System.Drawing.Size(68, 16)
- Me.樣品物料調料單單號_lb.TabIndex = 870
- Me.樣品物料調料單單號_lb.Text = "調料單單號"
- '
- '樣品物料調料單單號_tb
- '
- Me.樣品物料調料單單號_tb.Location = New System.Drawing.Point(95, 3)
- Me.樣品物料調料單單號_tb.Name = "樣品物料調料單單號_tb"
- Me.樣品物料調料單單號_tb.Size = New System.Drawing.Size(186, 23)
- Me.樣品物料調料單單號_tb.TabIndex = 869
- '
- '供應商_cb
- '
- Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.供應商_cb.FormattingEnabled = True
- Me.供應商_cb.Location = New System.Drawing.Point(95, 28)
- Me.供應商_cb.Name = "供應商_cb"
- Me.供應商_cb.Size = New System.Drawing.Size(186, 24)
- Me.供應商_cb.TabIndex = 868
- '
- '未核准_dgv
- '
- Me.未核准_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top 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(733, 18)
- Me.未核准_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.未核准_dgv.Name = "未核准_dgv"
- Me.未核准_dgv.RowHeadersWidth = 5
- Me.未核准_dgv.RowTemplate.Height = 24
- Me.未核准_dgv.Size = New System.Drawing.Size(613, 184)
- Me.未核准_dgv.TabIndex = 866
- '
- '未審核調清單_lb
- '
- Me.未審核調清單_lb.AutoSize = True
- Me.未審核調清單_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.未審核調清單_lb.Location = New System.Drawing.Point(733, 3)
- Me.未審核調清單_lb.Name = "未審核調清單_lb"
- Me.未審核調清單_lb.Size = New System.Drawing.Size(112, 17)
- Me.未審核調清單_lb.TabIndex = 867
- 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) _
- 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(3, 205)
- Me.明細_dgv.Name = "明細_dgv"
- Me.明細_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
- Me.明細_dgv.RowTemplate.Height = 24
- Me.明細_dgv.Size = New System.Drawing.Size(1343, 473)
- Me.明細_dgv.TabIndex = 891
- '
- '樣品物料調料單核準
- '
- 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.Controls.Add(Me.圖片編碼_lb)
- Me.Controls.Add(Me.圖片編碼_tb)
- Me.Controls.Add(Me.驗證碼_lb)
- Me.Controls.Add(Me.驗證碼_tb)
- Me.Controls.Add(Me.圖片編碼_dgv)
- Me.Controls.Add(Me.制表人_tb)
- Me.Controls.Add(Me.制表人_lb)
- Me.Controls.Add(Me.總金額_tb)
- Me.Controls.Add(Me.總金額_lb)
- Me.Controls.Add(Me.刪除_bt)
- Me.Controls.Add(Me.核准_bt)
- Me.Controls.Add(Me.FOR_tb)
- Me.Controls.Add(Me.SHOW_lb)
- Me.Controls.Add(Me.月份_cb)
- Me.Controls.Add(Me.年份_cb)
- Me.Controls.Add(Me.FOR_lb)
- Me.Controls.Add(Me.提取人_cb)
- Me.Controls.Add(Me.提取人_lb)
- Me.Controls.Add(Me.發件人_cb)
- Me.Controls.Add(Me.發件人_lb)
- Me.Controls.Add(Me.日期_lb)
- Me.Controls.Add(Me.日期_dtp)
- Me.Controls.Add(Me.供應商公司電話_lb)
- Me.Controls.Add(Me.供應商公司電話_tb)
- Me.Controls.Add(Me.供應商聯繫人_lb)
- Me.Controls.Add(Me.供應商聯繫人_tb)
- Me.Controls.Add(Me.供應商公司全稱_lb)
- Me.Controls.Add(Me.供應商編碼_cb)
- 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.供應商_cb)
- Me.Controls.Add(Me.未核准_dgv)
- Me.Controls.Add(Me.未審核調清單_lb)
- Me.Controls.Add(Me.明細_dgv)
- Me.Controls.Add(Me.PictureBox1)
- 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.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.圖片編碼_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.未核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 圖片編碼_lb As Label
- Friend WithEvents 圖片編碼_tb As TextBox
- Friend WithEvents 驗證碼_lb As Label
- Friend WithEvents 驗證碼_tb As TextBox
- Friend WithEvents PictureBox1 As PictureBox
- Friend WithEvents 圖片編碼_dgv As DataGridView
- Friend WithEvents 制表人_tb As TextBox
- Friend WithEvents 制表人_lb As Label
- Friend WithEvents 總金額_tb As TextBox
- Friend WithEvents 總金額_lb As Label
- Friend WithEvents 刪除_bt As Button
- Friend WithEvents 核准_bt As Button
- Friend WithEvents FOR_tb As ComboBox
- Friend WithEvents SHOW_lb As Label
- Friend WithEvents 月份_cb As ComboBox
- Friend WithEvents 年份_cb As ComboBox
- Friend WithEvents FOR_lb As Label
- Friend WithEvents 提取人_cb As ComboBox
- Friend WithEvents 提取人_lb As Label
- Friend WithEvents 發件人_cb As ComboBox
- Friend WithEvents 發件人_lb As Label
- Friend WithEvents 日期_lb As Label
- Friend WithEvents 日期_dtp As DateTimePicker
- Friend WithEvents 供應商公司電話_lb As Label
- Friend WithEvents 供應商公司電話_tb As TextBox
- Friend WithEvents 供應商聯繫人_lb As Label
- Friend WithEvents 供應商聯繫人_tb As TextBox
- Friend WithEvents 供應商公司全稱_lb As Label
- Friend WithEvents 供應商編碼_cb As ComboBox
- 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 供應商_cb As ComboBox
- Friend WithEvents 未核准_dgv As DataGridView
- Friend WithEvents 未審核調清單_lb As Label
- Friend WithEvents 明細_dgv As DataGridView
- End Class
|