Partial Class 樣品採購單二級核准 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 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 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 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() Me.未核准_ib = 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.總金額_tb = New System.Windows.Forms.TextBox() 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.選擇公司_cb = New System.Windows.Forms.ComboBox() Me.需求時間_dtp = New System.Windows.Forms.DateTimePicker() Me.Label8 = New System.Windows.Forms.Label() Me.使用地點_tb = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.採購單號_tb = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.電話_tb = New System.Windows.Forms.TextBox() Me.地址_tb = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.郵件_tb = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.圖片編碼_tb = New System.Windows.Forms.TextBox() 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.傳真_tb = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.稅金比例_tb = New System.Windows.Forms.TextBox() Me.稅金金額_tb = New System.Windows.Forms.TextBox() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.折扣金額_tb = New System.Windows.Forms.TextBox() Me.折扣比例_tb = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator() Me.核准_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.作廢_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.清單修改存檔_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.刪除一筆選中的細項資料_tsm = New System.Windows.Forms.ToolStripMenuItem() 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.語言_dgv = New System.Windows.Forms.DataGridView() Me.二級簽核_lb = New System.Windows.Forms.Label() Me.一級簽核_lb = New System.Windows.Forms.Label() Me.簽名檔1_pb = New System.Windows.Forms.PictureBox() Me.簽名檔2_pb = New System.Windows.Forms.PictureBox() Me.編號_tb = New System.Windows.Forms.TextBox() Me.小間距1_ch = New System.Windows.Forms.CheckBox() Me.中間距1_ch = New System.Windows.Forms.CheckBox() Me.大間距1_ch = New System.Windows.Forms.CheckBox() Me.語轉扭_bt = New System.Windows.Forms.Button() 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() CType(Me.簽名檔1_pb, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.簽名檔2_pb, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '未核准_ib ' Me.未核准_ib.AutoSize = True Me.未核准_ib.Location = New System.Drawing.Point(0, 207) Me.未核准_ib.Name = "未核准_ib" Me.未核准_ib.Size = New System.Drawing.Size(164, 16) Me.未核准_ib.TabIndex = 897 Me.未核准_ib.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(3, 242) Me.單據_dgv.Name = "單據_dgv" Me.單據_dgv.ReadOnly = True Me.單據_dgv.RowHeadersWidth = 5 DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.單據_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.單據_dgv.RowTemplate.Height = 24 Me.單據_dgv.Size = New System.Drawing.Size(163, 435) Me.單據_dgv.TabIndex = 896 ' '作廢_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(3, 180) Me.作廢_bt.Name = "作廢_bt" Me.作廢_bt.Size = New System.Drawing.Size(161, 26) Me.作廢_bt.TabIndex = 895 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(3, 153) Me.核准_bt.Name = "核准_bt" Me.核准_bt.Size = New System.Drawing.Size(161, 26) Me.核准_bt.TabIndex = 894 Me.核准_bt.Text = "核准" Me.核准_bt.UseVisualStyleBackColor = True ' '總金額_tb ' Me.總金額_tb.Location = New System.Drawing.Point(1047, 126) Me.總金額_tb.Name = "總金額_tb" Me.總金額_tb.Size = New System.Drawing.Size(203, 23) Me.總金額_tb.TabIndex = 893 Me.總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '總金額_lb ' Me.總金額_lb.AutoSize = True Me.總金額_lb.Location = New System.Drawing.Point(947, 129) Me.總金額_lb.Name = "總金額_lb" Me.總金額_lb.Size = New System.Drawing.Size(98, 16) Me.總金額_lb.TabIndex = 892 Me.總金額_lb.Text = "總       金       額" ' '供應商編碼_tb ' Me.供應商編碼_tb.Location = New System.Drawing.Point(114, 425) Me.供應商編碼_tb.Name = "供應商編碼_tb" Me.供應商編碼_tb.Size = New System.Drawing.Size(30, 23) Me.供應商編碼_tb.TabIndex = 891 ' '供應商_cb ' Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.供應商_cb.ForeColor = System.Drawing.Color.Blue Me.供應商_cb.FormattingEnabled = True Me.供應商_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"}) Me.供應商_cb.Location = New System.Drawing.Point(655, 3) Me.供應商_cb.Name = "供應商_cb" Me.供應商_cb.Size = New System.Drawing.Size(319, 24) Me.供應商_cb.TabIndex = 890 ' '明細_dgv ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, 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) _ 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(174, 151) Me.明細_dgv.Name = "明細_dgv" 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(1170, 526) Me.明細_dgv.TabIndex = 888 ' '選擇公司_lb ' Me.選擇公司_lb.AutoSize = True Me.選擇公司_lb.ForeColor = System.Drawing.Color.Blue Me.選擇公司_lb.Location = New System.Drawing.Point(174, 7) Me.選擇公司_lb.Name = "選擇公司_lb" Me.選擇公司_lb.Size = New System.Drawing.Size(112, 16) Me.選擇公司_lb.TabIndex = 887 Me.選擇公司_lb.Text = "選     擇     公    司" ' '選擇公司_cb ' Me.選擇公司_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.選擇公司_cb.ForeColor = System.Drawing.Color.Blue Me.選擇公司_cb.FormattingEnabled = True Me.選擇公司_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"}) Me.選擇公司_cb.Location = New System.Drawing.Point(297, 3) Me.選擇公司_cb.Name = "選擇公司_cb" Me.選擇公司_cb.Size = New System.Drawing.Size(284, 24) Me.選擇公司_cb.TabIndex = 886 ' '需求時間_dtp ' Me.需求時間_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.需求時間_dtp.Location = New System.Drawing.Point(683, 77) Me.需求時間_dtp.Name = "需求時間_dtp" Me.需求時間_dtp.Size = New System.Drawing.Size(292, 23) Me.需求時間_dtp.TabIndex = 885 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(547, 81) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(98, 16) Me.Label8.TabIndex = 884 Me.Label8.Text = "TGL/BLN/THN : " ' '使用地點_tb ' Me.使用地點_tb.Location = New System.Drawing.Point(683, 101) Me.使用地點_tb.Name = "使用地點_tb" Me.使用地點_tb.Size = New System.Drawing.Size(292, 23) Me.使用地點_tb.TabIndex = 881 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(174, 104) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(53, 16) Me.Label5.TabIndex = 880 Me.Label5.Text = "EMAIL : " ' '採購單號_tb ' Me.採購單號_tb.Location = New System.Drawing.Point(683, 53) Me.採購單號_tb.Name = "採購單號_tb" Me.採購單號_tb.Size = New System.Drawing.Size(292, 23) Me.採購單號_tb.TabIndex = 879 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(174, 33) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(66, 16) Me.Label2.TabIndex = 878 Me.Label2.Text = "ALAMAT : " ' '電話_tb ' Me.電話_tb.Location = New System.Drawing.Point(249, 53) Me.電話_tb.Name = "電話_tb" Me.電話_tb.Size = New System.Drawing.Size(292, 23) Me.電話_tb.TabIndex = 877 ' '地址_tb ' Me.地址_tb.Location = New System.Drawing.Point(249, 29) Me.地址_tb.Name = "地址_tb" Me.地址_tb.Size = New System.Drawing.Size(726, 23) Me.地址_tb.TabIndex = 875 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(174, 57) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(44, 16) Me.Label3.TabIndex = 874 Me.Label3.Text = "TELP : " ' '郵件_tb ' Me.郵件_tb.Location = New System.Drawing.Point(249, 101) Me.郵件_tb.Name = "郵件_tb" Me.郵件_tb.Size = New System.Drawing.Size(292, 23) Me.郵件_tb.TabIndex = 873 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(580, 7) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(79, 16) Me.Label1.TabIndex = 876 Me.Label1.Text = "ORDER TO : " ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(547, 56) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(87, 16) Me.Label6.TabIndex = 882 Me.Label6.Text = "PO NOMOR : " ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(547, 104) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(138, 16) Me.Label7.TabIndex = 883 Me.Label7.Text = "TEMPAT PEMAKAIAN : " ' '圖片編碼_tb ' Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue Me.圖片編碼_tb.Location = New System.Drawing.Point(922, 400) Me.圖片編碼_tb.Name = "圖片編碼_tb" Me.圖片編碼_tb.Size = New System.Drawing.Size(180, 23) Me.圖片編碼_tb.TabIndex = 903 Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.圖片編碼_tb.Visible = False ' '驗證碼_tb ' Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue Me.驗證碼_tb.Location = New System.Drawing.Point(922, 356) Me.驗證碼_tb.Name = "驗證碼_tb" Me.驗證碼_tb.Size = New System.Drawing.Size(180, 23) Me.驗證碼_tb.TabIndex = 902 Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.驗證碼_tb.Visible = False ' '圖片編碼_lb ' Me.圖片編碼_lb.AutoSize = True Me.圖片編碼_lb.ForeColor = System.Drawing.Color.Blue Me.圖片編碼_lb.Location = New System.Drawing.Point(923, 382) Me.圖片編碼_lb.Name = "圖片編碼_lb" Me.圖片編碼_lb.Size = New System.Drawing.Size(137, 16) Me.圖片編碼_lb.TabIndex = 901 Me.圖片編碼_lb.Text = "圖       片       編       碼" Me.圖片編碼_lb.Visible = False ' '驗證碼_lb ' Me.驗證碼_lb.AutoSize = True Me.驗證碼_lb.ForeColor = System.Drawing.Color.Blue Me.驗證碼_lb.Location = New System.Drawing.Point(923, 337) Me.驗證碼_lb.Name = "驗證碼_lb" Me.驗證碼_lb.Size = New System.Drawing.Size(122, 16) Me.驗證碼_lb.TabIndex = 900 Me.驗證碼_lb.Text = "驗          證          碼" Me.驗證碼_lb.Visible = 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(3, 3) Me.簽名檔_dgv.Name = "簽名檔_dgv" Me.簽名檔_dgv.RowHeadersWidth = 5 DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.簽名檔_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5 Me.簽名檔_dgv.RowTemplate.Height = 24 Me.簽名檔_dgv.Size = New System.Drawing.Size(163, 72) Me.簽名檔_dgv.TabIndex = 898 ' '傳真_tb ' Me.傳真_tb.Location = New System.Drawing.Point(249, 77) Me.傳真_tb.Name = "傳真_tb" Me.傳真_tb.Size = New System.Drawing.Size(292, 23) Me.傳真_tb.TabIndex = 913 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(174, 81) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(39, 16) Me.Label11.TabIndex = 912 Me.Label11.Text = "FAX : " ' '稅金比例_tb ' Me.稅金比例_tb.Location = New System.Drawing.Point(1047, 102) Me.稅金比例_tb.Name = "稅金比例_tb" Me.稅金比例_tb.Size = New System.Drawing.Size(46, 23) Me.稅金比例_tb.TabIndex = 927 Me.稅金比例_tb.Text = "5" Me.稅金比例_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '稅金金額_tb ' Me.稅金金額_tb.Location = New System.Drawing.Point(1095, 102) Me.稅金金額_tb.Name = "稅金金額_tb" Me.稅金金額_tb.Size = New System.Drawing.Size(155, 23) Me.稅金金額_tb.TabIndex = 926 Me.稅金金額_tb.Text = "0" Me.稅金金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(979, 103) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(71, 20) Me.CheckBox1.TabIndex = 925 Me.CheckBox1.Text = "PPN % :" Me.CheckBox1.UseVisualStyleBackColor = True ' '折扣金額_tb ' Me.折扣金額_tb.Location = New System.Drawing.Point(1095, 78) Me.折扣金額_tb.Name = "折扣金額_tb" Me.折扣金額_tb.Size = New System.Drawing.Size(155, 23) Me.折扣金額_tb.TabIndex = 924 Me.折扣金額_tb.Text = "0" Me.折扣金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '折扣比例_tb ' Me.折扣比例_tb.Location = New System.Drawing.Point(1047, 78) Me.折扣比例_tb.Name = "折扣比例_tb" Me.折扣比例_tb.Size = New System.Drawing.Size(46, 23) Me.折扣比例_tb.TabIndex = 923 Me.折扣比例_tb.Text = "0" Me.折扣比例_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(991, 81) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(55, 16) Me.Label12.TabIndex = 922 Me.Label12.Text = "DISC % :" ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm, Me.ToolStripSeparator6, Me.核准_tsm, Me.作廢_tsm, Me.ToolStripSeparator1, Me.清單修改存檔_tsm, Me.刪除一筆選中的細項資料_tsm}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(207, 126) ' '重新整理_tsm ' Me.重新整理_tsm.Name = "重新整理_tsm" Me.重新整理_tsm.Size = New System.Drawing.Size(206, 22) Me.重新整理_tsm.Text = "重新整理" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" Me.ToolStripSeparator6.Size = New System.Drawing.Size(203, 6) ' '核准_tsm ' Me.核准_tsm.ForeColor = System.Drawing.Color.Green Me.核准_tsm.Name = "核准_tsm" Me.核准_tsm.Size = New System.Drawing.Size(206, 22) Me.核准_tsm.Text = "核准" ' '作廢_tsm ' Me.作廢_tsm.ForeColor = System.Drawing.Color.Red Me.作廢_tsm.Name = "作廢_tsm" Me.作廢_tsm.Size = New System.Drawing.Size(206, 22) Me.作廢_tsm.Text = "作廢" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(203, 6) ' '清單修改存檔_tsm ' Me.清單修改存檔_tsm.ForeColor = System.Drawing.Color.Green Me.清單修改存檔_tsm.Name = "清單修改存檔_tsm" Me.清單修改存檔_tsm.Size = New System.Drawing.Size(206, 22) Me.清單修改存檔_tsm.Text = "清單修改存檔 " ' '刪除一筆選中的細項資料_tsm ' Me.刪除一筆選中的細項資料_tsm.ForeColor = System.Drawing.Color.Red Me.刪除一筆選中的細項資料_tsm.Name = "刪除一筆選中的細項資料_tsm" Me.刪除一筆選中的細項資料_tsm.Size = New System.Drawing.Size(206, 22) Me.刪除一筆選中的細項資料_tsm.Text = "刪除一筆選中的細項資料" ' '項次_tb ' Me.項次_tb.Location = New System.Drawing.Point(224, 126) Me.項次_tb.Name = "項次_tb" Me.項次_tb.Size = New System.Drawing.Size(73, 23) Me.項次_tb.TabIndex = 930 ' '項次_lb ' Me.項次_lb.AutoSize = True Me.項次_lb.Location = New System.Drawing.Point(303, 130) Me.項次_lb.Name = "項次_lb" Me.項次_lb.Size = New System.Drawing.Size(51, 16) Me.項次_lb.TabIndex = 929 Me.項次_lb.Text = "項     次" ' '選擇_lb ' Me.選擇_lb.AutoSize = True Me.選擇_lb.Location = New System.Drawing.Point(175, 130) Me.選擇_lb.Name = "選擇_lb" Me.選擇_lb.Size = New System.Drawing.Size(43, 16) Me.選擇_lb.TabIndex = 928 Me.選擇_lb.Text = "選   擇" ' '存檔_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(353, 125) Me.存檔_bt.Name = "存檔_bt" Me.存檔_bt.Size = New System.Drawing.Size(188, 25) Me.存檔_bt.TabIndex = 931 Me.存檔_bt.Text = "存檔" Me.存檔_bt.UseVisualStyleBackColor = True ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Location = New System.Drawing.Point(247, 239) 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 = 1029 Me.語言_dgv.Visible = False ' '二級簽核_lb ' Me.二級簽核_lb.AutoSize = True Me.二級簽核_lb.Location = New System.Drawing.Point(7, 80) Me.二級簽核_lb.Name = "二級簽核_lb" Me.二級簽核_lb.Size = New System.Drawing.Size(137, 16) Me.二級簽核_lb.TabIndex = 1030 Me.二級簽核_lb.Text = "二 級 簽 核" ' '一級簽核_lb ' Me.一級簽核_lb.AutoSize = True Me.一級簽核_lb.Location = New System.Drawing.Point(985, 3) Me.一級簽核_lb.Name = "一級簽核_lb" Me.一級簽核_lb.Size = New System.Drawing.Size(137, 16) Me.一級簽核_lb.TabIndex = 1032 Me.一級簽核_lb.Text = "一 級 簽 核" ' '簽名檔1_pb ' Me.簽名檔1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.簽名檔1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.簽名檔1_pb.Location = New System.Drawing.Point(981, 21) Me.簽名檔1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.簽名檔1_pb.Name = "簽名檔1_pb" Me.簽名檔1_pb.Size = New System.Drawing.Size(176, 56) Me.簽名檔1_pb.TabIndex = 1031 Me.簽名檔1_pb.TabStop = False ' '簽名檔2_pb ' Me.簽名檔2_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.簽名檔2_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.簽名檔2_pb.Location = New System.Drawing.Point(3, 97) Me.簽名檔2_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.簽名檔2_pb.Name = "簽名檔2_pb" Me.簽名檔2_pb.Size = New System.Drawing.Size(161, 54) Me.簽名檔2_pb.TabIndex = 899 Me.簽名檔2_pb.TabStop = False ' '編號_tb ' Me.編號_tb.Location = New System.Drawing.Point(224, 126) Me.編號_tb.Name = "編號_tb" Me.編號_tb.Size = New System.Drawing.Size(73, 23) Me.編號_tb.TabIndex = 1033 ' '小間距1_ch ' Me.小間距1_ch.AutoSize = True Me.小間距1_ch.Location = New System.Drawing.Point(547, 128) Me.小間距1_ch.Name = "小間距1_ch" Me.小間距1_ch.Size = New System.Drawing.Size(40, 20) Me.小間距1_ch.TabIndex = 1659 Me.小間距1_ch.Text = "L1" Me.小間距1_ch.UseVisualStyleBackColor = True ' '中間距1_ch ' Me.中間距1_ch.AutoSize = True Me.中間距1_ch.Location = New System.Drawing.Point(593, 128) Me.中間距1_ch.Name = "中間距1_ch" Me.中間距1_ch.Size = New System.Drawing.Size(40, 20) Me.中間距1_ch.TabIndex = 1660 Me.中間距1_ch.Text = "L2" Me.中間距1_ch.UseVisualStyleBackColor = True ' '大間距1_ch ' Me.大間距1_ch.AutoSize = True Me.大間距1_ch.Location = New System.Drawing.Point(639, 128) Me.大間距1_ch.Name = "大間距1_ch" Me.大間距1_ch.Size = New System.Drawing.Size(40, 20) Me.大間距1_ch.TabIndex = 1661 Me.大間距1_ch.Text = "L3" Me.大間距1_ch.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.Black Me.語轉扭_bt.Location = New System.Drawing.Point(1319, 125) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1656 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.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.小間距1_ch) Me.Controls.Add(Me.中間距1_ch) Me.Controls.Add(Me.大間距1_ch) Me.Controls.Add(Me.語轉扭_bt) Me.Controls.Add(Me.編號_tb) Me.Controls.Add(Me.一級簽核_lb) Me.Controls.Add(Me.簽名檔1_pb) Me.Controls.Add(Me.二級簽核_lb) Me.Controls.Add(Me.語言_dgv) Me.Controls.Add(Me.存檔_bt) Me.Controls.Add(Me.項次_tb) Me.Controls.Add(Me.項次_lb) Me.Controls.Add(Me.選擇_lb) Me.Controls.Add(Me.稅金比例_tb) Me.Controls.Add(Me.稅金金額_tb) Me.Controls.Add(Me.CheckBox1) Me.Controls.Add(Me.折扣金額_tb) Me.Controls.Add(Me.折扣比例_tb) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.傳真_tb) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.圖片編碼_tb) Me.Controls.Add(Me.驗證碼_tb) Me.Controls.Add(Me.圖片編碼_lb) Me.Controls.Add(Me.驗證碼_lb) Me.Controls.Add(Me.簽名檔2_pb) Me.Controls.Add(Me.簽名檔_dgv) Me.Controls.Add(Me.作廢_bt) Me.Controls.Add(Me.核准_bt) Me.Controls.Add(Me.總金額_tb) 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.選擇公司_cb) Me.Controls.Add(Me.需求時間_dtp) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.使用地點_tb) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.採購單號_tb) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.電話_tb) Me.Controls.Add(Me.地址_tb) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.郵件_tb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.單據_dgv) Me.Controls.Add(Me.未核准_ib) 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() CType(Me.簽名檔1_pb, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.簽名檔2_pb, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 未核准_ib As Label Friend WithEvents 單據_dgv As DataGridView Friend WithEvents 作廢_bt As Button Friend WithEvents 核准_bt As Button Friend WithEvents 總金額_tb As TextBox 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 選擇公司_cb As ComboBox Friend WithEvents 需求時間_dtp As DateTimePicker Friend WithEvents Label8 As Label Friend WithEvents 使用地點_tb As TextBox Friend WithEvents Label5 As Label Friend WithEvents 採購單號_tb As TextBox Friend WithEvents Label2 As Label Friend WithEvents 電話_tb As TextBox Friend WithEvents 地址_tb As TextBox Friend WithEvents Label3 As Label Friend WithEvents 郵件_tb As TextBox Friend WithEvents Label1 As Label Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents 圖片編碼_tb As TextBox Friend WithEvents 驗證碼_tb As TextBox Friend WithEvents 圖片編碼_lb As Label Friend WithEvents 驗證碼_lb As Label Friend WithEvents 簽名檔2_pb As PictureBox Friend WithEvents 簽名檔_dgv As DataGridView Friend WithEvents 傳真_tb As TextBox Friend WithEvents Label11 As Label Friend WithEvents 稅金比例_tb As TextBox Friend WithEvents 稅金金額_tb As TextBox Friend WithEvents CheckBox1 As CheckBox Friend WithEvents 折扣金額_tb As TextBox Friend WithEvents 折扣比例_tb As TextBox Friend WithEvents Label12 As Label Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 重新整理_tsm As ToolStripMenuItem Friend WithEvents 核准_tsm As ToolStripMenuItem Friend WithEvents 作廢_tsm As ToolStripMenuItem Friend WithEvents ToolStripSeparator6 As ToolStripSeparator Friend WithEvents 項次_tb As TextBox Friend WithEvents 項次_lb As Label Friend WithEvents 選擇_lb As Label Friend WithEvents 存檔_bt As Button Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents 清單修改存檔_tsm As ToolStripMenuItem Friend WithEvents 刪除一筆選中的細項資料_tsm As ToolStripMenuItem Friend WithEvents 語言_dgv As DataGridView Friend WithEvents 二級簽核_lb As Label Friend WithEvents 簽名檔1_pb As PictureBox Friend WithEvents 一級簽核_lb As Label Friend WithEvents 編號_tb As TextBox Friend WithEvents 小間距1_ch As CheckBox Friend WithEvents 中間距1_ch As CheckBox Friend WithEvents 大間距1_ch As CheckBox Friend WithEvents 語轉扭_bt As Button End Class