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.語轉扭_bt = New System.Windows.Forms.Button() Me.負責人電話_tb = New System.Windows.Forms.TextBox() Me.負責人電話_lb = New System.Windows.Forms.Label() Me.客戶簡稱_cb = New System.Windows.Forms.ComboBox() Me.語言_dgv = New System.Windows.Forms.DataGridView() Me.信箱2_tb = New System.Windows.Forms.TextBox() Me.信箱1_tb = New System.Windows.Forms.TextBox() Me.聯繫人信箱2_lb = New System.Windows.Forms.Label() Me.聯繫人信箱1_lb = New System.Windows.Forms.Label() Me.聯繫電話2_tb = New System.Windows.Forms.TextBox() Me.聯繫電話1_tb = New System.Windows.Forms.TextBox() Me.聯繫人2_tb = New System.Windows.Forms.TextBox() Me.聯繫人1_tb = New System.Windows.Forms.TextBox() Me.負責人_tb = New System.Windows.Forms.TextBox() Me.負責人_lb = New System.Windows.Forms.Label() Me.電話1_tb = New System.Windows.Forms.TextBox() Me.公司地址_lb = New System.Windows.Forms.Label() Me.客戶名稱_tb = New System.Windows.Forms.TextBox() Me.客戶_lb = New System.Windows.Forms.Label() Me.簡稱_lb = New System.Windows.Forms.Label() Me.供應商編號_tb = New System.Windows.Forms.TextBox() Me.客戶編號_lb = New System.Windows.Forms.Label() Me.聯繫人2_lb = New System.Windows.Forms.Label() Me.聯繫人1_lb = New System.Windows.Forms.Label() Me.公司電話1_lb = New System.Windows.Forms.Label() Me.聯繫人電話2_lb = New System.Windows.Forms.Label() Me.聯繫人電話1_lb = New System.Windows.Forms.Label() Me.廠商清單_dgv = New System.Windows.Forms.DataGridView() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.地址_tb = New System.Windows.Forms.TextBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.客戶車號_tb = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() 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() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' '語轉扭_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(1318, 0) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1670 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' '負責人電話_tb ' Me.負責人電話_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.負責人電話_tb.Location = New System.Drawing.Point(414, 30) Me.負責人電話_tb.Name = "負責人電話_tb" Me.負責人電話_tb.Size = New System.Drawing.Size(131, 23) Me.負責人電話_tb.TabIndex = 1669 ' '負責人電話_lb ' Me.負責人電話_lb.AutoSize = True Me.負責人電話_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.負責人電話_lb.Location = New System.Drawing.Point(312, 33) Me.負責人電話_lb.Name = "負責人電話_lb" Me.負責人電話_lb.Size = New System.Drawing.Size(67, 16) Me.負責人電話_lb.TabIndex = 1668 Me.負責人電話_lb.Text = "負責人電話" Me.負責人電話_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '客戶簡稱_cb ' Me.客戶簡稱_cb.FormattingEnabled = True Me.客戶簡稱_cb.Items.AddRange(New Object() {"2019"}) Me.客戶簡稱_cb.Location = New System.Drawing.Point(132, 85) Me.客戶簡稱_cb.Name = "客戶簡稱_cb" Me.客戶簡稱_cb.Size = New System.Drawing.Size(169, 24) Me.客戶簡稱_cb.TabIndex = 1667 ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Location = New System.Drawing.Point(126, 156) Me.語言_dgv.Name = "語言_dgv" Me.語言_dgv.RowHeadersWidth = 5 Me.語言_dgv.RowTemplate.Height = 24 Me.語言_dgv.Size = New System.Drawing.Size(81, 49) Me.語言_dgv.TabIndex = 1666 Me.語言_dgv.Visible = False ' '信箱2_tb ' Me.信箱2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.信箱2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.信箱2_tb.Location = New System.Drawing.Point(894, 82) Me.信箱2_tb.Name = "信箱2_tb" Me.信箱2_tb.Size = New System.Drawing.Size(410, 23) Me.信箱2_tb.TabIndex = 1662 ' '信箱1_tb ' Me.信箱1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.信箱1_tb.ForeColor = System.Drawing.Color.Green Me.信箱1_tb.Location = New System.Drawing.Point(894, 58) Me.信箱1_tb.Name = "信箱1_tb" Me.信箱1_tb.Size = New System.Drawing.Size(410, 23) Me.信箱1_tb.TabIndex = 1661 ' '聯繫人信箱2_lb ' Me.聯繫人信箱2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.聯繫人信箱2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.聯繫人信箱2_lb.Location = New System.Drawing.Point(802, 85) Me.聯繫人信箱2_lb.Name = "聯繫人信箱2_lb" Me.聯繫人信箱2_lb.Size = New System.Drawing.Size(86, 16) Me.聯繫人信箱2_lb.TabIndex = 1660 Me.聯繫人信箱2_lb.Text = "聯繫人 2 信箱" Me.聯繫人信箱2_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '聯繫人信箱1_lb ' Me.聯繫人信箱1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.聯繫人信箱1_lb.ForeColor = System.Drawing.Color.Green Me.聯繫人信箱1_lb.Location = New System.Drawing.Point(802, 61) Me.聯繫人信箱1_lb.Name = "聯繫人信箱1_lb" Me.聯繫人信箱1_lb.Size = New System.Drawing.Size(86, 16) Me.聯繫人信箱1_lb.TabIndex = 1659 Me.聯繫人信箱1_lb.Text = "聯繫人 1 信箱" Me.聯繫人信箱1_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '聯繫電話2_tb ' Me.聯繫電話2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.聯繫電話2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.聯繫電話2_tb.Location = New System.Drawing.Point(552, 82) Me.聯繫電話2_tb.Name = "聯繫電話2_tb" Me.聯繫電話2_tb.Size = New System.Drawing.Size(244, 23) Me.聯繫電話2_tb.TabIndex = 1655 ' '聯繫電話1_tb ' Me.聯繫電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.聯繫電話1_tb.ForeColor = System.Drawing.Color.Green Me.聯繫電話1_tb.Location = New System.Drawing.Point(552, 58) Me.聯繫電話1_tb.Name = "聯繫電話1_tb" Me.聯繫電話1_tb.Size = New System.Drawing.Size(244, 23) Me.聯繫電話1_tb.TabIndex = 1653 ' '聯繫人2_tb ' Me.聯繫人2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.聯繫人2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.聯繫人2_tb.Location = New System.Drawing.Point(76, 82) Me.聯繫人2_tb.Name = "聯繫人2_tb" Me.聯繫人2_tb.Size = New System.Drawing.Size(392, 23) Me.聯繫人2_tb.TabIndex = 1650 ' '聯繫人1_tb ' Me.聯繫人1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.聯繫人1_tb.ForeColor = System.Drawing.Color.Green Me.聯繫人1_tb.Location = New System.Drawing.Point(76, 58) Me.聯繫人1_tb.Name = "聯繫人1_tb" Me.聯繫人1_tb.Size = New System.Drawing.Size(392, 23) Me.聯繫人1_tb.TabIndex = 1648 ' '負責人_tb ' Me.負責人_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.負責人_tb.Location = New System.Drawing.Point(127, 30) Me.負責人_tb.Name = "負責人_tb" Me.負責人_tb.Size = New System.Drawing.Size(153, 23) Me.負責人_tb.TabIndex = 1647 ' '負責人_lb ' Me.負責人_lb.AutoSize = True Me.負責人_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.負責人_lb.Location = New System.Drawing.Point(57, 33) Me.負責人_lb.Name = "負責人_lb" Me.負責人_lb.Size = New System.Drawing.Size(43, 16) Me.負責人_lb.TabIndex = 1646 Me.負責人_lb.Text = "負責人" Me.負責人_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '電話1_tb ' Me.電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.電話1_tb.Location = New System.Drawing.Point(826, 4) Me.電話1_tb.Name = "電話1_tb" Me.電話1_tb.Size = New System.Drawing.Size(185, 23) Me.電話1_tb.TabIndex = 1644 ' '公司地址_lb ' Me.公司地址_lb.AutoSize = True Me.公司地址_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.公司地址_lb.Location = New System.Drawing.Point(288, 33) Me.公司地址_lb.Name = "公司地址_lb" Me.公司地址_lb.Size = New System.Drawing.Size(55, 16) Me.公司地址_lb.TabIndex = 1642 Me.公司地址_lb.Text = "公司地址" Me.公司地址_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '客戶名稱_tb ' Me.客戶名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.客戶名稱_tb.Location = New System.Drawing.Point(535, 2) Me.客戶名稱_tb.Name = "客戶名稱_tb" Me.客戶名稱_tb.Size = New System.Drawing.Size(218, 23) Me.客戶名稱_tb.TabIndex = 1641 ' '客戶_lb ' Me.客戶_lb.AutoSize = True Me.客戶_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.客戶_lb.Location = New System.Drawing.Point(474, 4) Me.客戶_lb.Name = "客戶_lb" Me.客戶_lb.Size = New System.Drawing.Size(55, 16) Me.客戶_lb.TabIndex = 1640 Me.客戶_lb.Text = "客戶名稱" Me.客戶_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '簡稱_lb ' Me.簡稱_lb.AutoSize = True Me.簡稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.簡稱_lb.Location = New System.Drawing.Point(57, 91) Me.簡稱_lb.Name = "簡稱_lb" Me.簡稱_lb.Size = New System.Drawing.Size(55, 16) Me.簡稱_lb.TabIndex = 1639 Me.簡稱_lb.Text = "客戶簡稱" Me.簡稱_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '供應商編號_tb ' Me.供應商編號_tb.Enabled = False Me.供應商編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.供應商編號_tb.Location = New System.Drawing.Point(349, 0) Me.供應商編號_tb.Name = "供應商編號_tb" Me.供應商編號_tb.Size = New System.Drawing.Size(119, 23) Me.供應商編號_tb.TabIndex = 1637 Me.供應商編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '客戶編號_lb ' Me.客戶編號_lb.AutoSize = True Me.客戶編號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.客戶編號_lb.Location = New System.Drawing.Point(288, 4) Me.客戶編號_lb.Name = "客戶編號_lb" Me.客戶編號_lb.Size = New System.Drawing.Size(55, 16) Me.客戶編號_lb.TabIndex = 1638 Me.客戶編號_lb.Text = "客戶編號" Me.客戶編號_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '聯繫人2_lb ' Me.聯繫人2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.聯繫人2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.聯繫人2_lb.Location = New System.Drawing.Point(8, 85) Me.聯繫人2_lb.Name = "聯繫人2_lb" Me.聯繫人2_lb.Size = New System.Drawing.Size(59, 16) Me.聯繫人2_lb.TabIndex = 1651 Me.聯繫人2_lb.Text = "聯繫人2" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) Me.聯繫人2_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '聯繫人1_lb ' Me.聯繫人1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.聯繫人1_lb.ForeColor = System.Drawing.Color.Green Me.聯繫人1_lb.Location = New System.Drawing.Point(8, 61) Me.聯繫人1_lb.Name = "聯繫人1_lb" Me.聯繫人1_lb.Size = New System.Drawing.Size(59, 16) Me.聯繫人1_lb.TabIndex = 1649 Me.聯繫人1_lb.Text = "聯繫人1" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) Me.聯繫人1_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '公司電話1_lb ' Me.公司電話1_lb.AutoSize = True Me.公司電話1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.公司電話1_lb.ForeColor = System.Drawing.Color.Black Me.公司電話1_lb.Location = New System.Drawing.Point(765, 7) Me.公司電話1_lb.Name = "公司電話1_lb" Me.公司電話1_lb.Size = New System.Drawing.Size(55, 16) Me.公司電話1_lb.TabIndex = 1645 Me.公司電話1_lb.Text = "公司電話" Me.公司電話1_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '聯繫人電話2_lb ' Me.聯繫人電話2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.聯繫人電話2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.聯繫人電話2_lb.Location = New System.Drawing.Point(467, 85) Me.聯繫人電話2_lb.Name = "聯繫人電話2_lb" Me.聯繫人電話2_lb.Size = New System.Drawing.Size(79, 16) Me.聯繫人電話2_lb.TabIndex = 1654 Me.聯繫人電話2_lb.Text = "聯繫人2電話" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) Me.聯繫人電話2_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '聯繫人電話1_lb ' Me.聯繫人電話1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.聯繫人電話1_lb.ForeColor = System.Drawing.Color.Green Me.聯繫人電話1_lb.Location = New System.Drawing.Point(467, 61) Me.聯繫人電話1_lb.Name = "聯繫人電話1_lb" Me.聯繫人電話1_lb.Size = New System.Drawing.Size(79, 16) Me.聯繫人電話1_lb.TabIndex = 1652 Me.聯繫人電話1_lb.Text = "聯繫人1電話" Me.聯繫人電話1_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '廠商清單_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ControlLight 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.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.廠商清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.廠商清單_dgv.Location = New System.Drawing.Point(6, 111) Me.廠商清單_dgv.Name = "廠商清單_dgv" Me.廠商清單_dgv.RowHeadersWidth = 5 DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.廠商清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.廠商清單_dgv.RowTemplate.Height = 24 Me.廠商清單_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True] Me.廠商清單_dgv.Size = New System.Drawing.Size(1336, 565) Me.廠商清單_dgv.TabIndex = 1665 ' 'ToolTip1 ' Me.ToolTip1.IsBalloon = True Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.ToolTip1.ToolTipTitle = "系統說明" ' '地址_tb ' Me.地址_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.地址_tb.Location = New System.Drawing.Point(349, 29) Me.地址_tb.Name = "地址_tb" Me.地址_tb.Size = New System.Drawing.Size(955, 23) Me.地址_tb.TabIndex = 1671 ' 'Panel1 ' Me.Panel1.Controls.Add(Me.負責人_lb) Me.Panel1.Controls.Add(Me.負責人_tb) Me.Panel1.Controls.Add(Me.負責人電話_lb) Me.Panel1.Controls.Add(Me.客戶簡稱_cb) Me.Panel1.Controls.Add(Me.負責人電話_tb) Me.Panel1.Controls.Add(Me.語言_dgv) Me.Panel1.Controls.Add(Me.簡稱_lb) Me.Panel1.Location = New System.Drawing.Point(339, 170) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(697, 318) Me.Panel1.TabIndex = 1672 Me.Panel1.Visible = False ' '客戶車號_tb ' Me.客戶車號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.客戶車號_tb.Location = New System.Drawing.Point(1078, 4) Me.客戶車號_tb.Name = "客戶車號_tb" Me.客戶車號_tb.Size = New System.Drawing.Size(226, 23) Me.客戶車號_tb.TabIndex = 1673 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.ForeColor = System.Drawing.Color.Black Me.Label1.Location = New System.Drawing.Point(1017, 7) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(55, 16) Me.Label1.TabIndex = 1674 Me.Label1.Text = "客戶車號" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '確認新增_bt ' Me.確認新增_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER2 Me.確認新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.確認新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.確認新增_bt.ForeColor = System.Drawing.Color.Blue Me.確認新增_bt.Location = New System.Drawing.Point(110, 0) Me.確認新增_bt.Name = "確認新增_bt" Me.確認新增_bt.Size = New System.Drawing.Size(50, 50) Me.確認新增_bt.TabIndex = 1664 Me.確認新增_bt.UseVisualStyleBackColor = True ' '查詢_bt ' Me.查詢_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Search Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.查詢_bt.Location = New System.Drawing.Point(0, 0) Me.查詢_bt.Name = "查詢_bt" Me.查詢_bt.Size = New System.Drawing.Size(50, 50) Me.查詢_bt.TabIndex = 1663 Me.查詢_bt.UseVisualStyleBackColor = True ' '刪除_bt ' Me.刪除_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.GarbageEmpty Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.刪除_bt.ForeColor = System.Drawing.Color.Red Me.刪除_bt.Location = New System.Drawing.Point(220, 0) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(50, 50) Me.刪除_bt.TabIndex = 1658 Me.刪除_bt.UseVisualStyleBackColor = True ' '新增_bt ' Me.新增_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.add_2 Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.新增_bt.ForeColor = System.Drawing.Color.Blue Me.新增_bt.Location = New System.Drawing.Point(55, 0) Me.新增_bt.Name = "新增_bt" Me.新增_bt.Size = New System.Drawing.Size(50, 50) Me.新增_bt.TabIndex = 1656 Me.新增_bt.UseVisualStyleBackColor = True ' '修改_bt ' Me.修改_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen Me.修改_bt.Location = New System.Drawing.Point(165, 0) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(50, 50) Me.修改_bt.TabIndex = 1657 Me.修改_bt.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(1349, 681) Me.Controls.Add(Me.客戶車號_tb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.地址_tb) Me.Controls.Add(Me.語轉扭_bt) Me.Controls.Add(Me.確認新增_bt) Me.Controls.Add(Me.查詢_bt) Me.Controls.Add(Me.信箱2_tb) Me.Controls.Add(Me.信箱1_tb) Me.Controls.Add(Me.聯繫人信箱2_lb) Me.Controls.Add(Me.聯繫人信箱1_lb) Me.Controls.Add(Me.刪除_bt) Me.Controls.Add(Me.新增_bt) Me.Controls.Add(Me.修改_bt) Me.Controls.Add(Me.聯繫電話2_tb) Me.Controls.Add(Me.聯繫電話1_tb) Me.Controls.Add(Me.聯繫人2_tb) Me.Controls.Add(Me.聯繫人1_tb) Me.Controls.Add(Me.電話1_tb) Me.Controls.Add(Me.公司地址_lb) Me.Controls.Add(Me.客戶名稱_tb) Me.Controls.Add(Me.客戶_lb) Me.Controls.Add(Me.供應商編號_tb) Me.Controls.Add(Me.客戶編號_lb) Me.Controls.Add(Me.聯繫人2_lb) Me.Controls.Add(Me.聯繫人1_lb) Me.Controls.Add(Me.公司電話1_lb) Me.Controls.Add(Me.聯繫人電話2_lb) Me.Controls.Add(Me.聯繫人電話1_lb) Me.Controls.Add(Me.廠商清單_dgv) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "客戶資料表" Me.Text = "客戶資料表" CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 語轉扭_bt As Button Friend WithEvents 負責人電話_tb As TextBox Friend WithEvents 負責人電話_lb As Label Friend WithEvents 客戶簡稱_cb As ComboBox Friend WithEvents 語言_dgv As DataGridView Friend WithEvents 確認新增_bt As Button Friend WithEvents 查詢_bt As Button Friend WithEvents 信箱2_tb As TextBox Friend WithEvents 信箱1_tb As TextBox Friend WithEvents 聯繫人信箱2_lb As Label Friend WithEvents 聯繫人信箱1_lb As Label Friend WithEvents 刪除_bt As Button Friend WithEvents 新增_bt As Button Friend WithEvents 修改_bt As Button Friend WithEvents 聯繫電話2_tb As TextBox Friend WithEvents 聯繫電話1_tb As TextBox Friend WithEvents 聯繫人2_tb As TextBox Friend WithEvents 聯繫人1_tb As TextBox Friend WithEvents 負責人_tb As TextBox Friend WithEvents 負責人_lb As Label Friend WithEvents 電話1_tb As TextBox Friend WithEvents 公司地址_lb As Label Friend WithEvents 客戶名稱_tb As TextBox Friend WithEvents 客戶_lb As Label Friend WithEvents 簡稱_lb As Label Friend WithEvents 供應商編號_tb As TextBox Friend WithEvents 客戶編號_lb As Label Friend WithEvents 聯繫人2_lb As Label Friend WithEvents 聯繫人1_lb As Label Friend WithEvents 公司電話1_lb As Label Friend WithEvents 聯繫人電話2_lb As Label Friend WithEvents 聯繫人電話1_lb As Label Friend WithEvents 廠商清單_dgv As DataGridView Friend WithEvents ToolTip1 As ToolTip Friend WithEvents 地址_tb As TextBox Friend WithEvents Panel1 As Panel Friend WithEvents 客戶車號_tb As TextBox Friend WithEvents Label1 As Label End Class