_ 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.語轉扭_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.確認新增_bt = New System.Windows.Forms.Button() Me.查詢_bt = New System.Windows.Forms.Button() 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.刪除_bt = New System.Windows.Forms.Button() Me.新增_bt = New System.Windows.Forms.Button() Me.修改_bt = New System.Windows.Forms.Button() 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.地址_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() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() 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(1162, 3) 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(1209, 78) Me.負責人電話_tb.Name = "負責人電話_tb" Me.負責人電話_tb.Size = New System.Drawing.Size(134, 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(1062, 82) Me.負責人電話_lb.Name = "負責人電話_lb" Me.負責人電話_lb.Size = New System.Drawing.Size(67, 16) Me.負責人電話_lb.TabIndex = 1668 Me.負責人電話_lb.Text = "負責人電話" ' '客戶簡稱_cb ' Me.客戶簡稱_cb.FormattingEnabled = True Me.客戶簡稱_cb.Items.AddRange(New Object() {"2019"}) Me.客戶簡稱_cb.Location = New System.Drawing.Point(143, 29) 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(32, 172) 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 ' '確認新增_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.Blue Me.確認新增_bt.Location = New System.Drawing.Point(318, 4) Me.確認新增_bt.Name = "確認新增_bt" Me.確認新增_bt.Size = New System.Drawing.Size(150, 24) Me.確認新增_bt.TabIndex = 1664 Me.確認新增_bt.Text = "確認新增" Me.確認新增_bt.UseVisualStyleBackColor = True ' '查詢_bt ' Me.查詢_bt.Location = New System.Drawing.Point(6, 4) Me.查詢_bt.Name = "查詢_bt" Me.查詢_bt.Size = New System.Drawing.Size(150, 24) Me.查詢_bt.TabIndex = 1663 Me.查詢_bt.Text = "查 詢" Me.查詢_bt.UseVisualStyleBackColor = True ' '信箱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, 127) Me.信箱2_tb.Name = "信箱2_tb" Me.信箱2_tb.Size = New System.Drawing.Size(449, 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, 103) Me.信箱1_tb.Name = "信箱1_tb" Me.信箱1_tb.Size = New System.Drawing.Size(449, 23) Me.信箱1_tb.TabIndex = 1661 ' '聯繫人信箱2_lb ' Me.聯繫人信箱2_lb.AutoSize = True 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(764, 131) Me.聯繫人信箱2_lb.Name = "聯繫人信箱2_lb" Me.聯繫人信箱2_lb.Size = New System.Drawing.Size(83, 16) Me.聯繫人信箱2_lb.TabIndex = 1660 Me.聯繫人信箱2_lb.Text = "聯繫人 2 信箱" ' '聯繫人信箱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.Green Me.聯繫人信箱1_lb.Location = New System.Drawing.Point(765, 106) Me.聯繫人信箱1_lb.Name = "聯繫人信箱1_lb" Me.聯繫人信箱1_lb.Size = New System.Drawing.Size(83, 16) Me.聯繫人信箱1_lb.TabIndex = 1659 Me.聯繫人信箱1_lb.Text = "聯繫人 1 信箱" ' '刪除_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.Red Me.刪除_bt.Location = New System.Drawing.Point(1193, 5) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(150, 24) Me.刪除_bt.TabIndex = 1658 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.Blue Me.新增_bt.Location = New System.Drawing.Point(162, 4) Me.新增_bt.Name = "新增_bt" Me.新增_bt.Size = New System.Drawing.Size(150, 24) Me.新增_bt.TabIndex = 1656 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.DarkGreen Me.修改_bt.Location = New System.Drawing.Point(474, 4) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(150, 24) Me.修改_bt.TabIndex = 1657 Me.修改_bt.Text = "修改存檔" Me.修改_bt.UseVisualStyleBackColor = True ' '聯繫電話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, 127) Me.聯繫電話2_tb.Name = "聯繫電話2_tb" Me.聯繫電話2_tb.Size = New System.Drawing.Size(212, 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, 103) Me.聯繫電話1_tb.Name = "聯繫電話1_tb" Me.聯繫電話1_tb.Size = New System.Drawing.Size(212, 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(115, 127) Me.聯繫人2_tb.Name = "聯繫人2_tb" Me.聯繫人2_tb.Size = New System.Drawing.Size(353, 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(115, 103) Me.聯繫人1_tb.Name = "聯繫人1_tb" Me.聯繫人1_tb.Size = New System.Drawing.Size(353, 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(1209, 54) Me.負責人_tb.Name = "負責人_tb" Me.負責人_tb.Size = New System.Drawing.Size(134, 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(1062, 58) Me.負責人_lb.Name = "負責人_lb" Me.負責人_lb.Size = New System.Drawing.Size(43, 16) Me.負責人_lb.TabIndex = 1646 Me.負責人_lb.Text = "負責人" ' '電話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(1209, 30) Me.電話1_tb.Name = "電話1_tb" Me.電話1_tb.Size = New System.Drawing.Size(134, 23) Me.電話1_tb.TabIndex = 1644 ' '地址_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(143, 54) Me.地址_tb.Multiline = True Me.地址_tb.Name = "地址_tb" Me.地址_tb.Size = New System.Drawing.Size(919, 47) Me.地址_tb.TabIndex = 1643 ' '公司地址_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(28, 57) Me.公司地址_lb.Name = "公司地址_lb" Me.公司地址_lb.Size = New System.Drawing.Size(55, 16) Me.公司地址_lb.TabIndex = 1642 Me.公司地址_lb.Text = "公司地址" ' '客戶名稱_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(503, 30) Me.客戶名稱_tb.Name = "客戶名稱_tb" Me.客戶名稱_tb.Size = New System.Drawing.Size(559, 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(387, 33) Me.客戶_lb.Name = "客戶_lb" Me.客戶_lb.Size = New System.Drawing.Size(109, 16) Me.客戶_lb.TabIndex = 1640 Me.客戶_lb.Text = "客 戶 名 稱" ' '簡稱_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(67, 33) Me.簡稱_lb.Name = "簡稱_lb" Me.簡稱_lb.Size = New System.Drawing.Size(55, 16) Me.簡稱_lb.TabIndex = 1639 Me.簡稱_lb.Text = "客戶簡稱" ' '供應商編號_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(97, 79) Me.供應商編號_tb.Name = "供應商編號_tb" Me.供應商編號_tb.Size = New System.Drawing.Size(45, 23) Me.供應商編號_tb.TabIndex = 1637 ' '客戶編號_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(6, 82) Me.客戶編號_lb.Name = "客戶編號_lb" Me.客戶編號_lb.Size = New System.Drawing.Size(64, 16) Me.客戶編號_lb.TabIndex = 1638 Me.客戶編號_lb.Text = "客 戶 編 號" ' '聯繫人2_lb ' Me.聯繫人2_lb.AutoSize = True 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, 130) Me.聯繫人2_lb.Name = "聯繫人2_lb" Me.聯繫人2_lb.Size = New System.Drawing.Size(104, 16) Me.聯繫人2_lb.TabIndex = 1651 Me.聯繫人2_lb.Text = "聯 繫 人 2" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' '聯繫人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.Green Me.聯繫人1_lb.Location = New System.Drawing.Point(8, 106) Me.聯繫人1_lb.Name = "聯繫人1_lb" Me.聯繫人1_lb.Size = New System.Drawing.Size(104, 16) Me.聯繫人1_lb.TabIndex = 1649 Me.聯繫人1_lb.Text = "聯 繫 人 1" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' '公司電話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(1062, 34) 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 = "公司電話" ' '聯繫人電話2_lb ' Me.聯繫人電話2_lb.AutoSize = True 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, 130) Me.聯繫人電話2_lb.Name = "聯繫人電話2_lb" Me.聯繫人電話2_lb.Size = New System.Drawing.Size(74, 16) Me.聯繫人電話2_lb.TabIndex = 1654 Me.聯繫人電話2_lb.Text = "聯繫人2電話" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' '聯繫人電話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.Green Me.聯繫人電話1_lb.Location = New System.Drawing.Point(467, 106) Me.聯繫人電話1_lb.Name = "聯繫人電話1_lb" Me.聯繫人電話1_lb.Size = New System.Drawing.Size(74, 16) Me.聯繫人電話1_lb.TabIndex = 1652 Me.聯繫人電話1_lb.Text = "聯繫人1電話" ' '廠商清單_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, 154) 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, 524) Me.廠商清單_dgv.TabIndex = 1665 ' '客戶資料表 ' 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.語轉扭_bt) Me.Controls.Add(Me.負責人電話_tb) Me.Controls.Add(Me.負責人電話_lb) Me.Controls.Add(Me.客戶簡稱_cb) Me.Controls.Add(Me.語言_dgv) 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.負責人_tb) Me.Controls.Add(Me.負責人_lb) Me.Controls.Add(Me.電話1_tb) Me.Controls.Add(Me.地址_tb) Me.Controls.Add(Me.公司地址_lb) Me.Controls.Add(Me.客戶名稱_tb) Me.Controls.Add(Me.客戶_lb) 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.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.Name = "客戶資料表" Me.Text = "客戶資料表" CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() 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 地址_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 End Class