_ 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() Me.廠商清單_dgv = New System.Windows.Forms.DataGridView() Me.信箱3_tb = New System.Windows.Forms.TextBox() Me.信箱2_tb = New System.Windows.Forms.TextBox() Me.信箱1_tb = New System.Windows.Forms.TextBox() Me.聯繫人信箱3_lb = New System.Windows.Forms.Label() Me.聯繫人信箱2_lb = New System.Windows.Forms.Label() Me.聯繫人信箱1_lb = New System.Windows.Forms.Label() Me.聯繫電話3_tb = New System.Windows.Forms.TextBox() Me.聯繫人電話3_lb = New System.Windows.Forms.Label() Me.聯繫電話2_tb = New System.Windows.Forms.TextBox() Me.聯繫人電話2_lb = New System.Windows.Forms.Label() Me.聯繫電話1_tb = New System.Windows.Forms.TextBox() Me.聯繫人電話1_lb = New System.Windows.Forms.Label() Me.職稱3_tb = New System.Windows.Forms.TextBox() Me.聯繫人職稱3_lb = New System.Windows.Forms.Label() Me.職稱2_tb = New System.Windows.Forms.TextBox() Me.聯繫人職稱2_lb = New System.Windows.Forms.Label() Me.職稱1_tb = New System.Windows.Forms.TextBox() Me.聯繫人職稱1_lb = New System.Windows.Forms.Label() Me.聯繫人3_lb = New System.Windows.Forms.Label() Me.聯繫人3_tb = New System.Windows.Forms.TextBox() Me.聯繫人2_lb = New System.Windows.Forms.Label() Me.聯繫人2_tb = New System.Windows.Forms.TextBox() Me.聯繫人1_lb = New System.Windows.Forms.Label() Me.聯繫人1_tb = New System.Windows.Forms.TextBox() Me.傳真3_tb = New System.Windows.Forms.TextBox() Me.傳真3_lb = New System.Windows.Forms.Label() Me.傳真2_tb = New System.Windows.Forms.TextBox() Me.傳真2_lb = New System.Windows.Forms.Label() Me.傳真1_tb = New System.Windows.Forms.TextBox() Me.傳真1_lb = New System.Windows.Forms.Label() Me.電話3_tb = New System.Windows.Forms.TextBox() Me.公司電話3_lb = New System.Windows.Forms.Label() Me.電話2_tb = New System.Windows.Forms.TextBox() Me.公司電話2_lb = New System.Windows.Forms.Label() Me.公司電話1_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.公司名_ib = 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.語言_dgv = New System.Windows.Forms.DataGridView() Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.類別管理_cb = New System.Windows.Forms.ComboBox() Me.R_bt = New System.Windows.Forms.Button() Me.語轉扭_bt = New System.Windows.Forms.Button() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.Panel1 = New System.Windows.Forms.Panel() Me.支付對象_lb = New System.Windows.Forms.Label() 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.銀行支行_tb = New System.Windows.Forms.TextBox() Me.銀行帳號_lb = New System.Windows.Forms.Label() Me.銀行帳號_tb = New System.Windows.Forms.TextBox() 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() CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' '廠商清單_dgv ' 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.BackgroundColor = System.Drawing.Color.White Me.廠商清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.廠商清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.廠商清單_dgv.Location = New System.Drawing.Point(4, 180) Me.廠商清單_dgv.Name = "廠商清單_dgv" Me.廠商清單_dgv.RowHeadersWidth = 5 DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.廠商清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1 Me.廠商清單_dgv.RowTemplate.Height = 24 Me.廠商清單_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True] Me.廠商清單_dgv.Size = New System.Drawing.Size(1341, 497) Me.廠商清單_dgv.TabIndex = 183 ' '信箱3_tb ' Me.信箱3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.信箱3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.信箱3_tb.Location = New System.Drawing.Point(967, 126) Me.信箱3_tb.Name = "信箱3_tb" Me.信箱3_tb.Size = New System.Drawing.Size(378, 23) Me.信箱3_tb.TabIndex = 179 ' '信箱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(968, 101) Me.信箱2_tb.Name = "信箱2_tb" Me.信箱2_tb.Size = New System.Drawing.Size(377, 23) Me.信箱2_tb.TabIndex = 178 ' '信箱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(968, 77) Me.信箱1_tb.Name = "信箱1_tb" Me.信箱1_tb.Size = New System.Drawing.Size(377, 23) Me.信箱1_tb.TabIndex = 177 ' '聯繫人信箱3_lb ' Me.聯繫人信箱3_lb.AutoSize = True Me.聯繫人信箱3_lb.BackColor = System.Drawing.Color.Transparent Me.聯繫人信箱3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.聯繫人信箱3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.聯繫人信箱3_lb.Location = New System.Drawing.Point(881, 131) Me.聯繫人信箱3_lb.Name = "聯繫人信箱3_lb" Me.聯繫人信箱3_lb.Size = New System.Drawing.Size(83, 16) Me.聯繫人信箱3_lb.TabIndex = 176 Me.聯繫人信箱3_lb.Text = "聯繫人 3 信箱" ' '聯繫人信箱2_lb ' Me.聯繫人信箱2_lb.AutoSize = True Me.聯繫人信箱2_lb.BackColor = System.Drawing.Color.Transparent 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(882, 105) Me.聯繫人信箱2_lb.Name = "聯繫人信箱2_lb" Me.聯繫人信箱2_lb.Size = New System.Drawing.Size(83, 16) Me.聯繫人信箱2_lb.TabIndex = 175 Me.聯繫人信箱2_lb.Text = "聯繫人 2 信箱" ' '聯繫人信箱1_lb ' Me.聯繫人信箱1_lb.AutoSize = True Me.聯繫人信箱1_lb.BackColor = System.Drawing.Color.Transparent 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(883, 80) Me.聯繫人信箱1_lb.Name = "聯繫人信箱1_lb" Me.聯繫人信箱1_lb.Size = New System.Drawing.Size(83, 16) Me.聯繫人信箱1_lb.TabIndex = 174 Me.聯繫人信箱1_lb.Text = "聯繫人 1 信箱" ' '聯繫電話3_tb ' Me.聯繫電話3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.聯繫電話3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.聯繫電話3_tb.Location = New System.Drawing.Point(731, 126) Me.聯繫電話3_tb.Name = "聯繫電話3_tb" Me.聯繫電話3_tb.Size = New System.Drawing.Size(150, 23) Me.聯繫電話3_tb.TabIndex = 170 ' '聯繫人電話3_lb ' Me.聯繫人電話3_lb.AutoSize = True Me.聯繫人電話3_lb.BackColor = System.Drawing.Color.Transparent Me.聯繫人電話3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.聯繫人電話3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.聯繫人電話3_lb.Location = New System.Drawing.Point(655, 129) Me.聯繫人電話3_lb.Name = "聯繫人電話3_lb" Me.聯繫人電話3_lb.Size = New System.Drawing.Size(74, 16) Me.聯繫人電話3_lb.TabIndex = 169 Me.聯繫人電話3_lb.Text = "聯繫人3電話" ' '聯繫電話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(731, 101) Me.聯繫電話2_tb.Name = "聯繫電話2_tb" Me.聯繫電話2_tb.Size = New System.Drawing.Size(150, 23) Me.聯繫電話2_tb.TabIndex = 168 ' '聯繫人電話2_lb ' Me.聯繫人電話2_lb.AutoSize = True Me.聯繫人電話2_lb.BackColor = System.Drawing.Color.Transparent 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(655, 104) Me.聯繫人電話2_lb.Name = "聯繫人電話2_lb" Me.聯繫人電話2_lb.Size = New System.Drawing.Size(74, 16) Me.聯繫人電話2_lb.TabIndex = 167 Me.聯繫人電話2_lb.Text = "聯繫人2電話" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' '聯繫電話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(731, 77) Me.聯繫電話1_tb.Name = "聯繫電話1_tb" Me.聯繫電話1_tb.Size = New System.Drawing.Size(150, 23) Me.聯繫電話1_tb.TabIndex = 166 ' '聯繫人電話1_lb ' Me.聯繫人電話1_lb.AutoSize = True Me.聯繫人電話1_lb.BackColor = System.Drawing.Color.Transparent 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(655, 80) Me.聯繫人電話1_lb.Name = "聯繫人電話1_lb" Me.聯繫人電話1_lb.Size = New System.Drawing.Size(74, 16) Me.聯繫人電話1_lb.TabIndex = 165 Me.聯繫人電話1_lb.Text = "聯繫人1電話" ' '職稱3_tb ' Me.職稱3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.職稱3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.職稱3_tb.Location = New System.Drawing.Point(440, 126) Me.職稱3_tb.Name = "職稱3_tb" Me.職稱3_tb.Size = New System.Drawing.Size(212, 23) Me.職稱3_tb.TabIndex = 164 ' '聯繫人職稱3_lb ' Me.聯繫人職稱3_lb.AutoSize = True Me.聯繫人職稱3_lb.BackColor = System.Drawing.Color.Transparent Me.聯繫人職稱3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.聯繫人職稱3_lb.ForeColor = System.Drawing.Color.Violet Me.聯繫人職稱3_lb.Location = New System.Drawing.Point(364, 129) Me.聯繫人職稱3_lb.Name = "聯繫人職稱3_lb" Me.聯繫人職稱3_lb.Size = New System.Drawing.Size(74, 16) Me.聯繫人職稱3_lb.TabIndex = 163 Me.聯繫人職稱3_lb.Text = "聯繫人3職稱" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' '職稱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(440, 101) Me.職稱2_tb.Name = "職稱2_tb" Me.職稱2_tb.Size = New System.Drawing.Size(212, 23) Me.職稱2_tb.TabIndex = 162 ' '聯繫人職稱2_lb ' Me.聯繫人職稱2_lb.AutoSize = True Me.聯繫人職稱2_lb.BackColor = System.Drawing.Color.Transparent 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(364, 104) Me.聯繫人職稱2_lb.Name = "聯繫人職稱2_lb" Me.聯繫人職稱2_lb.Size = New System.Drawing.Size(74, 16) Me.聯繫人職稱2_lb.TabIndex = 161 Me.聯繫人職稱2_lb.Text = "聯繫人2職稱" ' '職稱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(440, 77) Me.職稱1_tb.Name = "職稱1_tb" Me.職稱1_tb.Size = New System.Drawing.Size(212, 23) Me.職稱1_tb.TabIndex = 160 ' '聯繫人職稱1_lb ' Me.聯繫人職稱1_lb.AutoSize = True Me.聯繫人職稱1_lb.BackColor = System.Drawing.Color.Transparent 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(364, 80) Me.聯繫人職稱1_lb.Name = "聯繫人職稱1_lb" Me.聯繫人職稱1_lb.Size = New System.Drawing.Size(74, 16) Me.聯繫人職稱1_lb.TabIndex = 159 Me.聯繫人職稱1_lb.Text = "聯繫人1職稱" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' '聯繫人3_lb ' Me.聯繫人3_lb.AutoSize = True Me.聯繫人3_lb.BackColor = System.Drawing.Color.Transparent Me.聯繫人3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.聯繫人3_lb.ForeColor = System.Drawing.Color.Purple Me.聯繫人3_lb.Location = New System.Drawing.Point(4, 129) Me.聯繫人3_lb.Name = "聯繫人3_lb" Me.聯繫人3_lb.Size = New System.Drawing.Size(104, 16) Me.聯繫人3_lb.TabIndex = 158 Me.聯繫人3_lb.Text = "聯 繫 人 3" ' '聯繫人3_tb ' Me.聯繫人3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.聯繫人3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.聯繫人3_tb.Location = New System.Drawing.Point(111, 126) Me.聯繫人3_tb.Name = "聯繫人3_tb" Me.聯繫人3_tb.Size = New System.Drawing.Size(253, 23) Me.聯繫人3_tb.TabIndex = 157 ' '聯繫人2_lb ' Me.聯繫人2_lb.AutoSize = True Me.聯繫人2_lb.BackColor = System.Drawing.Color.Transparent 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(4, 104) Me.聯繫人2_lb.Name = "聯繫人2_lb" Me.聯繫人2_lb.Size = New System.Drawing.Size(104, 16) Me.聯繫人2_lb.TabIndex = 156 Me.聯繫人2_lb.Text = "聯 繫 人 2" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' '聯繫人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(111, 101) Me.聯繫人2_tb.Name = "聯繫人2_tb" Me.聯繫人2_tb.Size = New System.Drawing.Size(253, 23) Me.聯繫人2_tb.TabIndex = 155 ' '聯繫人1_lb ' Me.聯繫人1_lb.AutoSize = True Me.聯繫人1_lb.BackColor = System.Drawing.Color.Transparent 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(4, 80) Me.聯繫人1_lb.Name = "聯繫人1_lb" Me.聯繫人1_lb.Size = New System.Drawing.Size(104, 16) Me.聯繫人1_lb.TabIndex = 154 Me.聯繫人1_lb.Text = "聯 繫 人 1" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' '聯繫人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(111, 77) Me.聯繫人1_tb.Name = "聯繫人1_tb" Me.聯繫人1_tb.Size = New System.Drawing.Size(253, 23) Me.聯繫人1_tb.TabIndex = 153 ' '傳真3_tb ' Me.傳真3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.傳真3_tb.Location = New System.Drawing.Point(250, 77) Me.傳真3_tb.Name = "傳真3_tb" Me.傳真3_tb.Size = New System.Drawing.Size(150, 23) Me.傳真3_tb.TabIndex = 152 ' '傳真3_lb ' Me.傳真3_lb.AutoSize = True Me.傳真3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.傳真3_lb.Location = New System.Drawing.Point(186, 80) Me.傳真3_lb.Name = "傳真3_lb" Me.傳真3_lb.Size = New System.Drawing.Size(62, 16) Me.傳真3_lb.TabIndex = 151 Me.傳真3_lb.Text = "公司傳真3" ' '傳真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.Location = New System.Drawing.Point(250, 29) Me.傳真2_tb.Name = "傳真2_tb" Me.傳真2_tb.Size = New System.Drawing.Size(150, 23) Me.傳真2_tb.TabIndex = 150 ' '傳真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.Location = New System.Drawing.Point(186, 32) Me.傳真2_lb.Name = "傳真2_lb" Me.傳真2_lb.Size = New System.Drawing.Size(62, 16) Me.傳真2_lb.TabIndex = 149 Me.傳真2_lb.Text = "公司傳真2" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' '傳真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(287, 53) Me.傳真1_tb.Name = "傳真1_tb" Me.傳真1_tb.Size = New System.Drawing.Size(150, 23) Me.傳真1_tb.TabIndex = 148 ' '傳真1_lb ' Me.傳真1_lb.AutoSize = True Me.傳真1_lb.BackColor = System.Drawing.Color.Transparent Me.傳真1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.傳真1_lb.Location = New System.Drawing.Point(222, 56) Me.傳真1_lb.Name = "傳真1_lb" Me.傳真1_lb.Size = New System.Drawing.Size(62, 16) Me.傳真1_lb.TabIndex = 147 Me.傳真1_lb.Text = "公司傳真1" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' '電話3_tb ' Me.電話3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.電話3_tb.Location = New System.Drawing.Point(250, 53) Me.電話3_tb.Name = "電話3_tb" Me.電話3_tb.Size = New System.Drawing.Size(150, 23) Me.電話3_tb.TabIndex = 146 ' '公司電話3_lb ' Me.公司電話3_lb.AutoSize = True Me.公司電話3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.公司電話3_lb.Location = New System.Drawing.Point(186, 56) Me.公司電話3_lb.Name = "公司電話3_lb" Me.公司電話3_lb.Size = New System.Drawing.Size(62, 16) Me.公司電話3_lb.TabIndex = 145 Me.公司電話3_lb.Text = "公司電話3" ' '電話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.Location = New System.Drawing.Point(250, 5) Me.電話2_tb.Name = "電話2_tb" Me.電話2_tb.Size = New System.Drawing.Size(150, 23) Me.電話2_tb.TabIndex = 144 ' '公司電話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.Location = New System.Drawing.Point(186, 8) Me.公司電話2_lb.Name = "公司電話2_lb" Me.公司電話2_lb.Size = New System.Drawing.Size(62, 16) Me.公司電話2_lb.TabIndex = 143 Me.公司電話2_lb.Text = "公司電話2" ' '公司電話1_lb ' Me.公司電話1_lb.AutoSize = True Me.公司電話1_lb.BackColor = System.Drawing.Color.Transparent 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(3, 56) Me.公司電話1_lb.Name = "公司電話1_lb" Me.公司電話1_lb.Size = New System.Drawing.Size(62, 16) Me.公司電話1_lb.TabIndex = 142 Me.公司電話1_lb.Text = "公司電話1" ' '電話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(68, 53) Me.電話1_tb.Name = "電話1_tb" Me.電話1_tb.Size = New System.Drawing.Size(150, 23) Me.電話1_tb.TabIndex = 141 ' '地址_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(559, 28) Me.地址_tb.Name = "地址_tb" Me.地址_tb.Size = New System.Drawing.Size(786, 23) Me.地址_tb.TabIndex = 140 ' '公司地址_lb ' Me.公司地址_lb.AutoSize = True Me.公司地址_lb.BackColor = System.Drawing.Color.Transparent 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(437, 31) Me.公司地址_lb.Name = "公司地址_lb" Me.公司地址_lb.Size = New System.Drawing.Size(55, 16) Me.公司地址_lb.TabIndex = 139 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(559, 53) Me.公司名_tb.Name = "公司名_tb" Me.公司名_tb.Size = New System.Drawing.Size(786, 23) Me.公司名_tb.TabIndex = 138 ' '公司名_ib ' Me.公司名_ib.AutoSize = True Me.公司名_ib.BackColor = System.Drawing.Color.Transparent Me.公司名_ib.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.公司名_ib.Location = New System.Drawing.Point(448, 56) Me.公司名_ib.Name = "公司名_ib" Me.公司名_ib.Size = New System.Drawing.Size(109, 16) Me.公司名_ib.TabIndex = 137 Me.公司名_ib.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(189, 102) Me.供應商簡稱_tb.Name = "供應商簡稱_tb" Me.供應商簡稱_tb.Size = New System.Drawing.Size(211, 23) Me.供應商簡稱_tb.TabIndex = 136 ' '簡稱_lb ' Me.簡稱_lb.AutoSize = True Me.簡稱_lb.BackColor = System.Drawing.Color.Transparent 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(437, 7) Me.簡稱_lb.Name = "簡稱_lb" Me.簡稱_lb.Size = New System.Drawing.Size(67, 16) Me.簡稱_lb.TabIndex = 135 Me.簡稱_lb.Text = "供應商簡稱" ' '供應商編號_lb ' Me.供應商編號_lb.AutoSize = True Me.供應商編號_lb.BackColor = System.Drawing.Color.Transparent Me.供應商編號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.供應商編號_lb.ForeColor = System.Drawing.Color.Red Me.供應商編號_lb.Location = New System.Drawing.Point(346, 5) Me.供應商編號_lb.Name = "供應商編號_lb" Me.供應商編號_lb.Size = New System.Drawing.Size(79, 16) Me.供應商編號_lb.TabIndex = 134 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.ForeColor = System.Drawing.Color.Red Me.供應商編號_tb.Location = New System.Drawing.Point(346, 26) Me.供應商編號_tb.Name = "供應商編號_tb" Me.供應商編號_tb.Size = New System.Drawing.Size(82, 23) Me.供應商編號_tb.TabIndex = 133 ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2}) Me.語言_dgv.Location = New System.Drawing.Point(3, 5) Me.語言_dgv.Name = "語言_dgv" Me.語言_dgv.RowHeadersWidth = 5 Me.語言_dgv.RowTemplate.Height = 24 Me.語言_dgv.Size = New System.Drawing.Size(180, 121) Me.語言_dgv.TabIndex = 1032 ' 'Column1 ' Me.Column1.HeaderText = "Column1" Me.Column1.Name = "Column1" ' 'Column2 ' Me.Column2.HeaderText = "Column2" Me.Column2.Name = "Column2" ' '類別管理_cb ' Me.類別管理_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.類別管理_cb.FormattingEnabled = True Me.類別管理_cb.Items.AddRange(New Object() {"2019"}) Me.類別管理_cb.Location = New System.Drawing.Point(559, 3) Me.類別管理_cb.Name = "類別管理_cb" Me.類別管理_cb.Size = New System.Drawing.Size(254, 24) Me.類別管理_cb.TabIndex = 1034 ' 'R_bt ' Me.R_bt.Location = New System.Drawing.Point(1292, 3) Me.R_bt.Name = "R_bt" Me.R_bt.Size = New System.Drawing.Size(25, 25) Me.R_bt.TabIndex = 1035 Me.R_bt.Text = "R" Me.R_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(1318, 3) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1650 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' 'ToolTip1 ' Me.ToolTip1.AutoPopDelay = 5000 Me.ToolTip1.InitialDelay = 500 Me.ToolTip1.IsBalloon = True Me.ToolTip1.ReshowDelay = 100 Me.ToolTip1.ToolTipTitle = "illustrate" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.語言_dgv) Me.Panel1.Controls.Add(Me.公司電話2_lb) Me.Panel1.Controls.Add(Me.公司電話3_lb) Me.Panel1.Controls.Add(Me.電話2_tb) Me.Panel1.Controls.Add(Me.電話3_tb) Me.Panel1.Controls.Add(Me.傳真2_lb) Me.Panel1.Controls.Add(Me.傳真2_tb) Me.Panel1.Controls.Add(Me.傳真3_lb) Me.Panel1.Controls.Add(Me.傳真3_tb) Me.Panel1.Controls.Add(Me.供應商簡稱_tb) Me.Panel1.Location = New System.Drawing.Point(500, 291) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(407, 132) Me.Panel1.TabIndex = 1651 ' '支付對象_lb ' 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(7, 154) Me.支付對象_lb.Name = "支付對象_lb" Me.支付對象_lb.Size = New System.Drawing.Size(101, 16) Me.支付對象_lb.TabIndex = 1652 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(111, 151) Me.支付對象_tb.Name = "支付對象_tb" Me.支付對象_tb.Size = New System.Drawing.Size(253, 23) Me.支付對象_tb.TabIndex = 1653 ' '銀行名稱_lb ' 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(367, 154) Me.銀行名稱_lb.Name = "銀行名稱_lb" Me.銀行名稱_lb.Size = New System.Drawing.Size(70, 16) Me.銀行名稱_lb.TabIndex = 1654 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(440, 151) Me.銀行名稱_tb.Name = "銀行名稱_tb" Me.銀行名稱_tb.Size = New System.Drawing.Size(212, 23) Me.銀行名稱_tb.TabIndex = 1655 ' '銀行支行_lb ' 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(658, 154) Me.銀行支行_lb.Name = "銀行支行_lb" Me.銀行支行_lb.Size = New System.Drawing.Size(71, 16) Me.銀行支行_lb.TabIndex = 1656 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(731, 151) Me.銀行支行_tb.Name = "銀行支行_tb" Me.銀行支行_tb.Size = New System.Drawing.Size(150, 23) Me.銀行支行_tb.TabIndex = 1657 ' '銀行帳號_lb ' 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(885, 154) Me.銀行帳號_lb.Name = "銀行帳號_lb" Me.銀行帳號_lb.Size = New System.Drawing.Size(80, 16) Me.銀行帳號_lb.TabIndex = 1658 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(968, 151) Me.銀行帳號_tb.Name = "銀行帳號_tb" Me.銀行帳號_tb.Size = New System.Drawing.Size(377, 23) Me.銀行帳號_tb.TabIndex = 1659 ' '類別管理_bt ' Me.類別管理_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.system Me.類別管理_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.類別管理_bt.Location = New System.Drawing.Point(2, 1) Me.類別管理_bt.Name = "類別管理_bt" Me.類別管理_bt.Size = New System.Drawing.Size(50, 50) Me.類別管理_bt.TabIndex = 1033 Me.類別管理_bt.UseVisualStyleBackColor = True ' '確認新增_bt ' Me.確認新增_bt.BackgroundImage = Global.HX_PGS_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(166, 1) Me.確認新增_bt.Name = "確認新增_bt" Me.確認新增_bt.Size = New System.Drawing.Size(50, 50) Me.確認新增_bt.TabIndex = 181 Me.確認新增_bt.UseVisualStyleBackColor = True ' '查詢_bt ' Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載 Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.查詢_bt.Location = New System.Drawing.Point(53, 2) Me.查詢_bt.Name = "查詢_bt" Me.查詢_bt.Size = New System.Drawing.Size(50, 50) Me.查詢_bt.TabIndex = 180 Me.查詢_bt.UseVisualStyleBackColor = True ' '刪除_bt ' Me.刪除_bt.BackgroundImage = Global.HX_PGS_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(290, 2) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(50, 50) Me.刪除_bt.TabIndex = 173 Me.刪除_bt.UseVisualStyleBackColor = True ' '新增_bt ' Me.新增_bt.BackgroundImage = Global.HX_PGS_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(115, 1) Me.新增_bt.Name = "新增_bt" Me.新增_bt.Size = New System.Drawing.Size(50, 50) Me.新增_bt.TabIndex = 171 Me.新增_bt.UseVisualStyleBackColor = True ' '修改_bt ' Me.修改_bt.BackgroundImage = Global.HX_PGS_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(227, 1) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(50, 50) Me.修改_bt.TabIndex = 172 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(1350, 681) 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.銀行名稱_tb) Me.Controls.Add(Me.支付對象_lb) Me.Controls.Add(Me.支付對象_tb) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.語轉扭_bt) Me.Controls.Add(Me.R_bt) Me.Controls.Add(Me.類別管理_cb) Me.Controls.Add(Me.類別管理_bt) Me.Controls.Add(Me.確認新增_bt) Me.Controls.Add(Me.查詢_bt) Me.Controls.Add(Me.信箱3_tb) Me.Controls.Add(Me.信箱2_tb) Me.Controls.Add(Me.信箱1_tb) Me.Controls.Add(Me.聯繫人信箱3_lb) 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.聯繫電話3_tb) Me.Controls.Add(Me.聯繫電話2_tb) Me.Controls.Add(Me.聯繫電話1_tb) Me.Controls.Add(Me.職稱3_tb) Me.Controls.Add(Me.聯繫人職稱3_lb) Me.Controls.Add(Me.職稱2_tb) Me.Controls.Add(Me.聯繫人職稱2_lb) Me.Controls.Add(Me.職稱1_tb) Me.Controls.Add(Me.聯繫人職稱1_lb) Me.Controls.Add(Me.聯繫人3_tb) Me.Controls.Add(Me.聯繫人2_tb) Me.Controls.Add(Me.聯繫人1_tb) Me.Controls.Add(Me.傳真1_tb) Me.Controls.Add(Me.傳真1_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.公司名_ib) Me.Controls.Add(Me.簡稱_lb) Me.Controls.Add(Me.供應商編號_tb) Me.Controls.Add(Me.供應商編號_lb) Me.Controls.Add(Me.聯繫人3_lb) Me.Controls.Add(Me.聯繫人2_lb) Me.Controls.Add(Me.聯繫人1_lb) Me.Controls.Add(Me.公司電話1_lb) Me.Controls.Add(Me.聯繫人電話3_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(3, 4, 3, 4) Me.Name = "供應商管理" Me.RightToLeftLayout = True 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 廠商清單_dgv As DataGridView Friend WithEvents 確認新增_bt As Button Friend WithEvents 查詢_bt As Button Friend WithEvents 信箱3_tb As TextBox Friend WithEvents 信箱2_tb As TextBox Friend WithEvents 信箱1_tb As TextBox Friend WithEvents 聯繫人信箱3_lb As Label 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 聯繫電話3_tb As TextBox Friend WithEvents 聯繫人電話3_lb As Label Friend WithEvents 聯繫電話2_tb As TextBox Friend WithEvents 聯繫人電話2_lb As Label Friend WithEvents 聯繫電話1_tb As TextBox Friend WithEvents 聯繫人電話1_lb As Label Friend WithEvents 職稱3_tb As TextBox Friend WithEvents 聯繫人職稱3_lb As Label Friend WithEvents 職稱2_tb As TextBox Friend WithEvents 聯繫人職稱2_lb As Label Friend WithEvents 職稱1_tb As TextBox Friend WithEvents 聯繫人職稱1_lb As Label Friend WithEvents 聯繫人3_lb As Label Friend WithEvents 聯繫人3_tb As TextBox Friend WithEvents 聯繫人2_lb As Label Friend WithEvents 聯繫人2_tb As TextBox Friend WithEvents 聯繫人1_lb As Label Friend WithEvents 聯繫人1_tb As TextBox Friend WithEvents 傳真3_tb As TextBox Friend WithEvents 傳真3_lb As Label Friend WithEvents 傳真2_tb As TextBox Friend WithEvents 傳真2_lb As Label Friend WithEvents 傳真1_tb As TextBox Friend WithEvents 傳真1_lb As Label Friend WithEvents 電話3_tb As TextBox Friend WithEvents 公司電話3_lb As Label Friend WithEvents 電話2_tb As TextBox Friend WithEvents 公司電話2_lb As Label Friend WithEvents 公司電話1_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 公司名_ib As Label Friend WithEvents 供應商簡稱_tb As TextBox Friend WithEvents 簡稱_lb As Label Friend WithEvents 供應商編號_lb As Label Friend WithEvents 供應商編號_tb As TextBox Friend WithEvents 語言_dgv As DataGridView Friend WithEvents 類別管理_bt As Button Friend WithEvents 類別管理_cb As ComboBox Friend WithEvents R_bt As Button Friend WithEvents 語轉扭_bt As Button Friend WithEvents Column1 As DataGridViewTextBoxColumn Friend WithEvents Column2 As DataGridViewTextBoxColumn Friend WithEvents ToolTip1 As ToolTip Friend WithEvents Panel1 As Panel Friend WithEvents 支付對象_lb As Label Friend WithEvents 支付對象_tb As TextBox Friend WithEvents 銀行名稱_lb As Label Friend WithEvents 銀行名稱_tb As TextBox Friend WithEvents 銀行支行_lb As Label Friend WithEvents 銀行支行_tb As TextBox Friend WithEvents 銀行帳號_lb As Label Friend WithEvents 銀行帳號_tb As TextBox End Class