12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622 |
- <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 DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle19 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle20 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle21 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle22 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle23 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle24 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.業務_cb = New System.Windows.Forms.ComboBox()
- Me.銷售單據_dgv = New System.Windows.Forms.DataGridView()
- Me.未審核_lb = New System.Windows.Forms.Label()
- Me.含稅_ch = New System.Windows.Forms.CheckBox()
- Me.交貨日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.開單日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.統編_tb = New System.Windows.Forms.TextBox()
- Me.公司_tb = New System.Windows.Forms.TextBox()
- Me.Label10 = New System.Windows.Forms.Label()
- Me.電話2_tb = New System.Windows.Forms.TextBox()
- Me.電話1_tb = New System.Windows.Forms.TextBox()
- Me.住址_tb = New System.Windows.Forms.TextBox()
- Me.客戶_tb = New System.Windows.Forms.TextBox()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.單號_tb = New System.Windows.Forms.TextBox()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.項次4_tb = New System.Windows.Forms.TextBox()
- Me.Label49 = New System.Windows.Forms.Label()
- Me.銷售衍生運費_dgv = New System.Windows.Forms.DataGridView()
- Me.通知_lb = New System.Windows.Forms.Label()
- Me.刷卡總和_tb = New System.Windows.Forms.TextBox()
- Me.刷卡稅金_tb = New System.Windows.Forms.TextBox()
- Me.Label46 = New System.Windows.Forms.Label()
- Me.Label47 = New System.Windows.Forms.Label()
- Me.刷卡傭金_tb = New System.Windows.Forms.TextBox()
- Me.Label48 = New System.Windows.Forms.Label()
- Me.其他成本_tb = New System.Windows.Forms.TextBox()
- Me.Label45 = New System.Windows.Forms.Label()
- Me.物料成本_tb = New System.Windows.Forms.TextBox()
- Me.Label43 = New System.Windows.Forms.Label()
- Me.預估利潤_tb = New System.Windows.Forms.TextBox()
- Me.Label42 = New System.Windows.Forms.Label()
- Me.管銷費用_tb = New System.Windows.Forms.TextBox()
- Me.Label41 = New System.Windows.Forms.Label()
- Me.司機運費_tb = New System.Windows.Forms.TextBox()
- Me.Label38 = New System.Windows.Forms.Label()
- Me.送貨地點_cb = New System.Windows.Forms.ComboBox()
- Me.Label39 = New System.Windows.Forms.Label()
- Me.項次3_tb = New System.Windows.Forms.TextBox()
- Me.項次2_tb = New System.Windows.Forms.TextBox()
- Me.Label36 = New System.Windows.Forms.Label()
- Me.額外收支_tb = New System.Windows.Forms.TextBox()
- Me.Label35 = New System.Windows.Forms.Label()
- Me.銷售合計_tb = New System.Windows.Forms.TextBox()
- Me.Label34 = New System.Windows.Forms.Label()
- Me.稅金_tb = New System.Windows.Forms.TextBox()
- Me.Label33 = New System.Windows.Forms.Label()
- Me.支出小計_tb = New System.Windows.Forms.TextBox()
- Me.Label32 = New System.Windows.Forms.Label()
- Me.收入小計_tb = New System.Windows.Forms.TextBox()
- Me.Label31 = New System.Windows.Forms.Label()
- Me.售價小計_tb = New System.Windows.Forms.TextBox()
- Me.Label30 = New System.Windows.Forms.Label()
- Me.項次1_tb = New System.Windows.Forms.TextBox()
- Me.Label26 = New System.Windows.Forms.Label()
- Me.項次_tb = New System.Windows.Forms.TextBox()
- Me.Label25 = New System.Windows.Forms.Label()
- Me.調庫單號_tb = New System.Windows.Forms.TextBox()
- Me.倉儲單號_lb = New System.Windows.Forms.Label()
- Me.客戶流水_tb = New System.Windows.Forms.TextBox()
- Me.客戶資料_dgv = New System.Windows.Forms.DataGridView()
- Me.倉庫級別_tb = New System.Windows.Forms.TextBox()
- Me.倉庫編號_tb = New System.Windows.Forms.TextBox()
- Me.儲態編號_cb = New System.Windows.Forms.ComboBox()
- Me.訂製編碼_cb = New System.Windows.Forms.ComboBox()
- Me.客戶編號_tb = New System.Windows.Forms.TextBox()
- Me.流水號_tb = New System.Windows.Forms.TextBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.銷售備註_dgv = New System.Windows.Forms.DataGridView()
- Me.收款事項_dgv = New System.Windows.Forms.DataGridView()
- Me.Label28 = New System.Windows.Forms.Label()
- Me.Label40 = New System.Windows.Forms.Label()
- Me.Label20 = New System.Windows.Forms.Label()
- Me.銷售明細_dgv = New System.Windows.Forms.DataGridView()
- Me.Label14 = New System.Windows.Forms.Label()
- Me.銷售收款流水號_tb = New System.Windows.Forms.TextBox()
- Me.Label37 = New System.Windows.Forms.Label()
- Me.銷售備註流水號_tb = New System.Windows.Forms.TextBox()
- Me.倉儲資料流水號_tb = New System.Windows.Forms.TextBox()
- Me.Label24 = New System.Windows.Forms.Label()
- Me.銷售資料流水號_tb = New System.Windows.Forms.TextBox()
- Me.Label27 = New System.Windows.Forms.Label()
- Me.Label23 = New System.Windows.Forms.Label()
- Me.物料圖1_pb = New System.Windows.Forms.PictureBox()
- Me.最低售價_cb = New System.Windows.Forms.ComboBox()
- Me.最低運費_cb = New System.Windows.Forms.ComboBox()
- Me.客戶1_tb = New System.Windows.Forms.TextBox()
- Me.Label12 = New System.Windows.Forms.Label()
- Me.大間距_ch = New System.Windows.Forms.CheckBox()
- Me.中間距_ch = New System.Windows.Forms.CheckBox()
- Me.小間距_ch = New System.Windows.Forms.CheckBox()
- Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
- Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
- Me.Label13 = New System.Windows.Forms.Label()
- Me.Panel2 = New System.Windows.Forms.Panel()
- Me.批量刷銷售_bt = New System.Windows.Forms.Button()
- Me.查詢_bt = New System.Windows.Forms.Button()
- Me.物料關鍵字_tb = New System.Windows.Forms.TextBox()
- Me.Label15 = New System.Windows.Forms.Label()
- Me.Panel3 = New System.Windows.Forms.Panel()
- Me.字體大小調整_lb = New System.Windows.Forms.Label()
- Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
- Me.顯示_bt = New System.Windows.Forms.Button()
- Me.隱藏_bt = New System.Windows.Forms.Button()
- Me.查詢1_bt = New System.Windows.Forms.Button()
- Me.帳務關鍵字_tb = New System.Windows.Forms.TextBox()
- Me.Label16 = New System.Windows.Forms.Label()
- CType(Me.銷售單據_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- CType(Me.銷售衍生運費_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.客戶資料_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.銷售備註_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.收款事項_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.銷售明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.物料圖1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.ContextMenuStrip1.SuspendLayout()
- Me.Panel2.SuspendLayout()
- Me.Panel3.SuspendLayout()
- CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '業務_cb
- '
- Me.業務_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.業務_cb.FormattingEnabled = True
- Me.業務_cb.Items.AddRange(New Object() {"", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "B", "Y"})
- Me.業務_cb.Location = New System.Drawing.Point(67, 1)
- Me.業務_cb.Name = "業務_cb"
- Me.業務_cb.Size = New System.Drawing.Size(40, 24)
- Me.業務_cb.TabIndex = 1258
- '
- '銷售單據_dgv
- '
- DataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.銷售單據_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
- Me.銷售單據_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), 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(3, 77)
- Me.銷售單據_dgv.Name = "銷售單據_dgv"
- Me.銷售單據_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.銷售單據_dgv.RowsDefaultCellStyle = DataGridViewCellStyle14
- Me.銷售單據_dgv.RowTemplate.Height = 24
- Me.銷售單據_dgv.Size = New System.Drawing.Size(548, 636)
- Me.銷售單據_dgv.TabIndex = 1256
- '
- '未審核_lb
- '
- Me.未審核_lb.AutoSize = True
- Me.未審核_lb.Location = New System.Drawing.Point(0, 5)
- Me.未審核_lb.Name = "未審核_lb"
- Me.未審核_lb.Size = New System.Drawing.Size(67, 16)
- Me.未審核_lb.TabIndex = 1257
- Me.未審核_lb.Text = "業務銷售單"
- '
- '含稅_ch
- '
- Me.含稅_ch.AutoSize = True
- Me.含稅_ch.Location = New System.Drawing.Point(43, 104)
- Me.含稅_ch.Name = "含稅_ch"
- Me.含稅_ch.Size = New System.Drawing.Size(50, 20)
- Me.含稅_ch.TabIndex = 1277
- Me.含稅_ch.Text = "含稅"
- Me.含稅_ch.UseVisualStyleBackColor = True
- '
- '交貨日期_dtp
- '
- Me.交貨日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.交貨日期_dtp.Location = New System.Drawing.Point(223, 27)
- Me.交貨日期_dtp.Name = "交貨日期_dtp"
- Me.交貨日期_dtp.Size = New System.Drawing.Size(127, 23)
- Me.交貨日期_dtp.TabIndex = 1276
- '
- 'Label9
- '
- Me.Label9.AutoSize = True
- Me.Label9.ForeColor = System.Drawing.Color.Red
- Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label9.Location = New System.Drawing.Point(167, 30)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(55, 16)
- Me.Label9.TabIndex = 1275
- Me.Label9.Text = "交貨日期"
- '
- '開單日期_dtp
- '
- Me.開單日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.開單日期_dtp.Location = New System.Drawing.Point(223, 2)
- Me.開單日期_dtp.Name = "開單日期_dtp"
- Me.開單日期_dtp.Size = New System.Drawing.Size(127, 23)
- Me.開單日期_dtp.TabIndex = 1274
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.ForeColor = System.Drawing.Color.Red
- Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label4.Location = New System.Drawing.Point(167, 5)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(55, 16)
- Me.Label4.TabIndex = 1273
- Me.Label4.Text = "開單日期"
- '
- 'Label11
- '
- Me.Label11.AutoSize = True
- Me.Label11.ForeColor = System.Drawing.Color.Black
- Me.Label11.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label11.Location = New System.Drawing.Point(172, 105)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(55, 16)
- Me.Label11.TabIndex = 1272
- Me.Label11.Text = "統一編號"
- '
- '統編_tb
- '
- Me.統編_tb.Location = New System.Drawing.Point(230, 102)
- Me.統編_tb.Name = "統編_tb"
- Me.統編_tb.Size = New System.Drawing.Size(120, 23)
- Me.統編_tb.TabIndex = 1271
- '
- '公司_tb
- '
- Me.公司_tb.Location = New System.Drawing.Point(40, 52)
- Me.公司_tb.Name = "公司_tb"
- Me.公司_tb.Size = New System.Drawing.Size(310, 23)
- Me.公司_tb.TabIndex = 1270
- '
- 'Label10
- '
- Me.Label10.AutoSize = True
- Me.Label10.ForeColor = System.Drawing.Color.Black
- Me.Label10.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label10.Location = New System.Drawing.Point(3, 55)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(31, 16)
- Me.Label10.TabIndex = 1269
- Me.Label10.Text = "公司"
- '
- '電話2_tb
- '
- Me.電話2_tb.Location = New System.Drawing.Point(230, 77)
- Me.電話2_tb.Name = "電話2_tb"
- Me.電話2_tb.Size = New System.Drawing.Size(120, 23)
- Me.電話2_tb.TabIndex = 1268
- '
- '電話1_tb
- '
- Me.電話1_tb.Location = New System.Drawing.Point(41, 77)
- Me.電話1_tb.Name = "電話1_tb"
- Me.電話1_tb.Size = New System.Drawing.Size(121, 23)
- Me.電話1_tb.TabIndex = 1267
- '
- '住址_tb
- '
- Me.住址_tb.Location = New System.Drawing.Point(40, 127)
- Me.住址_tb.Name = "住址_tb"
- Me.住址_tb.Size = New System.Drawing.Size(310, 23)
- Me.住址_tb.TabIndex = 1266
- '
- '客戶_tb
- '
- Me.客戶_tb.Location = New System.Drawing.Point(40, 27)
- Me.客戶_tb.Name = "客戶_tb"
- Me.客戶_tb.Size = New System.Drawing.Size(122, 23)
- Me.客戶_tb.TabIndex = 1265
- '
- 'Label8
- '
- Me.Label8.AutoSize = True
- Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label8.Location = New System.Drawing.Point(191, 80)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(38, 16)
- Me.Label8.TabIndex = 1264
- Me.Label8.Text = "電話2"
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.ForeColor = System.Drawing.Color.Red
- Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label7.Location = New System.Drawing.Point(3, 80)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(38, 16)
- Me.Label7.TabIndex = 1263
- Me.Label7.Text = "電話1"
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.ForeColor = System.Drawing.Color.Red
- Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label6.Location = New System.Drawing.Point(3, 130)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(31, 16)
- Me.Label6.TabIndex = 1262
- Me.Label6.Text = "住址"
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.ForeColor = System.Drawing.Color.Red
- Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label3.Location = New System.Drawing.Point(3, 32)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(31, 16)
- Me.Label3.TabIndex = 1261
- Me.Label3.Text = "客戶"
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.ForeColor = System.Drawing.Color.Red
- Me.Label2.Location = New System.Drawing.Point(3, 5)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(31, 16)
- Me.Label2.TabIndex = 1260
- Me.Label2.Text = "單號"
- '
- '單號_tb
- '
- Me.單號_tb.Enabled = False
- Me.單號_tb.Location = New System.Drawing.Point(40, 2)
- Me.單號_tb.Name = "單號_tb"
- Me.單號_tb.Size = New System.Drawing.Size(122, 23)
- Me.單號_tb.TabIndex = 1259
- '
- 'Panel1
- '
- Me.Panel1.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.Panel1.AutoScroll = True
- Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.Panel1.Controls.Add(Me.項次4_tb)
- Me.Panel1.Controls.Add(Me.Label49)
- Me.Panel1.Controls.Add(Me.銷售衍生運費_dgv)
- Me.Panel1.Controls.Add(Me.通知_lb)
- Me.Panel1.Controls.Add(Me.刷卡總和_tb)
- Me.Panel1.Controls.Add(Me.刷卡稅金_tb)
- Me.Panel1.Controls.Add(Me.Label46)
- Me.Panel1.Controls.Add(Me.Label47)
- Me.Panel1.Controls.Add(Me.刷卡傭金_tb)
- Me.Panel1.Controls.Add(Me.Label48)
- Me.Panel1.Controls.Add(Me.其他成本_tb)
- Me.Panel1.Controls.Add(Me.Label45)
- Me.Panel1.Controls.Add(Me.物料成本_tb)
- Me.Panel1.Controls.Add(Me.Label43)
- Me.Panel1.Controls.Add(Me.預估利潤_tb)
- Me.Panel1.Controls.Add(Me.Label42)
- Me.Panel1.Controls.Add(Me.管銷費用_tb)
- Me.Panel1.Controls.Add(Me.Label41)
- Me.Panel1.Controls.Add(Me.司機運費_tb)
- Me.Panel1.Controls.Add(Me.Label38)
- Me.Panel1.Controls.Add(Me.送貨地點_cb)
- Me.Panel1.Controls.Add(Me.Label39)
- Me.Panel1.Controls.Add(Me.項次3_tb)
- Me.Panel1.Controls.Add(Me.項次2_tb)
- Me.Panel1.Controls.Add(Me.Label36)
- Me.Panel1.Controls.Add(Me.額外收支_tb)
- Me.Panel1.Controls.Add(Me.Label35)
- Me.Panel1.Controls.Add(Me.銷售合計_tb)
- Me.Panel1.Controls.Add(Me.Label34)
- Me.Panel1.Controls.Add(Me.稅金_tb)
- Me.Panel1.Controls.Add(Me.Label33)
- Me.Panel1.Controls.Add(Me.支出小計_tb)
- Me.Panel1.Controls.Add(Me.Label32)
- Me.Panel1.Controls.Add(Me.收入小計_tb)
- Me.Panel1.Controls.Add(Me.Label31)
- Me.Panel1.Controls.Add(Me.售價小計_tb)
- Me.Panel1.Controls.Add(Me.Label30)
- Me.Panel1.Controls.Add(Me.項次1_tb)
- Me.Panel1.Controls.Add(Me.Label26)
- Me.Panel1.Controls.Add(Me.項次_tb)
- Me.Panel1.Controls.Add(Me.Label25)
- Me.Panel1.Controls.Add(Me.調庫單號_tb)
- Me.Panel1.Controls.Add(Me.倉儲單號_lb)
- Me.Panel1.Controls.Add(Me.客戶流水_tb)
- Me.Panel1.Controls.Add(Me.客戶資料_dgv)
- Me.Panel1.Controls.Add(Me.倉庫級別_tb)
- Me.Panel1.Controls.Add(Me.倉庫編號_tb)
- Me.Panel1.Controls.Add(Me.儲態編號_cb)
- Me.Panel1.Controls.Add(Me.訂製編碼_cb)
- Me.Panel1.Controls.Add(Me.客戶編號_tb)
- Me.Panel1.Controls.Add(Me.流水號_tb)
- Me.Panel1.Controls.Add(Me.Label1)
- Me.Panel1.Controls.Add(Me.Label5)
- Me.Panel1.Controls.Add(Me.銷售備註_dgv)
- Me.Panel1.Controls.Add(Me.收款事項_dgv)
- Me.Panel1.Controls.Add(Me.Label28)
- Me.Panel1.Controls.Add(Me.Label40)
- Me.Panel1.Controls.Add(Me.Label20)
- Me.Panel1.Controls.Add(Me.銷售明細_dgv)
- Me.Panel1.Controls.Add(Me.Label14)
- Me.Panel1.Location = New System.Drawing.Point(1, 173)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(769, 542)
- Me.Panel1.TabIndex = 1278
- '
- '項次4_tb
- '
- Me.項次4_tb.Enabled = False
- Me.項次4_tb.Location = New System.Drawing.Point(35, 515)
- Me.項次4_tb.Name = "項次4_tb"
- Me.項次4_tb.Size = New System.Drawing.Size(71, 23)
- Me.項次4_tb.TabIndex = 1351
- '
- 'Label49
- '
- Me.Label49.AutoSize = True
- Me.Label49.Location = New System.Drawing.Point(4, 518)
- Me.Label49.Name = "Label49"
- Me.Label49.Size = New System.Drawing.Size(31, 16)
- Me.Label49.TabIndex = 1352
- Me.Label49.Text = "項次"
- '
- '銷售衍生運費_dgv
- '
- DataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.銷售衍生運費_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle15
- Me.銷售衍生運費_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top 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(3, 540)
- Me.銷售衍生運費_dgv.Name = "銷售衍生運費_dgv"
- Me.銷售衍生運費_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle16.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.銷售衍生運費_dgv.RowsDefaultCellStyle = DataGridViewCellStyle16
- Me.銷售衍生運費_dgv.RowTemplate.Height = 24
- Me.銷售衍生運費_dgv.Size = New System.Drawing.Size(574, 102)
- Me.銷售衍生運費_dgv.TabIndex = 1350
- '
- '通知_lb
- '
- Me.通知_lb.AutoSize = True
- Me.通知_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.通知_lb.ForeColor = System.Drawing.Color.Red
- Me.通知_lb.Location = New System.Drawing.Point(120, 7)
- Me.通知_lb.Name = "通知_lb"
- Me.通知_lb.Size = New System.Drawing.Size(127, 15)
- Me.通知_lb.TabIndex = 1349
- Me.通知_lb.Text = "........................................"
- '
- '刷卡總和_tb
- '
- Me.刷卡總和_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.刷卡總和_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.刷卡總和_tb.Location = New System.Drawing.Point(665, 385)
- Me.刷卡總和_tb.Name = "刷卡總和_tb"
- Me.刷卡總和_tb.Size = New System.Drawing.Size(81, 23)
- Me.刷卡總和_tb.TabIndex = 1346
- Me.刷卡總和_tb.Text = "0"
- Me.刷卡總和_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '刷卡稅金_tb
- '
- Me.刷卡稅金_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.刷卡稅金_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.刷卡稅金_tb.Location = New System.Drawing.Point(665, 410)
- Me.刷卡稅金_tb.Name = "刷卡稅金_tb"
- Me.刷卡稅金_tb.Size = New System.Drawing.Size(81, 23)
- Me.刷卡稅金_tb.TabIndex = 1348
- Me.刷卡稅金_tb.Text = "0"
- Me.刷卡稅金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label46
- '
- Me.Label46.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label46.AutoSize = True
- Me.Label46.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.Label46.Location = New System.Drawing.Point(583, 413)
- Me.Label46.Name = "Label46"
- Me.Label46.Size = New System.Drawing.Size(82, 16)
- Me.Label46.TabIndex = 1347
- Me.Label46.Text = "刷 卡 稅 金"
- '
- 'Label47
- '
- Me.Label47.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label47.AutoSize = True
- Me.Label47.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.Label47.Location = New System.Drawing.Point(583, 389)
- Me.Label47.Name = "Label47"
- Me.Label47.Size = New System.Drawing.Size(82, 16)
- Me.Label47.TabIndex = 1345
- Me.Label47.Text = "刷 卡 總 和"
- '
- '刷卡傭金_tb
- '
- Me.刷卡傭金_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.刷卡傭金_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.刷卡傭金_tb.Location = New System.Drawing.Point(665, 435)
- Me.刷卡傭金_tb.Name = "刷卡傭金_tb"
- Me.刷卡傭金_tb.Size = New System.Drawing.Size(81, 23)
- Me.刷卡傭金_tb.TabIndex = 1344
- Me.刷卡傭金_tb.Text = "0"
- Me.刷卡傭金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label48
- '
- Me.Label48.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label48.AutoSize = True
- Me.Label48.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.Label48.Location = New System.Drawing.Point(582, 439)
- Me.Label48.Name = "Label48"
- Me.Label48.Size = New System.Drawing.Size(82, 16)
- Me.Label48.TabIndex = 1343
- Me.Label48.Text = "刷 卡 傭 金"
- '
- '其他成本_tb
- '
- Me.其他成本_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.其他成本_tb.ForeColor = System.Drawing.Color.Green
- Me.其他成本_tb.Location = New System.Drawing.Point(666, 698)
- Me.其他成本_tb.Name = "其他成本_tb"
- Me.其他成本_tb.Size = New System.Drawing.Size(81, 23)
- Me.其他成本_tb.TabIndex = 1337
- Me.其他成本_tb.Text = "0"
- Me.其他成本_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label45
- '
- Me.Label45.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label45.AutoSize = True
- Me.Label45.ForeColor = System.Drawing.Color.Green
- Me.Label45.Location = New System.Drawing.Point(583, 701)
- Me.Label45.Name = "Label45"
- Me.Label45.Size = New System.Drawing.Size(82, 16)
- Me.Label45.TabIndex = 1336
- Me.Label45.Text = "其 他 成 本"
- '
- '物料成本_tb
- '
- Me.物料成本_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.物料成本_tb.ForeColor = System.Drawing.Color.Green
- Me.物料成本_tb.Location = New System.Drawing.Point(666, 673)
- Me.物料成本_tb.Name = "物料成本_tb"
- Me.物料成本_tb.Size = New System.Drawing.Size(81, 23)
- Me.物料成本_tb.TabIndex = 1318
- Me.物料成本_tb.Text = "0"
- Me.物料成本_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label43
- '
- Me.Label43.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label43.AutoSize = True
- Me.Label43.ForeColor = System.Drawing.Color.Green
- Me.Label43.Location = New System.Drawing.Point(583, 676)
- Me.Label43.Name = "Label43"
- Me.Label43.Size = New System.Drawing.Size(82, 16)
- Me.Label43.TabIndex = 1317
- Me.Label43.Text = "物 料 成 本"
- '
- '預估利潤_tb
- '
- Me.預估利潤_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.預估利潤_tb.ForeColor = System.Drawing.Color.Green
- Me.預估利潤_tb.Location = New System.Drawing.Point(666, 748)
- Me.預估利潤_tb.Name = "預估利潤_tb"
- Me.預估利潤_tb.Size = New System.Drawing.Size(81, 23)
- Me.預估利潤_tb.TabIndex = 1316
- Me.預估利潤_tb.Text = "0"
- Me.預估利潤_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label42
- '
- Me.Label42.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label42.AutoSize = True
- Me.Label42.ForeColor = System.Drawing.Color.Green
- Me.Label42.Location = New System.Drawing.Point(584, 751)
- Me.Label42.Name = "Label42"
- Me.Label42.Size = New System.Drawing.Size(82, 16)
- Me.Label42.TabIndex = 1315
- Me.Label42.Text = "預 估 利 潤"
- '
- '管銷費用_tb
- '
- Me.管銷費用_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.管銷費用_tb.ForeColor = System.Drawing.Color.Green
- Me.管銷費用_tb.Location = New System.Drawing.Point(666, 723)
- Me.管銷費用_tb.Name = "管銷費用_tb"
- Me.管銷費用_tb.Size = New System.Drawing.Size(81, 23)
- Me.管銷費用_tb.TabIndex = 1314
- Me.管銷費用_tb.Text = "0"
- Me.管銷費用_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label41
- '
- Me.Label41.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label41.AutoSize = True
- Me.Label41.ForeColor = System.Drawing.Color.Green
- Me.Label41.Location = New System.Drawing.Point(584, 726)
- Me.Label41.Name = "Label41"
- Me.Label41.Size = New System.Drawing.Size(82, 16)
- Me.Label41.TabIndex = 1313
- Me.Label41.Text = "管 銷 費 用"
- '
- '司機運費_tb
- '
- Me.司機運費_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.司機運費_tb.ForeColor = System.Drawing.Color.Black
- Me.司機運費_tb.Location = New System.Drawing.Point(665, 567)
- Me.司機運費_tb.Name = "司機運費_tb"
- Me.司機運費_tb.Size = New System.Drawing.Size(81, 23)
- Me.司機運費_tb.TabIndex = 1306
- Me.司機運費_tb.Text = "0"
- Me.司機運費_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label38
- '
- Me.Label38.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label38.AutoSize = True
- Me.Label38.ForeColor = System.Drawing.Color.Black
- Me.Label38.Location = New System.Drawing.Point(580, 571)
- Me.Label38.Name = "Label38"
- Me.Label38.Size = New System.Drawing.Size(82, 16)
- Me.Label38.TabIndex = 1305
- Me.Label38.Text = "司 機 運 費"
- '
- '送貨地點_cb
- '
- Me.送貨地點_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.送貨地點_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.送貨地點_cb.Enabled = False
- Me.送貨地點_cb.FormattingEnabled = True
- Me.送貨地點_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "Y"})
- Me.送貨地點_cb.Location = New System.Drawing.Point(636, 541)
- Me.送貨地點_cb.Name = "送貨地點_cb"
- Me.送貨地點_cb.Size = New System.Drawing.Size(110, 24)
- Me.送貨地點_cb.TabIndex = 1303
- '
- 'Label39
- '
- Me.Label39.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label39.AutoSize = True
- Me.Label39.Location = New System.Drawing.Point(577, 545)
- Me.Label39.Name = "Label39"
- Me.Label39.Size = New System.Drawing.Size(55, 16)
- Me.Label39.TabIndex = 1304
- Me.Label39.Text = "送貨地點"
- '
- '項次3_tb
- '
- Me.項次3_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.項次3_tb.Enabled = False
- Me.項次3_tb.Location = New System.Drawing.Point(443, 643)
- Me.項次3_tb.Name = "項次3_tb"
- Me.項次3_tb.Size = New System.Drawing.Size(32, 23)
- Me.項次3_tb.TabIndex = 1290
- Me.項次3_tb.Visible = False
- '
- '項次2_tb
- '
- Me.項次2_tb.Enabled = False
- Me.項次2_tb.Location = New System.Drawing.Point(36, 643)
- Me.項次2_tb.Name = "項次2_tb"
- Me.項次2_tb.Size = New System.Drawing.Size(68, 23)
- Me.項次2_tb.TabIndex = 1284
- '
- 'Label36
- '
- Me.Label36.AutoSize = True
- Me.Label36.Location = New System.Drawing.Point(2, 646)
- Me.Label36.Name = "Label36"
- Me.Label36.Size = New System.Drawing.Size(31, 16)
- Me.Label36.TabIndex = 1285
- Me.Label36.Text = "項次"
- '
- '額外收支_tb
- '
- Me.額外收支_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.額外收支_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.額外收支_tb.Location = New System.Drawing.Point(666, 645)
- Me.額外收支_tb.Name = "額外收支_tb"
- Me.額外收支_tb.Size = New System.Drawing.Size(81, 23)
- Me.額外收支_tb.TabIndex = 1281
- Me.額外收支_tb.Text = "0"
- Me.額外收支_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label35
- '
- Me.Label35.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label35.AutoSize = True
- Me.Label35.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label35.Location = New System.Drawing.Point(580, 648)
- Me.Label35.Name = "Label35"
- Me.Label35.Size = New System.Drawing.Size(85, 16)
- Me.Label35.TabIndex = 1280
- Me.Label35.Text = "額 外 收 支"
- '
- '銷售合計_tb
- '
- Me.銷售合計_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.銷售合計_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.銷售合計_tb.Location = New System.Drawing.Point(665, 513)
- Me.銷售合計_tb.Name = "銷售合計_tb"
- Me.銷售合計_tb.Size = New System.Drawing.Size(81, 23)
- Me.銷售合計_tb.TabIndex = 1279
- Me.銷售合計_tb.Text = "0"
- Me.銷售合計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label34
- '
- Me.Label34.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label34.AutoSize = True
- Me.Label34.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label34.Location = New System.Drawing.Point(580, 516)
- Me.Label34.Name = "Label34"
- Me.Label34.Size = New System.Drawing.Size(85, 16)
- Me.Label34.TabIndex = 1278
- Me.Label34.Text = "銷 售 合 計"
- '
- '稅金_tb
- '
- Me.稅金_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.稅金_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.稅金_tb.Location = New System.Drawing.Point(665, 488)
- Me.稅金_tb.Name = "稅金_tb"
- Me.稅金_tb.Size = New System.Drawing.Size(81, 23)
- Me.稅金_tb.TabIndex = 1277
- Me.稅金_tb.Text = "0"
- Me.稅金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label33
- '
- Me.Label33.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label33.AutoSize = True
- Me.Label33.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label33.Location = New System.Drawing.Point(580, 491)
- Me.Label33.Name = "Label33"
- Me.Label33.Size = New System.Drawing.Size(84, 16)
- Me.Label33.TabIndex = 1276
- Me.Label33.Text = "明細-稅 金"
- '
- '支出小計_tb
- '
- Me.支出小計_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.支出小計_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.支出小計_tb.Location = New System.Drawing.Point(666, 620)
- Me.支出小計_tb.Name = "支出小計_tb"
- Me.支出小計_tb.Size = New System.Drawing.Size(81, 23)
- Me.支出小計_tb.TabIndex = 1275
- Me.支出小計_tb.Text = "0"
- Me.支出小計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label32
- '
- Me.Label32.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label32.AutoSize = True
- Me.Label32.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label32.Location = New System.Drawing.Point(581, 623)
- Me.Label32.Name = "Label32"
- Me.Label32.Size = New System.Drawing.Size(84, 16)
- Me.Label32.TabIndex = 1274
- Me.Label32.Text = "備註-支出小計"
- '
- '收入小計_tb
- '
- Me.收入小計_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.收入小計_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.收入小計_tb.Location = New System.Drawing.Point(666, 595)
- Me.收入小計_tb.Name = "收入小計_tb"
- Me.收入小計_tb.Size = New System.Drawing.Size(81, 23)
- Me.收入小計_tb.TabIndex = 1273
- Me.收入小計_tb.Text = "0"
- Me.收入小計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label31
- '
- Me.Label31.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label31.AutoSize = True
- Me.Label31.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label31.Location = New System.Drawing.Point(579, 598)
- Me.Label31.Name = "Label31"
- Me.Label31.Size = New System.Drawing.Size(84, 16)
- Me.Label31.TabIndex = 1272
- Me.Label31.Text = "備註-收入小計"
- '
- '售價小計_tb
- '
- Me.售價小計_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.售價小計_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.售價小計_tb.Location = New System.Drawing.Point(665, 463)
- Me.售價小計_tb.Name = "售價小計_tb"
- Me.售價小計_tb.Size = New System.Drawing.Size(81, 23)
- Me.售價小計_tb.TabIndex = 1271
- Me.售價小計_tb.Text = "0"
- Me.售價小計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label30
- '
- Me.Label30.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label30.AutoSize = True
- Me.Label30.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label30.Location = New System.Drawing.Point(580, 467)
- Me.Label30.Name = "Label30"
- Me.Label30.Size = New System.Drawing.Size(84, 16)
- Me.Label30.TabIndex = 1270
- Me.Label30.Text = "明細-售價小計"
- '
- '項次1_tb
- '
- Me.項次1_tb.Enabled = False
- Me.項次1_tb.Location = New System.Drawing.Point(38, 386)
- Me.項次1_tb.Name = "項次1_tb"
- Me.項次1_tb.Size = New System.Drawing.Size(68, 23)
- Me.項次1_tb.TabIndex = 1264
- '
- 'Label26
- '
- Me.Label26.AutoSize = True
- Me.Label26.Location = New System.Drawing.Point(4, 389)
- Me.Label26.Name = "Label26"
- Me.Label26.Size = New System.Drawing.Size(31, 16)
- Me.Label26.TabIndex = 1265
- Me.Label26.Text = "項次"
- '
- '項次_tb
- '
- Me.項次_tb.Enabled = False
- Me.項次_tb.Location = New System.Drawing.Point(37, 3)
- Me.項次_tb.Name = "項次_tb"
- Me.項次_tb.Size = New System.Drawing.Size(68, 23)
- Me.項次_tb.TabIndex = 1262
- '
- 'Label25
- '
- Me.Label25.AutoSize = True
- Me.Label25.Location = New System.Drawing.Point(3, 6)
- Me.Label25.Name = "Label25"
- Me.Label25.Size = New System.Drawing.Size(31, 16)
- Me.Label25.TabIndex = 1263
- Me.Label25.Text = "項次"
- '
- '調庫單號_tb
- '
- Me.調庫單號_tb.Enabled = False
- Me.調庫單號_tb.Location = New System.Drawing.Point(299, 274)
- Me.調庫單號_tb.Name = "調庫單號_tb"
- Me.調庫單號_tb.Size = New System.Drawing.Size(126, 23)
- Me.調庫單號_tb.TabIndex = 1255
- Me.調庫單號_tb.Visible = False
- '
- '倉儲單號_lb
- '
- Me.倉儲單號_lb.AutoSize = True
- Me.倉儲單號_lb.Location = New System.Drawing.Point(296, 253)
- Me.倉儲單號_lb.Name = "倉儲單號_lb"
- Me.倉儲單號_lb.Size = New System.Drawing.Size(55, 16)
- Me.倉儲單號_lb.TabIndex = 1256
- Me.倉儲單號_lb.Text = "倉儲單號"
- Me.倉儲單號_lb.Visible = False
- '
- '客戶流水_tb
- '
- Me.客戶流水_tb.Location = New System.Drawing.Point(204, 215)
- Me.客戶流水_tb.Name = "客戶流水_tb"
- Me.客戶流水_tb.Size = New System.Drawing.Size(100, 23)
- Me.客戶流水_tb.TabIndex = 1254
- Me.客戶流水_tb.Visible = False
- '
- '客戶資料_dgv
- '
- DataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.客戶資料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle17
- Me.客戶資料_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), 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(17, 12531)
- Me.客戶資料_dgv.Name = "客戶資料_dgv"
- Me.客戶資料_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle18.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.客戶資料_dgv.RowsDefaultCellStyle = DataGridViewCellStyle18
- Me.客戶資料_dgv.RowTemplate.Height = 24
- Me.客戶資料_dgv.Size = New System.Drawing.Size(191, 92)
- Me.客戶資料_dgv.TabIndex = 1254
- Me.客戶資料_dgv.Visible = False
- '
- '倉庫級別_tb
- '
- Me.倉庫級別_tb.Location = New System.Drawing.Point(173, 250)
- Me.倉庫級別_tb.Name = "倉庫級別_tb"
- Me.倉庫級別_tb.Size = New System.Drawing.Size(120, 23)
- Me.倉庫級別_tb.TabIndex = 1246
- Me.倉庫級別_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- Me.倉庫級別_tb.Visible = False
- '
- '倉庫編號_tb
- '
- Me.倉庫編號_tb.Location = New System.Drawing.Point(173, 275)
- Me.倉庫編號_tb.Name = "倉庫編號_tb"
- Me.倉庫編號_tb.Size = New System.Drawing.Size(120, 23)
- Me.倉庫編號_tb.TabIndex = 1247
- Me.倉庫編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- Me.倉庫編號_tb.Visible = False
- '
- '儲態編號_cb
- '
- Me.儲態編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.儲態編號_cb.Enabled = False
- Me.儲態編號_cb.FormattingEnabled = True
- Me.儲態編號_cb.Items.AddRange(New Object() {"2019"})
- Me.儲態編號_cb.Location = New System.Drawing.Point(37, 248)
- Me.儲態編號_cb.Name = "儲態編號_cb"
- Me.儲態編號_cb.Size = New System.Drawing.Size(130, 24)
- Me.儲態編號_cb.TabIndex = 1249
- Me.儲態編號_cb.Visible = False
- '
- '訂製編碼_cb
- '
- Me.訂製編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.訂製編碼_cb.Enabled = False
- Me.訂製編碼_cb.FormattingEnabled = True
- Me.訂製編碼_cb.Items.AddRange(New Object() {"2019"})
- Me.訂製編碼_cb.Location = New System.Drawing.Point(37, 274)
- Me.訂製編碼_cb.Name = "訂製編碼_cb"
- Me.訂製編碼_cb.Size = New System.Drawing.Size(130, 24)
- Me.訂製編碼_cb.TabIndex = 1248
- Me.訂製編碼_cb.Visible = False
- '
- '客戶編號_tb
- '
- Me.客戶編號_tb.Enabled = False
- Me.客戶編號_tb.Location = New System.Drawing.Point(99, 215)
- Me.客戶編號_tb.Name = "客戶編號_tb"
- Me.客戶編號_tb.Size = New System.Drawing.Size(99, 23)
- Me.客戶編號_tb.TabIndex = 1183
- Me.客戶編號_tb.Visible = False
- '
- '流水號_tb
- '
- Me.流水號_tb.Enabled = False
- Me.流水號_tb.Location = New System.Drawing.Point(99, 190)
- Me.流水號_tb.Name = "流水號_tb"
- Me.流水號_tb.Size = New System.Drawing.Size(100, 23)
- Me.流水號_tb.TabIndex = 1172
- Me.流水號_tb.Visible = False
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(41, 193)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(43, 16)
- Me.Label1.TabIndex = 1173
- Me.Label1.Text = "流水號"
- Me.Label1.Visible = False
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.ForeColor = System.Drawing.Color.Red
- Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label5.Location = New System.Drawing.Point(37, 218)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(55, 16)
- Me.Label5.TabIndex = 1178
- Me.Label5.Text = "編號客戶"
- Me.Label5.Visible = False
- '
- '銷售備註_dgv
- '
- DataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.銷售備註_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle19
- Me.銷售備註_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top 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(3, 411)
- Me.銷售備註_dgv.Name = "銷售備註_dgv"
- Me.銷售備註_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle20.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.銷售備註_dgv.RowsDefaultCellStyle = DataGridViewCellStyle20
- Me.銷售備註_dgv.RowTemplate.Height = 24
- Me.銷售備註_dgv.Size = New System.Drawing.Size(571, 102)
- Me.銷售備註_dgv.TabIndex = 1250
- '
- '收款事項_dgv
- '
- DataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.收款事項_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle21
- Me.收款事項_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top 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(3, 668)
- Me.收款事項_dgv.Name = "收款事項_dgv"
- Me.收款事項_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle22.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.收款事項_dgv.RowsDefaultCellStyle = DataGridViewCellStyle22
- Me.收款事項_dgv.RowTemplate.Height = 24
- Me.收款事項_dgv.Size = New System.Drawing.Size(574, 102)
- Me.收款事項_dgv.TabIndex = 1282
- '
- 'Label28
- '
- Me.Label28.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label28.AutoSize = True
- Me.Label28.Location = New System.Drawing.Point(579, 530)
- Me.Label28.Name = "Label28"
- Me.Label28.Size = New System.Drawing.Size(167, 16)
- Me.Label28.TabIndex = 1283
- Me.Label28.Text = "--------------------------------"
- '
- 'Label40
- '
- Me.Label40.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label40.AutoSize = True
- Me.Label40.Location = New System.Drawing.Point(582, 662)
- Me.Label40.Name = "Label40"
- Me.Label40.Size = New System.Drawing.Size(167, 16)
- Me.Label40.TabIndex = 1312
- Me.Label40.Text = "--------------------------------"
- '
- 'Label20
- '
- Me.Label20.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label20.AutoSize = True
- Me.Label20.Location = New System.Drawing.Point(578, 584)
- Me.Label20.Name = "Label20"
- Me.Label20.Size = New System.Drawing.Size(167, 16)
- Me.Label20.TabIndex = 1302
- Me.Label20.Text = "--------------------------------"
- '
- '銷售明細_dgv
- '
- DataGridViewCellStyle23.BackColor = System.Drawing.Color.White
- Me.銷售明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle23
- Me.銷售明細_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top 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(3, 29)
- Me.銷售明細_dgv.Name = "銷售明細_dgv"
- Me.銷售明細_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle24.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.銷售明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle24
- Me.銷售明細_dgv.RowTemplate.Height = 24
- Me.銷售明細_dgv.Size = New System.Drawing.Size(760, 355)
- Me.銷售明細_dgv.TabIndex = 1199
- '
- 'Label14
- '
- Me.Label14.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label14.AutoSize = True
- Me.Label14.Location = New System.Drawing.Point(579, 452)
- Me.Label14.Name = "Label14"
- Me.Label14.Size = New System.Drawing.Size(167, 16)
- Me.Label14.TabIndex = 1353
- Me.Label14.Text = "--------------------------------"
- '
- '銷售收款流水號_tb
- '
- Me.銷售收款流水號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.銷售收款流水號_tb.Enabled = False
- Me.銷售收款流水號_tb.Location = New System.Drawing.Point(579, 310)
- Me.銷售收款流水號_tb.Name = "銷售收款流水號_tb"
- Me.銷售收款流水號_tb.Size = New System.Drawing.Size(165, 23)
- Me.銷售收款流水號_tb.TabIndex = 1288
- Me.銷售收款流水號_tb.Visible = False
- '
- 'Label37
- '
- Me.Label37.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label37.AutoSize = True
- Me.Label37.Location = New System.Drawing.Point(582, 294)
- Me.Label37.Name = "Label37"
- Me.Label37.Size = New System.Drawing.Size(91, 16)
- Me.Label37.TabIndex = 1289
- Me.Label37.Text = "銷售收款流水號"
- Me.Label37.Visible = False
- '
- '銷售備註流水號_tb
- '
- Me.銷售備註流水號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.銷售備註流水號_tb.Enabled = False
- Me.銷售備註流水號_tb.Location = New System.Drawing.Point(579, 271)
- Me.銷售備註流水號_tb.Name = "銷售備註流水號_tb"
- Me.銷售備註流水號_tb.Size = New System.Drawing.Size(165, 23)
- Me.銷售備註流水號_tb.TabIndex = 1266
- Me.銷售備註流水號_tb.Visible = False
- '
- '倉儲資料流水號_tb
- '
- Me.倉儲資料流水號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.倉儲資料流水號_tb.Enabled = False
- Me.倉儲資料流水號_tb.Location = New System.Drawing.Point(579, 232)
- Me.倉儲資料流水號_tb.Name = "倉儲資料流水號_tb"
- Me.倉儲資料流水號_tb.Size = New System.Drawing.Size(165, 23)
- Me.倉儲資料流水號_tb.TabIndex = 1259
- Me.倉儲資料流水號_tb.Visible = False
- '
- 'Label24
- '
- Me.Label24.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label24.AutoSize = True
- Me.Label24.Location = New System.Drawing.Point(582, 216)
- Me.Label24.Name = "Label24"
- Me.Label24.Size = New System.Drawing.Size(91, 16)
- Me.Label24.TabIndex = 1260
- Me.Label24.Text = "倉儲資料流水號"
- Me.Label24.Visible = False
- '
- '銷售資料流水號_tb
- '
- Me.銷售資料流水號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.銷售資料流水號_tb.Enabled = False
- Me.銷售資料流水號_tb.Location = New System.Drawing.Point(579, 193)
- Me.銷售資料流水號_tb.Name = "銷售資料流水號_tb"
- Me.銷售資料流水號_tb.Size = New System.Drawing.Size(165, 23)
- Me.銷售資料流水號_tb.TabIndex = 1257
- Me.銷售資料流水號_tb.Visible = False
- '
- 'Label27
- '
- Me.Label27.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label27.AutoSize = True
- Me.Label27.Location = New System.Drawing.Point(582, 256)
- Me.Label27.Name = "Label27"
- Me.Label27.Size = New System.Drawing.Size(91, 16)
- Me.Label27.TabIndex = 1267
- Me.Label27.Text = "銷售備註流水號"
- Me.Label27.Visible = False
- '
- 'Label23
- '
- Me.Label23.AutoSize = True
- Me.Label23.Location = New System.Drawing.Point(226, 178)
- Me.Label23.Name = "Label23"
- Me.Label23.Size = New System.Drawing.Size(91, 16)
- Me.Label23.TabIndex = 1258
- Me.Label23.Text = "銷售資料流水號"
- Me.Label23.Visible = False
- '
- '物料圖1_pb
- '
- Me.物料圖1_pb.BackgroundImage = Global.YD_ERP_SYS.My.Resources.Resources.底圖1
- Me.物料圖1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.物料圖1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.物料圖1_pb.Location = New System.Drawing.Point(356, 4)
- Me.物料圖1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.物料圖1_pb.Name = "物料圖1_pb"
- Me.物料圖1_pb.Size = New System.Drawing.Size(291, 167)
- Me.物料圖1_pb.TabIndex = 1279
- Me.物料圖1_pb.TabStop = False
- '
- '最低售價_cb
- '
- Me.最低售價_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.最低售價_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.最低售價_cb.FormattingEnabled = True
- Me.最低售價_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "Y"})
- Me.最低售價_cb.Location = New System.Drawing.Point(634, 365)
- Me.最低售價_cb.Name = "最低售價_cb"
- Me.最低售價_cb.Size = New System.Drawing.Size(110, 24)
- Me.最低售價_cb.TabIndex = 1305
- Me.最低售價_cb.Visible = False
- '
- '最低運費_cb
- '
- Me.最低運費_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.最低運費_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.最低運費_cb.FormattingEnabled = True
- Me.最低運費_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "Y"})
- Me.最低運費_cb.Location = New System.Drawing.Point(634, 339)
- Me.最低運費_cb.Name = "最低運費_cb"
- Me.最低運費_cb.Size = New System.Drawing.Size(110, 24)
- Me.最低運費_cb.TabIndex = 1304
- Me.最低運費_cb.Visible = False
- '
- '客戶1_tb
- '
- Me.客戶1_tb.ForeColor = System.Drawing.Color.Black
- Me.客戶1_tb.Location = New System.Drawing.Point(166, 2)
- Me.客戶1_tb.Name = "客戶1_tb"
- Me.客戶1_tb.Size = New System.Drawing.Size(122, 23)
- Me.客戶1_tb.TabIndex = 1307
- '
- 'Label12
- '
- Me.Label12.AutoSize = True
- Me.Label12.ForeColor = System.Drawing.Color.Black
- Me.Label12.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label12.Location = New System.Drawing.Point(111, 6)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(55, 16)
- Me.Label12.TabIndex = 1306
- Me.Label12.Text = "客戶資料"
- '
- '大間距_ch
- '
- Me.大間距_ch.AutoSize = True
- Me.大間距_ch.Location = New System.Drawing.Point(287, 152)
- Me.大間距_ch.Name = "大間距_ch"
- Me.大間距_ch.Size = New System.Drawing.Size(62, 20)
- Me.大間距_ch.TabIndex = 1337
- Me.大間距_ch.Text = "大間距"
- Me.大間距_ch.UseVisualStyleBackColor = True
- '
- '中間距_ch
- '
- Me.中間距_ch.AutoSize = True
- Me.中間距_ch.Location = New System.Drawing.Point(218, 152)
- Me.中間距_ch.Name = "中間距_ch"
- Me.中間距_ch.Size = New System.Drawing.Size(62, 20)
- Me.中間距_ch.TabIndex = 1336
- Me.中間距_ch.Text = "中間距"
- Me.中間距_ch.UseVisualStyleBackColor = True
- '
- '小間距_ch
- '
- Me.小間距_ch.AutoSize = True
- Me.小間距_ch.Location = New System.Drawing.Point(149, 152)
- Me.小間距_ch.Name = "小間距_ch"
- Me.小間距_ch.Size = New System.Drawing.Size(62, 20)
- Me.小間距_ch.TabIndex = 1335
- Me.小間距_ch.Text = "小間距"
- Me.小間距_ch.UseVisualStyleBackColor = True
- '
- 'ContextMenuStrip1
- '
- Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm})
- Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
- Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26)
- '
- '重新整理_tsm
- '
- Me.重新整理_tsm.Name = "重新整理_tsm"
- Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
- Me.重新整理_tsm.Text = "重新整理"
- '
- 'Label13
- '
- Me.Label13.AutoSize = True
- Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label13.ForeColor = System.Drawing.Color.Red
- Me.Label13.Location = New System.Drawing.Point(289, 5)
- Me.Label13.Name = "Label13"
- Me.Label13.Size = New System.Drawing.Size(260, 15)
- Me.Label13.TabIndex = 1338
- Me.Label13.Text = "可以使用客戶名稱,電話,地址,統篇等資料作查詢"
- '
- 'Panel2
- '
- Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.Panel2.Controls.Add(Me.查詢1_bt)
- Me.Panel2.Controls.Add(Me.帳務關鍵字_tb)
- Me.Panel2.Controls.Add(Me.Label16)
- Me.Panel2.Controls.Add(Me.批量刷銷售_bt)
- Me.Panel2.Controls.Add(Me.查詢_bt)
- Me.Panel2.Controls.Add(Me.物料關鍵字_tb)
- Me.Panel2.Controls.Add(Me.Label15)
- Me.Panel2.Controls.Add(Me.Label27)
- Me.Panel2.Controls.Add(Me.Label23)
- Me.Panel2.Controls.Add(Me.銷售資料流水號_tb)
- Me.Panel2.Controls.Add(Me.Label24)
- Me.Panel2.Controls.Add(Me.客戶1_tb)
- Me.Panel2.Controls.Add(Me.倉儲資料流水號_tb)
- Me.Panel2.Controls.Add(Me.Label12)
- Me.Panel2.Controls.Add(Me.業務_cb)
- Me.Panel2.Controls.Add(Me.最低售價_cb)
- Me.Panel2.Controls.Add(Me.銷售備註流水號_tb)
- Me.Panel2.Controls.Add(Me.Label37)
- Me.Panel2.Controls.Add(Me.最低運費_cb)
- Me.Panel2.Controls.Add(Me.銷售收款流水號_tb)
- Me.Panel2.Controls.Add(Me.Label13)
- Me.Panel2.Controls.Add(Me.銷售單據_dgv)
- Me.Panel2.Controls.Add(Me.未審核_lb)
- Me.Panel2.Location = New System.Drawing.Point(2, 2)
- Me.Panel2.Name = "Panel2"
- Me.Panel2.Size = New System.Drawing.Size(556, 719)
- Me.Panel2.TabIndex = 1339
- '
- '批量刷銷售_bt
- '
- Me.批量刷銷售_bt.Location = New System.Drawing.Point(473, 26)
- Me.批量刷銷售_bt.Name = "批量刷銷售_bt"
- Me.批量刷銷售_bt.Size = New System.Drawing.Size(81, 25)
- Me.批量刷銷售_bt.TabIndex = 1342
- Me.批量刷銷售_bt.Text = "批量刷銷售"
- Me.批量刷銷售_bt.UseVisualStyleBackColor = True
- '
- '查詢_bt
- '
- Me.查詢_bt.Location = New System.Drawing.Point(365, 26)
- Me.查詢_bt.Name = "查詢_bt"
- Me.查詢_bt.Size = New System.Drawing.Size(81, 25)
- Me.查詢_bt.TabIndex = 1341
- Me.查詢_bt.Text = "查詢"
- Me.查詢_bt.UseVisualStyleBackColor = True
- '
- '物料關鍵字_tb
- '
- Me.物料關鍵字_tb.ForeColor = System.Drawing.Color.Black
- Me.物料關鍵字_tb.Location = New System.Drawing.Point(70, 27)
- Me.物料關鍵字_tb.Name = "物料關鍵字_tb"
- Me.物料關鍵字_tb.Size = New System.Drawing.Size(292, 23)
- Me.物料關鍵字_tb.TabIndex = 1340
- '
- 'Label15
- '
- Me.Label15.AutoSize = True
- Me.Label15.ForeColor = System.Drawing.Color.Black
- Me.Label15.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label15.Location = New System.Drawing.Point(0, 31)
- Me.Label15.Name = "Label15"
- Me.Label15.Size = New System.Drawing.Size(67, 16)
- Me.Label15.TabIndex = 1339
- Me.Label15.Text = "物料關鍵字"
- '
- 'Panel3
- '
- Me.Panel3.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.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.Panel3.Controls.Add(Me.字體大小調整_lb)
- Me.Panel3.Controls.Add(Me.字體_NUD)
- Me.Panel3.Controls.Add(Me.顯示_bt)
- Me.Panel3.Controls.Add(Me.隱藏_bt)
- Me.Panel3.Controls.Add(Me.Label2)
- Me.Panel3.Controls.Add(Me.單號_tb)
- Me.Panel3.Controls.Add(Me.大間距_ch)
- Me.Panel3.Controls.Add(Me.Label3)
- Me.Panel3.Controls.Add(Me.中間距_ch)
- Me.Panel3.Controls.Add(Me.Label6)
- Me.Panel3.Controls.Add(Me.小間距_ch)
- Me.Panel3.Controls.Add(Me.物料圖1_pb)
- Me.Panel3.Controls.Add(Me.Label8)
- Me.Panel3.Controls.Add(Me.Panel1)
- Me.Panel3.Controls.Add(Me.客戶_tb)
- Me.Panel3.Controls.Add(Me.含稅_ch)
- Me.Panel3.Controls.Add(Me.住址_tb)
- Me.Panel3.Controls.Add(Me.交貨日期_dtp)
- Me.Panel3.Controls.Add(Me.電話1_tb)
- Me.Panel3.Controls.Add(Me.Label9)
- Me.Panel3.Controls.Add(Me.電話2_tb)
- Me.Panel3.Controls.Add(Me.開單日期_dtp)
- Me.Panel3.Controls.Add(Me.Label10)
- Me.Panel3.Controls.Add(Me.Label4)
- Me.Panel3.Controls.Add(Me.公司_tb)
- Me.Panel3.Controls.Add(Me.Label11)
- Me.Panel3.Controls.Add(Me.統編_tb)
- Me.Panel3.Controls.Add(Me.Label7)
- Me.Panel3.Location = New System.Drawing.Point(559, 2)
- Me.Panel3.Name = "Panel3"
- Me.Panel3.Size = New System.Drawing.Size(778, 719)
- Me.Panel3.TabIndex = 1340
- '
- '字體大小調整_lb
- '
- Me.字體大小調整_lb.AutoSize = True
- Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Red
- Me.字體大小調整_lb.Location = New System.Drawing.Point(653, 127)
- Me.字體大小調整_lb.Name = "字體大小調整_lb"
- Me.字體大小調整_lb.Size = New System.Drawing.Size(55, 16)
- Me.字體大小調整_lb.TabIndex = 1341
- Me.字體大小調整_lb.Text = "字體調整"
- '
- '字體_NUD
- '
- Me.字體_NUD.Location = New System.Drawing.Point(648, 146)
- Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0})
- Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0})
- Me.字體_NUD.Name = "字體_NUD"
- Me.字體_NUD.Size = New System.Drawing.Size(64, 23)
- Me.字體_NUD.TabIndex = 1340
- Me.字體_NUD.Value = New Decimal(New Integer() {9, 0, 0, 0})
- '
- '顯示_bt
- '
- Me.顯示_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.顯示_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.顯示_bt.Location = New System.Drawing.Point(648, 61)
- Me.顯示_bt.Name = "顯示_bt"
- Me.顯示_bt.Size = New System.Drawing.Size(64, 51)
- Me.顯示_bt.TabIndex = 1339
- Me.顯示_bt.Text = "顯示物料控件"
- Me.顯示_bt.UseVisualStyleBackColor = True
- '
- '隱藏_bt
- '
- Me.隱藏_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.隱藏_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.隱藏_bt.Location = New System.Drawing.Point(648, 4)
- Me.隱藏_bt.Name = "隱藏_bt"
- Me.隱藏_bt.Size = New System.Drawing.Size(64, 51)
- Me.隱藏_bt.TabIndex = 1338
- Me.隱藏_bt.Text = "隱藏" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "控件"
- Me.隱藏_bt.UseVisualStyleBackColor = True
- '
- '查詢1_bt
- '
- Me.查詢1_bt.Location = New System.Drawing.Point(365, 51)
- Me.查詢1_bt.Name = "查詢1_bt"
- Me.查詢1_bt.Size = New System.Drawing.Size(81, 25)
- Me.查詢1_bt.TabIndex = 1345
- Me.查詢1_bt.Text = "查詢"
- Me.查詢1_bt.UseVisualStyleBackColor = True
- '
- '帳務關鍵字_tb
- '
- Me.帳務關鍵字_tb.ForeColor = System.Drawing.Color.Black
- Me.帳務關鍵字_tb.Location = New System.Drawing.Point(70, 52)
- Me.帳務關鍵字_tb.Name = "帳務關鍵字_tb"
- Me.帳務關鍵字_tb.Size = New System.Drawing.Size(292, 23)
- Me.帳務關鍵字_tb.TabIndex = 1344
- '
- 'Label16
- '
- Me.Label16.AutoSize = True
- Me.Label16.ForeColor = System.Drawing.Color.Black
- Me.Label16.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label16.Location = New System.Drawing.Point(0, 56)
- Me.Label16.Name = "Label16"
- Me.Label16.Size = New System.Drawing.Size(67, 16)
- Me.Label16.TabIndex = 1343
- Me.Label16.Text = "帳務關鍵字"
- '
- '訂單控制表
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1344, 724)
- Me.Controls.Add(Me.Panel3)
- Me.Controls.Add(Me.Panel2)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Name = "訂單控制表"
- Me.Text = "訂單控制表"
- CType(Me.銷售單據_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel1.ResumeLayout(False)
- Me.Panel1.PerformLayout()
- CType(Me.銷售衍生運費_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.客戶資料_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.銷售備註_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.收款事項_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.銷售明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.物料圖1_pb, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ContextMenuStrip1.ResumeLayout(False)
- Me.Panel2.ResumeLayout(False)
- Me.Panel2.PerformLayout()
- Me.Panel3.ResumeLayout(False)
- Me.Panel3.PerformLayout()
- CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents 業務_cb As ComboBox
- Friend WithEvents 未審核_lb As Label
- Friend WithEvents 含稅_ch As CheckBox
- Friend WithEvents 交貨日期_dtp As DateTimePicker
- Friend WithEvents Label9 As Label
- Friend WithEvents 開單日期_dtp As DateTimePicker
- Friend WithEvents Label4 As Label
- Friend WithEvents Label11 As Label
- Friend WithEvents 統編_tb As TextBox
- Friend WithEvents 公司_tb As TextBox
- Friend WithEvents Label10 As Label
- Friend WithEvents 電話2_tb As TextBox
- Friend WithEvents 電話1_tb As TextBox
- Friend WithEvents 住址_tb As TextBox
- Friend WithEvents 客戶_tb As TextBox
- Friend WithEvents Label8 As Label
- Friend WithEvents Label7 As Label
- Friend WithEvents Label6 As Label
- Friend WithEvents Label3 As Label
- Friend WithEvents Label2 As Label
- Friend WithEvents 單號_tb As TextBox
- Friend WithEvents Panel1 As Panel
- Friend WithEvents 項次3_tb As TextBox
- Friend WithEvents 銷售收款流水號_tb As TextBox
- Friend WithEvents Label37 As Label
- Friend WithEvents 項次2_tb As TextBox
- Friend WithEvents Label36 As Label
- Friend WithEvents 額外收支_tb As TextBox
- Friend WithEvents Label35 As Label
- Friend WithEvents 銷售合計_tb As TextBox
- Friend WithEvents Label34 As Label
- Friend WithEvents 稅金_tb As TextBox
- Friend WithEvents Label33 As Label
- Friend WithEvents 支出小計_tb As TextBox
- Friend WithEvents Label32 As Label
- Friend WithEvents 收入小計_tb As TextBox
- Friend WithEvents Label31 As Label
- Friend WithEvents 售價小計_tb As TextBox
- Friend WithEvents Label30 As Label
- Friend WithEvents 銷售備註流水號_tb As TextBox
- Friend WithEvents 項次1_tb As TextBox
- Friend WithEvents Label26 As Label
- Friend WithEvents 項次_tb As TextBox
- Friend WithEvents Label25 As Label
- Friend WithEvents 倉儲資料流水號_tb As TextBox
- Friend WithEvents Label24 As Label
- Friend WithEvents 銷售資料流水號_tb As TextBox
- Friend WithEvents 調庫單號_tb As TextBox
- Friend WithEvents 倉儲單號_lb As Label
- Friend WithEvents 客戶流水_tb As TextBox
- Friend WithEvents 客戶資料_dgv As DataGridView
- Friend WithEvents 倉庫級別_tb As TextBox
- Friend WithEvents 倉庫編號_tb As TextBox
- Friend WithEvents 儲態編號_cb As ComboBox
- Friend WithEvents 訂製編碼_cb As ComboBox
- Friend WithEvents 客戶編號_tb As TextBox
- Friend WithEvents 流水號_tb As TextBox
- Friend WithEvents Label1 As Label
- Friend WithEvents Label5 As Label
- Friend WithEvents 銷售明細_dgv As DataGridView
- Friend WithEvents 銷售備註_dgv As DataGridView
- Friend WithEvents 收款事項_dgv As DataGridView
- Friend WithEvents Label27 As Label
- Friend WithEvents Label28 As Label
- Friend WithEvents Label23 As Label
- Friend WithEvents 物料圖1_pb As PictureBox
- Friend WithEvents 最低售價_cb As ComboBox
- Friend WithEvents 最低運費_cb As ComboBox
- Friend WithEvents 司機運費_tb As TextBox
- Friend WithEvents Label38 As Label
- Friend WithEvents 送貨地點_cb As ComboBox
- Friend WithEvents Label20 As Label
- Friend WithEvents Label39 As Label
- Friend WithEvents 物料成本_tb As TextBox
- Friend WithEvents Label43 As Label
- Friend WithEvents 預估利潤_tb As TextBox
- Friend WithEvents Label42 As Label
- Friend WithEvents 管銷費用_tb As TextBox
- Friend WithEvents Label41 As Label
- Friend WithEvents Label40 As Label
- Friend WithEvents 客戶1_tb As TextBox
- Friend WithEvents Label12 As Label
- Friend WithEvents 其他成本_tb As TextBox
- Friend WithEvents Label45 As Label
- Friend WithEvents 刷卡總和_tb As TextBox
- Friend WithEvents 刷卡稅金_tb As TextBox
- Friend WithEvents Label46 As Label
- Friend WithEvents Label47 As Label
- Friend WithEvents 刷卡傭金_tb As TextBox
- Friend WithEvents Label48 As Label
- Friend WithEvents 通知_lb As Label
- Friend WithEvents 大間距_ch As CheckBox
- Friend WithEvents 中間距_ch As CheckBox
- Friend WithEvents 小間距_ch As CheckBox
- Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
- Friend WithEvents 重新整理_tsm As ToolStripMenuItem
- Friend WithEvents Label13 As Label
- Friend WithEvents Panel2 As Panel
- Friend WithEvents Panel3 As Panel
- Friend WithEvents 隱藏_bt As Button
- Friend WithEvents 顯示_bt As Button
- Friend WithEvents 項次4_tb As TextBox
- Friend WithEvents Label49 As Label
- Friend WithEvents 銷售衍生運費_dgv As DataGridView
- Friend WithEvents 字體_NUD As NumericUpDown
- Protected WithEvents 銷售單據_dgv As DataGridView
- Friend WithEvents 字體大小調整_lb As Label
- Friend WithEvents Label14 As Label
- Friend WithEvents 物料關鍵字_tb As TextBox
- Friend WithEvents Label15 As Label
- Friend WithEvents 查詢_bt As Button
- Friend WithEvents 批量刷銷售_bt As Button
- Friend WithEvents 查詢1_bt As Button
- Friend WithEvents 帳務關鍵字_tb As TextBox
- Friend WithEvents Label16 As Label
- End Class
|