_ Partial Class 客戶資料管理 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.TextBox7 = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.TextBox8 = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.TextBox9 = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.TextBox10 = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.TextBox11 = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.TextBox12 = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.TextBox13 = New System.Windows.Forms.TextBox() Me.Label14 = New System.Windows.Forms.Label() Me.TextBox14 = New System.Windows.Forms.TextBox() Me.Label15 = New System.Windows.Forms.Label() Me.TextBox15 = New System.Windows.Forms.TextBox() Me.Label16 = New System.Windows.Forms.Label() Me.TextBox16 = New System.Windows.Forms.TextBox() Me.Label17 = New System.Windows.Forms.Label() Me.TextBox17 = New System.Windows.Forms.TextBox() Me.Label18 = New System.Windows.Forms.Label() Me.TextBox18 = New System.Windows.Forms.TextBox() Me.Label19 = New System.Windows.Forms.Label() Me.TextBox19 = New System.Windows.Forms.TextBox() Me.Label20 = New System.Windows.Forms.Label() Me.TextBox20 = New System.Windows.Forms.TextBox() Me.Label21 = New System.Windows.Forms.Label() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label22 = New System.Windows.Forms.Label() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.Button8 = New System.Windows.Forms.Button() Me.Button7 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.TextBox21 = New System.Windows.Forms.TextBox() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.模式一ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.模式二ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.貼上ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.重新讀取清單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator() Me.關鍵字查詢ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.新增一筆空白資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.資料存檔單一筆資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.資料存檔整體清單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.資料刪除ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.CheckBox2 = New System.Windows.Forms.CheckBox() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.SuspendLayout() ' 'DataGridView1 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView1.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.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(6, 216) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(1237, 390) Me.DataGridView1.TabIndex = 665 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.Location = New System.Drawing.Point(3, 6) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(34, 17) Me.Label1.TabIndex = 668 Me.Label1.Text = "編號" ' 'TextBox1 ' Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox1.Location = New System.Drawing.Point(37, 3) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(121, 25) Me.TextBox1.TabIndex = 667 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.Location = New System.Drawing.Point(367, 6) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(34, 17) Me.Label2.TabIndex = 670 Me.Label2.Text = "店名" ' 'TextBox2 ' Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox2.Location = New System.Drawing.Point(399, 3) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(245, 25) Me.TextBox2.TabIndex = 669 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.Location = New System.Drawing.Point(185, 7) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(34, 17) Me.Label3.TabIndex = 672 Me.Label3.Text = "簡稱" ' 'TextBox3 ' Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox3.Location = New System.Drawing.Point(218, 4) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(121, 25) Me.TextBox3.TabIndex = 671 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label4.Location = New System.Drawing.Point(648, 6) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(60, 17) Me.Label4.TabIndex = 674 Me.Label4.Text = "店面地址" ' 'TextBox4 ' Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox4.Location = New System.Drawing.Point(707, 3) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(536, 25) Me.TextBox4.TabIndex = 673 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label5.Location = New System.Drawing.Point(3, 87) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(86, 17) Me.Label5.TabIndex = 676 Me.Label5.Text = "店面地址郵號" ' 'TextBox5 ' Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox5.Location = New System.Drawing.Point(89, 84) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(73, 25) Me.TextBox5.TabIndex = 675 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label6.Location = New System.Drawing.Point(648, 60) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(60, 17) Me.Label6.TabIndex = 678 Me.Label6.Text = "送貨地址" ' 'TextBox6 ' Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox6.Location = New System.Drawing.Point(707, 57) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(536, 25) Me.TextBox6.TabIndex = 677 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label7.Location = New System.Drawing.Point(164, 87) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(47, 17) Me.Label7.TabIndex = 680 Me.Label7.Text = "負責人" ' 'TextBox7 ' Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox7.Location = New System.Drawing.Point(209, 84) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(121, 25) Me.TextBox7.TabIndex = 679 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label8.Location = New System.Drawing.Point(648, 87) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(47, 17) Me.Label8.TabIndex = 682 Me.Label8.Text = "聯絡人" ' 'TextBox8 ' Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox8.Location = New System.Drawing.Point(693, 84) Me.TextBox8.Name = "TextBox8" Me.TextBox8.Size = New System.Drawing.Size(91, 25) Me.TextBox8.TabIndex = 681 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label9.Location = New System.Drawing.Point(785, 88) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(34, 17) Me.Label9.TabIndex = 684 Me.Label9.Text = "電話" ' 'TextBox9 ' Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox9.Location = New System.Drawing.Point(818, 84) Me.TextBox9.Name = "TextBox9" Me.TextBox9.Size = New System.Drawing.Size(121, 25) Me.TextBox9.TabIndex = 683 ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label10.Location = New System.Drawing.Point(332, 86) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(34, 17) Me.Label10.TabIndex = 686 Me.Label10.Text = "手機" ' 'TextBox10 ' Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox10.Location = New System.Drawing.Point(365, 83) Me.TextBox10.Name = "TextBox10" Me.TextBox10.Size = New System.Drawing.Size(121, 25) Me.TextBox10.TabIndex = 685 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label11.Location = New System.Drawing.Point(941, 87) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(34, 17) Me.Label11.TabIndex = 688 Me.Label11.Text = "傳真" ' 'TextBox11 ' Me.TextBox11.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox11.Location = New System.Drawing.Point(974, 84) Me.TextBox11.Name = "TextBox11" Me.TextBox11.Size = New System.Drawing.Size(121, 25) Me.TextBox11.TabIndex = 687 ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label12.Location = New System.Drawing.Point(3, 33) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(34, 17) Me.Label12.TabIndex = 690 Me.Label12.Text = "統編" ' 'TextBox12 ' Me.TextBox12.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox12.Location = New System.Drawing.Point(37, 30) Me.TextBox12.Name = "TextBox12" Me.TextBox12.Size = New System.Drawing.Size(121, 25) Me.TextBox12.TabIndex = 689 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label13.Location = New System.Drawing.Point(341, 33) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(60, 17) Me.Label13.TabIndex = 692 Me.Label13.Text = "發票抬頭" ' 'TextBox13 ' Me.TextBox13.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox13.Location = New System.Drawing.Point(399, 30) Me.TextBox13.Name = "TextBox13" Me.TextBox13.Size = New System.Drawing.Size(245, 25) Me.TextBox13.TabIndex = 691 ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label14.Location = New System.Drawing.Point(648, 33) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(60, 17) Me.Label14.TabIndex = 694 Me.Label14.Text = "發票地址" ' 'TextBox14 ' Me.TextBox14.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox14.Location = New System.Drawing.Point(707, 30) Me.TextBox14.Name = "TextBox14" Me.TextBox14.Size = New System.Drawing.Size(536, 25) Me.TextBox14.TabIndex = 693 ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label15.Location = New System.Drawing.Point(488, 88) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(86, 17) Me.Label15.TabIndex = 696 Me.Label15.Text = "發票地址郵號" ' 'TextBox15 ' Me.TextBox15.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox15.Location = New System.Drawing.Point(573, 85) Me.TextBox15.Name = "TextBox15" Me.TextBox15.Size = New System.Drawing.Size(73, 25) Me.TextBox15.TabIndex = 695 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label16.Location = New System.Drawing.Point(159, 61) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(60, 17) Me.Label16.TabIndex = 698 Me.Label16.Text = "發票額度" ' 'TextBox16 ' Me.TextBox16.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox16.Location = New System.Drawing.Point(218, 57) Me.TextBox16.Name = "TextBox16" Me.TextBox16.Size = New System.Drawing.Size(121, 25) Me.TextBox16.TabIndex = 697 ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label17.Location = New System.Drawing.Point(353, 60) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(47, 17) Me.Label17.TabIndex = 700 Me.Label17.Text = "LineID" ' 'TextBox17 ' Me.TextBox17.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox17.Location = New System.Drawing.Point(399, 57) Me.TextBox17.Name = "TextBox17" Me.TextBox17.Size = New System.Drawing.Size(245, 25) Me.TextBox17.TabIndex = 699 ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label18.Location = New System.Drawing.Point(3, 61) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(34, 17) Me.Label18.TabIndex = 702 Me.Label18.Text = "折扣" ' 'TextBox18 ' Me.TextBox18.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox18.Location = New System.Drawing.Point(37, 57) Me.TextBox18.Name = "TextBox18" Me.TextBox18.Size = New System.Drawing.Size(121, 25) Me.TextBox18.TabIndex = 701 ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label19.Location = New System.Drawing.Point(1096, 88) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(60, 17) Me.Label19.TabIndex = 704 Me.Label19.Text = "負責業務" ' 'TextBox19 ' Me.TextBox19.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox19.Location = New System.Drawing.Point(1155, 84) Me.TextBox19.Name = "TextBox19" Me.TextBox19.Size = New System.Drawing.Size(88, 25) Me.TextBox19.TabIndex = 703 ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label20.Location = New System.Drawing.Point(1098, 194) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(60, 17) Me.Label20.TabIndex = 706 Me.Label20.Text = "建立日期" ' 'TextBox20 ' Me.TextBox20.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox20.Location = New System.Drawing.Point(37, 111) Me.TextBox20.Multiline = True Me.TextBox20.Name = "TextBox20" Me.TextBox20.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.TextBox20.Size = New System.Drawing.Size(1206, 78) Me.TextBox20.TabIndex = 705 ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label21.Location = New System.Drawing.Point(3, 114) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(34, 17) Me.Label21.TabIndex = 708 Me.Label21.Text = "備註" ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"男", "女", "NA"}) Me.ComboBox1.Location = New System.Drawing.Point(218, 31) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(121, 24) Me.ComboBox1.TabIndex = 947 ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Location = New System.Drawing.Point(163, 34) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(56, 16) Me.Label22.TabIndex = 946 Me.Label22.Text = "付款方式" ' 'DateTimePicker1 ' Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker1.Location = New System.Drawing.Point(1156, 190) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(87, 23) Me.DateTimePicker1.TabIndex = 961 ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(156, 194) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(63, 20) Me.CheckBox1.TabIndex = 993 Me.CheckBox1.Text = "可全選" Me.CheckBox1.UseVisualStyleBackColor = True ' '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(6, 192) Me.Button8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(69, 23) Me.Button8.TabIndex = 992 Me.Button8.Text = "模式一" Me.Button8.UseVisualStyleBackColor = True ' '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.Black Me.Button7.Location = New System.Drawing.Point(81, 192) Me.Button7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(69, 23) Me.Button7.TabIndex = 991 Me.Button7.Text = "模式二" Me.Button7.UseVisualStyleBackColor = True ' '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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Button4.Location = New System.Drawing.Point(626, 191) Me.Button4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(144, 23) Me.Button4.TabIndex = 990 Me.Button4.Text = "資料存檔(單一筆資料)" Me.Button4.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(225, 192) Me.Button3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(120, 23) Me.Button3.TabIndex = 989 Me.Button3.Text = "關鍵字查詢" Me.Button3.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Button1.Location = New System.Drawing.Point(776, 191) Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(314, 23) Me.Button1.TabIndex = 988 Me.Button1.Text = "資料存檔 - 整體清單 - 適用excel表格資料貼上" Me.Button1.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.Green Me.Button6.Location = New System.Drawing.Point(351, 192) Me.Button6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(120, 23) Me.Button6.TabIndex = 987 Me.Button6.Text = "新增一筆空白資料" Me.Button6.UseVisualStyleBackColor = True ' 'TextBox21 ' Me.TextBox21.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox21.Location = New System.Drawing.Point(42, 326) Me.TextBox21.Name = "TextBox21" Me.TextBox21.Size = New System.Drawing.Size(47, 25) Me.TextBox21.TabIndex = 994 ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.模式一ToolStripMenuItem, Me.模式二ToolStripMenuItem, Me.貼上ToolStripMenuItem, Me.重新讀取清單ToolStripMenuItem, Me.ToolStripSeparator5, Me.關鍵字查詢ToolStripMenuItem, Me.新增一筆空白資料ToolStripMenuItem, Me.資料存檔單一筆資料ToolStripMenuItem, Me.ToolStripSeparator1, Me.資料存檔整體清單ToolStripMenuItem, Me.ToolStripSeparator2, Me.資料刪除ToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(191, 220) ' '模式一ToolStripMenuItem ' Me.模式一ToolStripMenuItem.ForeColor = System.Drawing.Color.Red Me.模式一ToolStripMenuItem.Name = "模式一ToolStripMenuItem" Me.模式一ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.模式一ToolStripMenuItem.Text = "模式一" ' '模式二ToolStripMenuItem ' Me.模式二ToolStripMenuItem.ForeColor = System.Drawing.Color.Red Me.模式二ToolStripMenuItem.Name = "模式二ToolStripMenuItem" Me.模式二ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.模式二ToolStripMenuItem.Text = "模式二" ' '貼上ToolStripMenuItem ' Me.貼上ToolStripMenuItem.Name = "貼上ToolStripMenuItem" Me.貼上ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.貼上ToolStripMenuItem.Text = "貼上" ' '重新讀取清單ToolStripMenuItem ' Me.重新讀取清單ToolStripMenuItem.Name = "重新讀取清單ToolStripMenuItem" Me.重新讀取清單ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.重新讀取清單ToolStripMenuItem.Text = "重新讀取清單" ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" Me.ToolStripSeparator5.Size = New System.Drawing.Size(187, 6) ' '關鍵字查詢ToolStripMenuItem ' Me.關鍵字查詢ToolStripMenuItem.Name = "關鍵字查詢ToolStripMenuItem" Me.關鍵字查詢ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.關鍵字查詢ToolStripMenuItem.Text = "關鍵字查詢" ' '新增一筆空白資料ToolStripMenuItem ' Me.新增一筆空白資料ToolStripMenuItem.ForeColor = System.Drawing.Color.Green Me.新增一筆空白資料ToolStripMenuItem.Name = "新增一筆空白資料ToolStripMenuItem" Me.新增一筆空白資料ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.新增一筆空白資料ToolStripMenuItem.Text = "新增一筆空白資料" ' '資料存檔單一筆資料ToolStripMenuItem ' Me.資料存檔單一筆資料ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.資料存檔單一筆資料ToolStripMenuItem.Name = "資料存檔單一筆資料ToolStripMenuItem" Me.資料存檔單一筆資料ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.資料存檔單一筆資料ToolStripMenuItem.Text = "資料存檔(單一筆資料)" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(187, 6) ' '資料存檔整體清單ToolStripMenuItem ' Me.資料存檔整體清單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.資料存檔整體清單ToolStripMenuItem.Name = "資料存檔整體清單ToolStripMenuItem" Me.資料存檔整體清單ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.資料存檔整體清單ToolStripMenuItem.Text = "資料存檔(整體清單)" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(187, 6) ' '資料刪除ToolStripMenuItem ' Me.資料刪除ToolStripMenuItem.ForeColor = System.Drawing.Color.Red Me.資料刪除ToolStripMenuItem.Name = "資料刪除ToolStripMenuItem" Me.資料刪除ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.資料刪除ToolStripMenuItem.Text = "資料刪除" ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.Location = New System.Drawing.Point(477, 195) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(113, 20) Me.CheckBox2.TabIndex = 995 Me.CheckBox2.Text = "只顯示35筆資料" Me.CheckBox2.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(1249, 611) Me.ContextMenuStrip = Me.ContextMenuStrip1 Me.Controls.Add(Me.CheckBox2) Me.Controls.Add(Me.TextBox21) Me.Controls.Add(Me.CheckBox1) Me.Controls.Add(Me.Button8) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.DateTimePicker1) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Label21) Me.Controls.Add(Me.TextBox20) Me.Controls.Add(Me.TextBox19) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.TextBox18) Me.Controls.Add(Me.TextBox17) Me.Controls.Add(Me.TextBox16) Me.Controls.Add(Me.TextBox15) Me.Controls.Add(Me.TextBox14) Me.Controls.Add(Me.TextBox13) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.TextBox12) Me.Controls.Add(Me.TextBox11) Me.Controls.Add(Me.TextBox10) Me.Controls.Add(Me.TextBox9) Me.Controls.Add(Me.TextBox8) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.Label22) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.Label17) 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() Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DataGridView1 As DataGridView Friend WithEvents Label1 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents Label2 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents Label3 As Label Friend WithEvents TextBox3 As TextBox Friend WithEvents Label4 As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents Label5 As Label Friend WithEvents TextBox5 As TextBox Friend WithEvents Label6 As Label Friend WithEvents TextBox6 As TextBox Friend WithEvents Label7 As Label Friend WithEvents TextBox7 As TextBox Friend WithEvents Label8 As Label Friend WithEvents TextBox8 As TextBox Friend WithEvents Label9 As Label Friend WithEvents TextBox9 As TextBox Friend WithEvents Label10 As Label Friend WithEvents TextBox10 As TextBox Friend WithEvents Label11 As Label Friend WithEvents TextBox11 As TextBox Friend WithEvents Label12 As Label Friend WithEvents TextBox12 As TextBox Friend WithEvents Label13 As Label Friend WithEvents TextBox13 As TextBox Friend WithEvents Label14 As Label Friend WithEvents TextBox14 As TextBox Friend WithEvents Label15 As Label Friend WithEvents TextBox15 As TextBox Friend WithEvents Label16 As Label Friend WithEvents TextBox16 As TextBox Friend WithEvents Label17 As Label Friend WithEvents TextBox17 As TextBox Friend WithEvents Label18 As Label Friend WithEvents TextBox18 As TextBox Friend WithEvents Label19 As Label Friend WithEvents TextBox19 As TextBox Friend WithEvents Label20 As Label Friend WithEvents TextBox20 As TextBox Friend WithEvents Label21 As Label Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Label22 As Label Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents CheckBox1 As CheckBox Friend WithEvents Button8 As Button Friend WithEvents Button7 As Button Friend WithEvents Button4 As Button Friend WithEvents Button3 As Button Friend WithEvents Button1 As Button Friend WithEvents Button6 As Button Friend WithEvents TextBox21 As TextBox Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 模式一ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 模式二ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 貼上ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 重新讀取清單ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator5 As ToolStripSeparator Friend WithEvents 關鍵字查詢ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 新增一筆空白資料ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 資料存檔單一筆資料ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents 資料存檔整體清單ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator2 As ToolStripSeparator Friend WithEvents 資料刪除ToolStripMenuItem As ToolStripMenuItem Friend WithEvents CheckBox2 As CheckBox End Class