_ 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.R_bt = New System.Windows.Forms.Button() Me.類別管理_cb = New System.Windows.Forms.ComboBox() 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.刪除_bt = New System.Windows.Forms.Button() Me.修改_bt = New System.Windows.Forms.Button() 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_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.聯繫人2_tb = New System.Windows.Forms.TextBox() 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.電話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.公司名_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.供應商編號_tb = New System.Windows.Forms.TextBox() Me.供應商編號_lb = New System.Windows.Forms.Label() 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_lb = New System.Windows.Forms.Label() Me.公司電話2_lb = New System.Windows.Forms.Label() Me.公司電話1_lb = New System.Windows.Forms.Label() 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.廠商清單_dgv = New System.Windows.Forms.DataGridView() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) 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.SuspendLayout() ' '語轉扭_bt ' Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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(1320, 2) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1705 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True Me.語轉扭_bt.Visible = False ' 'R_bt ' Me.R_bt.Location = New System.Drawing.Point(1285, 3) Me.R_bt.Name = "R_bt" Me.R_bt.Size = New System.Drawing.Size(29, 24) Me.R_bt.TabIndex = 1704 Me.R_bt.Text = "R" Me.R_bt.UseVisualStyleBackColor = True Me.R_bt.Visible = False ' '類別管理_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(537, 2) Me.類別管理_cb.Name = "類別管理_cb" Me.類別管理_cb.RightToLeft = System.Windows.Forms.RightToLeft.No Me.類別管理_cb.Size = New System.Drawing.Size(217, 24) Me.類別管理_cb.TabIndex = 1703 ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Location = New System.Drawing.Point(28, 169) 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 = 1701 Me.語言_dgv.Visible = False ' '信箱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, 324) Me.信箱3_tb.Name = "信箱3_tb" Me.信箱3_tb.Size = New System.Drawing.Size(371, 23) Me.信箱3_tb.TabIndex = 1697 Me.信箱3_tb.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(973, 102) Me.信箱2_tb.Name = "信箱2_tb" Me.信箱2_tb.Size = New System.Drawing.Size(371, 23) Me.信箱2_tb.TabIndex = 1696 ' '信箱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(973, 78) Me.信箱1_tb.Name = "信箱1_tb" Me.信箱1_tb.Size = New System.Drawing.Size(371, 23) Me.信箱1_tb.TabIndex = 1695 ' '聯繫人信箱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.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(354, 329) Me.聯繫人信箱3_lb.Name = "聯繫人信箱3_lb" Me.聯繫人信箱3_lb.Size = New System.Drawing.Size(83, 16) Me.聯繫人信箱3_lb.TabIndex = 1694 Me.聯繫人信箱3_lb.Text = "聯繫人 3 信箱" Me.聯繫人信箱3_lb.Visible = False ' '聯繫人信箱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(887, 106) Me.聯繫人信箱2_lb.Name = "聯繫人信箱2_lb" Me.聯繫人信箱2_lb.Size = New System.Drawing.Size(83, 16) Me.聯繫人信箱2_lb.TabIndex = 1693 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(888, 81) Me.聯繫人信箱1_lb.Name = "聯繫人信箱1_lb" Me.聯繫人信箱1_lb.Size = New System.Drawing.Size(83, 16) Me.聯繫人信箱1_lb.TabIndex = 1692 Me.聯繫人信箱1_lb.Text = "聯繫人 1 信箱" ' '刪除_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(275, 0) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(50, 50) Me.刪除_bt.TabIndex = 1691 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(220, 0) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(50, 50) Me.修改_bt.TabIndex = 1690 Me.修改_bt.UseVisualStyleBackColor = True ' '聯繫電話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, 295) Me.聯繫電話3_tb.Name = "聯繫電話3_tb" Me.聯繫電話3_tb.Size = New System.Drawing.Size(150, 23) Me.聯繫電話3_tb.TabIndex = 1688 Me.聯繫電話3_tb.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(736, 102) Me.聯繫電話2_tb.Name = "聯繫電話2_tb" Me.聯繫電話2_tb.Size = New System.Drawing.Size(150, 23) Me.聯繫電話2_tb.TabIndex = 1686 ' '聯繫電話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(736, 78) Me.聯繫電話1_tb.Name = "聯繫電話1_tb" Me.聯繫電話1_tb.Size = New System.Drawing.Size(150, 23) Me.聯繫電話1_tb.TabIndex = 1684 ' '職稱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, 266) Me.職稱3_tb.Name = "職稱3_tb" Me.職稱3_tb.Size = New System.Drawing.Size(212, 23) Me.職稱3_tb.TabIndex = 1682 Me.職稱3_tb.Visible = False ' '聯繫人職稱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.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(364, 269) Me.聯繫人職稱3_lb.Name = "聯繫人職稱3_lb" Me.聯繫人職稱3_lb.Size = New System.Drawing.Size(74, 16) Me.聯繫人職稱3_lb.TabIndex = 1681 Me.聯繫人職稱3_lb.Text = "聯繫人3職稱" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) Me.聯繫人職稱3_lb.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(445, 102) Me.職稱2_tb.Name = "職稱2_tb" Me.職稱2_tb.Size = New System.Drawing.Size(212, 23) Me.職稱2_tb.TabIndex = 1680 ' '聯繫人職稱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(369, 105) Me.聯繫人職稱2_lb.Name = "聯繫人職稱2_lb" Me.聯繫人職稱2_lb.Size = New System.Drawing.Size(74, 16) Me.聯繫人職稱2_lb.TabIndex = 1679 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(445, 78) Me.職稱1_tb.Name = "職稱1_tb" Me.職稱1_tb.Size = New System.Drawing.Size(212, 23) Me.職稱1_tb.TabIndex = 1678 ' '聯繫人職稱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(369, 81) Me.聯繫人職稱1_lb.Name = "聯繫人職稱1_lb" Me.聯繫人職稱1_lb.Size = New System.Drawing.Size(74, 16) Me.聯繫人職稱1_lb.TabIndex = 1677 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.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, 237) Me.聯繫人3_tb.Name = "聯繫人3_tb" Me.聯繫人3_tb.Size = New System.Drawing.Size(253, 23) Me.聯繫人3_tb.TabIndex = 1675 Me.聯繫人3_tb.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(73, 102) Me.聯繫人2_tb.Name = "聯繫人2_tb" Me.聯繫人2_tb.Size = New System.Drawing.Size(291, 23) Me.聯繫人2_tb.TabIndex = 1673 ' '聯繫人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(73, 78) Me.聯繫人1_tb.Name = "聯繫人1_tb" Me.聯繫人1_tb.Size = New System.Drawing.Size(291, 23) Me.聯繫人1_tb.TabIndex = 1671 ' '傳真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(656, 208) Me.傳真3_tb.Name = "傳真3_tb" Me.傳真3_tb.Size = New System.Drawing.Size(150, 23) Me.傳真3_tb.TabIndex = 1670 Me.傳真3_tb.Visible = False ' '傳真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(592, 211) Me.傳真3_lb.Name = "傳真3_lb" Me.傳真3_lb.Size = New System.Drawing.Size(62, 16) Me.傳真3_lb.TabIndex = 1669 Me.傳真3_lb.Text = "公司傳真3" Me.傳真3_lb.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.Location = New System.Drawing.Point(440, 208) Me.傳真2_tb.Name = "傳真2_tb" Me.傳真2_tb.Size = New System.Drawing.Size(150, 23) Me.傳真2_tb.TabIndex = 1668 Me.傳真2_tb.Visible = False ' '傳真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(376, 211) Me.傳真2_lb.Name = "傳真2_lb" Me.傳真2_lb.Size = New System.Drawing.Size(62, 16) Me.傳真2_lb.TabIndex = 1667 Me.傳真2_lb.Text = "公司傳真2" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) Me.傳真2_lb.Visible = False ' '傳真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(1107, 3) Me.傳真1_tb.Name = "傳真1_tb" Me.傳真1_tb.Size = New System.Drawing.Size(150, 23) Me.傳真1_tb.TabIndex = 1666 ' '傳真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.Location = New System.Drawing.Point(1039, 7) Me.傳真1_lb.Name = "傳真1_lb" Me.傳真1_lb.Size = New System.Drawing.Size(62, 16) Me.傳真1_lb.TabIndex = 1665 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(656, 179) Me.電話3_tb.Name = "電話3_tb" Me.電話3_tb.Size = New System.Drawing.Size(150, 23) Me.電話3_tb.TabIndex = 1664 Me.電話3_tb.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.Location = New System.Drawing.Point(440, 179) Me.電話2_tb.Name = "電話2_tb" Me.電話2_tb.Size = New System.Drawing.Size(150, 23) Me.電話2_tb.TabIndex = 1662 Me.電話2_tb.Visible = False ' '電話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(880, 3) Me.電話1_tb.Name = "電話1_tb" Me.電話1_tb.Size = New System.Drawing.Size(150, 23) Me.電話1_tb.TabIndex = 1659 ' '地址_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(73, 55) Me.地址_tb.Name = "地址_tb" Me.地址_tb.Size = New System.Drawing.Size(1270, 23) Me.地址_tb.TabIndex = 1658 ' '公司地址_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(7, 58) Me.公司地址_lb.Name = "公司地址_lb" Me.公司地址_lb.Size = New System.Drawing.Size(55, 16) Me.公司地址_lb.TabIndex = 1657 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(537, 27) Me.公司名_tb.Name = "公司名_tb" Me.公司名_tb.RightToLeft = System.Windows.Forms.RightToLeft.No Me.公司名_tb.Size = New System.Drawing.Size(806, 23) Me.公司名_tb.TabIndex = 1656 ' '公司名_ib ' Me.公司名_ib.AutoSize = True 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(453, 30) Me.公司名_ib.Name = "公司名_ib" Me.公司名_ib.RightToLeft = System.Windows.Forms.RightToLeft.No Me.公司名_ib.Size = New System.Drawing.Size(55, 16) Me.公司名_ib.TabIndex = 1655 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(774, 2) Me.供應商簡稱_tb.Name = "供應商簡稱_tb" Me.供應商簡稱_tb.RightToLeft = System.Windows.Forms.RightToLeft.No Me.供應商簡稱_tb.Size = New System.Drawing.Size(32, 23) Me.供應商簡稱_tb.TabIndex = 1654 Me.供應商簡稱_tb.Visible = False ' '簡稱_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(441, 8) Me.簡稱_lb.Name = "簡稱_lb" Me.簡稱_lb.RightToLeft = System.Windows.Forms.RightToLeft.No Me.簡稱_lb.Size = New System.Drawing.Size(67, 16) Me.簡稱_lb.TabIndex = 1653 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.ForeColor = System.Drawing.Color.Red Me.供應商編號_tb.Location = New System.Drawing.Point(340, 27) Me.供應商編號_tb.Name = "供應商編號_tb" Me.供應商編號_tb.Size = New System.Drawing.Size(80, 23) Me.供應商編號_tb.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.ForeColor = System.Drawing.Color.Red Me.供應商編號_lb.Location = New System.Drawing.Point(340, 5) Me.供應商編號_lb.Name = "供應商編號_lb" Me.供應商編號_lb.Size = New System.Drawing.Size(80, 20) Me.供應商編號_lb.TabIndex = 1652 Me.供應商編號_lb.Text = "供 應 商 編 號" ' '聯繫人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.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(333, 240) Me.聯繫人3_lb.Name = "聯繫人3_lb" Me.聯繫人3_lb.Size = New System.Drawing.Size(104, 16) Me.聯繫人3_lb.TabIndex = 1676 Me.聯繫人3_lb.Text = "聯 繫 人 3" Me.聯繫人3_lb.Visible = False ' '聯繫人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(12, 105) Me.聯繫人2_lb.Name = "聯繫人2_lb" Me.聯繫人2_lb.Size = New System.Drawing.Size(50, 16) Me.聯繫人2_lb.TabIndex = 1674 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(12, 81) Me.聯繫人1_lb.Name = "聯繫人1_lb" Me.聯繫人1_lb.Size = New System.Drawing.Size(50, 16) Me.聯繫人1_lb.TabIndex = 1672 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.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(592, 182) Me.公司電話3_lb.Name = "公司電話3_lb" Me.公司電話3_lb.Size = New System.Drawing.Size(62, 16) Me.公司電話3_lb.TabIndex = 1663 Me.公司電話3_lb.Text = "公司電話3" Me.公司電話3_lb.Visible = False ' '公司電話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(376, 182) Me.公司電話2_lb.Name = "公司電話2_lb" Me.公司電話2_lb.Size = New System.Drawing.Size(62, 16) Me.公司電話2_lb.TabIndex = 1661 Me.公司電話2_lb.Text = "公司電話2" Me.公司電話2_lb.Visible = False ' '公司電話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(812, 7) Me.公司電話1_lb.Name = "公司電話1_lb" Me.公司電話1_lb.Size = New System.Drawing.Size(62, 16) Me.公司電話1_lb.TabIndex = 1660 Me.公司電話1_lb.Text = "公司電話1" ' '聯繫人電話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.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(364, 298) Me.聯繫人電話3_lb.Name = "聯繫人電話3_lb" Me.聯繫人電話3_lb.Size = New System.Drawing.Size(74, 16) Me.聯繫人電話3_lb.TabIndex = 1687 Me.聯繫人電話3_lb.Text = "聯繫人3電話" Me.聯繫人電話3_lb.Visible = False ' '聯繫人電話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(660, 105) Me.聯繫人電話2_lb.Name = "聯繫人電話2_lb" Me.聯繫人電話2_lb.Size = New System.Drawing.Size(74, 16) Me.聯繫人電話2_lb.TabIndex = 1685 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(660, 81) Me.聯繫人電話1_lb.Name = "聯繫人電話1_lb" Me.聯繫人電話1_lb.Size = New System.Drawing.Size(74, 16) Me.聯繫人電話1_lb.TabIndex = 1683 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(4, 131) 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(1341, 546) Me.廠商清單_dgv.TabIndex = 1700 ' 'ToolTip1 ' Me.ToolTip1.IsBalloon = True Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.ToolTip1.ToolTipTitle = "系統說明" ' '類別管理_bt ' Me.類別管理_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.system 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 = 1702 Me.類別管理_bt.UseVisualStyleBackColor = True ' '確認新增_bt ' Me.確認新增_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER21 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(165, 0) Me.確認新增_bt.Name = "確認新增_bt" Me.確認新增_bt.Size = New System.Drawing.Size(50, 50) Me.確認新增_bt.TabIndex = 1699 Me.確認新增_bt.UseVisualStyleBackColor = True ' '查詢_bt ' Me.查詢_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.下載 Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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 = 1698 Me.查詢_bt.UseVisualStyleBackColor = True ' '新增_bt ' Me.新增_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.add_21 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 = 1689 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.語轉扭_bt) Me.Controls.Add(Me.R_bt) Me.Controls.Add(Me.類別管理_cb) Me.Controls.Add(Me.類別管理_bt) Me.Controls.Add(Me.語言_dgv) 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.傳真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.地址_tb) Me.Controls.Add(Me.公司地址_lb) Me.Controls.Add(Me.公司名_tb) Me.Controls.Add(Me.公司名_ib) Me.Controls.Add(Me.供應商簡稱_tb) 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.公司電話3_lb) Me.Controls.Add(Me.公司電話2_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.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.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 語轉扭_bt As Button Friend WithEvents R_bt As Button Friend WithEvents 類別管理_cb As ComboBox Friend WithEvents 類別管理_bt As Button 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 聯繫電話2_tb As TextBox 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 聯繫人2_tb As TextBox 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 電話2_tb As TextBox 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 供應商編號_tb As TextBox Friend WithEvents 供應商編號_lb As Label Friend WithEvents 聯繫人3_lb As Label Friend WithEvents 聯繫人2_lb As Label Friend WithEvents 聯繫人1_lb As Label Friend WithEvents 公司電話3_lb As Label Friend WithEvents 公司電話2_lb As Label Friend WithEvents 公司電話1_lb As Label Friend WithEvents 聯繫人電話3_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 End Class