_ 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.請款單_dgv = New System.Windows.Forms.DataGridView() Me.工程期數_lb = New System.Windows.Forms.Label() Me.工程期1_ch = New System.Windows.Forms.ComboBox() Me.甲方_lb = New System.Windows.Forms.Label() Me.合約編號1_cb = New System.Windows.Forms.ComboBox() Me.查詢_bt = New System.Windows.Forms.Button() Me.搜尋_lb = New System.Windows.Forms.Label() Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox() Me.請款未結束_ch = New System.Windows.Forms.CheckBox() Me.請款已結束_ch = New System.Windows.Forms.CheckBox() Me.全部資料_ch = New System.Windows.Forms.CheckBox() Me.ANUD1 = New System.Windows.Forms.NumericUpDown() Me.工程總價_lb = New System.Windows.Forms.Label() Me.ANUD3 = New System.Windows.Forms.NumericUpDown() Me.結算金額_lb = New System.Windows.Forms.Label() Me.ANUD5 = New System.Windows.Forms.NumericUpDown() Me.剩餘款_lb = New System.Windows.Forms.Label() Me.ANUD10 = New System.Windows.Forms.NumericUpDown() Me.保留款_lb = New System.Windows.Forms.Label() Me.ANUD9 = New System.Windows.Forms.NumericUpDown() Me.驗收款_lb = New System.Windows.Forms.Label() Me.ANUD8 = New System.Windows.Forms.NumericUpDown() Me.施工款_lb = New System.Windows.Forms.Label() Me.ANUD7 = New System.Windows.Forms.NumericUpDown() Me.到貨款_lb = New System.Windows.Forms.Label() Me.ANUD6 = New System.Windows.Forms.NumericUpDown() Me.預付款_lb = New System.Windows.Forms.Label() Me.ANUD2 = New System.Windows.Forms.NumericUpDown() Me.追加減_lb = New System.Windows.Forms.Label() Me.ANUD4 = New System.Windows.Forms.NumericUpDown() Me.已請款_lb = New System.Windows.Forms.Label() Me.語轉扭_bt = New System.Windows.Forms.Button() Me.語言_dgv = New System.Windows.Forms.DataGridView() Me.查閱文件_bt = New System.Windows.Forms.Button() Me.合約編號_tb = New System.Windows.Forms.TextBox() Me.Panel1 = New System.Windows.Forms.Panel() CType(Me.請款單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ANUD1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ANUD3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ANUD5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ANUD10, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ANUD9, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ANUD8, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ANUD7, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ANUD6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ANUD2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ANUD4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' '請款單_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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.請款單_dgv.Location = New System.Drawing.Point(1, 52) Me.請款單_dgv.Name = "請款單_dgv" Me.請款單_dgv.RowHeadersWidth = 5 Me.請款單_dgv.RowTemplate.Height = 24 Me.請款單_dgv.Size = New System.Drawing.Size(1345, 603) Me.請款單_dgv.TabIndex = 1423 ' '工程期數_lb ' Me.工程期數_lb.AutoSize = True Me.工程期數_lb.BackColor = System.Drawing.SystemColors.Control Me.工程期數_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.工程期數_lb.Location = New System.Drawing.Point(344, 30) Me.工程期數_lb.Name = "工程期數_lb" Me.工程期數_lb.Size = New System.Drawing.Size(55, 16) Me.工程期數_lb.TabIndex = 1436 Me.工程期數_lb.Text = "工程期數" Me.工程期數_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '工程期1_ch ' Me.工程期1_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.工程期1_ch.ForeColor = System.Drawing.Color.Blue Me.工程期1_ch.FormattingEnabled = True Me.工程期1_ch.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"}) Me.工程期1_ch.Location = New System.Drawing.Point(437, 26) Me.工程期1_ch.Name = "工程期1_ch" Me.工程期1_ch.Size = New System.Drawing.Size(74, 24) Me.工程期1_ch.TabIndex = 1435 ' '甲方_lb ' Me.甲方_lb.AutoSize = True Me.甲方_lb.BackColor = System.Drawing.SystemColors.Control Me.甲方_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.甲方_lb.Location = New System.Drawing.Point(218, 30) Me.甲方_lb.Name = "甲方_lb" Me.甲方_lb.Size = New System.Drawing.Size(31, 16) Me.甲方_lb.TabIndex = 1434 Me.甲方_lb.Text = "甲方" Me.甲方_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '合約編號1_cb ' Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.合約編號1_cb.ForeColor = System.Drawing.Color.Blue Me.合約編號1_cb.FormattingEnabled = True Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"}) Me.合約編號1_cb.Location = New System.Drawing.Point(274, 26) Me.合約編號1_cb.Name = "合約編號1_cb" Me.合約編號1_cb.Size = New System.Drawing.Size(65, 24) Me.合約編號1_cb.TabIndex = 1433 ' '查詢_bt ' Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.查詢_bt.Location = New System.Drawing.Point(172, 26) Me.查詢_bt.Name = "查詢_bt" Me.查詢_bt.Size = New System.Drawing.Size(40, 25) Me.查詢_bt.TabIndex = 1432 Me.查詢_bt.Text = "◄" Me.查詢_bt.UseVisualStyleBackColor = True ' '搜尋_lb ' Me.搜尋_lb.AutoSize = True Me.搜尋_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.搜尋_lb.Location = New System.Drawing.Point(4, 30) Me.搜尋_lb.Name = "搜尋_lb" Me.搜尋_lb.Size = New System.Drawing.Size(31, 16) Me.搜尋_lb.TabIndex = 1431 Me.搜尋_lb.Text = "搜尋" Me.搜尋_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '關鍵字搜尋_tb ' Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(73, 27) Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb" Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(99, 23) Me.關鍵字搜尋_tb.TabIndex = 1430 ' '請款未結束_ch ' Me.請款未結束_ch.AutoSize = True Me.請款未結束_ch.ForeColor = System.Drawing.Color.Green Me.請款未結束_ch.Location = New System.Drawing.Point(113, 3) Me.請款未結束_ch.Name = "請款未結束_ch" Me.請款未結束_ch.Size = New System.Drawing.Size(86, 20) Me.請款未結束_ch.TabIndex = 1437 Me.請款未結束_ch.Text = "請款未結束" Me.請款未結束_ch.UseVisualStyleBackColor = True ' '請款已結束_ch ' Me.請款已結束_ch.AutoSize = True Me.請款已結束_ch.ForeColor = System.Drawing.Color.Green Me.請款已結束_ch.Location = New System.Drawing.Point(291, 3) Me.請款已結束_ch.Name = "請款已結束_ch" Me.請款已結束_ch.Size = New System.Drawing.Size(86, 20) Me.請款已結束_ch.TabIndex = 1438 Me.請款已結束_ch.Text = "請款已結束" Me.請款已結束_ch.UseVisualStyleBackColor = True ' '全部資料_ch ' Me.全部資料_ch.AutoSize = True Me.全部資料_ch.Checked = True Me.全部資料_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.全部資料_ch.ForeColor = System.Drawing.Color.Green Me.全部資料_ch.Location = New System.Drawing.Point(12, 3) Me.全部資料_ch.Name = "全部資料_ch" Me.全部資料_ch.Size = New System.Drawing.Size(74, 20) Me.全部資料_ch.TabIndex = 1439 Me.全部資料_ch.Text = "全部資料" Me.全部資料_ch.UseVisualStyleBackColor = True ' 'ANUD1 ' Me.ANUD1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ANUD1.Location = New System.Drawing.Point(585, 27) Me.ANUD1.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0}) Me.ANUD1.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648}) Me.ANUD1.Name = "ANUD1" Me.ANUD1.Size = New System.Drawing.Size(126, 23) Me.ANUD1.TabIndex = 1725 Me.ANUD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.ANUD1.ThousandsSeparator = 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(583, 8) Me.工程總價_lb.Name = "工程總價_lb" Me.工程總價_lb.Size = New System.Drawing.Size(64, 16) Me.工程總價_lb.TabIndex = 1726 Me.工程總價_lb.Text = "工程總價 : " ' 'ANUD3 ' Me.ANUD3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ANUD3.Location = New System.Drawing.Point(869, 27) Me.ANUD3.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0}) Me.ANUD3.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648}) Me.ANUD3.Name = "ANUD3" Me.ANUD3.Size = New System.Drawing.Size(126, 23) Me.ANUD3.TabIndex = 1727 Me.ANUD3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.ANUD3.ThousandsSeparator = 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(872, 8) Me.結算金額_lb.Name = "結算金額_lb" Me.結算金額_lb.Size = New System.Drawing.Size(64, 16) Me.結算金額_lb.TabIndex = 1728 Me.結算金額_lb.Text = "結算金額 : " ' 'ANUD5 ' Me.ANUD5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ANUD5.Location = New System.Drawing.Point(1150, 27) Me.ANUD5.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0}) Me.ANUD5.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648}) Me.ANUD5.Name = "ANUD5" Me.ANUD5.Size = New System.Drawing.Size(126, 23) Me.ANUD5.TabIndex = 1729 Me.ANUD5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.ANUD5.ThousandsSeparator = 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(1153, 8) Me.剩餘款_lb.Name = "剩餘款_lb" Me.剩餘款_lb.Size = New System.Drawing.Size(52, 16) Me.剩餘款_lb.TabIndex = 1730 Me.剩餘款_lb.Text = "剩餘款 : " ' 'ANUD10 ' Me.ANUD10.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.ANUD10.ForeColor = System.Drawing.Color.Green Me.ANUD10.Location = New System.Drawing.Point(1220, 656) Me.ANUD10.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0}) Me.ANUD10.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648}) Me.ANUD10.Name = "ANUD10" Me.ANUD10.Size = New System.Drawing.Size(126, 23) Me.ANUD10.TabIndex = 1731 Me.ANUD10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.ANUD10.ThousandsSeparator = True ' '保留款_lb ' Me.保留款_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.保留款_lb.AutoSize = True Me.保留款_lb.ForeColor = System.Drawing.Color.Green Me.保留款_lb.Location = New System.Drawing.Point(1083, 659) Me.保留款_lb.Name = "保留款_lb" Me.保留款_lb.Size = New System.Drawing.Size(52, 16) Me.保留款_lb.TabIndex = 1732 Me.保留款_lb.Text = "保留款 : " ' 'ANUD9 ' Me.ANUD9.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.ANUD9.ForeColor = System.Drawing.Color.Green Me.ANUD9.Location = New System.Drawing.Point(954, 656) Me.ANUD9.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0}) Me.ANUD9.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648}) Me.ANUD9.Name = "ANUD9" Me.ANUD9.Size = New System.Drawing.Size(126, 23) Me.ANUD9.TabIndex = 1733 Me.ANUD9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.ANUD9.ThousandsSeparator = True ' '驗收款_lb ' Me.驗收款_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.驗收款_lb.AutoSize = True Me.驗收款_lb.ForeColor = System.Drawing.Color.Green Me.驗收款_lb.Location = New System.Drawing.Point(803, 659) Me.驗收款_lb.Name = "驗收款_lb" Me.驗收款_lb.Size = New System.Drawing.Size(52, 16) Me.驗收款_lb.TabIndex = 1734 Me.驗收款_lb.Text = "驗收款 : " ' 'ANUD8 ' Me.ANUD8.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.ANUD8.ForeColor = System.Drawing.Color.Green Me.ANUD8.Location = New System.Drawing.Point(675, 656) Me.ANUD8.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0}) Me.ANUD8.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648}) Me.ANUD8.Name = "ANUD8" Me.ANUD8.Size = New System.Drawing.Size(126, 23) Me.ANUD8.TabIndex = 1735 Me.ANUD8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.ANUD8.ThousandsSeparator = True ' '施工款_lb ' Me.施工款_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.施工款_lb.AutoSize = True Me.施工款_lb.ForeColor = System.Drawing.Color.Green Me.施工款_lb.Location = New System.Drawing.Point(540, 659) Me.施工款_lb.Name = "施工款_lb" Me.施工款_lb.Size = New System.Drawing.Size(52, 16) Me.施工款_lb.TabIndex = 1736 Me.施工款_lb.Text = "施工款 : " ' 'ANUD7 ' Me.ANUD7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.ANUD7.ForeColor = System.Drawing.Color.Green Me.ANUD7.Location = New System.Drawing.Point(412, 656) Me.ANUD7.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0}) Me.ANUD7.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648}) Me.ANUD7.Name = "ANUD7" Me.ANUD7.Size = New System.Drawing.Size(126, 23) Me.ANUD7.TabIndex = 1737 Me.ANUD7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.ANUD7.ThousandsSeparator = True ' '到貨款_lb ' Me.到貨款_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.到貨款_lb.AutoSize = True Me.到貨款_lb.ForeColor = System.Drawing.Color.Green Me.到貨款_lb.Location = New System.Drawing.Point(275, 659) Me.到貨款_lb.Name = "到貨款_lb" Me.到貨款_lb.Size = New System.Drawing.Size(52, 16) Me.到貨款_lb.TabIndex = 1738 Me.到貨款_lb.Text = "到貨款 : " ' 'ANUD6 ' Me.ANUD6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.ANUD6.ForeColor = System.Drawing.Color.Green Me.ANUD6.Location = New System.Drawing.Point(147, 656) Me.ANUD6.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0}) Me.ANUD6.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648}) Me.ANUD6.Name = "ANUD6" Me.ANUD6.Size = New System.Drawing.Size(126, 23) Me.ANUD6.TabIndex = 1739 Me.ANUD6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.ANUD6.ThousandsSeparator = True ' '預付款_lb ' Me.預付款_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.預付款_lb.AutoSize = True Me.預付款_lb.ForeColor = System.Drawing.Color.Green Me.預付款_lb.Location = New System.Drawing.Point(7, 659) Me.預付款_lb.Name = "預付款_lb" Me.預付款_lb.Size = New System.Drawing.Size(52, 16) Me.預付款_lb.TabIndex = 1740 Me.預付款_lb.Text = "預付款 : " ' 'ANUD2 ' Me.ANUD2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ANUD2.Location = New System.Drawing.Point(727, 27) Me.ANUD2.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0}) Me.ANUD2.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648}) Me.ANUD2.Name = "ANUD2" Me.ANUD2.Size = New System.Drawing.Size(126, 23) Me.ANUD2.TabIndex = 1741 Me.ANUD2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.ANUD2.ThousandsSeparator = 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(730, 8) Me.追加減_lb.Name = "追加減_lb" Me.追加減_lb.Size = New System.Drawing.Size(52, 16) Me.追加減_lb.TabIndex = 1742 Me.追加減_lb.Text = "追加減 : " ' 'ANUD4 ' Me.ANUD4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ANUD4.Location = New System.Drawing.Point(1010, 27) Me.ANUD4.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0}) Me.ANUD4.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648}) Me.ANUD4.Name = "ANUD4" Me.ANUD4.Size = New System.Drawing.Size(126, 23) Me.ANUD4.TabIndex = 1743 Me.ANUD4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.ANUD4.ThousandsSeparator = 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(1013, 8) Me.已請款_lb.Name = "已請款_lb" Me.已請款_lb.Size = New System.Drawing.Size(52, 16) Me.已請款_lb.TabIndex = 1744 Me.已請款_lb.Text = "已請款 : " ' '語轉扭_bt ' Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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(1323, 28) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(23, 23) Me.語轉扭_bt.TabIndex = 1745 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' '語言_dgv ' 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 Me.語言_dgv.RowTemplate.Height = 24 Me.語言_dgv.Size = New System.Drawing.Size(81, 49) Me.語言_dgv.TabIndex = 1746 Me.語言_dgv.Visible = False ' '查閱文件_bt ' Me.查閱文件_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.reports 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.Green Me.查閱文件_bt.Location = New System.Drawing.Point(523, 1) Me.查閱文件_bt.Name = "查閱文件_bt" Me.查閱文件_bt.Size = New System.Drawing.Size(50, 50) Me.查閱文件_bt.TabIndex = 1747 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.Enabled = False Me.合約編號_tb.Location = New System.Drawing.Point(3, 58) Me.合約編號_tb.Name = "合約編號_tb" Me.合約編號_tb.Size = New System.Drawing.Size(125, 23) Me.合約編號_tb.TabIndex = 1748 ' 'Panel1 ' Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.語言_dgv) Me.Panel1.Controls.Add(Me.合約編號_tb) Me.Panel1.Location = New System.Drawing.Point(600, 216) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(200, 100) Me.Panel1.TabIndex = 1749 Me.Panel1.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.Controls.Add(Me.Panel1) Me.Controls.Add(Me.查閱文件_bt) Me.Controls.Add(Me.語轉扭_bt) Me.Controls.Add(Me.ANUD4) Me.Controls.Add(Me.已請款_lb) Me.Controls.Add(Me.ANUD2) Me.Controls.Add(Me.追加減_lb) Me.Controls.Add(Me.ANUD6) Me.Controls.Add(Me.預付款_lb) Me.Controls.Add(Me.ANUD7) Me.Controls.Add(Me.到貨款_lb) Me.Controls.Add(Me.ANUD8) Me.Controls.Add(Me.施工款_lb) Me.Controls.Add(Me.ANUD9) Me.Controls.Add(Me.驗收款_lb) Me.Controls.Add(Me.ANUD10) Me.Controls.Add(Me.保留款_lb) Me.Controls.Add(Me.ANUD5) Me.Controls.Add(Me.剩餘款_lb) Me.Controls.Add(Me.ANUD3) Me.Controls.Add(Me.結算金額_lb) Me.Controls.Add(Me.ANUD1) Me.Controls.Add(Me.工程總價_lb) Me.Controls.Add(Me.請款已結束_ch) Me.Controls.Add(Me.請款未結束_ch) Me.Controls.Add(Me.工程期數_lb) Me.Controls.Add(Me.工程期1_ch) Me.Controls.Add(Me.甲方_lb) Me.Controls.Add(Me.合約編號1_cb) Me.Controls.Add(Me.查詢_bt) Me.Controls.Add(Me.關鍵字搜尋_tb) Me.Controls.Add(Me.請款單_dgv) Me.Controls.Add(Me.全部資料_ch) Me.Controls.Add(Me.搜尋_lb) 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.ANUD1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ANUD3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ANUD5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ANUD10, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ANUD9, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ANUD8, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ANUD7, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ANUD6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ANUD2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ANUD4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 請款單_dgv As DataGridView Friend WithEvents 工程期數_lb As Label Friend WithEvents 工程期1_ch As ComboBox Friend WithEvents 甲方_lb As Label Friend WithEvents 合約編號1_cb As ComboBox Friend WithEvents 查詢_bt As Button Friend WithEvents 搜尋_lb As Label Friend WithEvents 關鍵字搜尋_tb As TextBox Friend WithEvents 請款未結束_ch As CheckBox Friend WithEvents 請款已結束_ch As CheckBox Friend WithEvents 全部資料_ch As CheckBox Friend WithEvents ANUD1 As NumericUpDown Friend WithEvents 工程總價_lb As Label Friend WithEvents ANUD3 As NumericUpDown Friend WithEvents 結算金額_lb As Label Friend WithEvents ANUD5 As NumericUpDown Friend WithEvents 剩餘款_lb As Label Friend WithEvents ANUD10 As NumericUpDown Friend WithEvents 保留款_lb As Label Friend WithEvents ANUD9 As NumericUpDown Friend WithEvents 驗收款_lb As Label Friend WithEvents ANUD8 As NumericUpDown Friend WithEvents 施工款_lb As Label Friend WithEvents ANUD7 As NumericUpDown Friend WithEvents 到貨款_lb As Label Friend WithEvents ANUD6 As NumericUpDown Friend WithEvents 預付款_lb As Label Friend WithEvents ANUD2 As NumericUpDown Friend WithEvents 追加減_lb As Label Friend WithEvents ANUD4 As NumericUpDown Friend WithEvents 已請款_lb As Label Friend WithEvents 語轉扭_bt As Button Friend WithEvents 語言_dgv As DataGridView Friend WithEvents 查閱文件_bt As Button Friend WithEvents 合約編號_tb As TextBox Friend WithEvents Panel1 As Panel End Class