_ 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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.未出納_ch = New System.Windows.Forms.CheckBox() Me.已出納_ch = New System.Windows.Forms.CheckBox() Me.全部資料2_ch = New System.Windows.Forms.CheckBox() Me.出納_lb = New System.Windows.Forms.Label() Me.已核對_ch = New System.Windows.Forms.CheckBox() Me.未核對_ch = New System.Windows.Forms.CheckBox() Me.全部資料1_ch = New System.Windows.Forms.CheckBox() Me.會計_lb = New System.Windows.Forms.Label() Me.Label62 = New System.Windows.Forms.Label() Me.月_cb = New System.Windows.Forms.ComboBox() Me.年_cb = New System.Windows.Forms.ComboBox() Me.查詢日期_lb = New System.Windows.Forms.Label() Me.清單_dgv = New System.Windows.Forms.DataGridView() Me.稅金比_tb = New System.Windows.Forms.TextBox() Me.稅金金額_tb = New System.Windows.Forms.TextBox() Me.稅金計算_ch = 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.TextBox7 = New System.Windows.Forms.TextBox() Me.總金額_lb = New System.Windows.Forms.Label() Me.單號_tb = New System.Windows.Forms.TextBox() Me.物料圖1_pb = New System.Windows.Forms.PictureBox() Me.物料圖2_pb = New System.Windows.Forms.PictureBox() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.對帳記錄存檔_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator2 = 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.列印成EXCEL_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator() Me.清除_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.語言_dgv = New System.Windows.Forms.DataGridView() CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.物料圖1_pb, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.物料圖2_pb, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '未出納_ch ' Me.未出納_ch.AutoSize = True Me.未出納_ch.ForeColor = System.Drawing.Color.Red Me.未出納_ch.Location = New System.Drawing.Point(637, 28) Me.未出納_ch.Name = "未出納_ch" Me.未出納_ch.Size = New System.Drawing.Size(111, 20) Me.未出納_ch.TabIndex = 597 Me.未出納_ch.Text = "未 出 納" Me.未出納_ch.UseVisualStyleBackColor = True ' '已出納_ch ' Me.已出納_ch.AutoSize = True Me.已出納_ch.ForeColor = System.Drawing.Color.Red Me.已出納_ch.Location = New System.Drawing.Point(477, 29) Me.已出納_ch.Name = "已出納_ch" Me.已出納_ch.Size = New System.Drawing.Size(111, 20) Me.已出納_ch.TabIndex = 596 Me.已出納_ch.Text = "已 出 納" Me.已出納_ch.UseVisualStyleBackColor = True ' '全部資料2_ch ' Me.全部資料2_ch.AutoSize = True Me.全部資料2_ch.ForeColor = System.Drawing.Color.Red Me.全部資料2_ch.Location = New System.Drawing.Point(358, 28) Me.全部資料2_ch.Name = "全部資料2_ch" Me.全部資料2_ch.Size = New System.Drawing.Size(75, 20) Me.全部資料2_ch.TabIndex = 595 Me.全部資料2_ch.Text = "全部資料" Me.全部資料2_ch.UseVisualStyleBackColor = True ' '出納_lb ' Me.出納_lb.AutoSize = True Me.出納_lb.ForeColor = System.Drawing.Color.Red Me.出納_lb.Location = New System.Drawing.Point(271, 29) Me.出納_lb.Name = "出納_lb" Me.出納_lb.Size = New System.Drawing.Size(86, 16) Me.出納_lb.TabIndex = 594 Me.出納_lb.Text = "出納--------->" ' '已核對_ch ' Me.已核對_ch.AutoSize = True Me.已核對_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.已核對_ch.Location = New System.Drawing.Point(477, 3) Me.已核對_ch.Name = "已核對_ch" Me.已核對_ch.Size = New System.Drawing.Size(135, 20) Me.已核對_ch.TabIndex = 591 Me.已核對_ch.Text = "已 核 對" Me.已核對_ch.UseVisualStyleBackColor = True ' '未核對_ch ' Me.未核對_ch.AutoSize = True Me.未核對_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.未核對_ch.Location = New System.Drawing.Point(637, 3) Me.未核對_ch.Name = "未核對_ch" Me.未核對_ch.Size = New System.Drawing.Size(117, 20) Me.未核對_ch.TabIndex = 590 Me.未核對_ch.Text = "未 核 對" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) Me.未核對_ch.UseVisualStyleBackColor = True ' '全部資料1_ch ' Me.全部資料1_ch.AutoSize = True Me.全部資料1_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.全部資料1_ch.Location = New System.Drawing.Point(358, 3) Me.全部資料1_ch.Name = "全部資料1_ch" Me.全部資料1_ch.Size = New System.Drawing.Size(75, 20) Me.全部資料1_ch.TabIndex = 589 Me.全部資料1_ch.Text = "全部資料" Me.全部資料1_ch.UseVisualStyleBackColor = True ' '會計_lb ' Me.會計_lb.AutoSize = True Me.會計_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.會計_lb.Location = New System.Drawing.Point(271, 6) Me.會計_lb.Name = "會計_lb" Me.會計_lb.Size = New System.Drawing.Size(86, 16) Me.會計_lb.TabIndex = 593 Me.會計_lb.Text = "會計--------->" ' 'Label62 ' Me.Label62.AutoSize = True Me.Label62.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label62.ForeColor = System.Drawing.Color.Red Me.Label62.Location = New System.Drawing.Point(7, 29) Me.Label62.Name = "Label62" Me.Label62.Size = New System.Drawing.Size(252, 16) Me.Label62.TabIndex = 583 Me.Label62.Text = "資料尚未存檔 / Informasi belum diarsipkan" Me.Label62.Visible = False ' '月_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(210, 2) Me.月_cb.Name = "月_cb" Me.月_cb.Size = New System.Drawing.Size(57, 24) Me.月_cb.TabIndex = 582 ' '年_cb ' Me.年_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.年_cb.FormattingEnabled = True Me.年_cb.Items.AddRange(New Object() {"2019"}) Me.年_cb.Location = New System.Drawing.Point(134, 2) Me.年_cb.Name = "年_cb" Me.年_cb.Size = New System.Drawing.Size(74, 24) Me.年_cb.TabIndex = 581 ' '查詢日期_lb ' Me.查詢日期_lb.AutoSize = True Me.查詢日期_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.查詢日期_lb.Location = New System.Drawing.Point(4, 7) Me.查詢日期_lb.Name = "查詢日期_lb" Me.查詢日期_lb.Size = New System.Drawing.Size(128, 16) Me.查詢日期_lb.TabIndex = 580 Me.查詢日期_lb.Text = "查 詢 日 期" ' '清單_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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.清單_dgv.Location = New System.Drawing.Point(6, 54) 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(1335, 618) Me.清單_dgv.TabIndex = 579 ' '稅金比_tb ' Me.稅金比_tb.Location = New System.Drawing.Point(898, 28) Me.稅金比_tb.Name = "稅金比_tb" Me.稅金比_tb.Size = New System.Drawing.Size(53, 23) Me.稅金比_tb.TabIndex = 986 Me.稅金比_tb.Text = "10" Me.稅金比_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '稅金金額_tb ' Me.稅金金額_tb.Location = New System.Drawing.Point(952, 28) Me.稅金金額_tb.Name = "稅金金額_tb" Me.稅金金額_tb.Size = New System.Drawing.Size(86, 23) Me.稅金金額_tb.TabIndex = 985 Me.稅金金額_tb.Text = "0" Me.稅金金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '稅金計算_ch ' Me.稅金計算_ch.AutoSize = True Me.稅金計算_ch.Location = New System.Drawing.Point(831, 31) Me.稅金計算_ch.Name = "稅金計算_ch" Me.稅金計算_ch.Size = New System.Drawing.Size(71, 20) Me.稅金計算_ch.TabIndex = 984 Me.稅金計算_ch.Text = "PPN % :" Me.稅金計算_ch.UseVisualStyleBackColor = True ' '折扣金額_tb ' Me.折扣金額_tb.Location = New System.Drawing.Point(952, 3) Me.折扣金額_tb.Name = "折扣金額_tb" Me.折扣金額_tb.Size = New System.Drawing.Size(86, 23) Me.折扣金額_tb.TabIndex = 983 Me.折扣金額_tb.Text = "0" Me.折扣金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '折扣比_tb ' Me.折扣比_tb.Location = New System.Drawing.Point(898, 3) Me.折扣比_tb.Name = "折扣比_tb" Me.折扣比_tb.Size = New System.Drawing.Size(53, 23) Me.折扣比_tb.TabIndex = 982 Me.折扣比_tb.Text = "0" Me.折扣比_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(831, 8) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(55, 16) Me.Label12.TabIndex = 981 Me.Label12.Text = "DISC % :" ' 'TextBox7 ' Me.TextBox7.Location = New System.Drawing.Point(1039, 28) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(140, 23) Me.TextBox7.TabIndex = 980 Me.TextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '總金額_lb ' Me.總金額_lb.AutoSize = True Me.總金額_lb.Location = New System.Drawing.Point(1046, 8) Me.總金額_lb.Name = "總金額_lb" Me.總金額_lb.Size = New System.Drawing.Size(98, 16) Me.總金額_lb.TabIndex = 979 Me.總金額_lb.Text = "總       金       額" ' '單號_tb ' Me.單號_tb.Location = New System.Drawing.Point(678, 213) Me.單號_tb.Name = "單號_tb" Me.單號_tb.Size = New System.Drawing.Size(140, 23) Me.單號_tb.TabIndex = 987 Me.單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '物料圖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(1181, 3) 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(89, 49) Me.物料圖1_pb.TabIndex = 989 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(1272, 3) 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(69, 49) Me.物料圖2_pb.TabIndex = 988 Me.物料圖2_pb.TabStop = False ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.對帳記錄存檔_tsm, Me.ToolStripSeparator2, Me.關鍵字查詢_tsm, Me.二維碼查單_tsm, Me.ToolStripSeparator1, Me.列印成EXCEL_tsm, Me.ToolStripSeparator6, Me.清除_tsm}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(147, 132) ' '對帳記錄存檔_tsm ' Me.對帳記錄存檔_tsm.Name = "對帳記錄存檔_tsm" Me.對帳記錄存檔_tsm.Size = New System.Drawing.Size(211, 22) Me.對帳記錄存檔_tsm.Text = "對帳記錄存檔" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(263, 6) ' '關鍵字查詢_tsm ' Me.關鍵字查詢_tsm.Name = "關鍵字查詢_tsm" Me.關鍵字查詢_tsm.Size = New System.Drawing.Size(211, 22) Me.關鍵字查詢_tsm.Text = "關鍵字查詢" ' '二維碼查單_tsm ' Me.二維碼查單_tsm.Name = "二維碼查單_tsm" Me.二維碼查單_tsm.Size = New System.Drawing.Size(211, 22) Me.二維碼查單_tsm.Text = "二維碼查單" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(263, 6) ' '列印成EXCEL_tsm ' Me.列印成EXCEL_tsm.Name = "列印成EXCEL_tsm" Me.列印成EXCEL_tsm.Size = New System.Drawing.Size(211, 22) Me.列印成EXCEL_tsm.Text = "列印成EXCEL" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" Me.ToolStripSeparator6.Size = New System.Drawing.Size(263, 6) ' '清除_tsm ' Me.清除_tsm.Name = "清除_tsm" Me.清除_tsm.Size = New System.Drawing.Size(146, 22) Me.清除_tsm.Text = "清除查詢資料" Me.清除_tsm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Location = New System.Drawing.Point(60, 106) 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 = 1032 Me.語言_dgv.Visible = False ' '建築物料採購_驗收_對帳表 ' 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.語言_dgv) Me.Controls.Add(Me.物料圖1_pb) Me.Controls.Add(Me.物料圖2_pb) Me.Controls.Add(Me.單號_tb) Me.Controls.Add(Me.稅金比_tb) Me.Controls.Add(Me.稅金金額_tb) Me.Controls.Add(Me.稅金計算_ch) Me.Controls.Add(Me.折扣金額_tb) Me.Controls.Add(Me.折扣比_tb) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.總金額_lb) Me.Controls.Add(Me.月_cb) Me.Controls.Add(Me.年_cb) Me.Controls.Add(Me.查詢日期_lb) Me.Controls.Add(Me.清單_dgv) Me.Controls.Add(Me.未出納_ch) Me.Controls.Add(Me.已出納_ch) Me.Controls.Add(Me.全部資料2_ch) Me.Controls.Add(Me.出納_lb) Me.Controls.Add(Me.已核對_ch) Me.Controls.Add(Me.未核對_ch) Me.Controls.Add(Me.全部資料1_ch) Me.Controls.Add(Me.會計_lb) Me.Controls.Add(Me.Label62) 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.物料圖1_pb, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.物料圖2_pb, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 未出納_ch As CheckBox Friend WithEvents 已出納_ch As CheckBox Friend WithEvents 全部資料2_ch As CheckBox Friend WithEvents 出納_lb As Label Friend WithEvents 已核對_ch As CheckBox Friend WithEvents 未核對_ch As CheckBox Friend WithEvents 全部資料1_ch As CheckBox Friend WithEvents 會計_lb As Label Friend WithEvents Label62 As Label Friend WithEvents 月_cb As ComboBox Friend WithEvents 年_cb As ComboBox Friend WithEvents 查詢日期_lb As Label Friend WithEvents 清單_dgv As DataGridView Friend WithEvents 稅金比_tb As TextBox Friend WithEvents 稅金金額_tb As TextBox Friend WithEvents 稅金計算_ch As CheckBox Friend WithEvents 折扣金額_tb As TextBox Friend WithEvents 折扣比_tb As TextBox Friend WithEvents Label12 As Label Friend WithEvents TextBox7 As TextBox Friend WithEvents 總金額_lb As Label Friend WithEvents 單號_tb As TextBox Friend WithEvents 物料圖1_pb As PictureBox Friend WithEvents 物料圖2_pb As PictureBox Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 對帳記錄存檔_tsm As ToolStripMenuItem Friend WithEvents ToolStripSeparator2 As ToolStripSeparator Friend WithEvents 關鍵字查詢_tsm As ToolStripMenuItem Friend WithEvents 二維碼查單_tsm As ToolStripMenuItem Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents 列印成EXCEL_tsm As ToolStripMenuItem Friend WithEvents ToolStripSeparator6 As ToolStripSeparator Friend WithEvents 清除_tsm As ToolStripMenuItem Friend WithEvents 語言_dgv As DataGridView End Class