12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class 供應商資料管理
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()>
- 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 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()>
- 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.供應商明細_dgv = New System.Windows.Forms.DataGridView()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.編號_tb = New System.Windows.Forms.TextBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.公司_tb = New System.Windows.Forms.TextBox()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.簡稱_tb = New System.Windows.Forms.TextBox()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.負責人_tb = New System.Windows.Forms.TextBox()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.負責人電話_tb = New System.Windows.Forms.TextBox()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.公司電話1_tb = New System.Windows.Forms.TextBox()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.公司電話2_tb = New System.Windows.Forms.TextBox()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.傳真1_tb = New System.Windows.Forms.TextBox()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.傳真2_tb = New System.Windows.Forms.TextBox()
- Me.Label10 = New System.Windows.Forms.Label()
- Me.地址1_tb = New System.Windows.Forms.TextBox()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.郵號1_tb = New System.Windows.Forms.TextBox()
- Me.Label12 = New System.Windows.Forms.Label()
- Me.地址2_tb = New System.Windows.Forms.TextBox()
- Me.Label13 = New System.Windows.Forms.Label()
- Me.郵號2_tb = New System.Windows.Forms.TextBox()
- Me.Label14 = New System.Windows.Forms.Label()
- Me.聯絡人1_tb = New System.Windows.Forms.TextBox()
- Me.Label15 = New System.Windows.Forms.Label()
- Me.聯1電話_tb = New System.Windows.Forms.TextBox()
- Me.Label16 = New System.Windows.Forms.Label()
- Me.聯1MAIL_tb = New System.Windows.Forms.TextBox()
- Me.Label17 = New System.Windows.Forms.Label()
- Me.聯1LINE_tb = New System.Windows.Forms.TextBox()
- Me.聯絡人2_tb = New System.Windows.Forms.TextBox()
- Me.Label18 = New System.Windows.Forms.Label()
- Me.聯2電話_tb = New System.Windows.Forms.TextBox()
- Me.Label19 = New System.Windows.Forms.Label()
- Me.聯2MAIL_tb = New System.Windows.Forms.TextBox()
- Me.Label20 = New System.Windows.Forms.Label()
- Me.Label21 = New System.Windows.Forms.Label()
- Me.聯2LINE_tb = New System.Windows.Forms.TextBox()
- Me.聯絡人3_tb = New System.Windows.Forms.TextBox()
- Me.Label22 = New System.Windows.Forms.Label()
- Me.聯3電話_tb = New System.Windows.Forms.TextBox()
- Me.Label23 = New System.Windows.Forms.Label()
- Me.聯3MAIL_tb = New System.Windows.Forms.TextBox()
- Me.Label24 = New System.Windows.Forms.Label()
- Me.Label25 = New System.Windows.Forms.Label()
- Me.聯3LINE_tb = New System.Windows.Forms.TextBox()
- Me.統編_tb = New System.Windows.Forms.TextBox()
- Me.Label26 = New System.Windows.Forms.Label()
- Me.付款方式_cb = New System.Windows.Forms.ComboBox()
- Me.Label27 = New System.Windows.Forms.Label()
- Me.TextBox27 = New System.Windows.Forms.TextBox()
- Me.請款日_nud = New System.Windows.Forms.NumericUpDown()
- Me.Label28 = New System.Windows.Forms.Label()
- Me.Label29 = New System.Windows.Forms.Label()
- Me.票據日_nud = New System.Windows.Forms.NumericUpDown()
- Me.Label30 = New System.Windows.Forms.Label()
- Me.折扣_nud = New System.Windows.Forms.NumericUpDown()
- Me.Label31 = New System.Windows.Forms.Label()
- Me.稅率_nud = New System.Windows.Forms.NumericUpDown()
- Me.幣別_cb = New System.Windows.Forms.ComboBox()
- Me.Label32 = New System.Windows.Forms.Label()
- Me.Label33 = New System.Windows.Forms.Label()
- Me.備註_tb = New System.Windows.Forms.TextBox()
- Me.外貿_ch = New System.Windows.Forms.CheckBox()
- Me.停用_ch = New System.Windows.Forms.CheckBox()
- Me.資料存檔_bt = New System.Windows.Forms.Button()
- Me.關鍵字查詢_bt = New System.Windows.Forms.Button()
- Me.新增供應商資料_bt = 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.供應商明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.請款日_nud, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.票據日_nud, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.折扣_nud, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.稅率_nud, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.ContextMenuStrip1.SuspendLayout()
- Me.SuspendLayout()
- '
- '供應商明細_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
- 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(9, 134)
- Me.供應商明細_dgv.Name = "供應商明細_dgv"
- Me.供應商明細_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.供應商明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
- Me.供應商明細_dgv.RowTemplate.Height = 24
- Me.供應商明細_dgv.Size = New System.Drawing.Size(1896, 849)
- Me.供應商明細_dgv.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 = "編號"
- '
- '編號_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.Green
- Me.編號_tb.Location = New System.Drawing.Point(68, 3)
- Me.編號_tb.Name = "編號_tb"
- Me.編號_tb.Size = New System.Drawing.Size(121, 23)
- Me.編號_tb.TabIndex = 669
- Me.編號_tb.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 = "公司"
- '
- '公司_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.Green
- Me.公司_tb.Location = New System.Drawing.Point(68, 29)
- Me.公司_tb.Name = "公司_tb"
- Me.公司_tb.Size = New System.Drawing.Size(316, 23)
- Me.公司_tb.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 = "簡稱"
- '
- '簡稱_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.Green
- Me.簡稱_tb.Location = New System.Drawing.Point(263, 3)
- Me.簡稱_tb.Name = "簡稱_tb"
- Me.簡稱_tb.Size = New System.Drawing.Size(121, 23)
- Me.簡稱_tb.TabIndex = 673
- Me.簡稱_tb.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 = "負責人"
- '
- '負責人_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.Green
- Me.負責人_tb.Location = New System.Drawing.Point(68, 55)
- Me.負責人_tb.Name = "負責人_tb"
- Me.負責人_tb.Size = New System.Drawing.Size(121, 23)
- Me.負責人_tb.TabIndex = 675
- Me.負責人_tb.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 = "負責人電話"
- '
- '負責人電話_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.Green
- Me.負責人電話_tb.Location = New System.Drawing.Point(263, 55)
- Me.負責人電話_tb.Name = "負責人電話_tb"
- Me.負責人電話_tb.Size = New System.Drawing.Size(121, 23)
- Me.負責人電話_tb.TabIndex = 677
- Me.負責人電話_tb.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"
- '
- '公司電話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(68, 81)
- Me.公司電話1_tb.Name = "公司電話1_tb"
- Me.公司電話1_tb.Size = New System.Drawing.Size(121, 23)
- Me.公司電話1_tb.TabIndex = 679
- Me.公司電話1_tb.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"
- '
- '公司電話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.Green
- Me.公司電話2_tb.Location = New System.Drawing.Point(68, 107)
- Me.公司電話2_tb.Name = "公司電話2_tb"
- Me.公司電話2_tb.Size = New System.Drawing.Size(121, 23)
- Me.公司電話2_tb.TabIndex = 681
- Me.公司電話2_tb.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"
- '
- '傳真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(263, 81)
- Me.傳真1_tb.Name = "傳真1_tb"
- Me.傳真1_tb.Size = New System.Drawing.Size(121, 23)
- Me.傳真1_tb.TabIndex = 683
- Me.傳真1_tb.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"
- '
- '傳真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.Green
- Me.傳真2_tb.Location = New System.Drawing.Point(263, 107)
- Me.傳真2_tb.Name = "傳真2_tb"
- Me.傳真2_tb.Size = New System.Drawing.Size(121, 23)
- Me.傳真2_tb.TabIndex = 685
- Me.傳真2_tb.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"
- '
- '地址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(435, 3)
- Me.地址1_tb.Multiline = True
- Me.地址1_tb.Name = "地址1_tb"
- Me.地址1_tb.Size = New System.Drawing.Size(237, 51)
- Me.地址1_tb.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"
- '
- '郵號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(455, 55)
- Me.郵號1_tb.Name = "郵號1_tb"
- Me.郵號1_tb.Size = New System.Drawing.Size(45, 23)
- Me.郵號1_tb.TabIndex = 689
- Me.郵號1_tb.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"
- '
- '地址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.Green
- Me.地址2_tb.Location = New System.Drawing.Point(435, 81)
- Me.地址2_tb.Multiline = True
- Me.地址2_tb.Name = "地址2_tb"
- Me.地址2_tb.Size = New System.Drawing.Size(237, 51)
- Me.地址2_tb.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"
- '
- '郵號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.Green
- Me.郵號2_tb.Location = New System.Drawing.Point(627, 55)
- Me.郵號2_tb.Name = "郵號2_tb"
- Me.郵號2_tb.Size = New System.Drawing.Size(45, 23)
- Me.郵號2_tb.TabIndex = 693
- Me.郵號2_tb.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"
- '
- '聯絡人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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.聯絡人1_tb.Location = New System.Drawing.Point(728, 3)
- Me.聯絡人1_tb.Name = "聯絡人1_tb"
- Me.聯絡人1_tb.Size = New System.Drawing.Size(121, 23)
- Me.聯絡人1_tb.TabIndex = 695
- Me.聯絡人1_tb.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電話"
- '
- '聯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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.聯1電話_tb.Location = New System.Drawing.Point(905, 3)
- Me.聯1電話_tb.Name = "聯1電話_tb"
- Me.聯1電話_tb.Size = New System.Drawing.Size(121, 23)
- Me.聯1電話_tb.TabIndex = 697
- Me.聯1電話_tb.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"
- '
- '聯1MAIL_tb
- '
- Me.聯1MAIL_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.聯1MAIL_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.聯1MAIL_tb.Location = New System.Drawing.Point(1089, 3)
- Me.聯1MAIL_tb.Name = "聯1MAIL_tb"
- Me.聯1MAIL_tb.Size = New System.Drawing.Size(206, 23)
- Me.聯1MAIL_tb.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、唯信"
- '
- '聯1LINE_tb
- '
- Me.聯1LINE_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.聯1LINE_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.聯1LINE_tb.Location = New System.Drawing.Point(1393, 3)
- Me.聯1LINE_tb.Name = "聯1LINE_tb"
- Me.聯1LINE_tb.Size = New System.Drawing.Size(149, 23)
- Me.聯1LINE_tb.TabIndex = 701
- Me.聯1LINE_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '聯絡人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(728, 29)
- Me.聯絡人2_tb.Name = "聯絡人2_tb"
- Me.聯絡人2_tb.Size = New System.Drawing.Size(121, 23)
- Me.聯絡人2_tb.TabIndex = 703
- Me.聯絡人2_tb.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"
- '
- '聯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(905, 29)
- Me.聯2電話_tb.Name = "聯2電話_tb"
- Me.聯2電話_tb.Size = New System.Drawing.Size(121, 23)
- Me.聯2電話_tb.TabIndex = 705
- Me.聯2電話_tb.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電話"
- '
- '聯2MAIL_tb
- '
- Me.聯2MAIL_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.聯2MAIL_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.聯2MAIL_tb.Location = New System.Drawing.Point(1089, 29)
- Me.聯2MAIL_tb.Name = "聯2MAIL_tb"
- Me.聯2MAIL_tb.Size = New System.Drawing.Size(206, 23)
- Me.聯2MAIL_tb.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、唯信"
- '
- '聯2LINE_tb
- '
- Me.聯2LINE_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.聯2LINE_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.聯2LINE_tb.Location = New System.Drawing.Point(1393, 29)
- Me.聯2LINE_tb.Name = "聯2LINE_tb"
- Me.聯2LINE_tb.Size = New System.Drawing.Size(149, 23)
- Me.聯2LINE_tb.TabIndex = 709
- Me.聯2LINE_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '聯絡人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(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.聯絡人3_tb.Location = New System.Drawing.Point(728, 55)
- Me.聯絡人3_tb.Name = "聯絡人3_tb"
- Me.聯絡人3_tb.Size = New System.Drawing.Size(121, 23)
- Me.聯絡人3_tb.TabIndex = 711
- Me.聯絡人3_tb.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 = "聯絡人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(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.聯3電話_tb.Location = New System.Drawing.Point(905, 55)
- Me.聯3電話_tb.Name = "聯3電話_tb"
- Me.聯3電話_tb.Size = New System.Drawing.Size(121, 23)
- Me.聯3電話_tb.TabIndex = 713
- Me.聯3電話_tb.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 = "聯3電話"
- '
- '聯3MAIL_tb
- '
- Me.聯3MAIL_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.聯3MAIL_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.聯3MAIL_tb.Location = New System.Drawing.Point(1089, 55)
- Me.聯3MAIL_tb.Name = "聯3MAIL_tb"
- Me.聯3MAIL_tb.Size = New System.Drawing.Size(206, 23)
- Me.聯3MAIL_tb.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 = "聯3LINE、唯信"
- '
- '聯3LINE_tb
- '
- Me.聯3LINE_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.聯3LINE_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.聯3LINE_tb.Location = New System.Drawing.Point(1393, 55)
- Me.聯3LINE_tb.Name = "聯3LINE_tb"
- Me.聯3LINE_tb.Size = New System.Drawing.Size(149, 23)
- Me.聯3LINE_tb.TabIndex = 717
- Me.聯3LINE_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '統編_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.Green
- Me.統編_tb.Location = New System.Drawing.Point(741, 81)
- Me.統編_tb.Name = "統編_tb"
- Me.統編_tb.Size = New System.Drawing.Size(108, 23)
- Me.統編_tb.TabIndex = 719
- Me.統編_tb.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 = "統一編號"
- '
- '付款方式_cb
- '
- Me.付款方式_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.付款方式_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.付款方式_cb.ForeColor = System.Drawing.Color.Green
- Me.付款方式_cb.FormattingEnabled = True
- Me.付款方式_cb.Items.AddRange(New Object() {"男", "女", "NA"})
- Me.付款方式_cb.Location = New System.Drawing.Point(905, 81)
- Me.付款方式_cb.Name = "付款方式_cb"
- Me.付款方式_cb.Size = New System.Drawing.Size(207, 24)
- Me.付款方式_cb.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
- '
- '請款日_nud
- '
- Me.請款日_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.請款日_nud.ForeColor = System.Drawing.Color.Green
- Me.請款日_nud.Location = New System.Drawing.Point(714, 108)
- Me.請款日_nud.Maximum = New Decimal(New Integer() {31, 0, 0, 0})
- Me.請款日_nud.Name = "請款日_nud"
- Me.請款日_nud.Size = New System.Drawing.Size(38, 23)
- Me.請款日_nud.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 = "票據日"
- '
- '票據日_nud
- '
- Me.票據日_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.票據日_nud.ForeColor = System.Drawing.Color.Green
- Me.票據日_nud.Location = New System.Drawing.Point(796, 108)
- Me.票據日_nud.Maximum = New Decimal(New Integer() {31, 0, 0, 0})
- Me.票據日_nud.Name = "票據日_nud"
- Me.票據日_nud.Size = New System.Drawing.Size(38, 23)
- Me.票據日_nud.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 = "折扣"
- '
- '折扣_nud
- '
- Me.折扣_nud.DecimalPlaces = 2
- Me.折扣_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.折扣_nud.ForeColor = System.Drawing.Color.Green
- Me.折扣_nud.Increment = New Decimal(New Integer() {1, 0, 0, 131072})
- Me.折扣_nud.Location = New System.Drawing.Point(867, 108)
- Me.折扣_nud.Name = "折扣_nud"
- Me.折扣_nud.Size = New System.Drawing.Size(54, 23)
- Me.折扣_nud.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 = "稅率"
- '
- '稅率_nud
- '
- Me.稅率_nud.DecimalPlaces = 2
- Me.稅率_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.稅率_nud.ForeColor = System.Drawing.Color.Green
- Me.稅率_nud.Increment = New Decimal(New Integer() {1, 0, 0, 131072})
- Me.稅率_nud.Location = New System.Drawing.Point(958, 108)
- Me.稅率_nud.Name = "稅率_nud"
- Me.稅率_nud.Size = New System.Drawing.Size(54, 23)
- Me.稅率_nud.TabIndex = 957
- '
- '幣別_cb
- '
- Me.幣別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.幣別_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.幣別_cb.ForeColor = System.Drawing.Color.Green
- Me.幣別_cb.FormattingEnabled = True
- Me.幣別_cb.Items.AddRange(New Object() {"NTD", "RMB", "USD"})
- Me.幣別_cb.Location = New System.Drawing.Point(1047, 108)
- Me.幣別_cb.Name = "幣別_cb"
- Me.幣別_cb.Size = New System.Drawing.Size(65, 24)
- Me.幣別_cb.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 = "備註"
- '
- '備註_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(1544, 18)
- Me.備註_tb.Multiline = True
- Me.備註_tb.Name = "備註_tb"
- Me.備註_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
- Me.備註_tb.Size = New System.Drawing.Size(361, 114)
- Me.備註_tb.TabIndex = 961
- '
- '外貿_ch
- '
- Me.外貿_ch.AutoSize = True
- Me.外貿_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.外貿_ch.ForeColor = System.Drawing.Color.Green
- Me.外貿_ch.Location = New System.Drawing.Point(1118, 83)
- Me.外貿_ch.Name = "外貿_ch"
- Me.外貿_ch.Size = New System.Drawing.Size(51, 20)
- Me.外貿_ch.TabIndex = 963
- Me.外貿_ch.Text = "外貿"
- Me.外貿_ch.UseVisualStyleBackColor = True
- '
- '停用_ch
- '
- Me.停用_ch.AutoSize = True
- Me.停用_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.停用_ch.ForeColor = System.Drawing.Color.Green
- Me.停用_ch.Location = New System.Drawing.Point(1118, 108)
- Me.停用_ch.Name = "停用_ch"
- Me.停用_ch.Size = New System.Drawing.Size(51, 20)
- Me.停用_ch.TabIndex = 964
- Me.停用_ch.Text = "停用"
- Me.停用_ch.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.Green
- Me.資料存檔_bt.Location = New System.Drawing.Point(1421, 80)
- Me.資料存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.資料存檔_bt.Name = "資料存檔_bt"
- Me.資料存檔_bt.Size = New System.Drawing.Size(120, 52)
- Me.資料存檔_bt.TabIndex = 993
- Me.資料存檔_bt.Text = "資料存檔"
- Me.資料存檔_bt.UseVisualStyleBackColor = True
- '
- '關鍵字查詢_bt
- '
- Me.關鍵字查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.關鍵字查詢_bt.ForeColor = System.Drawing.Color.Black
- Me.關鍵字查詢_bt.Location = New System.Drawing.Point(1175, 80)
- Me.關鍵字查詢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.關鍵字查詢_bt.Name = "關鍵字查詢_bt"
- Me.關鍵字查詢_bt.Size = New System.Drawing.Size(120, 52)
- Me.關鍵字查詢_bt.TabIndex = 992
- Me.關鍵字查詢_bt.Text = "關鍵字查詢"
- Me.關鍵字查詢_bt.UseVisualStyleBackColor = True
- '
- '新增供應商資料_bt
- '
- Me.新增供應商資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.新增供應商資料_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.新增供應商資料_bt.Location = New System.Drawing.Point(1298, 80)
- Me.新增供應商資料_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.新增供應商資料_bt.Name = "新增供應商資料_bt"
- Me.新增供應商資料_bt.Size = New System.Drawing.Size(120, 52)
- Me.新增供應商資料_bt.TabIndex = 991
- Me.新增供應商資料_bt.Text = "新增供應商資料"
- Me.新增供應商資料_bt.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.資料存檔_bt)
- Me.Controls.Add(Me.關鍵字查詢_bt)
- Me.Controls.Add(Me.新增供應商資料_bt)
- Me.Controls.Add(Me.停用_ch)
- Me.Controls.Add(Me.外貿_ch)
- Me.Controls.Add(Me.備註_tb)
- Me.Controls.Add(Me.幣別_cb)
- Me.Controls.Add(Me.Label32)
- Me.Controls.Add(Me.稅率_nud)
- Me.Controls.Add(Me.折扣_nud)
- Me.Controls.Add(Me.票據日_nud)
- Me.Controls.Add(Me.請款日_nud)
- Me.Controls.Add(Me.TextBox27)
- Me.Controls.Add(Me.付款方式_cb)
- Me.Controls.Add(Me.Label27)
- Me.Controls.Add(Me.統編_tb)
- Me.Controls.Add(Me.Label26)
- Me.Controls.Add(Me.Label25)
- Me.Controls.Add(Me.聯3LINE_tb)
- Me.Controls.Add(Me.聯3MAIL_tb)
- Me.Controls.Add(Me.Label24)
- Me.Controls.Add(Me.聯3電話_tb)
- Me.Controls.Add(Me.Label23)
- Me.Controls.Add(Me.聯絡人3_tb)
- Me.Controls.Add(Me.Label22)
- Me.Controls.Add(Me.Label21)
- Me.Controls.Add(Me.聯2LINE_tb)
- Me.Controls.Add(Me.聯2MAIL_tb)
- Me.Controls.Add(Me.Label20)
- Me.Controls.Add(Me.聯2電話_tb)
- Me.Controls.Add(Me.Label19)
- Me.Controls.Add(Me.聯絡人2_tb)
- Me.Controls.Add(Me.Label18)
- Me.Controls.Add(Me.Label17)
- Me.Controls.Add(Me.聯1LINE_tb)
- Me.Controls.Add(Me.聯1MAIL_tb)
- Me.Controls.Add(Me.聯1電話_tb)
- Me.Controls.Add(Me.聯絡人1_tb)
- Me.Controls.Add(Me.Label13)
- Me.Controls.Add(Me.郵號2_tb)
- Me.Controls.Add(Me.Label12)
- Me.Controls.Add(Me.地址2_tb)
- Me.Controls.Add(Me.Label11)
- Me.Controls.Add(Me.郵號1_tb)
- Me.Controls.Add(Me.Label10)
- Me.Controls.Add(Me.地址1_tb)
- Me.Controls.Add(Me.Label9)
- Me.Controls.Add(Me.傳真2_tb)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.傳真1_tb)
- Me.Controls.Add(Me.公司電話2_tb)
- Me.Controls.Add(Me.公司電話1_tb)
- Me.Controls.Add(Me.負責人電話_tb)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.負責人_tb)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.簡稱_tb)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.公司_tb)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.編號_tb)
- Me.Controls.Add(Me.供應商明細_dgv)
- 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.供應商明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.請款日_nud, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.票據日_nud, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.折扣_nud, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.稅率_nud, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ContextMenuStrip1.ResumeLayout(False)
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 供應商明細_dgv As DataGridView
- Friend WithEvents Label1 As Label
- Friend WithEvents 編號_tb As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents 公司_tb As TextBox
- Friend WithEvents Label3 As Label
- Friend WithEvents 簡稱_tb As TextBox
- Friend WithEvents Label4 As Label
- Friend WithEvents 負責人_tb As TextBox
- Friend WithEvents Label5 As Label
- Friend WithEvents 負責人電話_tb As TextBox
- Friend WithEvents Label6 As Label
- Friend WithEvents 公司電話1_tb As TextBox
- Friend WithEvents Label7 As Label
- Friend WithEvents 公司電話2_tb As TextBox
- Friend WithEvents Label8 As Label
- Friend WithEvents 傳真1_tb As TextBox
- Friend WithEvents Label9 As Label
- Friend WithEvents 傳真2_tb As TextBox
- Friend WithEvents Label10 As Label
- Friend WithEvents 地址1_tb As TextBox
- Friend WithEvents Label11 As Label
- Friend WithEvents 郵號1_tb As TextBox
- Friend WithEvents Label12 As Label
- Friend WithEvents 地址2_tb As TextBox
- Friend WithEvents Label13 As Label
- Friend WithEvents 郵號2_tb As TextBox
- Friend WithEvents Label14 As Label
- Friend WithEvents 聯絡人1_tb As TextBox
- Friend WithEvents Label15 As Label
- Friend WithEvents 聯1電話_tb As TextBox
- Friend WithEvents Label16 As Label
- Friend WithEvents 聯1MAIL_tb As TextBox
- Friend WithEvents Label17 As Label
- Friend WithEvents 聯1LINE_tb As TextBox
- Friend WithEvents 聯絡人2_tb As TextBox
- Friend WithEvents Label18 As Label
- Friend WithEvents 聯2電話_tb As TextBox
- Friend WithEvents Label19 As Label
- Friend WithEvents 聯2MAIL_tb As TextBox
- Friend WithEvents Label20 As Label
- Friend WithEvents Label21 As Label
- Friend WithEvents 聯2LINE_tb As TextBox
- Friend WithEvents 聯絡人3_tb As TextBox
- Friend WithEvents Label22 As Label
- Friend WithEvents 聯3電話_tb As TextBox
- Friend WithEvents Label23 As Label
- Friend WithEvents 聯3MAIL_tb As TextBox
- Friend WithEvents Label24 As Label
- Friend WithEvents Label25 As Label
- Friend WithEvents 聯3LINE_tb As TextBox
- Friend WithEvents 統編_tb As TextBox
- Friend WithEvents Label26 As Label
- Friend WithEvents 付款方式_cb As ComboBox
- Friend WithEvents Label27 As Label
- Friend WithEvents TextBox27 As TextBox
- Friend WithEvents 請款日_nud As NumericUpDown
- Friend WithEvents Label28 As Label
- Friend WithEvents Label29 As Label
- Friend WithEvents 票據日_nud As NumericUpDown
- Friend WithEvents Label30 As Label
- Friend WithEvents 折扣_nud As NumericUpDown
- Friend WithEvents Label31 As Label
- Friend WithEvents 稅率_nud As NumericUpDown
- Friend WithEvents 幣別_cb As ComboBox
- Friend WithEvents Label32 As Label
- Friend WithEvents Label33 As Label
- Friend WithEvents 備註_tb As TextBox
- Friend WithEvents 外貿_ch As CheckBox
- Friend WithEvents 停用_ch As CheckBox
- Friend WithEvents 資料存檔_bt As Button
- Friend WithEvents 關鍵字查詢_bt As Button
- Friend WithEvents 新增供應商資料_bt 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
|