_ 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(客戶資料管理)) Me.客戶清單_dgv = New System.Windows.Forms.DataGridView() Me.Label1 = New System.Windows.Forms.Label() Me.編號_tb = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.店名_tb = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.簡稱_tb = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.店面地址_tb = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.店面地址郵號_tb = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.送貨地址_tb = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.負責人_tb = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.聯絡人_tb = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.電話_tb = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.手機_tb = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.傳真_tb = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.統編_tb = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.發票抬頭_tb = New System.Windows.Forms.TextBox() Me.Label14 = New System.Windows.Forms.Label() Me.發票地址_tb = New System.Windows.Forms.TextBox() Me.Label15 = New System.Windows.Forms.Label() Me.發票地址郵號_tb = New System.Windows.Forms.TextBox() Me.Label16 = New System.Windows.Forms.Label() Me.發票額度_tb = New System.Windows.Forms.TextBox() Me.Label17 = New System.Windows.Forms.Label() Me.LineID_tb = New System.Windows.Forms.TextBox() Me.Label18 = New System.Windows.Forms.Label() Me.折扣_tb = New System.Windows.Forms.TextBox() Me.Label19 = New System.Windows.Forms.Label() Me.負責業務_tb = New System.Windows.Forms.TextBox() Me.Label20 = New System.Windows.Forms.Label() Me.備註_tb = New System.Windows.Forms.TextBox() Me.Label21 = New System.Windows.Forms.Label() Me.付款方式_cb = New System.Windows.Forms.ComboBox() Me.Label22 = New System.Windows.Forms.Label() Me.建立日期_dtp = New System.Windows.Forms.DateTimePicker() Me.可全選_ch = New System.Windows.Forms.CheckBox() Me.模式一_bt = New System.Windows.Forms.Button() Me.模式二_bt = New System.Windows.Forms.Button() Me.單筆存檔_bt = New System.Windows.Forms.Button() Me.關鍵字查詢_bt = New System.Windows.Forms.Button() Me.批量存檔_bt = New System.Windows.Forms.Button() Me.新增一筆空白資料_bt = New System.Windows.Forms.Button() Me.付款編號_tb = 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.只顯示35筆資料_ch = New System.Windows.Forms.CheckBox() CType(Me.客戶清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.SuspendLayout() ' '客戶清單_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.客戶清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.客戶清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.客戶清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.客戶清單_dgv.Location = New System.Drawing.Point(6, 216) Me.客戶清單_dgv.Name = "客戶清單_dgv" Me.客戶清單_dgv.RowHeadersWidth = 5 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.客戶清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.客戶清單_dgv.RowTemplate.Height = 24 Me.客戶清單_dgv.Size = New System.Drawing.Size(1237, 390) Me.客戶清單_dgv.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 = "編號" ' '編號_tb ' Me.編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.編號_tb.Location = New System.Drawing.Point(37, 3) Me.編號_tb.Name = "編號_tb" Me.編號_tb.Size = New System.Drawing.Size(121, 25) Me.編號_tb.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 = "店名" ' '店名_tb ' Me.店名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.店名_tb.Location = New System.Drawing.Point(399, 3) Me.店名_tb.Name = "店名_tb" Me.店名_tb.Size = New System.Drawing.Size(245, 25) Me.店名_tb.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 = "簡稱" ' '簡稱_tb ' Me.簡稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.簡稱_tb.Location = New System.Drawing.Point(218, 4) Me.簡稱_tb.Name = "簡稱_tb" Me.簡稱_tb.Size = New System.Drawing.Size(121, 25) Me.簡稱_tb.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 = "店面地址" ' '店面地址_tb ' Me.店面地址_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.店面地址_tb.Location = New System.Drawing.Point(707, 3) Me.店面地址_tb.Name = "店面地址_tb" Me.店面地址_tb.Size = New System.Drawing.Size(536, 25) Me.店面地址_tb.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 = "店面地址郵號" ' '店面地址郵號_tb ' Me.店面地址郵號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.店面地址郵號_tb.Location = New System.Drawing.Point(89, 84) Me.店面地址郵號_tb.Name = "店面地址郵號_tb" Me.店面地址郵號_tb.Size = New System.Drawing.Size(73, 25) Me.店面地址郵號_tb.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 = "送貨地址" ' '送貨地址_tb ' Me.送貨地址_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.送貨地址_tb.Location = New System.Drawing.Point(707, 57) Me.送貨地址_tb.Name = "送貨地址_tb" Me.送貨地址_tb.Size = New System.Drawing.Size(536, 25) Me.送貨地址_tb.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 = "負責人" ' '負責人_tb ' Me.負責人_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.負責人_tb.Location = New System.Drawing.Point(209, 84) Me.負責人_tb.Name = "負責人_tb" Me.負責人_tb.Size = New System.Drawing.Size(121, 25) Me.負責人_tb.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 = "聯絡人" ' '聯絡人_tb ' Me.聯絡人_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.聯絡人_tb.Location = New System.Drawing.Point(693, 84) Me.聯絡人_tb.Name = "聯絡人_tb" Me.聯絡人_tb.Size = New System.Drawing.Size(91, 25) Me.聯絡人_tb.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 = "電話" ' '電話_tb ' Me.電話_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.電話_tb.Location = New System.Drawing.Point(818, 84) Me.電話_tb.Name = "電話_tb" Me.電話_tb.Size = New System.Drawing.Size(121, 25) Me.電話_tb.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 = "手機" ' '手機_tb ' Me.手機_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.手機_tb.Location = New System.Drawing.Point(365, 83) Me.手機_tb.Name = "手機_tb" Me.手機_tb.Size = New System.Drawing.Size(121, 25) Me.手機_tb.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 = "傳真" ' '傳真_tb ' Me.傳真_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.傳真_tb.Location = New System.Drawing.Point(974, 84) Me.傳真_tb.Name = "傳真_tb" Me.傳真_tb.Size = New System.Drawing.Size(121, 25) Me.傳真_tb.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 = "統編" ' '統編_tb ' Me.統編_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.統編_tb.Location = New System.Drawing.Point(37, 30) Me.統編_tb.Name = "統編_tb" Me.統編_tb.Size = New System.Drawing.Size(121, 25) Me.統編_tb.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 = "發票抬頭" ' '發票抬頭_tb ' Me.發票抬頭_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.發票抬頭_tb.Location = New System.Drawing.Point(399, 30) Me.發票抬頭_tb.Name = "發票抬頭_tb" Me.發票抬頭_tb.Size = New System.Drawing.Size(245, 25) Me.發票抬頭_tb.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 = "發票地址" ' '發票地址_tb ' Me.發票地址_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.發票地址_tb.Location = New System.Drawing.Point(707, 30) Me.發票地址_tb.Name = "發票地址_tb" Me.發票地址_tb.Size = New System.Drawing.Size(536, 25) Me.發票地址_tb.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 = "發票地址郵號" ' '發票地址郵號_tb ' Me.發票地址郵號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.發票地址郵號_tb.Location = New System.Drawing.Point(573, 85) Me.發票地址郵號_tb.Name = "發票地址郵號_tb" Me.發票地址郵號_tb.Size = New System.Drawing.Size(73, 25) Me.發票地址郵號_tb.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 = "發票額度" ' '發票額度_tb ' Me.發票額度_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.發票額度_tb.Location = New System.Drawing.Point(218, 57) Me.發票額度_tb.Name = "發票額度_tb" Me.發票額度_tb.Size = New System.Drawing.Size(121, 25) Me.發票額度_tb.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" ' 'LineID_tb ' Me.LineID_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.LineID_tb.Location = New System.Drawing.Point(399, 57) Me.LineID_tb.Name = "LineID_tb" Me.LineID_tb.Size = New System.Drawing.Size(245, 25) Me.LineID_tb.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 = "折扣" ' '折扣_tb ' Me.折扣_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.折扣_tb.Location = New System.Drawing.Point(37, 57) Me.折扣_tb.Name = "折扣_tb" Me.折扣_tb.Size = New System.Drawing.Size(121, 25) Me.折扣_tb.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 = "負責業務" ' '負責業務_tb ' Me.負責業務_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.負責業務_tb.Location = New System.Drawing.Point(1155, 84) Me.負責業務_tb.Name = "負責業務_tb" Me.負責業務_tb.Size = New System.Drawing.Size(88, 25) Me.負責業務_tb.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 = "建立日期" ' '備註_tb ' Me.備註_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.備註_tb.Location = New System.Drawing.Point(37, 111) Me.備註_tb.Multiline = True Me.備註_tb.Name = "備註_tb" Me.備註_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.備註_tb.Size = New System.Drawing.Size(1206, 78) Me.備註_tb.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 = "備註" ' '付款方式_cb ' Me.付款方式_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.付款方式_cb.FormattingEnabled = True Me.付款方式_cb.Items.AddRange(New Object() {"男", "女", "NA"}) Me.付款方式_cb.Location = New System.Drawing.Point(218, 31) Me.付款方式_cb.Name = "付款方式_cb" Me.付款方式_cb.Size = New System.Drawing.Size(121, 24) Me.付款方式_cb.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 = "付款方式" ' '建立日期_dtp ' Me.建立日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.建立日期_dtp.Location = New System.Drawing.Point(1156, 190) Me.建立日期_dtp.Name = "建立日期_dtp" Me.建立日期_dtp.Size = New System.Drawing.Size(87, 23) Me.建立日期_dtp.TabIndex = 961 ' '可全選_ch ' Me.可全選_ch.AutoSize = True Me.可全選_ch.Location = New System.Drawing.Point(156, 194) Me.可全選_ch.Name = "可全選_ch" Me.可全選_ch.Size = New System.Drawing.Size(63, 20) Me.可全選_ch.TabIndex = 993 Me.可全選_ch.Text = "可全選" Me.可全選_ch.UseVisualStyleBackColor = True ' '模式一_bt ' 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(6, 192) Me.模式一_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.模式一_bt.Name = "模式一_bt" Me.模式一_bt.Size = New System.Drawing.Size(69, 23) Me.模式一_bt.TabIndex = 992 Me.模式一_bt.Text = "模式一" Me.模式一_bt.UseVisualStyleBackColor = True ' '模式二_bt ' 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(81, 192) Me.模式二_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.模式二_bt.Name = "模式二_bt" Me.模式二_bt.Size = New System.Drawing.Size(69, 23) Me.模式二_bt.TabIndex = 991 Me.模式二_bt.Text = "模式二" Me.模式二_bt.UseVisualStyleBackColor = True ' '單筆存檔_bt ' 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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.單筆存檔_bt.Location = New System.Drawing.Point(626, 191) Me.單筆存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.單筆存檔_bt.Name = "單筆存檔_bt" Me.單筆存檔_bt.Size = New System.Drawing.Size(144, 23) Me.單筆存檔_bt.TabIndex = 990 Me.單筆存檔_bt.Text = "資料存檔(單一筆資料)" Me.單筆存檔_bt.UseVisualStyleBackColor = True ' '關鍵字查詢_bt ' 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(225, 192) Me.關鍵字查詢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.關鍵字查詢_bt.Name = "關鍵字查詢_bt" Me.關鍵字查詢_bt.Size = New System.Drawing.Size(120, 23) Me.關鍵字查詢_bt.TabIndex = 989 Me.關鍵字查詢_bt.Text = "關鍵字查詢" Me.關鍵字查詢_bt.UseVisualStyleBackColor = True ' '批量存檔_bt ' 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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.批量存檔_bt.Location = New System.Drawing.Point(776, 191) Me.批量存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.批量存檔_bt.Name = "批量存檔_bt" Me.批量存檔_bt.Size = New System.Drawing.Size(314, 23) Me.批量存檔_bt.TabIndex = 988 Me.批量存檔_bt.Text = "資料存檔 - 整體清單 - 適用excel表格資料貼上" Me.批量存檔_bt.UseVisualStyleBackColor = True ' '新增一筆空白資料_bt ' 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(351, 192) Me.新增一筆空白資料_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.新增一筆空白資料_bt.Name = "新增一筆空白資料_bt" Me.新增一筆空白資料_bt.Size = New System.Drawing.Size(120, 23) Me.新增一筆空白資料_bt.TabIndex = 987 Me.新增一筆空白資料_bt.Text = "新增一筆空白資料" Me.新增一筆空白資料_bt.UseVisualStyleBackColor = True ' '付款編號_tb ' Me.付款編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.付款編號_tb.Location = New System.Drawing.Point(42, 326) Me.付款編號_tb.Name = "付款編號_tb" Me.付款編號_tb.Size = New System.Drawing.Size(47, 25) Me.付款編號_tb.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 = "資料刪除" ' '只顯示35筆資料_ch ' Me.只顯示35筆資料_ch.AutoSize = True Me.只顯示35筆資料_ch.Location = New System.Drawing.Point(477, 195) Me.只顯示35筆資料_ch.Name = "只顯示35筆資料_ch" Me.只顯示35筆資料_ch.Size = New System.Drawing.Size(113, 20) Me.只顯示35筆資料_ch.TabIndex = 995 Me.只顯示35筆資料_ch.Text = "只顯示35筆資料" Me.只顯示35筆資料_ch.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.只顯示35筆資料_ch) Me.Controls.Add(Me.付款編號_tb) Me.Controls.Add(Me.可全選_ch) Me.Controls.Add(Me.模式一_bt) Me.Controls.Add(Me.模式二_bt) Me.Controls.Add(Me.單筆存檔_bt) Me.Controls.Add(Me.關鍵字查詢_bt) Me.Controls.Add(Me.批量存檔_bt) Me.Controls.Add(Me.新增一筆空白資料_bt) Me.Controls.Add(Me.建立日期_dtp) Me.Controls.Add(Me.付款方式_cb) Me.Controls.Add(Me.Label21) Me.Controls.Add(Me.備註_tb) Me.Controls.Add(Me.負責業務_tb) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.折扣_tb) Me.Controls.Add(Me.LineID_tb) Me.Controls.Add(Me.發票額度_tb) Me.Controls.Add(Me.發票地址郵號_tb) Me.Controls.Add(Me.發票地址_tb) Me.Controls.Add(Me.發票抬頭_tb) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.統編_tb) Me.Controls.Add(Me.傳真_tb) Me.Controls.Add(Me.手機_tb) Me.Controls.Add(Me.電話_tb) Me.Controls.Add(Me.聯絡人_tb) Me.Controls.Add(Me.負責人_tb) Me.Controls.Add(Me.送貨地址_tb) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.店面地址郵號_tb) Me.Controls.Add(Me.店面地址_tb) Me.Controls.Add(Me.簡稱_tb) Me.Controls.Add(Me.店名_tb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.編號_tb) Me.Controls.Add(Me.客戶清單_dgv) 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.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "客戶資料管理" Me.Text = "客戶資料管理" CType(Me.客戶清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 客戶清單_dgv As DataGridView Friend WithEvents Label1 As Label Friend WithEvents 編號_tb As TextBox Friend WithEvents Label2 As Label Friend WithEvents 店名_tb As TextBox Friend WithEvents Label3 As Label Friend WithEvents 簡稱_tb As TextBox Friend WithEvents Label4 As Label Friend WithEvents 店面地址_tb As TextBox Friend WithEvents Label5 As Label Friend WithEvents 店面地址郵號_tb As TextBox Friend WithEvents Label6 As Label Friend WithEvents 送貨地址_tb As TextBox Friend WithEvents Label7 As Label Friend WithEvents 負責人_tb As TextBox Friend WithEvents Label8 As Label Friend WithEvents 聯絡人_tb As TextBox Friend WithEvents Label9 As Label Friend WithEvents 電話_tb As TextBox Friend WithEvents Label10 As Label Friend WithEvents 手機_tb As TextBox Friend WithEvents Label11 As Label Friend WithEvents 傳真_tb As TextBox Friend WithEvents Label12 As Label Friend WithEvents 統編_tb As TextBox Friend WithEvents Label13 As Label Friend WithEvents 發票抬頭_tb As TextBox Friend WithEvents Label14 As Label Friend WithEvents 發票地址_tb As TextBox Friend WithEvents Label15 As Label Friend WithEvents 發票地址郵號_tb As TextBox Friend WithEvents Label16 As Label Friend WithEvents 發票額度_tb As TextBox Friend WithEvents Label17 As Label Friend WithEvents LineID_tb As TextBox Friend WithEvents Label18 As Label Friend WithEvents 折扣_tb As TextBox Friend WithEvents Label19 As Label Friend WithEvents 負責業務_tb As TextBox Friend WithEvents Label20 As Label Friend WithEvents 備註_tb As TextBox Friend WithEvents Label21 As Label Friend WithEvents 付款方式_cb As ComboBox Friend WithEvents Label22 As Label Friend WithEvents 建立日期_dtp As DateTimePicker Friend WithEvents 可全選_ch As CheckBox Friend WithEvents 模式一_bt As Button Friend WithEvents 模式二_bt As Button Friend WithEvents 單筆存檔_bt As Button Friend WithEvents 關鍵字查詢_bt As Button Friend WithEvents 批量存檔_bt As Button Friend WithEvents 新增一筆空白資料_bt As Button Friend WithEvents 付款編號_tb 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 只顯示35筆資料_ch As CheckBox End Class