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.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.TextBox7 = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.TextBox8 = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.TextBox9 = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.TextBox10 = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.TextBox11 = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.TextBox12 = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.TextBox13 = New System.Windows.Forms.TextBox() Me.Label14 = New System.Windows.Forms.Label() Me.TextBox14 = New System.Windows.Forms.TextBox() Me.Label15 = New System.Windows.Forms.Label() Me.TextBox15 = New System.Windows.Forms.TextBox() Me.Label16 = New System.Windows.Forms.Label() Me.TextBox16 = New System.Windows.Forms.TextBox() Me.Label17 = New System.Windows.Forms.Label() Me.TextBox17 = New System.Windows.Forms.TextBox() Me.TextBox18 = New System.Windows.Forms.TextBox() Me.Label18 = New System.Windows.Forms.Label() Me.TextBox19 = New System.Windows.Forms.TextBox() Me.Label19 = New System.Windows.Forms.Label() Me.TextBox20 = New System.Windows.Forms.TextBox() Me.Label20 = New System.Windows.Forms.Label() Me.Label21 = New System.Windows.Forms.Label() Me.TextBox21 = New System.Windows.Forms.TextBox() Me.TextBox22 = New System.Windows.Forms.TextBox() Me.Label22 = New System.Windows.Forms.Label() Me.TextBox23 = New System.Windows.Forms.TextBox() Me.Label23 = New System.Windows.Forms.Label() Me.TextBox24 = New System.Windows.Forms.TextBox() Me.Label24 = New System.Windows.Forms.Label() Me.Label25 = New System.Windows.Forms.Label() Me.TextBox25 = New System.Windows.Forms.TextBox() Me.TextBox26 = New System.Windows.Forms.TextBox() Me.Label26 = New System.Windows.Forms.Label() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label27 = New System.Windows.Forms.Label() Me.TextBox27 = New System.Windows.Forms.TextBox() Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown() Me.Label28 = New System.Windows.Forms.Label() Me.Label29 = New System.Windows.Forms.Label() Me.NumericUpDown2 = New System.Windows.Forms.NumericUpDown() Me.Label30 = New System.Windows.Forms.Label() Me.NumericUpDown3 = New System.Windows.Forms.NumericUpDown() Me.Label31 = New System.Windows.Forms.Label() Me.NumericUpDown4 = New System.Windows.Forms.NumericUpDown() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Label32 = New System.Windows.Forms.Label() Me.Label33 = New System.Windows.Forms.Label() Me.TextBox28 = New System.Windows.Forms.TextBox() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.CheckBox2 = New System.Windows.Forms.CheckBox() Me.Button4 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.關鍵字查詢ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator() Me.新增供應商資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.資料存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.資料刪除ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown4, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.SuspendLayout() ' 'DataGridView1 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView1.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.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(9, 134) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(1896, 849) Me.DataGridView1.TabIndex = 666 ' '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.Green Me.Label1.Location = New System.Drawing.Point(3, 6) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(32, 16) Me.Label1.TabIndex = 670 Me.Label1.Text = "編號" ' 'TextBox1 ' Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox1.ForeColor = System.Drawing.Color.Green Me.TextBox1.Location = New System.Drawing.Point(68, 3) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(121, 23) Me.TextBox1.TabIndex = 669 Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.ForeColor = System.Drawing.Color.Green Me.Label2.Location = New System.Drawing.Point(3, 32) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(32, 16) Me.Label2.TabIndex = 672 Me.Label2.Text = "公司" ' 'TextBox2 ' Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox2.ForeColor = System.Drawing.Color.Green Me.TextBox2.Location = New System.Drawing.Point(68, 29) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(316, 23) Me.TextBox2.TabIndex = 671 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.ForeColor = System.Drawing.Color.Green Me.Label3.Location = New System.Drawing.Point(195, 6) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(32, 16) Me.Label3.TabIndex = 674 Me.Label3.Text = "簡稱" ' 'TextBox3 ' Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox3.ForeColor = System.Drawing.Color.Green Me.TextBox3.Location = New System.Drawing.Point(263, 3) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(121, 23) Me.TextBox3.TabIndex = 673 Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label4.ForeColor = System.Drawing.Color.Green Me.Label4.Location = New System.Drawing.Point(3, 58) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(44, 16) Me.Label4.TabIndex = 676 Me.Label4.Text = "負責人" ' 'TextBox4 ' Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox4.ForeColor = System.Drawing.Color.Green Me.TextBox4.Location = New System.Drawing.Point(68, 55) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(121, 23) Me.TextBox4.TabIndex = 675 Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label5.ForeColor = System.Drawing.Color.Green Me.Label5.Location = New System.Drawing.Point(191, 58) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(68, 16) Me.Label5.TabIndex = 678 Me.Label5.Text = "負責人電話" ' 'TextBox5 ' Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox5.ForeColor = System.Drawing.Color.Green Me.TextBox5.Location = New System.Drawing.Point(263, 55) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(121, 23) Me.TextBox5.TabIndex = 677 Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label6.ForeColor = System.Drawing.Color.Green Me.Label6.Location = New System.Drawing.Point(2, 84) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(63, 16) Me.Label6.TabIndex = 680 Me.Label6.Text = "公司電話1" ' 'TextBox6 ' Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox6.ForeColor = System.Drawing.Color.Green Me.TextBox6.Location = New System.Drawing.Point(68, 81) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(121, 23) Me.TextBox6.TabIndex = 679 Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label7.ForeColor = System.Drawing.Color.Green Me.Label7.Location = New System.Drawing.Point(2, 110) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(63, 16) Me.Label7.TabIndex = 682 Me.Label7.Text = "公司電話2" ' 'TextBox7 ' Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox7.ForeColor = System.Drawing.Color.Green Me.TextBox7.Location = New System.Drawing.Point(68, 107) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(121, 23) Me.TextBox7.TabIndex = 681 Me.TextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label8.ForeColor = System.Drawing.Color.Green Me.Label8.Location = New System.Drawing.Point(195, 84) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(39, 16) Me.Label8.TabIndex = 684 Me.Label8.Text = "傳真1" ' 'TextBox8 ' Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox8.ForeColor = System.Drawing.Color.Green Me.TextBox8.Location = New System.Drawing.Point(263, 81) Me.TextBox8.Name = "TextBox8" Me.TextBox8.Size = New System.Drawing.Size(121, 23) Me.TextBox8.TabIndex = 683 Me.TextBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label9.ForeColor = System.Drawing.Color.Green Me.Label9.Location = New System.Drawing.Point(195, 110) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(39, 16) Me.Label9.TabIndex = 686 Me.Label9.Text = "傳真2" ' 'TextBox9 ' Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox9.ForeColor = System.Drawing.Color.Green Me.TextBox9.Location = New System.Drawing.Point(263, 107) Me.TextBox9.Name = "TextBox9" Me.TextBox9.Size = New System.Drawing.Size(121, 23) Me.TextBox9.TabIndex = 685 Me.TextBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label10.ForeColor = System.Drawing.Color.Green Me.Label10.Location = New System.Drawing.Point(387, 6) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(39, 16) Me.Label10.TabIndex = 688 Me.Label10.Text = "地址1" ' 'TextBox10 ' Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox10.ForeColor = System.Drawing.Color.Green Me.TextBox10.Location = New System.Drawing.Point(435, 3) Me.TextBox10.Multiline = True Me.TextBox10.Name = "TextBox10" Me.TextBox10.Size = New System.Drawing.Size(237, 51) Me.TextBox10.TabIndex = 687 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label11.ForeColor = System.Drawing.Color.Green Me.Label11.Location = New System.Drawing.Point(387, 58) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(63, 16) Me.Label11.TabIndex = 690 Me.Label11.Text = "郵遞區號1" ' 'TextBox11 ' Me.TextBox11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox11.ForeColor = System.Drawing.Color.Green Me.TextBox11.Location = New System.Drawing.Point(455, 55) Me.TextBox11.Name = "TextBox11" Me.TextBox11.Size = New System.Drawing.Size(45, 23) Me.TextBox11.TabIndex = 689 Me.TextBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label12.ForeColor = System.Drawing.Color.Green Me.Label12.Location = New System.Drawing.Point(387, 84) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(39, 16) Me.Label12.TabIndex = 692 Me.Label12.Text = "地址2" ' 'TextBox12 ' Me.TextBox12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox12.ForeColor = System.Drawing.Color.Green Me.TextBox12.Location = New System.Drawing.Point(435, 81) Me.TextBox12.Multiline = True Me.TextBox12.Name = "TextBox12" Me.TextBox12.Size = New System.Drawing.Size(237, 51) Me.TextBox12.TabIndex = 691 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label13.ForeColor = System.Drawing.Color.Green Me.Label13.Location = New System.Drawing.Point(559, 58) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(63, 16) Me.Label13.TabIndex = 694 Me.Label13.Text = "郵遞區號2" ' 'TextBox13 ' Me.TextBox13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox13.ForeColor = System.Drawing.Color.Green Me.TextBox13.Location = New System.Drawing.Point(627, 55) Me.TextBox13.Name = "TextBox13" Me.TextBox13.Size = New System.Drawing.Size(45, 23) Me.TextBox13.TabIndex = 693 Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label14.Location = New System.Drawing.Point(675, 6) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(51, 16) Me.Label14.TabIndex = 696 Me.Label14.Text = "聯絡人1" ' 'TextBox14 ' Me.TextBox14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox14.Location = New System.Drawing.Point(728, 3) Me.TextBox14.Name = "TextBox14" Me.TextBox14.Size = New System.Drawing.Size(121, 23) Me.TextBox14.TabIndex = 695 Me.TextBox14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label15.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label15.Location = New System.Drawing.Point(851, 6) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(51, 16) Me.Label15.TabIndex = 698 Me.Label15.Text = "聯1電話" ' 'TextBox15 ' Me.TextBox15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox15.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox15.Location = New System.Drawing.Point(905, 3) Me.TextBox15.Name = "TextBox15" Me.TextBox15.Size = New System.Drawing.Size(121, 23) Me.TextBox15.TabIndex = 697 Me.TextBox15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label16.Location = New System.Drawing.Point(1028, 6) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(56, 16) Me.Label16.TabIndex = 700 Me.Label16.Text = "聯1MAIL" ' 'TextBox16 ' Me.TextBox16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox16.Location = New System.Drawing.Point(1089, 3) Me.TextBox16.Name = "TextBox16" Me.TextBox16.Size = New System.Drawing.Size(206, 23) Me.TextBox16.TabIndex = 699 ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label17.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label17.Location = New System.Drawing.Point(1297, 6) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(89, 16) Me.Label17.TabIndex = 702 Me.Label17.Text = "聯1LINE、唯信" ' 'TextBox17 ' Me.TextBox17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox17.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox17.Location = New System.Drawing.Point(1393, 3) Me.TextBox17.Name = "TextBox17" Me.TextBox17.Size = New System.Drawing.Size(149, 23) Me.TextBox17.TabIndex = 701 Me.TextBox17.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox18 ' Me.TextBox18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox18.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox18.Location = New System.Drawing.Point(728, 29) Me.TextBox18.Name = "TextBox18" Me.TextBox18.Size = New System.Drawing.Size(121, 23) Me.TextBox18.TabIndex = 703 Me.TextBox18.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label18.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label18.Location = New System.Drawing.Point(675, 32) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(51, 16) Me.Label18.TabIndex = 704 Me.Label18.Text = "聯絡人2" ' 'TextBox19 ' Me.TextBox19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox19.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox19.Location = New System.Drawing.Point(905, 29) Me.TextBox19.Name = "TextBox19" Me.TextBox19.Size = New System.Drawing.Size(121, 23) Me.TextBox19.TabIndex = 705 Me.TextBox19.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label19.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label19.Location = New System.Drawing.Point(851, 32) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(51, 16) Me.Label19.TabIndex = 706 Me.Label19.Text = "聯2電話" ' 'TextBox20 ' Me.TextBox20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox20.Location = New System.Drawing.Point(1089, 29) Me.TextBox20.Name = "TextBox20" Me.TextBox20.Size = New System.Drawing.Size(206, 23) Me.TextBox20.TabIndex = 707 ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label20.Location = New System.Drawing.Point(1028, 32) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(56, 16) Me.Label20.TabIndex = 708 Me.Label20.Text = "聯2MAIL" ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label21.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label21.Location = New System.Drawing.Point(1297, 32) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(89, 16) Me.Label21.TabIndex = 710 Me.Label21.Text = "聯2LINE、唯信" ' 'TextBox21 ' Me.TextBox21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox21.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox21.Location = New System.Drawing.Point(1393, 29) Me.TextBox21.Name = "TextBox21" Me.TextBox21.Size = New System.Drawing.Size(149, 23) Me.TextBox21.TabIndex = 709 Me.TextBox21.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox22 ' Me.TextBox22.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox22.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox22.Location = New System.Drawing.Point(728, 55) Me.TextBox22.Name = "TextBox22" Me.TextBox22.Size = New System.Drawing.Size(121, 23) Me.TextBox22.TabIndex = 711 Me.TextBox22.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label22.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label22.Location = New System.Drawing.Point(675, 58) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(51, 16) Me.Label22.TabIndex = 712 Me.Label22.Text = "聯絡人2" ' 'TextBox23 ' Me.TextBox23.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox23.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox23.Location = New System.Drawing.Point(905, 55) Me.TextBox23.Name = "TextBox23" Me.TextBox23.Size = New System.Drawing.Size(121, 23) Me.TextBox23.TabIndex = 713 Me.TextBox23.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label23 ' Me.Label23.AutoSize = True Me.Label23.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label23.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label23.Location = New System.Drawing.Point(851, 58) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(51, 16) Me.Label23.TabIndex = 714 Me.Label23.Text = "聯2電話" ' 'TextBox24 ' Me.TextBox24.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox24.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox24.Location = New System.Drawing.Point(1089, 55) Me.TextBox24.Name = "TextBox24" Me.TextBox24.Size = New System.Drawing.Size(206, 23) Me.TextBox24.TabIndex = 715 ' 'Label24 ' Me.Label24.AutoSize = True Me.Label24.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label24.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label24.Location = New System.Drawing.Point(1028, 58) Me.Label24.Name = "Label24" Me.Label24.Size = New System.Drawing.Size(56, 16) Me.Label24.TabIndex = 716 Me.Label24.Text = "聯2MAIL" ' 'Label25 ' Me.Label25.AutoSize = True Me.Label25.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label25.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label25.Location = New System.Drawing.Point(1297, 58) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(89, 16) Me.Label25.TabIndex = 718 Me.Label25.Text = "聯2LINE、唯信" ' 'TextBox25 ' Me.TextBox25.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox25.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox25.Location = New System.Drawing.Point(1393, 55) Me.TextBox25.Name = "TextBox25" Me.TextBox25.Size = New System.Drawing.Size(149, 23) Me.TextBox25.TabIndex = 717 Me.TextBox25.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox26 ' Me.TextBox26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox26.ForeColor = System.Drawing.Color.Green Me.TextBox26.Location = New System.Drawing.Point(741, 81) Me.TextBox26.Name = "TextBox26" Me.TextBox26.Size = New System.Drawing.Size(108, 23) Me.TextBox26.TabIndex = 719 Me.TextBox26.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label26 ' Me.Label26.AutoSize = True Me.Label26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label26.ForeColor = System.Drawing.Color.Green Me.Label26.Location = New System.Drawing.Point(675, 84) Me.Label26.Name = "Label26" Me.Label26.Size = New System.Drawing.Size(56, 16) Me.Label26.TabIndex = 720 Me.Label26.Text = "統一編號" ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.ComboBox1.ForeColor = System.Drawing.Color.Green Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"男", "女", "NA"}) Me.ComboBox1.Location = New System.Drawing.Point(905, 81) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(207, 24) Me.ComboBox1.TabIndex = 949 ' 'Label27 ' Me.Label27.AutoSize = True Me.Label27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label27.ForeColor = System.Drawing.Color.Green Me.Label27.Location = New System.Drawing.Point(851, 86) Me.Label27.Name = "Label27" Me.Label27.Size = New System.Drawing.Size(56, 16) Me.Label27.TabIndex = 948 Me.Label27.Text = "付款方式" ' 'TextBox27 ' Me.TextBox27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox27.ForeColor = System.Drawing.Color.Green Me.TextBox27.Location = New System.Drawing.Point(506, 55) Me.TextBox27.Name = "TextBox27" Me.TextBox27.Size = New System.Drawing.Size(47, 23) Me.TextBox27.TabIndex = 950 ' 'NumericUpDown1 ' Me.NumericUpDown1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.NumericUpDown1.ForeColor = System.Drawing.Color.Green Me.NumericUpDown1.Location = New System.Drawing.Point(714, 108) Me.NumericUpDown1.Maximum = New Decimal(New Integer() {31, 0, 0, 0}) Me.NumericUpDown1.Name = "NumericUpDown1" Me.NumericUpDown1.Size = New System.Drawing.Size(38, 23) Me.NumericUpDown1.TabIndex = 951 ' 'Label28 ' Me.Label28.AutoSize = True Me.Label28.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label28.ForeColor = System.Drawing.Color.Green Me.Label28.Location = New System.Drawing.Point(675, 111) Me.Label28.Name = "Label28" Me.Label28.Size = New System.Drawing.Size(44, 16) Me.Label28.TabIndex = 952 Me.Label28.Text = "請款日" ' 'Label29 ' Me.Label29.AutoSize = True Me.Label29.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label29.ForeColor = System.Drawing.Color.Green Me.Label29.Location = New System.Drawing.Point(754, 111) Me.Label29.Name = "Label29" Me.Label29.Size = New System.Drawing.Size(44, 16) Me.Label29.TabIndex = 954 Me.Label29.Text = "票據日" ' 'NumericUpDown2 ' Me.NumericUpDown2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.NumericUpDown2.ForeColor = System.Drawing.Color.Green Me.NumericUpDown2.Location = New System.Drawing.Point(796, 108) Me.NumericUpDown2.Maximum = New Decimal(New Integer() {31, 0, 0, 0}) Me.NumericUpDown2.Name = "NumericUpDown2" Me.NumericUpDown2.Size = New System.Drawing.Size(38, 23) Me.NumericUpDown2.TabIndex = 953 ' 'Label30 ' Me.Label30.AutoSize = True Me.Label30.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label30.ForeColor = System.Drawing.Color.Green Me.Label30.Location = New System.Drawing.Point(836, 111) Me.Label30.Name = "Label30" Me.Label30.Size = New System.Drawing.Size(32, 16) Me.Label30.TabIndex = 956 Me.Label30.Text = "折扣" ' 'NumericUpDown3 ' Me.NumericUpDown3.DecimalPlaces = 2 Me.NumericUpDown3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.NumericUpDown3.ForeColor = System.Drawing.Color.Green Me.NumericUpDown3.Increment = New Decimal(New Integer() {1, 0, 0, 131072}) Me.NumericUpDown3.Location = New System.Drawing.Point(867, 108) Me.NumericUpDown3.Name = "NumericUpDown3" Me.NumericUpDown3.Size = New System.Drawing.Size(54, 23) Me.NumericUpDown3.TabIndex = 955 ' 'Label31 ' Me.Label31.AutoSize = True Me.Label31.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label31.ForeColor = System.Drawing.Color.Green Me.Label31.Location = New System.Drawing.Point(927, 111) Me.Label31.Name = "Label31" Me.Label31.Size = New System.Drawing.Size(32, 16) Me.Label31.TabIndex = 958 Me.Label31.Text = "稅率" ' 'NumericUpDown4 ' Me.NumericUpDown4.DecimalPlaces = 2 Me.NumericUpDown4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.NumericUpDown4.ForeColor = System.Drawing.Color.Green Me.NumericUpDown4.Increment = New Decimal(New Integer() {1, 0, 0, 131072}) Me.NumericUpDown4.Location = New System.Drawing.Point(958, 108) Me.NumericUpDown4.Name = "NumericUpDown4" Me.NumericUpDown4.Size = New System.Drawing.Size(54, 23) Me.NumericUpDown4.TabIndex = 957 ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.ComboBox2.ForeColor = System.Drawing.Color.Green Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Items.AddRange(New Object() {"NTD", "RMB", "USD"}) Me.ComboBox2.Location = New System.Drawing.Point(1047, 108) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(65, 24) Me.ComboBox2.TabIndex = 960 ' 'Label32 ' Me.Label32.AutoSize = True Me.Label32.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label32.ForeColor = System.Drawing.Color.Green Me.Label32.Location = New System.Drawing.Point(1015, 111) Me.Label32.Name = "Label32" Me.Label32.Size = New System.Drawing.Size(32, 16) Me.Label32.TabIndex = 959 Me.Label32.Text = "幣別" ' 'Label33 ' Me.Label33.AutoSize = True Me.Label33.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label33.Location = New System.Drawing.Point(1544, 2) Me.Label33.Name = "Label33" Me.Label33.Size = New System.Drawing.Size(32, 16) Me.Label33.TabIndex = 962 Me.Label33.Text = "備註" ' 'TextBox28 ' Me.TextBox28.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox28.Location = New System.Drawing.Point(1544, 18) Me.TextBox28.Multiline = True Me.TextBox28.Name = "TextBox28" Me.TextBox28.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.TextBox28.Size = New System.Drawing.Size(361, 114) Me.TextBox28.TabIndex = 961 ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.CheckBox1.ForeColor = System.Drawing.Color.Green Me.CheckBox1.Location = New System.Drawing.Point(1118, 83) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(51, 20) Me.CheckBox1.TabIndex = 963 Me.CheckBox1.Text = "外貿" Me.CheckBox1.UseVisualStyleBackColor = True ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.CheckBox2.ForeColor = System.Drawing.Color.Green Me.CheckBox2.Location = New System.Drawing.Point(1118, 108) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(51, 20) Me.CheckBox2.TabIndex = 964 Me.CheckBox2.Text = "停用" Me.CheckBox2.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button4.ForeColor = System.Drawing.Color.Green Me.Button4.Location = New System.Drawing.Point(1421, 80) Me.Button4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(120, 52) Me.Button4.TabIndex = 993 Me.Button4.Text = "資料存檔" Me.Button4.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.ForeColor = System.Drawing.Color.Black Me.Button3.Location = New System.Drawing.Point(1175, 80) Me.Button3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(120, 52) Me.Button3.TabIndex = 992 Me.Button3.Text = "關鍵字查詢" Me.Button3.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Button6.Location = New System.Drawing.Point(1298, 80) Me.Button6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(120, 52) Me.Button6.TabIndex = 991 Me.Button6.Text = "新增供應商資料" Me.Button6.UseVisualStyleBackColor = True ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.關鍵字查詢ToolStripMenuItem, Me.ToolStripSeparator5, Me.新增供應商資料ToolStripMenuItem, Me.資料存檔ToolStripMenuItem, Me.資料刪除ToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(159, 120) ' '重新整理ToolStripMenuItem ' Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem" Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(158, 22) Me.重新整理ToolStripMenuItem.Text = "重新整理" ' '關鍵字查詢ToolStripMenuItem ' Me.關鍵字查詢ToolStripMenuItem.Name = "關鍵字查詢ToolStripMenuItem" Me.關鍵字查詢ToolStripMenuItem.Size = New System.Drawing.Size(158, 22) Me.關鍵字查詢ToolStripMenuItem.Text = "關鍵字查詢" ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" Me.ToolStripSeparator5.Size = New System.Drawing.Size(155, 6) ' '新增供應商資料ToolStripMenuItem ' Me.新增供應商資料ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.新增供應商資料ToolStripMenuItem.Name = "新增供應商資料ToolStripMenuItem" Me.新增供應商資料ToolStripMenuItem.Size = New System.Drawing.Size(158, 22) Me.新增供應商資料ToolStripMenuItem.Text = "新增供應商資料" ' '資料存檔ToolStripMenuItem ' Me.資料存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Green Me.資料存檔ToolStripMenuItem.Name = "資料存檔ToolStripMenuItem" Me.資料存檔ToolStripMenuItem.Size = New System.Drawing.Size(158, 22) Me.資料存檔ToolStripMenuItem.Text = "資料存檔" ' '資料刪除ToolStripMenuItem ' Me.資料刪除ToolStripMenuItem.ForeColor = System.Drawing.Color.Red Me.資料刪除ToolStripMenuItem.Name = "資料刪除ToolStripMenuItem" Me.資料刪除ToolStripMenuItem.Size = New System.Drawing.Size(158, 22) Me.資料刪除ToolStripMenuItem.Text = "資料刪除" ' '供應商資料管理 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 991) Me.ContextMenuStrip = Me.ContextMenuStrip1 Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.CheckBox2) Me.Controls.Add(Me.CheckBox1) Me.Controls.Add(Me.TextBox28) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.Label32) Me.Controls.Add(Me.NumericUpDown4) Me.Controls.Add(Me.NumericUpDown3) Me.Controls.Add(Me.NumericUpDown2) Me.Controls.Add(Me.NumericUpDown1) Me.Controls.Add(Me.TextBox27) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Label27) Me.Controls.Add(Me.TextBox26) Me.Controls.Add(Me.Label26) Me.Controls.Add(Me.Label25) Me.Controls.Add(Me.TextBox25) Me.Controls.Add(Me.TextBox24) Me.Controls.Add(Me.Label24) Me.Controls.Add(Me.TextBox23) Me.Controls.Add(Me.Label23) Me.Controls.Add(Me.TextBox22) Me.Controls.Add(Me.Label22) Me.Controls.Add(Me.Label21) Me.Controls.Add(Me.TextBox21) Me.Controls.Add(Me.TextBox20) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.TextBox19) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.TextBox18) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.Label17) Me.Controls.Add(Me.TextBox17) Me.Controls.Add(Me.TextBox16) Me.Controls.Add(Me.TextBox15) Me.Controls.Add(Me.TextBox14) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.TextBox13) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.TextBox12) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.TextBox11) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.TextBox10) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.TextBox9) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.TextBox8) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.Label33) Me.Controls.Add(Me.Label28) Me.Controls.Add(Me.Label29) Me.Controls.Add(Me.Label30) Me.Controls.Add(Me.Label31) Me.Font = New System.Drawing.Font("微軟正黑體", 8.25!, 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.Text = "供應商資料管理" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown4, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DataGridView1 As DataGridView Friend WithEvents Label1 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents Label2 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents Label3 As Label Friend WithEvents TextBox3 As TextBox Friend WithEvents Label4 As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents Label5 As Label Friend WithEvents TextBox5 As TextBox Friend WithEvents Label6 As Label Friend WithEvents TextBox6 As TextBox Friend WithEvents Label7 As Label Friend WithEvents TextBox7 As TextBox Friend WithEvents Label8 As Label Friend WithEvents TextBox8 As TextBox Friend WithEvents Label9 As Label Friend WithEvents TextBox9 As TextBox Friend WithEvents Label10 As Label Friend WithEvents TextBox10 As TextBox Friend WithEvents Label11 As Label Friend WithEvents TextBox11 As TextBox Friend WithEvents Label12 As Label Friend WithEvents TextBox12 As TextBox Friend WithEvents Label13 As Label Friend WithEvents TextBox13 As TextBox Friend WithEvents Label14 As Label Friend WithEvents TextBox14 As TextBox Friend WithEvents Label15 As Label Friend WithEvents TextBox15 As TextBox Friend WithEvents Label16 As Label Friend WithEvents TextBox16 As TextBox Friend WithEvents Label17 As Label Friend WithEvents TextBox17 As TextBox Friend WithEvents TextBox18 As TextBox Friend WithEvents Label18 As Label Friend WithEvents TextBox19 As TextBox Friend WithEvents Label19 As Label Friend WithEvents TextBox20 As TextBox Friend WithEvents Label20 As Label Friend WithEvents Label21 As Label Friend WithEvents TextBox21 As TextBox Friend WithEvents TextBox22 As TextBox Friend WithEvents Label22 As Label Friend WithEvents TextBox23 As TextBox Friend WithEvents Label23 As Label Friend WithEvents TextBox24 As TextBox Friend WithEvents Label24 As Label Friend WithEvents Label25 As Label Friend WithEvents TextBox25 As TextBox Friend WithEvents TextBox26 As TextBox Friend WithEvents Label26 As Label Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Label27 As Label Friend WithEvents TextBox27 As TextBox Friend WithEvents NumericUpDown1 As NumericUpDown Friend WithEvents Label28 As Label Friend WithEvents Label29 As Label Friend WithEvents NumericUpDown2 As NumericUpDown Friend WithEvents Label30 As Label Friend WithEvents NumericUpDown3 As NumericUpDown Friend WithEvents Label31 As Label Friend WithEvents NumericUpDown4 As NumericUpDown Friend WithEvents ComboBox2 As ComboBox Friend WithEvents Label32 As Label Friend WithEvents Label33 As Label Friend WithEvents TextBox28 As TextBox Friend WithEvents CheckBox1 As CheckBox Friend WithEvents CheckBox2 As CheckBox Friend WithEvents Button4 As Button Friend WithEvents Button3 As Button Friend WithEvents Button6 As Button Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 關鍵字查詢ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 新增供應商資料ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 資料存檔ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 資料刪除ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator5 As ToolStripSeparator End Class