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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Button4 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.Button13 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.DataGridView3 = New System.Windows.Forms.DataGridView() Me.Button7 = New System.Windows.Forms.Button() Me.TextBox11 = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.TextBox12 = New System.Windows.Forms.TextBox() Me.Label14 = New System.Windows.Forms.Label() Me.TextBox13 = New System.Windows.Forms.TextBox() Me.Label15 = New System.Windows.Forms.Label() Me.Button8 = New System.Windows.Forms.Button() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.Label18 = New System.Windows.Forms.Label() Me.ComboBox4 = New System.Windows.Forms.ComboBox() Me.Label19 = New System.Windows.Forms.Label() Me.CheckBox10 = New System.Windows.Forms.CheckBox() Me.Button9 = New System.Windows.Forms.Button() Me.Label20 = New System.Windows.Forms.Label() Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker() Me.CheckBox11 = New System.Windows.Forms.CheckBox() Me.ComboBox5 = New System.Windows.Forms.ComboBox() Me.Label21 = New System.Windows.Forms.Label() Me.TextBox16 = New System.Windows.Forms.TextBox() Me.WebBrowser3 = New System.Windows.Forms.WebBrowser() Me.Button10 = New System.Windows.Forms.Button() Me.CheckBox12 = New System.Windows.Forms.CheckBox() Me.WebBrowser1 = New System.Windows.Forms.WebBrowser() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.Label9 = New System.Windows.Forms.Label() Me.Button14 = New System.Windows.Forms.Button() Me.Label10 = New System.Windows.Forms.Label() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Label11 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.Button11 = New System.Windows.Forms.Button() Me.TextBox7 = New System.Windows.Forms.TextBox() Me.TextBox8 = New System.Windows.Forms.TextBox() Me.Button12 = New System.Windows.Forms.Button() Me.Button15 = New System.Windows.Forms.Button() Me.Button16 = New System.Windows.Forms.Button() Me.Button17 = New System.Windows.Forms.Button() Me.Button18 = New System.Windows.Forms.Button() Me.Button19 = New System.Windows.Forms.Button() Me.Button20 = New System.Windows.Forms.Button() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 6) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(68, 16) Me.Label1.TabIndex = 0 Me.Label1.Text = "專案流水號" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(213, 6) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(56, 16) Me.Label2.TabIndex = 1 Me.Label2.Text = "專案內容" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(213, 56) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(56, 16) Me.Label3.TabIndex = 2 Me.Label3.Text = "執行人數" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(422, 30) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(56, 16) Me.Label4.TabIndex = 3 Me.Label4.Text = "執行天數" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(213, 31) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(56, 16) Me.Label6.TabIndex = 5 Me.Label6.Text = "專案地點" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(86, 3) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(121, 23) Me.TextBox1.TabIndex = 6 ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(275, 3) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(392, 23) Me.TextBox2.TabIndex = 7 ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(275, 28) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(141, 23) Me.TextBox3.TabIndex = 8 ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20"}) Me.ComboBox1.Location = New System.Drawing.Point(275, 53) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(68, 24) Me.ComboBox1.TabIndex = 10 ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button4.ForeColor = System.Drawing.Color.Red Me.Button4.Location = New System.Drawing.Point(1822, 6) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(80, 72) Me.Button4.TabIndex = 186 Me.Button4.Text = "刪除" Me.Button4.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button5.ForeColor = System.Drawing.Color.Blue Me.Button5.Location = New System.Drawing.Point(1660, 6) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(80, 72) Me.Button5.TabIndex = 184 Me.Button5.Text = "新增" Me.Button5.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button6.ForeColor = System.Drawing.Color.DarkGreen Me.Button6.Location = New System.Drawing.Point(1741, 6) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(80, 72) Me.Button6.TabIndex = 185 Me.Button6.Text = "修改" Me.Button6.UseVisualStyleBackColor = True ' 'DataGridView1 ' Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(12, 80) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView1.Size = New System.Drawing.Size(1890, 573) Me.DataGridView1.TabIndex = 187 ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(673, 56) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(75, 20) Me.CheckBox1.TabIndex = 189 Me.CheckBox1.Text = "是否結案" Me.CheckBox1.UseVisualStyleBackColor = True ' 'DateTimePicker1 ' Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker1.Location = New System.Drawing.Point(792, 27) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(121, 23) Me.DateTimePicker1.TabIndex = 190 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(754, 31) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(32, 16) Me.Label7.TabIndex = 191 Me.Label7.Text = "日期" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(754, 57) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(32, 16) Me.Label8.TabIndex = 193 Me.Label8.Text = "日期" ' 'DateTimePicker2 ' Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker2.Location = New System.Drawing.Point(793, 52) Me.DateTimePicker2.Name = "DateTimePicker2" Me.DateTimePicker2.Size = New System.Drawing.Size(120, 23) Me.DateTimePicker2.TabIndex = 192 ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(1133, 25) Me.TextBox4.Multiline = True Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(278, 52) Me.TextBox4.TabIndex = 195 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(1133, 7) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(32, 16) Me.Label5.TabIndex = 194 Me.Label5.Text = "備註" ' 'Button13 ' Me.Button13.ForeColor = System.Drawing.Color.Black Me.Button13.Location = New System.Drawing.Point(919, 26) Me.Button13.Name = "Button13" Me.Button13.Size = New System.Drawing.Size(41, 24) Me.Button13.TabIndex = 310 Me.Button13.Text = "清空" Me.Button13.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.ForeColor = System.Drawing.Color.Black Me.Button1.Location = New System.Drawing.Point(919, 52) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(41, 24) Me.Button1.TabIndex = 311 Me.Button1.Text = "清空" Me.Button1.UseVisualStyleBackColor = True ' 'DataGridView2 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(1577, 683) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView2.Size = New System.Drawing.Size(325, 299) Me.DataGridView2.TabIndex = 312 ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.ForeColor = System.Drawing.Color.Black Me.Button2.Location = New System.Drawing.Point(1498, 6) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(80, 72) Me.Button2.TabIndex = 313 Me.Button2.Text = "查詢" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.ForeColor = System.Drawing.Color.Black Me.Button3.Location = New System.Drawing.Point(1577, 656) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(63, 24) Me.Button3.TabIndex = 315 Me.Button3.Text = "查詢" Me.Button3.UseVisualStyleBackColor = True ' 'DataGridView3 ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.DataGridView3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView3.Location = New System.Drawing.Point(12, 683) Me.DataGridView3.Name = "DataGridView3" Me.DataGridView3.RowHeadersWidth = 5 Me.DataGridView3.RowTemplate.Height = 24 Me.DataGridView3.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView3.Size = New System.Drawing.Size(195, 299) Me.DataGridView3.TabIndex = 324 ' 'Button7 ' Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button7.ForeColor = System.Drawing.Color.Blue Me.Button7.Location = New System.Drawing.Point(1646, 656) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(63, 24) Me.Button7.TabIndex = 325 Me.Button7.Text = "新增" Me.Button7.UseVisualStyleBackColor = True ' 'TextBox11 ' Me.TextBox11.Location = New System.Drawing.Point(1027, 27) Me.TextBox11.Name = "TextBox11" Me.TextBox11.Size = New System.Drawing.Size(100, 23) Me.TextBox11.TabIndex = 334 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(966, 30) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(32, 16) Me.Label13.TabIndex = 333 Me.Label13.Text = "訂金" ' 'TextBox12 ' Me.TextBox12.Location = New System.Drawing.Point(1027, 2) Me.TextBox12.Name = "TextBox12" Me.TextBox12.Size = New System.Drawing.Size(100, 23) Me.TextBox12.TabIndex = 332 ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(965, 5) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(56, 16) Me.Label14.TabIndex = 331 Me.Label14.Text = "報價金額" ' 'TextBox13 ' Me.TextBox13.Location = New System.Drawing.Point(1027, 54) Me.TextBox13.Name = "TextBox13" Me.TextBox13.Size = New System.Drawing.Size(100, 23) Me.TextBox13.TabIndex = 336 ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Location = New System.Drawing.Point(966, 57) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(56, 16) Me.Label15.TabIndex = 335 Me.Label15.Text = "應收尾款" ' 'Button8 ' Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button8.ForeColor = System.Drawing.Color.Black Me.Button8.Location = New System.Drawing.Point(1579, 6) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(80, 72) Me.Button8.TabIndex = 341 Me.Button8.Text = "清空" Me.Button8.UseVisualStyleBackColor = True ' 'ComboBox3 ' Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Items.AddRange(New Object() {"設備新建", "設備改裝", "設備設計", "軟體設計", "系統維護", "系統顧問"}) Me.ComboBox3.Location = New System.Drawing.Point(86, 28) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(121, 24) Me.ComboBox3.TabIndex = 343 ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Location = New System.Drawing.Point(12, 31) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(56, 16) Me.Label18.TabIndex = 342 Me.Label18.Text = "專案性質" ' 'ComboBox4 ' Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox4.FormattingEnabled = True Me.ComboBox4.Items.AddRange(New Object() {"一般合約", "年限合約", "特別委託"}) Me.ComboBox4.Location = New System.Drawing.Point(86, 54) Me.ComboBox4.Name = "ComboBox4" Me.ComboBox4.Size = New System.Drawing.Size(121, 24) Me.ComboBox4.TabIndex = 345 ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Location = New System.Drawing.Point(24, 57) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(56, 16) Me.Label19.TabIndex = 344 Me.Label19.Text = "合約性質" ' 'CheckBox10 ' Me.CheckBox10.AutoSize = True Me.CheckBox10.Location = New System.Drawing.Point(673, 5) Me.CheckBox10.Name = "CheckBox10" Me.CheckBox10.Size = New System.Drawing.Size(75, 20) Me.CheckBox10.TabIndex = 346 Me.CheckBox10.Text = "是否報價" Me.CheckBox10.UseVisualStyleBackColor = True ' 'Button9 ' Me.Button9.ForeColor = System.Drawing.Color.Black Me.Button9.Location = New System.Drawing.Point(918, 2) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(41, 24) Me.Button9.TabIndex = 349 Me.Button9.Text = "清空" Me.Button9.UseVisualStyleBackColor = True ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Location = New System.Drawing.Point(754, 6) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(32, 16) Me.Label20.TabIndex = 348 Me.Label20.Text = "日期" ' 'DateTimePicker3 ' Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker3.Location = New System.Drawing.Point(792, 2) Me.DateTimePicker3.Name = "DateTimePicker3" Me.DateTimePicker3.Size = New System.Drawing.Size(120, 23) Me.DateTimePicker3.TabIndex = 347 ' 'CheckBox11 ' Me.CheckBox11.AutoSize = True Me.CheckBox11.Location = New System.Drawing.Point(673, 30) Me.CheckBox11.Name = "CheckBox11" Me.CheckBox11.Size = New System.Drawing.Size(75, 20) Me.CheckBox11.TabIndex = 350 Me.CheckBox11.Text = "是否立案" Me.CheckBox11.UseVisualStyleBackColor = True ' 'ComboBox5 ' Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox5.FormattingEnabled = True Me.ComboBox5.Items.AddRange(New Object() {"TWD", "USD", "RMB", "HKD"}) Me.ComboBox5.Location = New System.Drawing.Point(387, 54) Me.ComboBox5.Name = "ComboBox5" Me.ComboBox5.Size = New System.Drawing.Size(66, 24) Me.ComboBox5.TabIndex = 352 ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Location = New System.Drawing.Point(349, 57) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(32, 16) Me.Label21.TabIndex = 351 Me.Label21.Text = "幣別" ' 'TextBox16 ' Me.TextBox16.Location = New System.Drawing.Point(484, 28) Me.TextBox16.Name = "TextBox16" Me.TextBox16.Size = New System.Drawing.Size(66, 23) Me.TextBox16.TabIndex = 353 ' 'WebBrowser3 ' Me.WebBrowser3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.WebBrowser3.Location = New System.Drawing.Point(903, 683) Me.WebBrowser3.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser3.Name = "WebBrowser3" Me.WebBrowser3.Size = New System.Drawing.Size(668, 299) Me.WebBrowser3.TabIndex = 354 ' 'Button10 ' Me.Button10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button10.ForeColor = System.Drawing.Color.Black Me.Button10.Location = New System.Drawing.Point(983, 656) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(97, 24) Me.Button10.TabIndex = 355 Me.Button10.Text = "回主頁" Me.Button10.UseVisualStyleBackColor = True ' 'CheckBox12 ' Me.CheckBox12.AutoSize = True Me.CheckBox12.Location = New System.Drawing.Point(556, 30) Me.CheckBox12.Name = "CheckBox12" Me.CheckBox12.Size = New System.Drawing.Size(111, 20) Me.CheckBox12.TabIndex = 356 Me.CheckBox12.Text = "是否建立資料夾" Me.CheckBox12.UseVisualStyleBackColor = True ' 'WebBrowser1 ' Me.WebBrowser1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.WebBrowser1.Location = New System.Drawing.Point(224, 683) Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser1.Name = "WebBrowser1" Me.WebBrowser1.Size = New System.Drawing.Size(668, 299) Me.WebBrowser1.TabIndex = 357 ' 'SaveFileDialog1 ' Me.SaveFileDialog1.DefaultExt = "jpg" Me.SaveFileDialog1.SupportMultiDottedExtensions = True Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label9.Location = New System.Drawing.Point(221, 660) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(56, 16) Me.Label9.TabIndex = 625 Me.Label9.Text = "我的電腦" ' 'Button14 ' Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button14.ForeColor = System.Drawing.Color.Blue Me.Button14.Location = New System.Drawing.Point(283, 656) Me.Button14.Name = "Button14" Me.Button14.Size = New System.Drawing.Size(97, 24) Me.Button14.TabIndex = 624 Me.Button14.Text = "讀取料夾路徑" Me.Button14.UseVisualStyleBackColor = True ' 'Label10 ' Me.Label10.AutoSize = True 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(900, 660) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(80, 16) Me.Label10.TabIndex = 626 Me.Label10.Text = "服務器資料夾" ' 'TextBox6 ' Me.TextBox6.Location = New System.Drawing.Point(1802, 657) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(100, 23) Me.TextBox6.TabIndex = 627 ' 'TextBox5 ' Me.TextBox5.Location = New System.Drawing.Point(1490, 657) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(81, 23) Me.TextBox5.TabIndex = 628 ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Items.AddRange(New Object() {"TWD", "USD", "RMB", "HKD"}) Me.ComboBox2.Location = New System.Drawing.Point(497, 53) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(170, 24) Me.ComboBox2.TabIndex = 630 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(459, 59) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(32, 16) Me.Label11.TabIndex = 629 Me.Label11.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.Location = New System.Drawing.Point(12, 660) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(56, 16) Me.Label12.TabIndex = 631 Me.Label12.Text = "參與人員" ' 'Button11 ' Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button11.ForeColor = System.Drawing.Color.Red Me.Button11.Location = New System.Drawing.Point(147, 656) Me.Button11.Name = "Button11" Me.Button11.Size = New System.Drawing.Size(60, 24) Me.Button11.TabIndex = 632 Me.Button11.Text = "刪除" Me.Button11.UseVisualStyleBackColor = True ' 'TextBox7 ' Me.TextBox7.Location = New System.Drawing.Point(69, 656) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(76, 23) Me.TextBox7.TabIndex = 634 ' 'TextBox8 ' Me.TextBox8.Location = New System.Drawing.Point(705, 656) Me.TextBox8.Name = "TextBox8" Me.TextBox8.Size = New System.Drawing.Size(100, 23) Me.TextBox8.TabIndex = 633 ' 'Button12 ' Me.Button12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button12.ForeColor = System.Drawing.Color.Blue Me.Button12.Location = New System.Drawing.Point(422, 656) Me.Button12.Name = "Button12" Me.Button12.Size = New System.Drawing.Size(61, 24) Me.Button12.TabIndex = 635 Me.Button12.Text = "上一頁" Me.Button12.UseVisualStyleBackColor = True ' 'Button15 ' Me.Button15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button15.ForeColor = System.Drawing.Color.Blue Me.Button15.Location = New System.Drawing.Point(489, 656) Me.Button15.Name = "Button15" Me.Button15.Size = New System.Drawing.Size(61, 24) Me.Button15.TabIndex = 636 Me.Button15.Text = "下一頁" Me.Button15.UseVisualStyleBackColor = True ' 'Button16 ' Me.Button16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button16.ForeColor = System.Drawing.Color.Black Me.Button16.Location = New System.Drawing.Point(1200, 656) Me.Button16.Name = "Button16" Me.Button16.Size = New System.Drawing.Size(61, 24) Me.Button16.TabIndex = 638 Me.Button16.Text = "下一頁" Me.Button16.UseVisualStyleBackColor = True ' 'Button17 ' Me.Button17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button17.ForeColor = System.Drawing.Color.Black Me.Button17.Location = New System.Drawing.Point(1133, 656) Me.Button17.Name = "Button17" Me.Button17.Size = New System.Drawing.Size(61, 24) Me.Button17.TabIndex = 637 Me.Button17.Text = "上一頁" Me.Button17.UseVisualStyleBackColor = True ' 'Button18 ' Me.Button18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button18.ForeColor = System.Drawing.Color.Purple Me.Button18.Location = New System.Drawing.Point(1417, 6) Me.Button18.Name = "Button18" Me.Button18.Size = New System.Drawing.Size(80, 72) Me.Button18.TabIndex = 639 Me.Button18.Text = "專案點檢表" Me.Button18.UseVisualStyleBackColor = True ' 'Button19 ' Me.Button19.Location = New System.Drawing.Point(1321, 1) Me.Button19.Name = "Button19" Me.Button19.Size = New System.Drawing.Size(90, 23) Me.Button19.TabIndex = 640 Me.Button19.Text = "下拉清單更新" Me.Button19.UseVisualStyleBackColor = True ' 'Button20 ' Me.Button20.Location = New System.Drawing.Point(1225, 1) Me.Button20.Name = "Button20" Me.Button20.Size = New System.Drawing.Size(90, 23) Me.Button20.TabIndex = 641 Me.Button20.Text = "重新讀取清單" Me.Button20.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(1914, 991) Me.Controls.Add(Me.Button20) Me.Controls.Add(Me.Button19) Me.Controls.Add(Me.Button18) Me.Controls.Add(Me.Button16) Me.Controls.Add(Me.Button17) Me.Controls.Add(Me.Button15) Me.Controls.Add(Me.Button12) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.TextBox8) Me.Controls.Add(Me.Button11) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.DataGridView3) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Button14) Me.Controls.Add(Me.WebBrowser1) Me.Controls.Add(Me.CheckBox12) Me.Controls.Add(Me.Button10) Me.Controls.Add(Me.WebBrowser3) Me.Controls.Add(Me.TextBox16) Me.Controls.Add(Me.ComboBox5) Me.Controls.Add(Me.Label21) Me.Controls.Add(Me.CheckBox11) Me.Controls.Add(Me.Button9) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.DateTimePicker3) Me.Controls.Add(Me.CheckBox10) Me.Controls.Add(Me.ComboBox4) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.ComboBox3) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.Button8) Me.Controls.Add(Me.TextBox13) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.TextBox11) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.TextBox12) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.DataGridView2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Button13) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.DateTimePicker2) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.DateTimePicker1) Me.Controls.Add(Me.CheckBox1) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.DataGridView1) 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.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents Label4 As Label Friend WithEvents Label6 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents TextBox2 As TextBox Friend WithEvents TextBox3 As TextBox Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Button4 As Button Friend WithEvents Button5 As Button Friend WithEvents Button6 As Button Friend WithEvents DataGridView1 As DataGridView Friend WithEvents CheckBox1 As CheckBox Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents Label7 As Label Friend WithEvents Label8 As Label Friend WithEvents DateTimePicker2 As DateTimePicker Friend WithEvents TextBox4 As TextBox Friend WithEvents Label5 As Label Friend WithEvents Button13 As Button Friend WithEvents Button1 As Button Friend WithEvents DataGridView2 As DataGridView Friend WithEvents Button2 As Button Friend WithEvents Button3 As Button Friend WithEvents DataGridView3 As DataGridView Friend WithEvents Button7 As Button Friend WithEvents TextBox11 As TextBox Friend WithEvents Label13 As Label Friend WithEvents TextBox12 As TextBox Friend WithEvents Label14 As Label Friend WithEvents TextBox13 As TextBox Friend WithEvents Label15 As Label Friend WithEvents Button8 As Button Friend WithEvents ComboBox3 As ComboBox Friend WithEvents Label18 As Label Friend WithEvents ComboBox4 As ComboBox Friend WithEvents Label19 As Label Friend WithEvents CheckBox10 As CheckBox Friend WithEvents Button9 As Button Friend WithEvents Label20 As Label Friend WithEvents DateTimePicker3 As DateTimePicker Friend WithEvents CheckBox11 As CheckBox Friend WithEvents ComboBox5 As ComboBox Friend WithEvents Label21 As Label Friend WithEvents TextBox16 As TextBox Friend WithEvents WebBrowser3 As WebBrowser Friend WithEvents Button10 As Button Friend WithEvents CheckBox12 As CheckBox Friend WithEvents WebBrowser1 As WebBrowser Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents SaveFileDialog1 As SaveFileDialog Friend WithEvents Label9 As Label Friend WithEvents Button14 As Button Friend WithEvents Label10 As Label Friend WithEvents TextBox6 As TextBox Friend WithEvents TextBox5 As TextBox Friend WithEvents ComboBox2 As ComboBox Friend WithEvents Label11 As Label Friend WithEvents Label12 As Label Friend WithEvents Button11 As Button Friend WithEvents TextBox7 As TextBox Friend WithEvents TextBox8 As TextBox Friend WithEvents Button12 As Button Friend WithEvents Button15 As Button Friend WithEvents Button16 As Button Friend WithEvents Button17 As Button Friend WithEvents Button18 As Button Friend WithEvents Button19 As Button Friend WithEvents Button20 As Button End Class