_ 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.視窗3_pl = New System.Windows.Forms.Panel() Me.Panel4 = New System.Windows.Forms.Panel() Me.關鍵字_lb = New System.Windows.Forms.Label() Me.採購單號_tb = New System.Windows.Forms.TextBox() Me.關鍵字_tb = New System.Windows.Forms.TextBox() Me.公司類別_cb = New System.Windows.Forms.ComboBox() Me.供應商_cb = New System.Windows.Forms.ComboBox() Me.已核准_dgv = New System.Windows.Forms.DataGridView() Me.採購單資料_lb = New System.Windows.Forms.Label() Me.CanceL3_bt = New System.Windows.Forms.Button() Me.語轉扭_bt = New System.Windows.Forms.Button() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.供應商資料_dgv = New System.Windows.Forms.DataGridView() Me.計算分流01 = New System.Windows.Forms.Timer(Me.components) Me.全部資料_cb = New System.Windows.Forms.CheckBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.帳務說明_ch = New System.Windows.Forms.ComboBox() Me.日期S_dtp = New System.Windows.Forms.DateTimePicker() Me.供應商編碼_tb = New System.Windows.Forms.TextBox() Me.手動號碼_tb = New System.Windows.Forms.TextBox() Me.總表_dgv = New System.Windows.Forms.DataGridView() Me.ALL_ch = New System.Windows.Forms.CheckBox() Me.PGS_ch = New System.Windows.Forms.CheckBox() Me.HX_ch = New System.Windows.Forms.CheckBox() Me.明細_dgv = New System.Windows.Forms.DataGridView() Me.供應商_lb = New System.Windows.Forms.Label() Me.補單_cb = New System.Windows.Forms.CheckBox() Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker() Me.Label2 = New System.Windows.Forms.Label() Me.年份_cb = New System.Windows.Forms.ComboBox() Me.Panel2 = New System.Windows.Forms.Panel() Me.合計2_dgv = New System.Windows.Forms.DataGridView() Me.合計1_dgv = New System.Windows.Forms.DataGridView() Me.流水號_tb = New System.Windows.Forms.TextBox() Me.刪除_tb = 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.新增空白_tb = New System.Windows.Forms.Button() Me.查詢_bt = New System.Windows.Forms.Button() Me.新增資料_bt = New System.Windows.Forms.Button() Me.視窗3_pl.SuspendLayout() Me.Panel4.SuspendLayout() CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.供應商資料_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() CType(Me.總表_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() CType(Me.合計2_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.合計1_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '視窗3_pl ' Me.視窗3_pl.BackColor = System.Drawing.Color.White Me.視窗3_pl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.視窗3_pl.Controls.Add(Me.Panel4) Me.視窗3_pl.Controls.Add(Me.採購單資料_lb) Me.視窗3_pl.Controls.Add(Me.CanceL3_bt) Me.視窗3_pl.Location = New System.Drawing.Point(694, 54) Me.視窗3_pl.Name = "視窗3_pl" Me.視窗3_pl.Size = New System.Drawing.Size(706, 493) Me.視窗3_pl.TabIndex = 1431 ' 'Panel4 ' Me.Panel4.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.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel4.Controls.Add(Me.新增空白_tb) Me.Panel4.Controls.Add(Me.查詢_bt) Me.Panel4.Controls.Add(Me.關鍵字_lb) Me.Panel4.Controls.Add(Me.採購單號_tb) Me.Panel4.Controls.Add(Me.關鍵字_tb) Me.Panel4.Controls.Add(Me.新增資料_bt) Me.Panel4.Controls.Add(Me.公司類別_cb) Me.Panel4.Controls.Add(Me.供應商_cb) Me.Panel4.Controls.Add(Me.已核准_dgv) Me.Panel4.Location = New System.Drawing.Point(3, 28) Me.Panel4.Name = "Panel4" Me.Panel4.Size = New System.Drawing.Size(699, 461) Me.Panel4.TabIndex = 1367 ' '關鍵字_lb ' Me.關鍵字_lb.Location = New System.Drawing.Point(3, 31) Me.關鍵字_lb.Name = "關鍵字_lb" Me.關鍵字_lb.Size = New System.Drawing.Size(97, 16) Me.關鍵字_lb.TabIndex = 1978 Me.關鍵字_lb.Text = "關鍵字" Me.關鍵字_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '採購單號_tb ' Me.採購單號_tb.Location = New System.Drawing.Point(381, 28) Me.採購單號_tb.Name = "採購單號_tb" Me.採購單號_tb.ReadOnly = True Me.採購單號_tb.Size = New System.Drawing.Size(139, 23) Me.採購單號_tb.TabIndex = 1968 ' '關鍵字_tb ' Me.關鍵字_tb.Location = New System.Drawing.Point(102, 28) Me.關鍵字_tb.Name = "關鍵字_tb" Me.關鍵字_tb.Size = New System.Drawing.Size(276, 23) Me.關鍵字_tb.TabIndex = 1977 ' '公司類別_cb ' Me.公司類別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.公司類別_cb.FormattingEnabled = True Me.公司類別_cb.Items.AddRange(New Object() {"PT", "CV", "UD", "NA"}) Me.公司類別_cb.Location = New System.Drawing.Point(3, 2) Me.公司類別_cb.Name = "公司類別_cb" Me.公司類別_cb.Size = New System.Drawing.Size(45, 24) Me.公司類別_cb.TabIndex = 1906 ' '供應商_cb ' Me.供應商_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple 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(54, 2) Me.供應商_cb.Name = "供應商_cb" Me.供應商_cb.Size = New System.Drawing.Size(466, 24) Me.供應商_cb.TabIndex = 1905 ' '已核准_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, 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.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.已核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.已核准_dgv.Location = New System.Drawing.Point(3, 53) Me.已核准_dgv.Name = "已核准_dgv" Me.已核准_dgv.RowHeadersWidth = 5 Me.已核准_dgv.RowTemplate.Height = 24 Me.已核准_dgv.Size = New System.Drawing.Size(689, 403) Me.已核准_dgv.TabIndex = 1904 ' '採購單資料_lb ' Me.採購單資料_lb.AutoSize = True Me.採購單資料_lb.Location = New System.Drawing.Point(5, 7) Me.採購單資料_lb.Name = "採購單資料_lb" Me.採購單資料_lb.Size = New System.Drawing.Size(67, 16) Me.採購單資料_lb.TabIndex = 1375 Me.採購單資料_lb.Text = "採購單資料" ' 'CanceL3_bt ' Me.CanceL3_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.CanceL3_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) Me.CanceL3_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.CanceL3_bt.ForeColor = System.Drawing.Color.Black Me.CanceL3_bt.Location = New System.Drawing.Point(674, 2) Me.CanceL3_bt.Name = "CanceL3_bt" Me.CanceL3_bt.Size = New System.Drawing.Size(26, 26) Me.CanceL3_bt.TabIndex = 1374 Me.CanceL3_bt.Text = "X" Me.CanceL3_bt.UseVisualStyleBackColor = 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.Black Me.語轉扭_bt.Location = New System.Drawing.Point(233, 3) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(30, 30) Me.語轉扭_bt.TabIndex = 1965 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' 'ToolTip1 ' Me.ToolTip1.AutoPopDelay = 5000 Me.ToolTip1.InitialDelay = 500 Me.ToolTip1.IsBalloon = True Me.ToolTip1.ReshowDelay = 100 Me.ToolTip1.ToolTipTitle = "illustrate" ' '供應商資料_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.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 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(70, 67) Me.供應商資料_dgv.TabIndex = 1966 ' '計算分流01 ' ' '全部資料_cb ' Me.全部資料_cb.AutoSize = True Me.全部資料_cb.Location = New System.Drawing.Point(3, 76) Me.全部資料_cb.Name = "全部資料_cb" Me.全部資料_cb.Size = New System.Drawing.Size(70, 20) Me.全部資料_cb.TabIndex = 1967 Me.全部資料_cb.Text = "All Date" Me.全部資料_cb.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.帳務說明_ch) Me.Panel1.Controls.Add(Me.日期S_dtp) Me.Panel1.Controls.Add(Me.供應商編碼_tb) Me.Panel1.Controls.Add(Me.手動號碼_tb) Me.Panel1.Controls.Add(Me.供應商資料_dgv) Me.Panel1.Controls.Add(Me.全部資料_cb) Me.Panel1.Controls.Add(Me.語轉扭_bt) Me.Panel1.Location = New System.Drawing.Point(33, 61) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(268, 166) Me.Panel1.TabIndex = 1968 ' '帳務說明_ch ' Me.帳務說明_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.帳務說明_ch.FormattingEnabled = True Me.帳務說明_ch.Items.AddRange(New Object() {"2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"}) Me.帳務說明_ch.Location = New System.Drawing.Point(79, 78) Me.帳務說明_ch.Name = "帳務說明_ch" Me.帳務說明_ch.Size = New System.Drawing.Size(95, 24) Me.帳務說明_ch.TabIndex = 1981 ' '日期S_dtp ' Me.日期S_dtp.Enabled = False Me.日期S_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.日期S_dtp.Location = New System.Drawing.Point(79, 3) Me.日期S_dtp.Name = "日期S_dtp" Me.日期S_dtp.Size = New System.Drawing.Size(95, 23) Me.日期S_dtp.TabIndex = 1971 ' '供應商編碼_tb ' Me.供應商編碼_tb.BackColor = System.Drawing.Color.PaleTurquoise Me.供應商編碼_tb.Location = New System.Drawing.Point(79, 53) Me.供應商編碼_tb.Name = "供應商編碼_tb" Me.供應商編碼_tb.Size = New System.Drawing.Size(95, 23) Me.供應商編碼_tb.TabIndex = 1970 ' '手動號碼_tb ' Me.手動號碼_tb.Location = New System.Drawing.Point(79, 28) Me.手動號碼_tb.Name = "手動號碼_tb" Me.手動號碼_tb.Size = New System.Drawing.Size(95, 23) Me.手動號碼_tb.TabIndex = 1969 ' '總表_dgv ' DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.總表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4 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.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.總表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.總表_dgv.Location = New System.Drawing.Point(3, 27) Me.總表_dgv.Name = "總表_dgv" Me.總表_dgv.RowHeadersWidth = 5 Me.總表_dgv.RowTemplate.Height = 24 Me.總表_dgv.Size = New System.Drawing.Size(620, 542) Me.總表_dgv.TabIndex = 1969 ' 'ALL_ch ' Me.ALL_ch.AutoSize = True Me.ALL_ch.Location = New System.Drawing.Point(202, 3) Me.ALL_ch.Name = "ALL_ch" Me.ALL_ch.Size = New System.Drawing.Size(46, 20) Me.ALL_ch.TabIndex = 1972 Me.ALL_ch.Text = "ALL" Me.ALL_ch.UseVisualStyleBackColor = True ' 'PGS_ch ' Me.PGS_ch.AutoSize = True Me.PGS_ch.Location = New System.Drawing.Point(146, 3) Me.PGS_ch.Name = "PGS_ch" Me.PGS_ch.Size = New System.Drawing.Size(49, 20) Me.PGS_ch.TabIndex = 1971 Me.PGS_ch.Text = "PGS" Me.PGS_ch.UseVisualStyleBackColor = True ' 'HX_ch ' Me.HX_ch.AutoSize = True Me.HX_ch.Checked = True Me.HX_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.HX_ch.Location = New System.Drawing.Point(96, 3) Me.HX_ch.Name = "HX_ch" Me.HX_ch.Size = New System.Drawing.Size(43, 20) Me.HX_ch.TabIndex = 1970 Me.HX_ch.Text = "HX" Me.HX_ch.UseVisualStyleBackColor = True ' '明細_dgv ' 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.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.明細_dgv.Location = New System.Drawing.Point(623, 48) Me.明細_dgv.Name = "明細_dgv" Me.明細_dgv.RowHeadersWidth = 5 Me.明細_dgv.RowTemplate.Height = 24 Me.明細_dgv.Size = New System.Drawing.Size(800, 521) Me.明細_dgv.TabIndex = 1973 ' '供應商_lb ' Me.供應商_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.供應商_lb.BackColor = System.Drawing.Color.Transparent Me.供應商_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.供應商_lb.Location = New System.Drawing.Point(770, 3) Me.供應商_lb.Name = "供應商_lb" Me.供應商_lb.Size = New System.Drawing.Size(653, 22) Me.供應商_lb.TabIndex = 1974 Me.供應商_lb.Text = "供應商" Me.供應商_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '補單_cb ' Me.補單_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.補單_cb.AutoSize = True Me.補單_cb.BackColor = System.Drawing.Color.Transparent Me.補單_cb.Checked = True Me.補單_cb.CheckState = System.Windows.Forms.CheckState.Checked Me.補單_cb.Location = New System.Drawing.Point(1384, 26) Me.補單_cb.Name = "補單_cb" Me.補單_cb.Size = New System.Drawing.Size(38, 20) Me.補單_cb.TabIndex = 1977 Me.補單_cb.Text = "M" Me.補單_cb.UseVisualStyleBackColor = False ' '申請日期_dtp ' Me.申請日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.申請日期_dtp.CustomFormat = "yyyy/MM/dd" Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.申請日期_dtp.Location = New System.Drawing.Point(1289, 24) Me.申請日期_dtp.Name = "申請日期_dtp" Me.申請日期_dtp.Size = New System.Drawing.Size(90, 23) Me.申請日期_dtp.TabIndex = 1976 ' 'Label2 ' Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label2.BackColor = System.Drawing.Color.Transparent Me.Label2.Location = New System.Drawing.Point(1147, 25) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(140, 20) Me.Label2.TabIndex = 1978 Me.Label2.Text = "Tanggal Diajukan" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '年份_cb ' Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.年份_cb.FormattingEnabled = True Me.年份_cb.Items.AddRange(New Object() {"2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"}) Me.年份_cb.Location = New System.Drawing.Point(4, 2) Me.年份_cb.Name = "年份_cb" Me.年份_cb.Size = New System.Drawing.Size(86, 24) Me.年份_cb.TabIndex = 1980 ' 'Panel2 ' Me.Panel2.Controls.Add(Me.流水號_tb) Me.Panel2.Controls.Add(Me.刪除_tb) Me.Panel2.Controls.Add(Me.合計2_dgv) Me.Panel2.Controls.Add(Me.合計1_dgv) Me.Panel2.Controls.Add(Me.補資料_bt) Me.Panel2.Controls.Add(Me.年份_cb) Me.Panel2.Controls.Add(Me.存檔_bt) Me.Panel2.Controls.Add(Me.Label2) Me.Panel2.Controls.Add(Me.補單_cb) Me.Panel2.Controls.Add(Me.Panel1) Me.Panel2.Controls.Add(Me.申請日期_dtp) Me.Panel2.Controls.Add(Me.HX_ch) Me.Panel2.Controls.Add(Me.新增_bt) Me.Panel2.Controls.Add(Me.PGS_ch) Me.Panel2.Controls.Add(Me.供應商_lb) Me.Panel2.Controls.Add(Me.ALL_ch) Me.Panel2.Controls.Add(Me.總表_dgv) Me.Panel2.Controls.Add(Me.視窗3_pl) Me.Panel2.Controls.Add(Me.明細_dgv) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel2.Location = New System.Drawing.Point(0, 0) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(1427, 596) Me.Panel2.TabIndex = 1981 ' '合計2_dgv ' Me.合計2_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.合計2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.合計2_dgv.BackgroundColor = System.Drawing.Color.White Me.合計2_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.合計2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.合計2_dgv.Location = New System.Drawing.Point(623, 568) Me.合計2_dgv.Name = "合計2_dgv" Me.合計2_dgv.RowHeadersWidth = 5 Me.合計2_dgv.RowTemplate.Height = 24 Me.合計2_dgv.Size = New System.Drawing.Size(800, 25) Me.合計2_dgv.TabIndex = 1984 ' '合計1_dgv ' DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.合計1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5 Me.合計1_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.合計1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.合計1_dgv.BackgroundColor = System.Drawing.Color.White Me.合計1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.合計1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.合計1_dgv.Location = New System.Drawing.Point(3, 568) Me.合計1_dgv.Name = "合計1_dgv" Me.合計1_dgv.RowHeadersWidth = 5 Me.合計1_dgv.RowTemplate.Height = 24 Me.合計1_dgv.Size = New System.Drawing.Size(620, 25) Me.合計1_dgv.TabIndex = 1983 ' '流水號_tb ' Me.流水號_tb.Location = New System.Drawing.Point(770, 24) Me.流水號_tb.Name = "流水號_tb" Me.流水號_tb.ReadOnly = True Me.流水號_tb.Size = New System.Drawing.Size(139, 23) Me.流水號_tb.TabIndex = 1986 ' '刪除_tb ' Me.刪除_tb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty Me.刪除_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.刪除_tb.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.刪除_tb.Location = New System.Drawing.Point(720, 1) Me.刪除_tb.Name = "刪除_tb" Me.刪除_tb.Size = New System.Drawing.Size(47, 46) Me.刪除_tb.TabIndex = 1985 Me.刪除_tb.UseVisualStyleBackColor = True ' '補資料_bt ' Me.補資料_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.補資料_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.renew Me.補資料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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(1400, 1) Me.補資料_bt.Name = "補資料_bt" Me.補資料_bt.Size = New System.Drawing.Size(25, 25) Me.補資料_bt.TabIndex = 1982 Me.補資料_bt.UseVisualStyleBackColor = True ' '存檔_bt ' Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.存檔_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.存檔_bt.Location = New System.Drawing.Point(671, 1) Me.存檔_bt.Name = "存檔_bt" Me.存檔_bt.Size = New System.Drawing.Size(47, 46) Me.存檔_bt.TabIndex = 1979 Me.存檔_bt.UseVisualStyleBackColor = True ' '新增_bt ' Me.新增_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2 Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.新增_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.新增_bt.Location = New System.Drawing.Point(623, 1) Me.新增_bt.Name = "新增_bt" Me.新增_bt.Size = New System.Drawing.Size(47, 46) Me.新增_bt.TabIndex = 1975 Me.新增_bt.UseVisualStyleBackColor = True ' '新增空白_tb ' Me.新增空白_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.新增空白_tb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_button Me.新增空白_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.新增空白_tb.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.新增空白_tb.Location = New System.Drawing.Point(591, 1) Me.新增空白_tb.Name = "新增空白_tb" Me.新增空白_tb.Size = New System.Drawing.Size(50, 50) Me.新增空白_tb.TabIndex = 1980 Me.新增空白_tb.UseVisualStyleBackColor = True ' '查詢_bt ' Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Search Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.查詢_bt.Location = New System.Drawing.Point(524, 1) Me.查詢_bt.Name = "查詢_bt" Me.查詢_bt.Size = New System.Drawing.Size(50, 50) Me.查詢_bt.TabIndex = 1979 Me.查詢_bt.UseVisualStyleBackColor = True ' '新增資料_bt ' Me.新增資料_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.新增資料_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Sendnow Me.新增資料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.新增資料_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.新增資料_bt.Location = New System.Drawing.Point(642, 1) Me.新增資料_bt.Name = "新增資料_bt" Me.新增資料_bt.Size = New System.Drawing.Size(50, 50) Me.新增資料_bt.TabIndex = 1976 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(1427, 596) Me.Controls.Add(Me.Panel2) 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(4) Me.Name = "採購付款控制表" Me.Text = "採購付款控制表" Me.視窗3_pl.ResumeLayout(False) Me.視窗3_pl.PerformLayout() Me.Panel4.ResumeLayout(False) Me.Panel4.PerformLayout() CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.供應商資料_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.總表_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() CType(Me.合計2_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.合計1_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents 視窗3_pl As Panel Friend WithEvents Panel4 As Panel Friend WithEvents 採購單資料_lb As Label Friend WithEvents CanceL3_bt As Button Friend WithEvents 語轉扭_bt As Button Friend WithEvents ToolTip1 As ToolTip Friend WithEvents 公司類別_cb As ComboBox Friend WithEvents 供應商_cb As ComboBox Friend WithEvents 已核准_dgv As DataGridView Friend WithEvents 供應商資料_dgv As DataGridView Friend WithEvents 計算分流01 As Timer Friend WithEvents 全部資料_cb As CheckBox Friend WithEvents Panel1 As Panel Friend WithEvents 總表_dgv As DataGridView Friend WithEvents ALL_ch As CheckBox Friend WithEvents PGS_ch As CheckBox Friend WithEvents HX_ch As CheckBox Friend WithEvents 明細_dgv As DataGridView Friend WithEvents 供應商_lb As Label Friend WithEvents 新增_bt As Button Friend WithEvents 補單_cb As CheckBox Friend WithEvents 申請日期_dtp As DateTimePicker Friend WithEvents Label2 As Label Friend WithEvents 新增資料_bt As Button Friend WithEvents 採購單號_tb As TextBox Friend WithEvents 手動號碼_tb As TextBox Friend WithEvents 供應商編碼_tb As TextBox Friend WithEvents 存檔_bt As Button Friend WithEvents 關鍵字_tb As TextBox Friend WithEvents 關鍵字_lb As Label Friend WithEvents 查詢_bt As Button Friend WithEvents 年份_cb As ComboBox Friend WithEvents Panel2 As Panel Friend WithEvents 補資料_bt As Button Friend WithEvents 日期S_dtp As DateTimePicker Friend WithEvents 帳務說明_ch As ComboBox Friend WithEvents 合計1_dgv As DataGridView Friend WithEvents 合計2_dgv As DataGridView Friend WithEvents 新增空白_tb As Button Friend WithEvents 刪除_tb As Button Friend WithEvents 流水號_tb As TextBox End Class