123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599 |
- <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()
- Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
- Me.廠商類別_cb = New System.Windows.Forms.ComboBox()
- Me.廠商類別_lb = New System.Windows.Forms.Label()
- Me.列印_bt = New System.Windows.Forms.Button()
- 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.刪除1_bt = New System.Windows.Forms.Button()
- Me.修改存檔_bt = New System.Windows.Forms.Button()
- Me.修改_bt = New System.Windows.Forms.Button()
- 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.刪除_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.明細_dgv = New System.Windows.Forms.DataGridView()
- Me.for_cb = 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()
- CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.調料單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'Timer1
- '
- Me.Timer1.Interval = 500
- '
- '廠商類別_cb
- '
- Me.廠商類別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.廠商類別_cb.FormattingEnabled = True
- Me.廠商類別_cb.Location = New System.Drawing.Point(394, 50)
- Me.廠商類別_cb.Name = "廠商類別_cb"
- Me.廠商類別_cb.Size = New System.Drawing.Size(181, 24)
- Me.廠商類別_cb.TabIndex = 937
- '
- '廠商類別_lb
- '
- Me.廠商類別_lb.AutoSize = True
- Me.廠商類別_lb.Location = New System.Drawing.Point(333, 54)
- Me.廠商類別_lb.Name = "廠商類別_lb"
- Me.廠商類別_lb.Size = New System.Drawing.Size(56, 16)
- Me.廠商類別_lb.TabIndex = 938
- 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.Green
- Me.列印_bt.Location = New System.Drawing.Point(502, 2)
- Me.列印_bt.Name = "列印_bt"
- Me.列印_bt.Size = New System.Drawing.Size(74, 46)
- Me.列印_bt.TabIndex = 936
- Me.列印_bt.Text = "列印"
- Me.列印_bt.UseVisualStyleBackColor = True
- '
- '制表人_tb
- '
- Me.制表人_tb.Location = New System.Drawing.Point(336, 151)
- Me.制表人_tb.Name = "制表人_tb"
- Me.制表人_tb.Size = New System.Drawing.Size(239, 23)
- Me.制表人_tb.TabIndex = 935
- '
- '制表人_lb
- '
- Me.制表人_lb.AutoSize = True
- Me.制表人_lb.Location = New System.Drawing.Point(286, 154)
- Me.制表人_lb.Name = "制表人_lb"
- Me.制表人_lb.Size = New System.Drawing.Size(44, 16)
- Me.制表人_lb.TabIndex = 934
- Me.制表人_lb.Text = "制表人"
- '
- '總金額_tb
- '
- Me.總金額_tb.Location = New System.Drawing.Point(336, 176)
- Me.總金額_tb.Name = "總金額_tb"
- Me.總金額_tb.Size = New System.Drawing.Size(239, 23)
- Me.總金額_tb.TabIndex = 933
- '
- '總金額_lb
- '
- Me.總金額_lb.AutoSize = True
- Me.總金額_lb.Location = New System.Drawing.Point(286, 179)
- Me.總金額_lb.Name = "總金額_lb"
- Me.總金額_lb.Size = New System.Drawing.Size(44, 16)
- Me.總金額_lb.TabIndex = 932
- Me.總金額_lb.Text = "總金額"
- '
- '刪除1_bt
- '
- Me.刪除1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.刪除1_bt.ForeColor = System.Drawing.Color.Red
- Me.刪除1_bt.Location = New System.Drawing.Point(356, 3)
- Me.刪除1_bt.Name = "刪除1_bt"
- Me.刪除1_bt.Size = New System.Drawing.Size(74, 46)
- Me.刪除1_bt.TabIndex = 931
- Me.刪除1_bt.Text = "刪除"
- Me.刪除1_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(282, 3)
- Me.修改存檔_bt.Name = "修改存檔_bt"
- Me.修改存檔_bt.Size = New System.Drawing.Size(74, 46)
- Me.修改存檔_bt.TabIndex = 930
- 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(208, 3)
- Me.修改_bt.Name = "修改_bt"
- Me.修改_bt.Size = New System.Drawing.Size(74, 46)
- Me.修改_bt.TabIndex = 929
- Me.修改_bt.Text = "修改"
- Me.修改_bt.UseVisualStyleBackColor = True
- '
- '尚未存檔_lb
- '
- Me.尚未存檔_lb.AutoSize = True
- Me.尚未存檔_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.尚未存檔_lb.ForeColor = System.Drawing.Color.Red
- Me.尚未存檔_lb.Location = New System.Drawing.Point(404, 229)
- Me.尚未存檔_lb.Name = "尚未存檔_lb"
- Me.尚未存檔_lb.Size = New System.Drawing.Size(116, 17)
- Me.尚未存檔_lb.TabIndex = 928
- Me.尚未存檔_lb.Text = "資 料 尚 未 存 檔"
- Me.尚未存檔_lb.Visible = False
- '
- '項次_tb
- '
- Me.項次_tb.Location = New System.Drawing.Point(208, 226)
- Me.項次_tb.Name = "項次_tb"
- Me.項次_tb.Size = New System.Drawing.Size(50, 23)
- Me.項次_tb.TabIndex = 927
- '
- '項次_lb
- '
- Me.項次_lb.AutoSize = True
- Me.項次_lb.Location = New System.Drawing.Point(260, 230)
- Me.項次_lb.Name = "項次_lb"
- Me.項次_lb.Size = New System.Drawing.Size(32, 16)
- Me.項次_lb.TabIndex = 926
- Me.項次_lb.Text = "項次"
- '
- '選擇_lb
- '
- Me.選擇_lb.AutoSize = True
- Me.選擇_lb.Location = New System.Drawing.Point(175, 230)
- Me.選擇_lb.Name = "選擇_lb"
- Me.選擇_lb.Size = New System.Drawing.Size(32, 16)
- Me.選擇_lb.TabIndex = 925
- Me.選擇_lb.Text = "選擇"
- '
- '刪除_bt
- '
- Me.刪除_bt.ForeColor = System.Drawing.Color.Red
- Me.刪除_bt.Location = New System.Drawing.Point(89, 225)
- Me.刪除_bt.Name = "刪除_bt"
- Me.刪除_bt.Size = New System.Drawing.Size(75, 26)
- Me.刪除_bt.TabIndex = 924
- Me.刪除_bt.Text = "刪除"
- Me.刪除_bt.UseVisualStyleBackColor = True
- '
- '新增_bt
- '
- Me.新增_bt.Location = New System.Drawing.Point(8, 225)
- Me.新增_bt.Name = "新增_bt"
- Me.新增_bt.Size = New System.Drawing.Size(75, 26)
- Me.新增_bt.TabIndex = 923
- 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.Location = New System.Drawing.Point(133, 3)
- Me.申請完成_bt.Name = "申請完成_bt"
- Me.申請完成_bt.Size = New System.Drawing.Size(74, 46)
- Me.申請完成_bt.TabIndex = 922
- Me.申請完成_bt.Text = "申請完成" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
- 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.Location = New System.Drawing.Point(8, 3)
- Me.開立樣品物料調料單_bt.Name = "開立樣品物料調料單_bt"
- Me.開立樣品物料調料單_bt.Size = New System.Drawing.Size(125, 46)
- Me.開立樣品物料調料單_bt.TabIndex = 921
- Me.開立樣品物料調料單_bt.Text = "開立樣品物料調料單"
- Me.開立樣品物料調料單_bt.UseVisualStyleBackColor = True
- '
- '明細_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, 252)
- 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(1342, 425)
- Me.明細_dgv.TabIndex = 920
- '
- 'for_cb
- '
- Me.for_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.for_cb.FormattingEnabled = True
- Me.for_cb.Location = New System.Drawing.Point(51, 201)
- Me.for_cb.Name = "for_cb"
- Me.for_cb.Size = New System.Drawing.Size(347, 24)
- Me.for_cb.TabIndex = 919
- '
- 'SHOW_lb
- '
- Me.SHOW_lb.AutoSize = True
- Me.SHOW_lb.Location = New System.Drawing.Point(526, 204)
- Me.SHOW_lb.Name = "SHOW_lb"
- Me.SHOW_lb.Size = New System.Drawing.Size(46, 16)
- Me.SHOW_lb.TabIndex = 918
- 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(472, 201)
- Me.月份_cb.Name = "月份_cb"
- Me.月份_cb.Size = New System.Drawing.Size(48, 24)
- Me.月份_cb.TabIndex = 917
- '
- '年份_cb
- '
- Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.年份_cb.FormattingEnabled = True
- Me.年份_cb.Location = New System.Drawing.Point(396, 201)
- Me.年份_cb.Name = "年份_cb"
- Me.年份_cb.Size = New System.Drawing.Size(70, 24)
- Me.年份_cb.TabIndex = 916
- '
- 'FOR_lb
- '
- Me.FOR_lb.AutoSize = True
- Me.FOR_lb.Location = New System.Drawing.Point(11, 204)
- Me.FOR_lb.Name = "FOR_lb"
- Me.FOR_lb.Size = New System.Drawing.Size(32, 16)
- Me.FOR_lb.TabIndex = 915
- 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(51, 176)
- Me.提取人_cb.Name = "提取人_cb"
- Me.提取人_cb.Size = New System.Drawing.Size(229, 24)
- Me.提取人_cb.TabIndex = 914
- '
- '提取人_lb
- '
- Me.提取人_lb.AutoSize = True
- Me.提取人_lb.Location = New System.Drawing.Point(5, 179)
- Me.提取人_lb.Name = "提取人_lb"
- Me.提取人_lb.Size = New System.Drawing.Size(44, 16)
- Me.提取人_lb.TabIndex = 913
- Me.提取人_lb.Text = "提取人"
- '
- '發件人_cb
- '
- Me.發件人_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.發件人_cb.FormattingEnabled = True
- Me.發件人_cb.Location = New System.Drawing.Point(51, 151)
- Me.發件人_cb.Name = "發件人_cb"
- Me.發件人_cb.Size = New System.Drawing.Size(229, 24)
- Me.發件人_cb.TabIndex = 912
- '
- '發件人_lb
- '
- Me.發件人_lb.AutoSize = True
- Me.發件人_lb.Location = New System.Drawing.Point(5, 156)
- Me.發件人_lb.Name = "發件人_lb"
- Me.發件人_lb.Size = New System.Drawing.Size(44, 16)
- Me.發件人_lb.TabIndex = 911
- Me.發件人_lb.Text = "發件人"
- '
- '日期_lb
- '
- Me.日期_lb.AutoSize = True
- Me.日期_lb.Location = New System.Drawing.Point(205, 54)
- Me.日期_lb.Name = "日期_lb"
- Me.日期_lb.Size = New System.Drawing.Size(32, 16)
- Me.日期_lb.TabIndex = 910
- Me.日期_lb.Text = "日期"
- '
- '日期_dtp
- '
- Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期_dtp.Location = New System.Drawing.Point(238, 51)
- Me.日期_dtp.Name = "日期_dtp"
- Me.日期_dtp.Size = New System.Drawing.Size(92, 23)
- Me.日期_dtp.TabIndex = 909
- '
- '供應商公司電話_lb
- '
- Me.供應商公司電話_lb.AutoSize = True
- Me.供應商公司電話_lb.Location = New System.Drawing.Point(288, 105)
- Me.供應商公司電話_lb.Name = "供應商公司電話_lb"
- Me.供應商公司電話_lb.Size = New System.Drawing.Size(92, 16)
- Me.供應商公司電話_lb.TabIndex = 908
- Me.供應商公司電話_lb.Text = "供應商公司電話"
- '
- '供應商公司電話_tb
- '
- Me.供應商公司電話_tb.Location = New System.Drawing.Point(381, 102)
- Me.供應商公司電話_tb.Name = "供應商公司電話_tb"
- Me.供應商公司電話_tb.Size = New System.Drawing.Size(194, 23)
- Me.供應商公司電話_tb.TabIndex = 907
- '
- '供應商聯繫人_lb
- '
- Me.供應商聯繫人_lb.AutoSize = True
- Me.供應商聯繫人_lb.Location = New System.Drawing.Point(5, 105)
- Me.供應商聯繫人_lb.Name = "供應商聯繫人_lb"
- Me.供應商聯繫人_lb.Size = New System.Drawing.Size(80, 16)
- Me.供應商聯繫人_lb.TabIndex = 906
- Me.供應商聯繫人_lb.Text = "供應商聯繫人"
- '
- '供應商聯繫人_tb
- '
- Me.供應商聯繫人_tb.Location = New System.Drawing.Point(97, 102)
- Me.供應商聯繫人_tb.Name = "供應商聯繫人_tb"
- Me.供應商聯繫人_tb.Size = New System.Drawing.Size(186, 23)
- Me.供應商聯繫人_tb.TabIndex = 905
- '
- '供應商公司全稱_lb
- '
- Me.供應商公司全稱_lb.AutoSize = True
- Me.供應商公司全稱_lb.Location = New System.Drawing.Point(5, 129)
- Me.供應商公司全稱_lb.Name = "供應商公司全稱_lb"
- Me.供應商公司全稱_lb.Size = New System.Drawing.Size(92, 16)
- Me.供應商公司全稱_lb.TabIndex = 904
- Me.供應商公司全稱_lb.Text = "供應商公司全稱"
- '
- '供應商編碼_cb
- '
- Me.供應商編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.供應商編碼_cb.FormattingEnabled = True
- Me.供應商編碼_cb.Location = New System.Drawing.Point(472, 76)
- Me.供應商編碼_cb.Name = "供應商編碼_cb"
- Me.供應商編碼_cb.Size = New System.Drawing.Size(103, 24)
- Me.供應商編碼_cb.TabIndex = 903
- '
- '供應商編碼_lb
- '
- Me.供應商編碼_lb.AutoSize = True
- Me.供應商編碼_lb.Location = New System.Drawing.Point(438, 79)
- Me.供應商編碼_lb.Name = "供應商編碼_lb"
- Me.供應商編碼_lb.Size = New System.Drawing.Size(32, 16)
- Me.供應商編碼_lb.TabIndex = 902
- Me.供應商編碼_lb.Text = "編碼"
- '
- '供應商公司全稱_tb
- '
- Me.供應商公司全稱_tb.Location = New System.Drawing.Point(97, 126)
- Me.供應商公司全稱_tb.Name = "供應商公司全稱_tb"
- Me.供應商公司全稱_tb.Size = New System.Drawing.Size(478, 23)
- Me.供應商公司全稱_tb.TabIndex = 901
- '
- '供應商_lb
- '
- Me.供應商_lb.AutoSize = True
- Me.供應商_lb.Location = New System.Drawing.Point(5, 80)
- Me.供應商_lb.Name = "供應商_lb"
- Me.供應商_lb.Size = New System.Drawing.Size(44, 16)
- Me.供應商_lb.TabIndex = 900
- Me.供應商_lb.Text = "供應商" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
- '
- '樣品物料調料單單號_lb
- '
- Me.樣品物料調料單單號_lb.AutoSize = True
- Me.樣品物料調料單單號_lb.Location = New System.Drawing.Point(5, 54)
- Me.樣品物料調料單單號_lb.Name = "樣品物料調料單單號_lb"
- Me.樣品物料調料單單號_lb.Size = New System.Drawing.Size(56, 16)
- Me.樣品物料調料單單號_lb.TabIndex = 899
- Me.樣品物料調料單單號_lb.Text = "調料單號"
- '
- '樣品物料調料單單號_tb
- '
- Me.樣品物料調料單單號_tb.Location = New System.Drawing.Point(65, 51)
- Me.樣品物料調料單單號_tb.Name = "樣品物料調料單單號_tb"
- Me.樣品物料調料單單號_tb.Size = New System.Drawing.Size(134, 23)
- Me.樣品物料調料單單號_tb.TabIndex = 898
- '
- '供應商_cb
- '
- Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.供應商_cb.FormattingEnabled = True
- Me.供應商_cb.Location = New System.Drawing.Point(65, 76)
- Me.供應商_cb.Name = "供應商_cb"
- Me.供應商_cb.Size = New System.Drawing.Size(367, 24)
- Me.供應商_cb.TabIndex = 897
- '
- '調料單_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(582, 23)
- 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(763, 226)
- Me.調料單_dgv.TabIndex = 895
- '
- '未核准調料單清單_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(579, 3)
- Me.未核准調料單清單_lb.Name = "未核准調料單清單_lb"
- Me.未核准調料單清單_lb.Size = New System.Drawing.Size(112, 17)
- Me.未核准調料單清單_lb.TabIndex = 896
- Me.未核准調料單清單_lb.Text = "未核准調料單清單"
- '
- '樣品物料調料單申請
- '
- 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.廠商類別_cb)
- Me.Controls.Add(Me.廠商類別_lb)
- Me.Controls.Add(Me.列印_bt)
- Me.Controls.Add(Me.制表人_tb)
- Me.Controls.Add(Me.制表人_lb)
- Me.Controls.Add(Me.總金額_tb)
- Me.Controls.Add(Me.總金額_lb)
- Me.Controls.Add(Me.刪除1_bt)
- Me.Controls.Add(Me.修改存檔_bt)
- Me.Controls.Add(Me.修改_bt)
- Me.Controls.Add(Me.尚未存檔_lb)
- Me.Controls.Add(Me.項次_tb)
- Me.Controls.Add(Me.項次_lb)
- Me.Controls.Add(Me.選擇_lb)
- Me.Controls.Add(Me.刪除_bt)
- Me.Controls.Add(Me.新增_bt)
- Me.Controls.Add(Me.申請完成_bt)
- Me.Controls.Add(Me.開立樣品物料調料單_bt)
- Me.Controls.Add(Me.for_cb)
- 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.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()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents Timer1 As Timer
- Friend WithEvents 廠商類別_cb As ComboBox
- Friend WithEvents 廠商類別_lb As Label
- Friend WithEvents 列印_bt As Button
- Friend WithEvents 制表人_tb As TextBox
- Friend WithEvents 制表人_lb As Label
- Friend WithEvents 總金額_tb As TextBox
- Friend WithEvents 總金額_lb As Label
- Friend WithEvents 刪除1_bt As Button
- Friend WithEvents 修改存檔_bt As Button
- Friend WithEvents 修改_bt As Button
- Friend WithEvents 尚未存檔_lb As Label
- Friend WithEvents 項次_tb As TextBox
- Friend WithEvents 項次_lb As Label
- Friend WithEvents 選擇_lb As Label
- Friend WithEvents 刪除_bt As Button
- Friend WithEvents 新增_bt As Button
- Friend WithEvents 申請完成_bt As Button
- Friend WithEvents 開立樣品物料調料單_bt As Button
- Friend WithEvents 明細_dgv As DataGridView
- Friend WithEvents for_cb 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
- End Class
|