_ 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() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.合約_dgv = New System.Windows.Forms.DataGridView() Me.縮放2_bt = New System.Windows.Forms.Button() Me.Label11 = New System.Windows.Forms.Label() Me.合約編號1_cb = New System.Windows.Forms.ComboBox() Me.查詢_bt = New System.Windows.Forms.Button() Me.Label7 = New System.Windows.Forms.Label() Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox() Me.詳細資料2_ch = New System.Windows.Forms.CheckBox() Me.備註_tb = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.保固_cb = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.驗收完成_dtp = New System.Windows.Forms.DateTimePicker() Me.已驗收_ch = New System.Windows.Forms.CheckBox() Me.合約工期_nud = New System.Windows.Forms.NumericUpDown() Me.Label4 = New System.Windows.Forms.Label() Me.工程天數_nud = New System.Windows.Forms.NumericUpDown() Me.Label3 = New System.Windows.Forms.Label() Me.日期差異_nud = New System.Windows.Forms.NumericUpDown() Me.Label1 = New System.Windows.Forms.Label() Me.立約日期_dtp = New System.Windows.Forms.DateTimePicker() Me.Label414 = New System.Windows.Forms.Label() Me.驗收日期_dtp = New System.Windows.Forms.DateTimePicker() Me.客戶名稱_tb = New System.Windows.Forms.ComboBox() Me.Label375 = New System.Windows.Forms.Label() Me.工程名稱_中_tb = New System.Windows.Forms.TextBox() Me.工程名稱_英_tb = New System.Windows.Forms.TextBox() Me.Label378 = New System.Windows.Forms.Label() Me.報價明細表_dgv = New System.Windows.Forms.DataGridView() Me.Label2 = New System.Windows.Forms.Label() Me.合約編號_tb = New System.Windows.Forms.TextBox() Me.Label372 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.列印_bt = New System.Windows.Forms.Button() Me.Label10 = New System.Windows.Forms.Label() Me.工程期1_ch = New System.Windows.Forms.ComboBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.工程執行主管_lb = New System.Windows.Forms.Label() Me.工程執行主管_cb = New System.Windows.Forms.ComboBox() CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.合約工期_nud, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.工程天數_nud, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.日期差異_nud, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.報價明細表_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '合約_dgv ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, 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), 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(4, 79) Me.合約_dgv.Name = "合約_dgv" Me.合約_dgv.RowHeadersWidth = 5 Me.合約_dgv.RowTemplate.Height = 24 Me.合約_dgv.Size = New System.Drawing.Size(265, 599) Me.合約_dgv.TabIndex = 1779 ' '縮放2_bt ' Me.縮放2_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.ZOOM01 Me.縮放2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.縮放2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.縮放2_bt.ForeColor = System.Drawing.Color.Blue Me.縮放2_bt.Location = New System.Drawing.Point(227, 27) Me.縮放2_bt.Name = "縮放2_bt" Me.縮放2_bt.Size = New System.Drawing.Size(39, 26) Me.縮放2_bt.TabIndex = 1785 Me.縮放2_bt.UseVisualStyleBackColor = True ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.BackColor = System.Drawing.SystemColors.Control Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label11.Location = New System.Drawing.Point(4, 31) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(55, 16) Me.Label11.TabIndex = 1784 Me.Label11.Text = "合約甲方" Me.Label11.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(76, 28) Me.合約編號1_cb.Name = "合約編號1_cb" Me.合約編號1_cb.Size = New System.Drawing.Size(148, 24) Me.合約編號1_cb.TabIndex = 1783 ' '查詢_bt ' Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載 Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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(227, 1) Me.查詢_bt.Name = "查詢_bt" Me.查詢_bt.Size = New System.Drawing.Size(40, 26) Me.查詢_bt.TabIndex = 1782 Me.查詢_bt.UseVisualStyleBackColor = True ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label7.Location = New System.Drawing.Point(4, 6) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(67, 16) Me.Label7.TabIndex = 1781 Me.Label7.Text = "關鍵字搜尋" Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '關鍵字搜尋_tb ' Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(76, 3) Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb" Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(148, 23) Me.關鍵字搜尋_tb.TabIndex = 1780 ' '詳細資料2_ch ' Me.詳細資料2_ch.AutoSize = True Me.詳細資料2_ch.Location = New System.Drawing.Point(908, 6) Me.詳細資料2_ch.Name = "詳細資料2_ch" Me.詳細資料2_ch.Size = New System.Drawing.Size(126, 20) Me.詳細資料2_ch.TabIndex = 1862 Me.詳細資料2_ch.Text = "詳細資料 / Rincian" Me.詳細資料2_ch.UseVisualStyleBackColor = True ' '備註_tb ' Me.備註_tb.Location = New System.Drawing.Point(798, 27) Me.備註_tb.Multiline = True Me.備註_tb.Name = "備註_tb" Me.備註_tb.Size = New System.Drawing.Size(305, 48) Me.備註_tb.TabIndex = 1860 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label8.Location = New System.Drawing.Point(798, 9) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(31, 16) Me.Label8.TabIndex = 1861 Me.Label8.Text = "備註" Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '保固_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() {"", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24"}) Me.保固_cb.Location = New System.Drawing.Point(1249, 75) Me.保固_cb.Name = "保固_cb" Me.保固_cb.Size = New System.Drawing.Size(45, 24) Me.保固_cb.TabIndex = 1858 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label9.Location = New System.Drawing.Point(1193, 80) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(55, 16) Me.Label9.TabIndex = 1857 Me.Label9.Text = "保固期限" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label12.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label12.Location = New System.Drawing.Point(1293, 80) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(19, 16) Me.Label12.TabIndex = 1859 Me.Label12.Text = "月" Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label5.Location = New System.Drawing.Point(619, 80) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(79, 16) Me.Label5.TabIndex = 1856 Me.Label5.Text = "驗 收 完 成" ' '驗收完成_dtp ' Me.驗收完成_dtp.CustomFormat = "yyyy/MM/dd" Me.驗收完成_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.驗收完成_dtp.Location = New System.Drawing.Point(701, 76) Me.驗收完成_dtp.Name = "驗收完成_dtp" Me.驗收完成_dtp.Size = New System.Drawing.Size(87, 23) Me.驗收完成_dtp.TabIndex = 1855 ' '已驗收_ch ' Me.已驗收_ch.AutoSize = True Me.已驗收_ch.ForeColor = System.Drawing.Color.Green Me.已驗收_ch.Location = New System.Drawing.Point(1040, 5) Me.已驗收_ch.Name = "已驗收_ch" Me.已驗收_ch.Size = New System.Drawing.Size(62, 20) Me.已驗收_ch.TabIndex = 1854 Me.已驗收_ch.Text = "已驗收" Me.已驗收_ch.UseVisualStyleBackColor = True ' '合約工期_nud ' Me.合約工期_nud.Location = New System.Drawing.Point(856, 76) Me.合約工期_nud.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0}) Me.合約工期_nud.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648}) Me.合約工期_nud.Name = "合約工期_nud" Me.合約工期_nud.Size = New System.Drawing.Size(65, 23) Me.合約工期_nud.TabIndex = 1852 Me.合約工期_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.合約工期_nud.ThousandsSeparator = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.75!) Me.Label4.ForeColor = System.Drawing.Color.Green Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label4.Location = New System.Drawing.Point(794, 79) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(60, 17) Me.Label4.TabIndex = 1853 Me.Label4.Text = "合約工期" ' '工程天數_nud ' Me.工程天數_nud.Location = New System.Drawing.Point(989, 76) Me.工程天數_nud.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0}) Me.工程天數_nud.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648}) Me.工程天數_nud.Name = "工程天數_nud" Me.工程天數_nud.Size = New System.Drawing.Size(65, 23) Me.工程天數_nud.TabIndex = 1850 Me.工程天數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.工程天數_nud.ThousandsSeparator = True ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.75!) Me.Label3.ForeColor = System.Drawing.Color.Green Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label3.Location = New System.Drawing.Point(927, 79) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(60, 17) Me.Label3.TabIndex = 1851 Me.Label3.Text = "工程天數" ' '日期差異_nud ' Me.日期差異_nud.Location = New System.Drawing.Point(1122, 76) Me.日期差異_nud.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0}) Me.日期差異_nud.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648}) Me.日期差異_nud.Name = "日期差異_nud" Me.日期差異_nud.Size = New System.Drawing.Size(65, 23) Me.日期差異_nud.TabIndex = 1848 Me.日期差異_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.日期差異_nud.ThousandsSeparator = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.Green Me.Label1.Location = New System.Drawing.Point(269, 80) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(79, 16) Me.Label1.TabIndex = 1847 Me.Label1.Text = "立 約 日 期" ' '立約日期_dtp ' Me.立約日期_dtp.CustomFormat = "yyyy/MM/dd" Me.立約日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.立約日期_dtp.Location = New System.Drawing.Point(351, 76) Me.立約日期_dtp.Name = "立約日期_dtp" Me.立約日期_dtp.Size = New System.Drawing.Size(87, 23) Me.立約日期_dtp.TabIndex = 1846 ' 'Label414 ' Me.Label414.AutoSize = True Me.Label414.ForeColor = System.Drawing.Color.Green Me.Label414.Location = New System.Drawing.Point(444, 80) Me.Label414.Name = "Label414" Me.Label414.Size = New System.Drawing.Size(79, 16) Me.Label414.TabIndex = 1845 Me.Label414.Text = "驗收開始日期" ' '驗收日期_dtp ' Me.驗收日期_dtp.CustomFormat = "yyyy/MM/dd" Me.驗收日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.驗收日期_dtp.Location = New System.Drawing.Point(526, 76) Me.驗收日期_dtp.Name = "驗收日期_dtp" Me.驗收日期_dtp.Size = New System.Drawing.Size(87, 23) Me.驗收日期_dtp.TabIndex = 1844 ' '客戶名稱_tb ' Me.客戶名稱_tb.FormattingEnabled = True Me.客戶名稱_tb.Location = New System.Drawing.Point(507, 3) Me.客戶名稱_tb.Name = "客戶名稱_tb" Me.客戶名稱_tb.Size = New System.Drawing.Size(289, 24) Me.客戶名稱_tb.TabIndex = 1843 ' 'Label375 ' Me.Label375.AutoSize = True Me.Label375.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label375.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) Me.Label375.Location = New System.Drawing.Point(269, 31) Me.Label375.Name = "Label375" Me.Label375.Size = New System.Drawing.Size(87, 16) Me.Label375.TabIndex = 1838 Me.Label375.Text = "工程名稱(中文)" Me.Label375.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '工程名稱_中_tb ' Me.工程名稱_中_tb.Location = New System.Drawing.Point(359, 28) Me.工程名稱_中_tb.Name = "工程名稱_中_tb" Me.工程名稱_中_tb.Size = New System.Drawing.Size(437, 23) Me.工程名稱_中_tb.TabIndex = 1839 ' '工程名稱_英_tb ' Me.工程名稱_英_tb.Location = New System.Drawing.Point(359, 52) Me.工程名稱_英_tb.Name = "工程名稱_英_tb" Me.工程名稱_英_tb.Size = New System.Drawing.Size(437, 23) Me.工程名稱_英_tb.TabIndex = 1841 ' 'Label378 ' Me.Label378.AutoSize = True Me.Label378.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label378.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) Me.Label378.Location = New System.Drawing.Point(269, 55) Me.Label378.Name = "Label378" Me.Label378.Size = New System.Drawing.Size(87, 16) Me.Label378.TabIndex = 1840 Me.Label378.Text = "工程名稱(英文)" Me.Label378.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '報價明細表_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(271, 100) 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(1076, 578) Me.報價明細表_dgv.TabIndex = 1837 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.BackColor = System.Drawing.SystemColors.Control Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.Location = New System.Drawing.Point(268, 7) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(55, 16) Me.Label2.TabIndex = 1836 Me.Label2.Text = "合約編號" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '合約編號_tb ' Me.合約編號_tb.Enabled = False Me.合約編號_tb.Location = New System.Drawing.Point(324, 3) Me.合約編號_tb.Name = "合約編號_tb" Me.合約編號_tb.Size = New System.Drawing.Size(125, 23) Me.合約編號_tb.TabIndex = 1835 ' 'Label372 ' Me.Label372.AutoSize = True Me.Label372.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label372.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) Me.Label372.Location = New System.Drawing.Point(452, 7) Me.Label372.Name = "Label372" Me.Label372.Size = New System.Drawing.Size(55, 16) Me.Label372.TabIndex = 1842 Me.Label372.Text = "客戶名稱" Me.Label372.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.75!) Me.Label6.ForeColor = System.Drawing.Color.Green Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label6.Location = New System.Drawing.Point(1060, 79) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(60, 17) Me.Label6.TabIndex = 1849 Me.Label6.Text = "日期差異" ' '列印_bt ' Me.列印_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.print Me.列印_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.列印_bt.ForeColor = System.Drawing.Color.Green Me.列印_bt.Location = New System.Drawing.Point(1105, 28) Me.列印_bt.Name = "列印_bt" Me.列印_bt.Size = New System.Drawing.Size(45, 45) Me.列印_bt.TabIndex = 1863 Me.列印_bt.UseVisualStyleBackColor = True ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.BackColor = System.Drawing.SystemColors.Control Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label10.Location = New System.Drawing.Point(3, 7) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(55, 16) Me.Label10.TabIndex = 1865 Me.Label10.Text = "工程期數" Me.Label10.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(60, 3) Me.工程期1_ch.Name = "工程期1_ch" Me.工程期1_ch.Size = New System.Drawing.Size(74, 24) Me.工程期1_ch.TabIndex = 1864 ' 'Panel1 ' Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.PictureBox2) Me.Panel1.Controls.Add(Me.PictureBox1) Me.Panel1.Controls.Add(Me.Label10) Me.Panel1.Controls.Add(Me.工程期1_ch) Me.Panel1.Location = New System.Drawing.Point(359, 167) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(483, 159) Me.Panel1.TabIndex = 1866 ' 'PictureBox2 ' Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.PictureBox2.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PGSLOGO01 Me.PictureBox2.Location = New System.Drawing.Point(6, 92) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(471, 61) Me.PictureBox2.TabIndex = 1867 Me.PictureBox2.TabStop = False ' 'PictureBox1 ' Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.PictureBox1.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.HXLOGO01 Me.PictureBox1.Location = New System.Drawing.Point(6, 29) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(471, 61) Me.PictureBox1.TabIndex = 1866 Me.PictureBox1.TabStop = False ' '工程執行主管_lb ' Me.工程執行主管_lb.AutoSize = True Me.工程執行主管_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold) Me.工程執行主管_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) Me.工程執行主管_lb.Location = New System.Drawing.Point(5, 57) Me.工程執行主管_lb.Name = "工程執行主管_lb" Me.工程執行主管_lb.Size = New System.Drawing.Size(55, 16) Me.工程執行主管_lb.TabIndex = 1867 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() {"HX", "PGS"}) Me.工程執行主管_cb.Location = New System.Drawing.Point(76, 53) Me.工程執行主管_cb.Name = "工程執行主管_cb" Me.工程執行主管_cb.Size = New System.Drawing.Size(193, 24) Me.工程執行主管_cb.TabIndex = 1868 ' '工程材料表 ' 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.工程執行主管_lb) Me.Controls.Add(Me.工程執行主管_cb) Me.Controls.Add(Me.合約_dgv) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.列印_bt) Me.Controls.Add(Me.詳細資料2_ch) Me.Controls.Add(Me.備註_tb) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.保固_cb) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.驗收完成_dtp) Me.Controls.Add(Me.已驗收_ch) Me.Controls.Add(Me.合約工期_nud) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.工程天數_nud) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.日期差異_nud) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.立約日期_dtp) Me.Controls.Add(Me.Label414) Me.Controls.Add(Me.驗收日期_dtp) Me.Controls.Add(Me.客戶名稱_tb) Me.Controls.Add(Me.Label375) Me.Controls.Add(Me.工程名稱_中_tb) Me.Controls.Add(Me.工程名稱_英_tb) Me.Controls.Add(Me.Label378) Me.Controls.Add(Me.報價明細表_dgv) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.合約編號_tb) Me.Controls.Add(Me.Label372) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.縮放2_bt) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.合約編號1_cb) Me.Controls.Add(Me.查詢_bt) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.關鍵字搜尋_tb) 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 = "工程材料表" CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.合約工期_nud, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.工程天數_nud, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.日期差異_nud, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.報價明細表_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 合約_dgv As DataGridView Friend WithEvents 縮放2_bt As Button Friend WithEvents Label11 As Label Friend WithEvents 合約編號1_cb As ComboBox Friend WithEvents 查詢_bt As Button Friend WithEvents Label7 As Label Friend WithEvents 關鍵字搜尋_tb As TextBox Friend WithEvents 詳細資料2_ch As CheckBox Friend WithEvents 備註_tb As TextBox Friend WithEvents Label8 As Label Friend WithEvents 保固_cb As ComboBox Friend WithEvents Label9 As Label Friend WithEvents Label12 As Label Friend WithEvents Label5 As Label Friend WithEvents 驗收完成_dtp As DateTimePicker Friend WithEvents 已驗收_ch As CheckBox Friend WithEvents 合約工期_nud As NumericUpDown Friend WithEvents Label4 As Label Friend WithEvents 工程天數_nud As NumericUpDown Friend WithEvents Label3 As Label Friend WithEvents 日期差異_nud As NumericUpDown Friend WithEvents Label1 As Label Friend WithEvents 立約日期_dtp As DateTimePicker Friend WithEvents Label414 As Label Friend WithEvents 驗收日期_dtp As DateTimePicker Friend WithEvents 客戶名稱_tb As ComboBox Friend WithEvents Label375 As Label Friend WithEvents 工程名稱_中_tb As TextBox Friend WithEvents 工程名稱_英_tb As TextBox Friend WithEvents Label378 As Label Friend WithEvents 報價明細表_dgv As DataGridView Friend WithEvents Label2 As Label Friend WithEvents 合約編號_tb As TextBox Friend WithEvents Label372 As Label Friend WithEvents Label6 As Label Friend WithEvents 列印_bt As Button Friend WithEvents Label10 As Label Friend WithEvents 工程期1_ch As ComboBox Friend WithEvents Panel1 As Panel Friend WithEvents PictureBox2 As PictureBox Friend WithEvents PictureBox1 As PictureBox Friend WithEvents 工程執行主管_lb As Label Friend WithEvents 工程執行主管_cb As ComboBox End Class