Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

訂單控制表.Designer.vb 81KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 訂單控制表
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle19 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle20 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle21 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Dim DataGridViewCellStyle22 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  33. Dim DataGridViewCellStyle23 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  34. Dim DataGridViewCellStyle24 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  35. Me.業務_cb = New System.Windows.Forms.ComboBox()
  36. Me.銷售單據_dgv = New System.Windows.Forms.DataGridView()
  37. Me.未審核_lb = New System.Windows.Forms.Label()
  38. Me.含稅_ch = New System.Windows.Forms.CheckBox()
  39. Me.交貨日期_dtp = New System.Windows.Forms.DateTimePicker()
  40. Me.Label9 = New System.Windows.Forms.Label()
  41. Me.開單日期_dtp = New System.Windows.Forms.DateTimePicker()
  42. Me.Label4 = New System.Windows.Forms.Label()
  43. Me.Label11 = New System.Windows.Forms.Label()
  44. Me.統編_tb = New System.Windows.Forms.TextBox()
  45. Me.公司_tb = New System.Windows.Forms.TextBox()
  46. Me.Label10 = New System.Windows.Forms.Label()
  47. Me.電話2_tb = New System.Windows.Forms.TextBox()
  48. Me.電話1_tb = New System.Windows.Forms.TextBox()
  49. Me.住址_tb = New System.Windows.Forms.TextBox()
  50. Me.客戶_tb = New System.Windows.Forms.TextBox()
  51. Me.Label8 = New System.Windows.Forms.Label()
  52. Me.Label7 = New System.Windows.Forms.Label()
  53. Me.Label6 = New System.Windows.Forms.Label()
  54. Me.Label3 = New System.Windows.Forms.Label()
  55. Me.Label2 = New System.Windows.Forms.Label()
  56. Me.單號_tb = New System.Windows.Forms.TextBox()
  57. Me.Panel1 = New System.Windows.Forms.Panel()
  58. Me.項次4_tb = New System.Windows.Forms.TextBox()
  59. Me.Label49 = New System.Windows.Forms.Label()
  60. Me.銷售衍生運費_dgv = New System.Windows.Forms.DataGridView()
  61. Me.通知_lb = New System.Windows.Forms.Label()
  62. Me.刷卡總和_tb = New System.Windows.Forms.TextBox()
  63. Me.刷卡稅金_tb = New System.Windows.Forms.TextBox()
  64. Me.Label46 = New System.Windows.Forms.Label()
  65. Me.Label47 = New System.Windows.Forms.Label()
  66. Me.刷卡傭金_tb = New System.Windows.Forms.TextBox()
  67. Me.Label48 = New System.Windows.Forms.Label()
  68. Me.其他成本_tb = New System.Windows.Forms.TextBox()
  69. Me.Label45 = New System.Windows.Forms.Label()
  70. Me.物料成本_tb = New System.Windows.Forms.TextBox()
  71. Me.Label43 = New System.Windows.Forms.Label()
  72. Me.預估利潤_tb = New System.Windows.Forms.TextBox()
  73. Me.Label42 = New System.Windows.Forms.Label()
  74. Me.管銷費用_tb = New System.Windows.Forms.TextBox()
  75. Me.Label41 = New System.Windows.Forms.Label()
  76. Me.司機運費_tb = New System.Windows.Forms.TextBox()
  77. Me.Label38 = New System.Windows.Forms.Label()
  78. Me.送貨地點_cb = New System.Windows.Forms.ComboBox()
  79. Me.Label39 = New System.Windows.Forms.Label()
  80. Me.項次3_tb = New System.Windows.Forms.TextBox()
  81. Me.項次2_tb = New System.Windows.Forms.TextBox()
  82. Me.Label36 = New System.Windows.Forms.Label()
  83. Me.額外收支_tb = New System.Windows.Forms.TextBox()
  84. Me.Label35 = New System.Windows.Forms.Label()
  85. Me.銷售合計_tb = New System.Windows.Forms.TextBox()
  86. Me.Label34 = New System.Windows.Forms.Label()
  87. Me.稅金_tb = New System.Windows.Forms.TextBox()
  88. Me.Label33 = New System.Windows.Forms.Label()
  89. Me.支出小計_tb = New System.Windows.Forms.TextBox()
  90. Me.Label32 = New System.Windows.Forms.Label()
  91. Me.收入小計_tb = New System.Windows.Forms.TextBox()
  92. Me.Label31 = New System.Windows.Forms.Label()
  93. Me.售價小計_tb = New System.Windows.Forms.TextBox()
  94. Me.Label30 = New System.Windows.Forms.Label()
  95. Me.項次1_tb = New System.Windows.Forms.TextBox()
  96. Me.Label26 = New System.Windows.Forms.Label()
  97. Me.項次_tb = New System.Windows.Forms.TextBox()
  98. Me.Label25 = New System.Windows.Forms.Label()
  99. Me.調庫單號_tb = New System.Windows.Forms.TextBox()
  100. Me.倉儲單號_lb = New System.Windows.Forms.Label()
  101. Me.客戶流水_tb = New System.Windows.Forms.TextBox()
  102. Me.客戶資料_dgv = New System.Windows.Forms.DataGridView()
  103. Me.倉庫級別_tb = New System.Windows.Forms.TextBox()
  104. Me.倉庫編號_tb = New System.Windows.Forms.TextBox()
  105. Me.儲態編號_cb = New System.Windows.Forms.ComboBox()
  106. Me.訂製編碼_cb = New System.Windows.Forms.ComboBox()
  107. Me.客戶編號_tb = New System.Windows.Forms.TextBox()
  108. Me.流水號_tb = New System.Windows.Forms.TextBox()
  109. Me.Label1 = New System.Windows.Forms.Label()
  110. Me.Label5 = New System.Windows.Forms.Label()
  111. Me.銷售備註_dgv = New System.Windows.Forms.DataGridView()
  112. Me.收款事項_dgv = New System.Windows.Forms.DataGridView()
  113. Me.Label28 = New System.Windows.Forms.Label()
  114. Me.Label40 = New System.Windows.Forms.Label()
  115. Me.Label20 = New System.Windows.Forms.Label()
  116. Me.銷售明細_dgv = New System.Windows.Forms.DataGridView()
  117. Me.Label14 = New System.Windows.Forms.Label()
  118. Me.銷售收款流水號_tb = New System.Windows.Forms.TextBox()
  119. Me.Label37 = New System.Windows.Forms.Label()
  120. Me.銷售備註流水號_tb = New System.Windows.Forms.TextBox()
  121. Me.倉儲資料流水號_tb = New System.Windows.Forms.TextBox()
  122. Me.Label24 = New System.Windows.Forms.Label()
  123. Me.銷售資料流水號_tb = New System.Windows.Forms.TextBox()
  124. Me.Label27 = New System.Windows.Forms.Label()
  125. Me.Label23 = New System.Windows.Forms.Label()
  126. Me.物料圖1_pb = New System.Windows.Forms.PictureBox()
  127. Me.最低售價_cb = New System.Windows.Forms.ComboBox()
  128. Me.最低運費_cb = New System.Windows.Forms.ComboBox()
  129. Me.客戶1_tb = New System.Windows.Forms.TextBox()
  130. Me.Label12 = New System.Windows.Forms.Label()
  131. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  132. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  133. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  134. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  135. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  136. Me.Label13 = New System.Windows.Forms.Label()
  137. Me.Panel2 = New System.Windows.Forms.Panel()
  138. Me.批量刷銷售_bt = New System.Windows.Forms.Button()
  139. Me.查詢_bt = New System.Windows.Forms.Button()
  140. Me.物料關鍵字_tb = New System.Windows.Forms.TextBox()
  141. Me.Label15 = New System.Windows.Forms.Label()
  142. Me.Panel3 = New System.Windows.Forms.Panel()
  143. Me.字體大小調整_lb = New System.Windows.Forms.Label()
  144. Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
  145. Me.顯示_bt = New System.Windows.Forms.Button()
  146. Me.隱藏_bt = New System.Windows.Forms.Button()
  147. Me.查詢1_bt = New System.Windows.Forms.Button()
  148. Me.帳務關鍵字_tb = New System.Windows.Forms.TextBox()
  149. Me.Label16 = New System.Windows.Forms.Label()
  150. CType(Me.銷售單據_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  151. Me.Panel1.SuspendLayout()
  152. CType(Me.銷售衍生運費_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  153. CType(Me.客戶資料_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  154. CType(Me.銷售備註_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  155. CType(Me.收款事項_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  156. CType(Me.銷售明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  157. CType(Me.物料圖1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  158. Me.ContextMenuStrip1.SuspendLayout()
  159. Me.Panel2.SuspendLayout()
  160. Me.Panel3.SuspendLayout()
  161. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  162. Me.SuspendLayout()
  163. '
  164. '業務_cb
  165. '
  166. Me.業務_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  167. Me.業務_cb.FormattingEnabled = True
  168. Me.業務_cb.Items.AddRange(New Object() {"", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "B", "Y"})
  169. Me.業務_cb.Location = New System.Drawing.Point(67, 1)
  170. Me.業務_cb.Name = "業務_cb"
  171. Me.業務_cb.Size = New System.Drawing.Size(40, 24)
  172. Me.業務_cb.TabIndex = 1258
  173. '
  174. '銷售單據_dgv
  175. '
  176. DataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  177. Me.銷售單據_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
  178. Me.銷售單據_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  179. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  180. Me.銷售單據_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  181. Me.銷售單據_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  182. Me.銷售單據_dgv.Location = New System.Drawing.Point(3, 77)
  183. Me.銷售單據_dgv.Name = "銷售單據_dgv"
  184. Me.銷售單據_dgv.RowHeadersWidth = 5
  185. DataGridViewCellStyle14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  186. DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  187. Me.銷售單據_dgv.RowsDefaultCellStyle = DataGridViewCellStyle14
  188. Me.銷售單據_dgv.RowTemplate.Height = 24
  189. Me.銷售單據_dgv.Size = New System.Drawing.Size(548, 636)
  190. Me.銷售單據_dgv.TabIndex = 1256
  191. '
  192. '未審核_lb
  193. '
  194. Me.未審核_lb.AutoSize = True
  195. Me.未審核_lb.Location = New System.Drawing.Point(0, 5)
  196. Me.未審核_lb.Name = "未審核_lb"
  197. Me.未審核_lb.Size = New System.Drawing.Size(67, 16)
  198. Me.未審核_lb.TabIndex = 1257
  199. Me.未審核_lb.Text = "業務銷售單"
  200. '
  201. '含稅_ch
  202. '
  203. Me.含稅_ch.AutoSize = True
  204. Me.含稅_ch.Location = New System.Drawing.Point(43, 104)
  205. Me.含稅_ch.Name = "含稅_ch"
  206. Me.含稅_ch.Size = New System.Drawing.Size(50, 20)
  207. Me.含稅_ch.TabIndex = 1277
  208. Me.含稅_ch.Text = "含稅"
  209. Me.含稅_ch.UseVisualStyleBackColor = True
  210. '
  211. '交貨日期_dtp
  212. '
  213. Me.交貨日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  214. Me.交貨日期_dtp.Location = New System.Drawing.Point(223, 27)
  215. Me.交貨日期_dtp.Name = "交貨日期_dtp"
  216. Me.交貨日期_dtp.Size = New System.Drawing.Size(127, 23)
  217. Me.交貨日期_dtp.TabIndex = 1276
  218. '
  219. 'Label9
  220. '
  221. Me.Label9.AutoSize = True
  222. Me.Label9.ForeColor = System.Drawing.Color.Red
  223. Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl
  224. Me.Label9.Location = New System.Drawing.Point(167, 30)
  225. Me.Label9.Name = "Label9"
  226. Me.Label9.Size = New System.Drawing.Size(55, 16)
  227. Me.Label9.TabIndex = 1275
  228. Me.Label9.Text = "交貨日期"
  229. '
  230. '開單日期_dtp
  231. '
  232. Me.開單日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  233. Me.開單日期_dtp.Location = New System.Drawing.Point(223, 2)
  234. Me.開單日期_dtp.Name = "開單日期_dtp"
  235. Me.開單日期_dtp.Size = New System.Drawing.Size(127, 23)
  236. Me.開單日期_dtp.TabIndex = 1274
  237. '
  238. 'Label4
  239. '
  240. Me.Label4.AutoSize = True
  241. Me.Label4.ForeColor = System.Drawing.Color.Red
  242. Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
  243. Me.Label4.Location = New System.Drawing.Point(167, 5)
  244. Me.Label4.Name = "Label4"
  245. Me.Label4.Size = New System.Drawing.Size(55, 16)
  246. Me.Label4.TabIndex = 1273
  247. Me.Label4.Text = "開單日期"
  248. '
  249. 'Label11
  250. '
  251. Me.Label11.AutoSize = True
  252. Me.Label11.ForeColor = System.Drawing.Color.Black
  253. Me.Label11.ImeMode = System.Windows.Forms.ImeMode.NoControl
  254. Me.Label11.Location = New System.Drawing.Point(172, 105)
  255. Me.Label11.Name = "Label11"
  256. Me.Label11.Size = New System.Drawing.Size(55, 16)
  257. Me.Label11.TabIndex = 1272
  258. Me.Label11.Text = "統一編號"
  259. '
  260. '統編_tb
  261. '
  262. Me.統編_tb.Location = New System.Drawing.Point(230, 102)
  263. Me.統編_tb.Name = "統編_tb"
  264. Me.統編_tb.Size = New System.Drawing.Size(120, 23)
  265. Me.統編_tb.TabIndex = 1271
  266. '
  267. '公司_tb
  268. '
  269. Me.公司_tb.Location = New System.Drawing.Point(40, 52)
  270. Me.公司_tb.Name = "公司_tb"
  271. Me.公司_tb.Size = New System.Drawing.Size(310, 23)
  272. Me.公司_tb.TabIndex = 1270
  273. '
  274. 'Label10
  275. '
  276. Me.Label10.AutoSize = True
  277. Me.Label10.ForeColor = System.Drawing.Color.Black
  278. Me.Label10.ImeMode = System.Windows.Forms.ImeMode.NoControl
  279. Me.Label10.Location = New System.Drawing.Point(3, 55)
  280. Me.Label10.Name = "Label10"
  281. Me.Label10.Size = New System.Drawing.Size(31, 16)
  282. Me.Label10.TabIndex = 1269
  283. Me.Label10.Text = "公司"
  284. '
  285. '電話2_tb
  286. '
  287. Me.電話2_tb.Location = New System.Drawing.Point(230, 77)
  288. Me.電話2_tb.Name = "電話2_tb"
  289. Me.電話2_tb.Size = New System.Drawing.Size(120, 23)
  290. Me.電話2_tb.TabIndex = 1268
  291. '
  292. '電話1_tb
  293. '
  294. Me.電話1_tb.Location = New System.Drawing.Point(41, 77)
  295. Me.電話1_tb.Name = "電話1_tb"
  296. Me.電話1_tb.Size = New System.Drawing.Size(121, 23)
  297. Me.電話1_tb.TabIndex = 1267
  298. '
  299. '住址_tb
  300. '
  301. Me.住址_tb.Location = New System.Drawing.Point(40, 127)
  302. Me.住址_tb.Name = "住址_tb"
  303. Me.住址_tb.Size = New System.Drawing.Size(310, 23)
  304. Me.住址_tb.TabIndex = 1266
  305. '
  306. '客戶_tb
  307. '
  308. Me.客戶_tb.Location = New System.Drawing.Point(40, 27)
  309. Me.客戶_tb.Name = "客戶_tb"
  310. Me.客戶_tb.Size = New System.Drawing.Size(122, 23)
  311. Me.客戶_tb.TabIndex = 1265
  312. '
  313. 'Label8
  314. '
  315. Me.Label8.AutoSize = True
  316. Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl
  317. Me.Label8.Location = New System.Drawing.Point(191, 80)
  318. Me.Label8.Name = "Label8"
  319. Me.Label8.Size = New System.Drawing.Size(38, 16)
  320. Me.Label8.TabIndex = 1264
  321. Me.Label8.Text = "電話2"
  322. '
  323. 'Label7
  324. '
  325. Me.Label7.AutoSize = True
  326. Me.Label7.ForeColor = System.Drawing.Color.Red
  327. Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl
  328. Me.Label7.Location = New System.Drawing.Point(3, 80)
  329. Me.Label7.Name = "Label7"
  330. Me.Label7.Size = New System.Drawing.Size(38, 16)
  331. Me.Label7.TabIndex = 1263
  332. Me.Label7.Text = "電話1"
  333. '
  334. 'Label6
  335. '
  336. Me.Label6.AutoSize = True
  337. Me.Label6.ForeColor = System.Drawing.Color.Red
  338. Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl
  339. Me.Label6.Location = New System.Drawing.Point(3, 130)
  340. Me.Label6.Name = "Label6"
  341. Me.Label6.Size = New System.Drawing.Size(31, 16)
  342. Me.Label6.TabIndex = 1262
  343. Me.Label6.Text = "住址"
  344. '
  345. 'Label3
  346. '
  347. Me.Label3.AutoSize = True
  348. Me.Label3.ForeColor = System.Drawing.Color.Red
  349. Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
  350. Me.Label3.Location = New System.Drawing.Point(3, 32)
  351. Me.Label3.Name = "Label3"
  352. Me.Label3.Size = New System.Drawing.Size(31, 16)
  353. Me.Label3.TabIndex = 1261
  354. Me.Label3.Text = "客戶"
  355. '
  356. 'Label2
  357. '
  358. Me.Label2.AutoSize = True
  359. Me.Label2.ForeColor = System.Drawing.Color.Red
  360. Me.Label2.Location = New System.Drawing.Point(3, 5)
  361. Me.Label2.Name = "Label2"
  362. Me.Label2.Size = New System.Drawing.Size(31, 16)
  363. Me.Label2.TabIndex = 1260
  364. Me.Label2.Text = "單號"
  365. '
  366. '單號_tb
  367. '
  368. Me.單號_tb.Enabled = False
  369. Me.單號_tb.Location = New System.Drawing.Point(40, 2)
  370. Me.單號_tb.Name = "單號_tb"
  371. Me.單號_tb.Size = New System.Drawing.Size(122, 23)
  372. Me.單號_tb.TabIndex = 1259
  373. '
  374. 'Panel1
  375. '
  376. Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  377. Or System.Windows.Forms.AnchorStyles.Left) _
  378. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  379. Me.Panel1.AutoScroll = True
  380. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  381. Me.Panel1.Controls.Add(Me.項次4_tb)
  382. Me.Panel1.Controls.Add(Me.Label49)
  383. Me.Panel1.Controls.Add(Me.銷售衍生運費_dgv)
  384. Me.Panel1.Controls.Add(Me.通知_lb)
  385. Me.Panel1.Controls.Add(Me.刷卡總和_tb)
  386. Me.Panel1.Controls.Add(Me.刷卡稅金_tb)
  387. Me.Panel1.Controls.Add(Me.Label46)
  388. Me.Panel1.Controls.Add(Me.Label47)
  389. Me.Panel1.Controls.Add(Me.刷卡傭金_tb)
  390. Me.Panel1.Controls.Add(Me.Label48)
  391. Me.Panel1.Controls.Add(Me.其他成本_tb)
  392. Me.Panel1.Controls.Add(Me.Label45)
  393. Me.Panel1.Controls.Add(Me.物料成本_tb)
  394. Me.Panel1.Controls.Add(Me.Label43)
  395. Me.Panel1.Controls.Add(Me.預估利潤_tb)
  396. Me.Panel1.Controls.Add(Me.Label42)
  397. Me.Panel1.Controls.Add(Me.管銷費用_tb)
  398. Me.Panel1.Controls.Add(Me.Label41)
  399. Me.Panel1.Controls.Add(Me.司機運費_tb)
  400. Me.Panel1.Controls.Add(Me.Label38)
  401. Me.Panel1.Controls.Add(Me.送貨地點_cb)
  402. Me.Panel1.Controls.Add(Me.Label39)
  403. Me.Panel1.Controls.Add(Me.項次3_tb)
  404. Me.Panel1.Controls.Add(Me.項次2_tb)
  405. Me.Panel1.Controls.Add(Me.Label36)
  406. Me.Panel1.Controls.Add(Me.額外收支_tb)
  407. Me.Panel1.Controls.Add(Me.Label35)
  408. Me.Panel1.Controls.Add(Me.銷售合計_tb)
  409. Me.Panel1.Controls.Add(Me.Label34)
  410. Me.Panel1.Controls.Add(Me.稅金_tb)
  411. Me.Panel1.Controls.Add(Me.Label33)
  412. Me.Panel1.Controls.Add(Me.支出小計_tb)
  413. Me.Panel1.Controls.Add(Me.Label32)
  414. Me.Panel1.Controls.Add(Me.收入小計_tb)
  415. Me.Panel1.Controls.Add(Me.Label31)
  416. Me.Panel1.Controls.Add(Me.售價小計_tb)
  417. Me.Panel1.Controls.Add(Me.Label30)
  418. Me.Panel1.Controls.Add(Me.項次1_tb)
  419. Me.Panel1.Controls.Add(Me.Label26)
  420. Me.Panel1.Controls.Add(Me.項次_tb)
  421. Me.Panel1.Controls.Add(Me.Label25)
  422. Me.Panel1.Controls.Add(Me.調庫單號_tb)
  423. Me.Panel1.Controls.Add(Me.倉儲單號_lb)
  424. Me.Panel1.Controls.Add(Me.客戶流水_tb)
  425. Me.Panel1.Controls.Add(Me.客戶資料_dgv)
  426. Me.Panel1.Controls.Add(Me.倉庫級別_tb)
  427. Me.Panel1.Controls.Add(Me.倉庫編號_tb)
  428. Me.Panel1.Controls.Add(Me.儲態編號_cb)
  429. Me.Panel1.Controls.Add(Me.訂製編碼_cb)
  430. Me.Panel1.Controls.Add(Me.客戶編號_tb)
  431. Me.Panel1.Controls.Add(Me.流水號_tb)
  432. Me.Panel1.Controls.Add(Me.Label1)
  433. Me.Panel1.Controls.Add(Me.Label5)
  434. Me.Panel1.Controls.Add(Me.銷售備註_dgv)
  435. Me.Panel1.Controls.Add(Me.收款事項_dgv)
  436. Me.Panel1.Controls.Add(Me.Label28)
  437. Me.Panel1.Controls.Add(Me.Label40)
  438. Me.Panel1.Controls.Add(Me.Label20)
  439. Me.Panel1.Controls.Add(Me.銷售明細_dgv)
  440. Me.Panel1.Controls.Add(Me.Label14)
  441. Me.Panel1.Location = New System.Drawing.Point(1, 173)
  442. Me.Panel1.Name = "Panel1"
  443. Me.Panel1.Size = New System.Drawing.Size(769, 542)
  444. Me.Panel1.TabIndex = 1278
  445. '
  446. '項次4_tb
  447. '
  448. Me.項次4_tb.Enabled = False
  449. Me.項次4_tb.Location = New System.Drawing.Point(35, 515)
  450. Me.項次4_tb.Name = "項次4_tb"
  451. Me.項次4_tb.Size = New System.Drawing.Size(71, 23)
  452. Me.項次4_tb.TabIndex = 1351
  453. '
  454. 'Label49
  455. '
  456. Me.Label49.AutoSize = True
  457. Me.Label49.Location = New System.Drawing.Point(4, 518)
  458. Me.Label49.Name = "Label49"
  459. Me.Label49.Size = New System.Drawing.Size(31, 16)
  460. Me.Label49.TabIndex = 1352
  461. Me.Label49.Text = "項次"
  462. '
  463. '銷售衍生運費_dgv
  464. '
  465. DataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  466. Me.銷售衍生運費_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle15
  467. Me.銷售衍生運費_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  468. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  469. Me.銷售衍生運費_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  470. Me.銷售衍生運費_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  471. Me.銷售衍生運費_dgv.Location = New System.Drawing.Point(3, 540)
  472. Me.銷售衍生運費_dgv.Name = "銷售衍生運費_dgv"
  473. Me.銷售衍生運費_dgv.RowHeadersWidth = 5
  474. DataGridViewCellStyle16.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  475. DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  476. Me.銷售衍生運費_dgv.RowsDefaultCellStyle = DataGridViewCellStyle16
  477. Me.銷售衍生運費_dgv.RowTemplate.Height = 24
  478. Me.銷售衍生運費_dgv.Size = New System.Drawing.Size(574, 102)
  479. Me.銷售衍生運費_dgv.TabIndex = 1350
  480. '
  481. '通知_lb
  482. '
  483. Me.通知_lb.AutoSize = True
  484. Me.通知_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  485. Me.通知_lb.ForeColor = System.Drawing.Color.Red
  486. Me.通知_lb.Location = New System.Drawing.Point(120, 7)
  487. Me.通知_lb.Name = "通知_lb"
  488. Me.通知_lb.Size = New System.Drawing.Size(127, 15)
  489. Me.通知_lb.TabIndex = 1349
  490. Me.通知_lb.Text = "........................................"
  491. '
  492. '刷卡總和_tb
  493. '
  494. Me.刷卡總和_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  495. Me.刷卡總和_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  496. Me.刷卡總和_tb.Location = New System.Drawing.Point(665, 385)
  497. Me.刷卡總和_tb.Name = "刷卡總和_tb"
  498. Me.刷卡總和_tb.Size = New System.Drawing.Size(81, 23)
  499. Me.刷卡總和_tb.TabIndex = 1346
  500. Me.刷卡總和_tb.Text = "0"
  501. Me.刷卡總和_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  502. '
  503. '刷卡稅金_tb
  504. '
  505. Me.刷卡稅金_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  506. Me.刷卡稅金_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  507. Me.刷卡稅金_tb.Location = New System.Drawing.Point(665, 410)
  508. Me.刷卡稅金_tb.Name = "刷卡稅金_tb"
  509. Me.刷卡稅金_tb.Size = New System.Drawing.Size(81, 23)
  510. Me.刷卡稅金_tb.TabIndex = 1348
  511. Me.刷卡稅金_tb.Text = "0"
  512. Me.刷卡稅金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  513. '
  514. 'Label46
  515. '
  516. Me.Label46.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  517. Me.Label46.AutoSize = True
  518. Me.Label46.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  519. Me.Label46.Location = New System.Drawing.Point(583, 413)
  520. Me.Label46.Name = "Label46"
  521. Me.Label46.Size = New System.Drawing.Size(82, 16)
  522. Me.Label46.TabIndex = 1347
  523. Me.Label46.Text = "刷 卡 稅 金"
  524. '
  525. 'Label47
  526. '
  527. Me.Label47.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  528. Me.Label47.AutoSize = True
  529. Me.Label47.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  530. Me.Label47.Location = New System.Drawing.Point(583, 389)
  531. Me.Label47.Name = "Label47"
  532. Me.Label47.Size = New System.Drawing.Size(82, 16)
  533. Me.Label47.TabIndex = 1345
  534. Me.Label47.Text = "刷 卡 總 和"
  535. '
  536. '刷卡傭金_tb
  537. '
  538. Me.刷卡傭金_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  539. Me.刷卡傭金_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  540. Me.刷卡傭金_tb.Location = New System.Drawing.Point(665, 435)
  541. Me.刷卡傭金_tb.Name = "刷卡傭金_tb"
  542. Me.刷卡傭金_tb.Size = New System.Drawing.Size(81, 23)
  543. Me.刷卡傭金_tb.TabIndex = 1344
  544. Me.刷卡傭金_tb.Text = "0"
  545. Me.刷卡傭金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  546. '
  547. 'Label48
  548. '
  549. Me.Label48.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  550. Me.Label48.AutoSize = True
  551. Me.Label48.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  552. Me.Label48.Location = New System.Drawing.Point(582, 439)
  553. Me.Label48.Name = "Label48"
  554. Me.Label48.Size = New System.Drawing.Size(82, 16)
  555. Me.Label48.TabIndex = 1343
  556. Me.Label48.Text = "刷 卡 傭 金"
  557. '
  558. '其他成本_tb
  559. '
  560. Me.其他成本_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  561. Me.其他成本_tb.ForeColor = System.Drawing.Color.Green
  562. Me.其他成本_tb.Location = New System.Drawing.Point(666, 698)
  563. Me.其他成本_tb.Name = "其他成本_tb"
  564. Me.其他成本_tb.Size = New System.Drawing.Size(81, 23)
  565. Me.其他成本_tb.TabIndex = 1337
  566. Me.其他成本_tb.Text = "0"
  567. Me.其他成本_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  568. '
  569. 'Label45
  570. '
  571. Me.Label45.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  572. Me.Label45.AutoSize = True
  573. Me.Label45.ForeColor = System.Drawing.Color.Green
  574. Me.Label45.Location = New System.Drawing.Point(583, 701)
  575. Me.Label45.Name = "Label45"
  576. Me.Label45.Size = New System.Drawing.Size(82, 16)
  577. Me.Label45.TabIndex = 1336
  578. Me.Label45.Text = "其 他 成 本"
  579. '
  580. '物料成本_tb
  581. '
  582. Me.物料成本_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  583. Me.物料成本_tb.ForeColor = System.Drawing.Color.Green
  584. Me.物料成本_tb.Location = New System.Drawing.Point(666, 673)
  585. Me.物料成本_tb.Name = "物料成本_tb"
  586. Me.物料成本_tb.Size = New System.Drawing.Size(81, 23)
  587. Me.物料成本_tb.TabIndex = 1318
  588. Me.物料成本_tb.Text = "0"
  589. Me.物料成本_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  590. '
  591. 'Label43
  592. '
  593. Me.Label43.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  594. Me.Label43.AutoSize = True
  595. Me.Label43.ForeColor = System.Drawing.Color.Green
  596. Me.Label43.Location = New System.Drawing.Point(583, 676)
  597. Me.Label43.Name = "Label43"
  598. Me.Label43.Size = New System.Drawing.Size(82, 16)
  599. Me.Label43.TabIndex = 1317
  600. Me.Label43.Text = "物 料 成 本"
  601. '
  602. '預估利潤_tb
  603. '
  604. Me.預估利潤_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  605. Me.預估利潤_tb.ForeColor = System.Drawing.Color.Green
  606. Me.預估利潤_tb.Location = New System.Drawing.Point(666, 748)
  607. Me.預估利潤_tb.Name = "預估利潤_tb"
  608. Me.預估利潤_tb.Size = New System.Drawing.Size(81, 23)
  609. Me.預估利潤_tb.TabIndex = 1316
  610. Me.預估利潤_tb.Text = "0"
  611. Me.預估利潤_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  612. '
  613. 'Label42
  614. '
  615. Me.Label42.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  616. Me.Label42.AutoSize = True
  617. Me.Label42.ForeColor = System.Drawing.Color.Green
  618. Me.Label42.Location = New System.Drawing.Point(584, 751)
  619. Me.Label42.Name = "Label42"
  620. Me.Label42.Size = New System.Drawing.Size(82, 16)
  621. Me.Label42.TabIndex = 1315
  622. Me.Label42.Text = "預 估 利 潤"
  623. '
  624. '管銷費用_tb
  625. '
  626. Me.管銷費用_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  627. Me.管銷費用_tb.ForeColor = System.Drawing.Color.Green
  628. Me.管銷費用_tb.Location = New System.Drawing.Point(666, 723)
  629. Me.管銷費用_tb.Name = "管銷費用_tb"
  630. Me.管銷費用_tb.Size = New System.Drawing.Size(81, 23)
  631. Me.管銷費用_tb.TabIndex = 1314
  632. Me.管銷費用_tb.Text = "0"
  633. Me.管銷費用_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  634. '
  635. 'Label41
  636. '
  637. Me.Label41.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  638. Me.Label41.AutoSize = True
  639. Me.Label41.ForeColor = System.Drawing.Color.Green
  640. Me.Label41.Location = New System.Drawing.Point(584, 726)
  641. Me.Label41.Name = "Label41"
  642. Me.Label41.Size = New System.Drawing.Size(82, 16)
  643. Me.Label41.TabIndex = 1313
  644. Me.Label41.Text = "管 銷 費 用"
  645. '
  646. '司機運費_tb
  647. '
  648. Me.司機運費_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  649. Me.司機運費_tb.ForeColor = System.Drawing.Color.Black
  650. Me.司機運費_tb.Location = New System.Drawing.Point(665, 567)
  651. Me.司機運費_tb.Name = "司機運費_tb"
  652. Me.司機運費_tb.Size = New System.Drawing.Size(81, 23)
  653. Me.司機運費_tb.TabIndex = 1306
  654. Me.司機運費_tb.Text = "0"
  655. Me.司機運費_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  656. '
  657. 'Label38
  658. '
  659. Me.Label38.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  660. Me.Label38.AutoSize = True
  661. Me.Label38.ForeColor = System.Drawing.Color.Black
  662. Me.Label38.Location = New System.Drawing.Point(580, 571)
  663. Me.Label38.Name = "Label38"
  664. Me.Label38.Size = New System.Drawing.Size(82, 16)
  665. Me.Label38.TabIndex = 1305
  666. Me.Label38.Text = "司 機 運 費"
  667. '
  668. '送貨地點_cb
  669. '
  670. Me.送貨地點_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  671. Me.送貨地點_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  672. Me.送貨地點_cb.Enabled = False
  673. Me.送貨地點_cb.FormattingEnabled = True
  674. Me.送貨地點_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "Y"})
  675. Me.送貨地點_cb.Location = New System.Drawing.Point(636, 541)
  676. Me.送貨地點_cb.Name = "送貨地點_cb"
  677. Me.送貨地點_cb.Size = New System.Drawing.Size(110, 24)
  678. Me.送貨地點_cb.TabIndex = 1303
  679. '
  680. 'Label39
  681. '
  682. Me.Label39.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  683. Me.Label39.AutoSize = True
  684. Me.Label39.Location = New System.Drawing.Point(577, 545)
  685. Me.Label39.Name = "Label39"
  686. Me.Label39.Size = New System.Drawing.Size(55, 16)
  687. Me.Label39.TabIndex = 1304
  688. Me.Label39.Text = "送貨地點"
  689. '
  690. '項次3_tb
  691. '
  692. Me.項次3_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  693. Me.項次3_tb.Enabled = False
  694. Me.項次3_tb.Location = New System.Drawing.Point(443, 643)
  695. Me.項次3_tb.Name = "項次3_tb"
  696. Me.項次3_tb.Size = New System.Drawing.Size(32, 23)
  697. Me.項次3_tb.TabIndex = 1290
  698. Me.項次3_tb.Visible = False
  699. '
  700. '項次2_tb
  701. '
  702. Me.項次2_tb.Enabled = False
  703. Me.項次2_tb.Location = New System.Drawing.Point(36, 643)
  704. Me.項次2_tb.Name = "項次2_tb"
  705. Me.項次2_tb.Size = New System.Drawing.Size(68, 23)
  706. Me.項次2_tb.TabIndex = 1284
  707. '
  708. 'Label36
  709. '
  710. Me.Label36.AutoSize = True
  711. Me.Label36.Location = New System.Drawing.Point(2, 646)
  712. Me.Label36.Name = "Label36"
  713. Me.Label36.Size = New System.Drawing.Size(31, 16)
  714. Me.Label36.TabIndex = 1285
  715. Me.Label36.Text = "項次"
  716. '
  717. '額外收支_tb
  718. '
  719. Me.額外收支_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  720. Me.額外收支_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  721. Me.額外收支_tb.Location = New System.Drawing.Point(666, 645)
  722. Me.額外收支_tb.Name = "額外收支_tb"
  723. Me.額外收支_tb.Size = New System.Drawing.Size(81, 23)
  724. Me.額外收支_tb.TabIndex = 1281
  725. Me.額外收支_tb.Text = "0"
  726. Me.額外收支_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  727. '
  728. 'Label35
  729. '
  730. Me.Label35.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  731. Me.Label35.AutoSize = True
  732. Me.Label35.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  733. Me.Label35.Location = New System.Drawing.Point(580, 648)
  734. Me.Label35.Name = "Label35"
  735. Me.Label35.Size = New System.Drawing.Size(85, 16)
  736. Me.Label35.TabIndex = 1280
  737. Me.Label35.Text = "額 外 收 支"
  738. '
  739. '銷售合計_tb
  740. '
  741. Me.銷售合計_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  742. Me.銷售合計_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  743. Me.銷售合計_tb.Location = New System.Drawing.Point(665, 513)
  744. Me.銷售合計_tb.Name = "銷售合計_tb"
  745. Me.銷售合計_tb.Size = New System.Drawing.Size(81, 23)
  746. Me.銷售合計_tb.TabIndex = 1279
  747. Me.銷售合計_tb.Text = "0"
  748. Me.銷售合計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  749. '
  750. 'Label34
  751. '
  752. Me.Label34.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  753. Me.Label34.AutoSize = True
  754. Me.Label34.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  755. Me.Label34.Location = New System.Drawing.Point(580, 516)
  756. Me.Label34.Name = "Label34"
  757. Me.Label34.Size = New System.Drawing.Size(85, 16)
  758. Me.Label34.TabIndex = 1278
  759. Me.Label34.Text = "銷 售 合 計"
  760. '
  761. '稅金_tb
  762. '
  763. Me.稅金_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  764. Me.稅金_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  765. Me.稅金_tb.Location = New System.Drawing.Point(665, 488)
  766. Me.稅金_tb.Name = "稅金_tb"
  767. Me.稅金_tb.Size = New System.Drawing.Size(81, 23)
  768. Me.稅金_tb.TabIndex = 1277
  769. Me.稅金_tb.Text = "0"
  770. Me.稅金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  771. '
  772. 'Label33
  773. '
  774. Me.Label33.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  775. Me.Label33.AutoSize = True
  776. Me.Label33.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  777. Me.Label33.Location = New System.Drawing.Point(580, 491)
  778. Me.Label33.Name = "Label33"
  779. Me.Label33.Size = New System.Drawing.Size(84, 16)
  780. Me.Label33.TabIndex = 1276
  781. Me.Label33.Text = "明細-稅 金"
  782. '
  783. '支出小計_tb
  784. '
  785. Me.支出小計_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  786. Me.支出小計_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  787. Me.支出小計_tb.Location = New System.Drawing.Point(666, 620)
  788. Me.支出小計_tb.Name = "支出小計_tb"
  789. Me.支出小計_tb.Size = New System.Drawing.Size(81, 23)
  790. Me.支出小計_tb.TabIndex = 1275
  791. Me.支出小計_tb.Text = "0"
  792. Me.支出小計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  793. '
  794. 'Label32
  795. '
  796. Me.Label32.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  797. Me.Label32.AutoSize = True
  798. Me.Label32.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  799. Me.Label32.Location = New System.Drawing.Point(581, 623)
  800. Me.Label32.Name = "Label32"
  801. Me.Label32.Size = New System.Drawing.Size(84, 16)
  802. Me.Label32.TabIndex = 1274
  803. Me.Label32.Text = "備註-支出小計"
  804. '
  805. '收入小計_tb
  806. '
  807. Me.收入小計_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  808. Me.收入小計_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  809. Me.收入小計_tb.Location = New System.Drawing.Point(666, 595)
  810. Me.收入小計_tb.Name = "收入小計_tb"
  811. Me.收入小計_tb.Size = New System.Drawing.Size(81, 23)
  812. Me.收入小計_tb.TabIndex = 1273
  813. Me.收入小計_tb.Text = "0"
  814. Me.收入小計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  815. '
  816. 'Label31
  817. '
  818. Me.Label31.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  819. Me.Label31.AutoSize = True
  820. Me.Label31.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  821. Me.Label31.Location = New System.Drawing.Point(579, 598)
  822. Me.Label31.Name = "Label31"
  823. Me.Label31.Size = New System.Drawing.Size(84, 16)
  824. Me.Label31.TabIndex = 1272
  825. Me.Label31.Text = "備註-收入小計"
  826. '
  827. '售價小計_tb
  828. '
  829. Me.售價小計_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  830. Me.售價小計_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  831. Me.售價小計_tb.Location = New System.Drawing.Point(665, 463)
  832. Me.售價小計_tb.Name = "售價小計_tb"
  833. Me.售價小計_tb.Size = New System.Drawing.Size(81, 23)
  834. Me.售價小計_tb.TabIndex = 1271
  835. Me.售價小計_tb.Text = "0"
  836. Me.售價小計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  837. '
  838. 'Label30
  839. '
  840. Me.Label30.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  841. Me.Label30.AutoSize = True
  842. Me.Label30.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  843. Me.Label30.Location = New System.Drawing.Point(580, 467)
  844. Me.Label30.Name = "Label30"
  845. Me.Label30.Size = New System.Drawing.Size(84, 16)
  846. Me.Label30.TabIndex = 1270
  847. Me.Label30.Text = "明細-售價小計"
  848. '
  849. '項次1_tb
  850. '
  851. Me.項次1_tb.Enabled = False
  852. Me.項次1_tb.Location = New System.Drawing.Point(38, 386)
  853. Me.項次1_tb.Name = "項次1_tb"
  854. Me.項次1_tb.Size = New System.Drawing.Size(68, 23)
  855. Me.項次1_tb.TabIndex = 1264
  856. '
  857. 'Label26
  858. '
  859. Me.Label26.AutoSize = True
  860. Me.Label26.Location = New System.Drawing.Point(4, 389)
  861. Me.Label26.Name = "Label26"
  862. Me.Label26.Size = New System.Drawing.Size(31, 16)
  863. Me.Label26.TabIndex = 1265
  864. Me.Label26.Text = "項次"
  865. '
  866. '項次_tb
  867. '
  868. Me.項次_tb.Enabled = False
  869. Me.項次_tb.Location = New System.Drawing.Point(37, 3)
  870. Me.項次_tb.Name = "項次_tb"
  871. Me.項次_tb.Size = New System.Drawing.Size(68, 23)
  872. Me.項次_tb.TabIndex = 1262
  873. '
  874. 'Label25
  875. '
  876. Me.Label25.AutoSize = True
  877. Me.Label25.Location = New System.Drawing.Point(3, 6)
  878. Me.Label25.Name = "Label25"
  879. Me.Label25.Size = New System.Drawing.Size(31, 16)
  880. Me.Label25.TabIndex = 1263
  881. Me.Label25.Text = "項次"
  882. '
  883. '調庫單號_tb
  884. '
  885. Me.調庫單號_tb.Enabled = False
  886. Me.調庫單號_tb.Location = New System.Drawing.Point(299, 274)
  887. Me.調庫單號_tb.Name = "調庫單號_tb"
  888. Me.調庫單號_tb.Size = New System.Drawing.Size(126, 23)
  889. Me.調庫單號_tb.TabIndex = 1255
  890. Me.調庫單號_tb.Visible = False
  891. '
  892. '倉儲單號_lb
  893. '
  894. Me.倉儲單號_lb.AutoSize = True
  895. Me.倉儲單號_lb.Location = New System.Drawing.Point(296, 253)
  896. Me.倉儲單號_lb.Name = "倉儲單號_lb"
  897. Me.倉儲單號_lb.Size = New System.Drawing.Size(55, 16)
  898. Me.倉儲單號_lb.TabIndex = 1256
  899. Me.倉儲單號_lb.Text = "倉儲單號"
  900. Me.倉儲單號_lb.Visible = False
  901. '
  902. '客戶流水_tb
  903. '
  904. Me.客戶流水_tb.Location = New System.Drawing.Point(204, 215)
  905. Me.客戶流水_tb.Name = "客戶流水_tb"
  906. Me.客戶流水_tb.Size = New System.Drawing.Size(100, 23)
  907. Me.客戶流水_tb.TabIndex = 1254
  908. Me.客戶流水_tb.Visible = False
  909. '
  910. '客戶資料_dgv
  911. '
  912. DataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  913. Me.客戶資料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle17
  914. Me.客戶資料_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  915. Me.客戶資料_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  916. Me.客戶資料_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  917. Me.客戶資料_dgv.Location = New System.Drawing.Point(17, 12531)
  918. Me.客戶資料_dgv.Name = "客戶資料_dgv"
  919. Me.客戶資料_dgv.RowHeadersWidth = 5
  920. DataGridViewCellStyle18.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  921. DataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  922. Me.客戶資料_dgv.RowsDefaultCellStyle = DataGridViewCellStyle18
  923. Me.客戶資料_dgv.RowTemplate.Height = 24
  924. Me.客戶資料_dgv.Size = New System.Drawing.Size(191, 92)
  925. Me.客戶資料_dgv.TabIndex = 1254
  926. Me.客戶資料_dgv.Visible = False
  927. '
  928. '倉庫級別_tb
  929. '
  930. Me.倉庫級別_tb.Location = New System.Drawing.Point(173, 250)
  931. Me.倉庫級別_tb.Name = "倉庫級別_tb"
  932. Me.倉庫級別_tb.Size = New System.Drawing.Size(120, 23)
  933. Me.倉庫級別_tb.TabIndex = 1246
  934. Me.倉庫級別_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  935. Me.倉庫級別_tb.Visible = False
  936. '
  937. '倉庫編號_tb
  938. '
  939. Me.倉庫編號_tb.Location = New System.Drawing.Point(173, 275)
  940. Me.倉庫編號_tb.Name = "倉庫編號_tb"
  941. Me.倉庫編號_tb.Size = New System.Drawing.Size(120, 23)
  942. Me.倉庫編號_tb.TabIndex = 1247
  943. Me.倉庫編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  944. Me.倉庫編號_tb.Visible = False
  945. '
  946. '儲態編號_cb
  947. '
  948. Me.儲態編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  949. Me.儲態編號_cb.Enabled = False
  950. Me.儲態編號_cb.FormattingEnabled = True
  951. Me.儲態編號_cb.Items.AddRange(New Object() {"2019"})
  952. Me.儲態編號_cb.Location = New System.Drawing.Point(37, 248)
  953. Me.儲態編號_cb.Name = "儲態編號_cb"
  954. Me.儲態編號_cb.Size = New System.Drawing.Size(130, 24)
  955. Me.儲態編號_cb.TabIndex = 1249
  956. Me.儲態編號_cb.Visible = False
  957. '
  958. '訂製編碼_cb
  959. '
  960. Me.訂製編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  961. Me.訂製編碼_cb.Enabled = False
  962. Me.訂製編碼_cb.FormattingEnabled = True
  963. Me.訂製編碼_cb.Items.AddRange(New Object() {"2019"})
  964. Me.訂製編碼_cb.Location = New System.Drawing.Point(37, 274)
  965. Me.訂製編碼_cb.Name = "訂製編碼_cb"
  966. Me.訂製編碼_cb.Size = New System.Drawing.Size(130, 24)
  967. Me.訂製編碼_cb.TabIndex = 1248
  968. Me.訂製編碼_cb.Visible = False
  969. '
  970. '客戶編號_tb
  971. '
  972. Me.客戶編號_tb.Enabled = False
  973. Me.客戶編號_tb.Location = New System.Drawing.Point(99, 215)
  974. Me.客戶編號_tb.Name = "客戶編號_tb"
  975. Me.客戶編號_tb.Size = New System.Drawing.Size(99, 23)
  976. Me.客戶編號_tb.TabIndex = 1183
  977. Me.客戶編號_tb.Visible = False
  978. '
  979. '流水號_tb
  980. '
  981. Me.流水號_tb.Enabled = False
  982. Me.流水號_tb.Location = New System.Drawing.Point(99, 190)
  983. Me.流水號_tb.Name = "流水號_tb"
  984. Me.流水號_tb.Size = New System.Drawing.Size(100, 23)
  985. Me.流水號_tb.TabIndex = 1172
  986. Me.流水號_tb.Visible = False
  987. '
  988. 'Label1
  989. '
  990. Me.Label1.AutoSize = True
  991. Me.Label1.Location = New System.Drawing.Point(41, 193)
  992. Me.Label1.Name = "Label1"
  993. Me.Label1.Size = New System.Drawing.Size(43, 16)
  994. Me.Label1.TabIndex = 1173
  995. Me.Label1.Text = "流水號"
  996. Me.Label1.Visible = False
  997. '
  998. 'Label5
  999. '
  1000. Me.Label5.AutoSize = True
  1001. Me.Label5.ForeColor = System.Drawing.Color.Red
  1002. Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl
  1003. Me.Label5.Location = New System.Drawing.Point(37, 218)
  1004. Me.Label5.Name = "Label5"
  1005. Me.Label5.Size = New System.Drawing.Size(55, 16)
  1006. Me.Label5.TabIndex = 1178
  1007. Me.Label5.Text = "編號客戶"
  1008. Me.Label5.Visible = False
  1009. '
  1010. '銷售備註_dgv
  1011. '
  1012. DataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  1013. Me.銷售備註_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle19
  1014. Me.銷售備註_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  1015. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1016. Me.銷售備註_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1017. Me.銷售備註_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1018. Me.銷售備註_dgv.Location = New System.Drawing.Point(3, 411)
  1019. Me.銷售備註_dgv.Name = "銷售備註_dgv"
  1020. Me.銷售備註_dgv.RowHeadersWidth = 5
  1021. DataGridViewCellStyle20.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1022. DataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1023. Me.銷售備註_dgv.RowsDefaultCellStyle = DataGridViewCellStyle20
  1024. Me.銷售備註_dgv.RowTemplate.Height = 24
  1025. Me.銷售備註_dgv.Size = New System.Drawing.Size(571, 102)
  1026. Me.銷售備註_dgv.TabIndex = 1250
  1027. '
  1028. '收款事項_dgv
  1029. '
  1030. DataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  1031. Me.收款事項_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle21
  1032. Me.收款事項_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  1033. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1034. Me.收款事項_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1035. Me.收款事項_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1036. Me.收款事項_dgv.Location = New System.Drawing.Point(3, 668)
  1037. Me.收款事項_dgv.Name = "收款事項_dgv"
  1038. Me.收款事項_dgv.RowHeadersWidth = 5
  1039. DataGridViewCellStyle22.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1040. DataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1041. Me.收款事項_dgv.RowsDefaultCellStyle = DataGridViewCellStyle22
  1042. Me.收款事項_dgv.RowTemplate.Height = 24
  1043. Me.收款事項_dgv.Size = New System.Drawing.Size(574, 102)
  1044. Me.收款事項_dgv.TabIndex = 1282
  1045. '
  1046. 'Label28
  1047. '
  1048. Me.Label28.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1049. Me.Label28.AutoSize = True
  1050. Me.Label28.Location = New System.Drawing.Point(579, 530)
  1051. Me.Label28.Name = "Label28"
  1052. Me.Label28.Size = New System.Drawing.Size(167, 16)
  1053. Me.Label28.TabIndex = 1283
  1054. Me.Label28.Text = "--------------------------------"
  1055. '
  1056. 'Label40
  1057. '
  1058. Me.Label40.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1059. Me.Label40.AutoSize = True
  1060. Me.Label40.Location = New System.Drawing.Point(582, 662)
  1061. Me.Label40.Name = "Label40"
  1062. Me.Label40.Size = New System.Drawing.Size(167, 16)
  1063. Me.Label40.TabIndex = 1312
  1064. Me.Label40.Text = "--------------------------------"
  1065. '
  1066. 'Label20
  1067. '
  1068. Me.Label20.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1069. Me.Label20.AutoSize = True
  1070. Me.Label20.Location = New System.Drawing.Point(578, 584)
  1071. Me.Label20.Name = "Label20"
  1072. Me.Label20.Size = New System.Drawing.Size(167, 16)
  1073. Me.Label20.TabIndex = 1302
  1074. Me.Label20.Text = "--------------------------------"
  1075. '
  1076. '銷售明細_dgv
  1077. '
  1078. DataGridViewCellStyle23.BackColor = System.Drawing.Color.White
  1079. Me.銷售明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle23
  1080. Me.銷售明細_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  1081. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1082. Me.銷售明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1083. Me.銷售明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1084. Me.銷售明細_dgv.Location = New System.Drawing.Point(3, 29)
  1085. Me.銷售明細_dgv.Name = "銷售明細_dgv"
  1086. Me.銷售明細_dgv.RowHeadersWidth = 5
  1087. DataGridViewCellStyle24.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1088. DataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1089. Me.銷售明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle24
  1090. Me.銷售明細_dgv.RowTemplate.Height = 24
  1091. Me.銷售明細_dgv.Size = New System.Drawing.Size(760, 355)
  1092. Me.銷售明細_dgv.TabIndex = 1199
  1093. '
  1094. 'Label14
  1095. '
  1096. Me.Label14.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1097. Me.Label14.AutoSize = True
  1098. Me.Label14.Location = New System.Drawing.Point(579, 452)
  1099. Me.Label14.Name = "Label14"
  1100. Me.Label14.Size = New System.Drawing.Size(167, 16)
  1101. Me.Label14.TabIndex = 1353
  1102. Me.Label14.Text = "--------------------------------"
  1103. '
  1104. '銷售收款流水號_tb
  1105. '
  1106. Me.銷售收款流水號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1107. Me.銷售收款流水號_tb.Enabled = False
  1108. Me.銷售收款流水號_tb.Location = New System.Drawing.Point(579, 310)
  1109. Me.銷售收款流水號_tb.Name = "銷售收款流水號_tb"
  1110. Me.銷售收款流水號_tb.Size = New System.Drawing.Size(165, 23)
  1111. Me.銷售收款流水號_tb.TabIndex = 1288
  1112. Me.銷售收款流水號_tb.Visible = False
  1113. '
  1114. 'Label37
  1115. '
  1116. Me.Label37.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1117. Me.Label37.AutoSize = True
  1118. Me.Label37.Location = New System.Drawing.Point(582, 294)
  1119. Me.Label37.Name = "Label37"
  1120. Me.Label37.Size = New System.Drawing.Size(91, 16)
  1121. Me.Label37.TabIndex = 1289
  1122. Me.Label37.Text = "銷售收款流水號"
  1123. Me.Label37.Visible = False
  1124. '
  1125. '銷售備註流水號_tb
  1126. '
  1127. Me.銷售備註流水號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1128. Me.銷售備註流水號_tb.Enabled = False
  1129. Me.銷售備註流水號_tb.Location = New System.Drawing.Point(579, 271)
  1130. Me.銷售備註流水號_tb.Name = "銷售備註流水號_tb"
  1131. Me.銷售備註流水號_tb.Size = New System.Drawing.Size(165, 23)
  1132. Me.銷售備註流水號_tb.TabIndex = 1266
  1133. Me.銷售備註流水號_tb.Visible = False
  1134. '
  1135. '倉儲資料流水號_tb
  1136. '
  1137. Me.倉儲資料流水號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1138. Me.倉儲資料流水號_tb.Enabled = False
  1139. Me.倉儲資料流水號_tb.Location = New System.Drawing.Point(579, 232)
  1140. Me.倉儲資料流水號_tb.Name = "倉儲資料流水號_tb"
  1141. Me.倉儲資料流水號_tb.Size = New System.Drawing.Size(165, 23)
  1142. Me.倉儲資料流水號_tb.TabIndex = 1259
  1143. Me.倉儲資料流水號_tb.Visible = False
  1144. '
  1145. 'Label24
  1146. '
  1147. Me.Label24.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1148. Me.Label24.AutoSize = True
  1149. Me.Label24.Location = New System.Drawing.Point(582, 216)
  1150. Me.Label24.Name = "Label24"
  1151. Me.Label24.Size = New System.Drawing.Size(91, 16)
  1152. Me.Label24.TabIndex = 1260
  1153. Me.Label24.Text = "倉儲資料流水號"
  1154. Me.Label24.Visible = False
  1155. '
  1156. '銷售資料流水號_tb
  1157. '
  1158. Me.銷售資料流水號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1159. Me.銷售資料流水號_tb.Enabled = False
  1160. Me.銷售資料流水號_tb.Location = New System.Drawing.Point(579, 193)
  1161. Me.銷售資料流水號_tb.Name = "銷售資料流水號_tb"
  1162. Me.銷售資料流水號_tb.Size = New System.Drawing.Size(165, 23)
  1163. Me.銷售資料流水號_tb.TabIndex = 1257
  1164. Me.銷售資料流水號_tb.Visible = False
  1165. '
  1166. 'Label27
  1167. '
  1168. Me.Label27.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1169. Me.Label27.AutoSize = True
  1170. Me.Label27.Location = New System.Drawing.Point(582, 256)
  1171. Me.Label27.Name = "Label27"
  1172. Me.Label27.Size = New System.Drawing.Size(91, 16)
  1173. Me.Label27.TabIndex = 1267
  1174. Me.Label27.Text = "銷售備註流水號"
  1175. Me.Label27.Visible = False
  1176. '
  1177. 'Label23
  1178. '
  1179. Me.Label23.AutoSize = True
  1180. Me.Label23.Location = New System.Drawing.Point(226, 178)
  1181. Me.Label23.Name = "Label23"
  1182. Me.Label23.Size = New System.Drawing.Size(91, 16)
  1183. Me.Label23.TabIndex = 1258
  1184. Me.Label23.Text = "銷售資料流水號"
  1185. Me.Label23.Visible = False
  1186. '
  1187. '物料圖1_pb
  1188. '
  1189. Me.物料圖1_pb.BackgroundImage = Global.YD_ERP_SYS.My.Resources.Resources.底圖1
  1190. Me.物料圖1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  1191. Me.物料圖1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1192. Me.物料圖1_pb.Location = New System.Drawing.Point(356, 4)
  1193. Me.物料圖1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1194. Me.物料圖1_pb.Name = "物料圖1_pb"
  1195. Me.物料圖1_pb.Size = New System.Drawing.Size(291, 167)
  1196. Me.物料圖1_pb.TabIndex = 1279
  1197. Me.物料圖1_pb.TabStop = False
  1198. '
  1199. '最低售價_cb
  1200. '
  1201. Me.最低售價_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1202. Me.最低售價_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  1203. Me.最低售價_cb.FormattingEnabled = True
  1204. Me.最低售價_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "Y"})
  1205. Me.最低售價_cb.Location = New System.Drawing.Point(634, 365)
  1206. Me.最低售價_cb.Name = "最低售價_cb"
  1207. Me.最低售價_cb.Size = New System.Drawing.Size(110, 24)
  1208. Me.最低售價_cb.TabIndex = 1305
  1209. Me.最低售價_cb.Visible = False
  1210. '
  1211. '最低運費_cb
  1212. '
  1213. Me.最低運費_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1214. Me.最低運費_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  1215. Me.最低運費_cb.FormattingEnabled = True
  1216. Me.最低運費_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "Y"})
  1217. Me.最低運費_cb.Location = New System.Drawing.Point(634, 339)
  1218. Me.最低運費_cb.Name = "最低運費_cb"
  1219. Me.最低運費_cb.Size = New System.Drawing.Size(110, 24)
  1220. Me.最低運費_cb.TabIndex = 1304
  1221. Me.最低運費_cb.Visible = False
  1222. '
  1223. '客戶1_tb
  1224. '
  1225. Me.客戶1_tb.ForeColor = System.Drawing.Color.Black
  1226. Me.客戶1_tb.Location = New System.Drawing.Point(166, 2)
  1227. Me.客戶1_tb.Name = "客戶1_tb"
  1228. Me.客戶1_tb.Size = New System.Drawing.Size(122, 23)
  1229. Me.客戶1_tb.TabIndex = 1307
  1230. '
  1231. 'Label12
  1232. '
  1233. Me.Label12.AutoSize = True
  1234. Me.Label12.ForeColor = System.Drawing.Color.Black
  1235. Me.Label12.ImeMode = System.Windows.Forms.ImeMode.NoControl
  1236. Me.Label12.Location = New System.Drawing.Point(111, 6)
  1237. Me.Label12.Name = "Label12"
  1238. Me.Label12.Size = New System.Drawing.Size(55, 16)
  1239. Me.Label12.TabIndex = 1306
  1240. Me.Label12.Text = "客戶資料"
  1241. '
  1242. '大間距_ch
  1243. '
  1244. Me.大間距_ch.AutoSize = True
  1245. Me.大間距_ch.Location = New System.Drawing.Point(287, 152)
  1246. Me.大間距_ch.Name = "大間距_ch"
  1247. Me.大間距_ch.Size = New System.Drawing.Size(62, 20)
  1248. Me.大間距_ch.TabIndex = 1337
  1249. Me.大間距_ch.Text = "大間距"
  1250. Me.大間距_ch.UseVisualStyleBackColor = True
  1251. '
  1252. '中間距_ch
  1253. '
  1254. Me.中間距_ch.AutoSize = True
  1255. Me.中間距_ch.Location = New System.Drawing.Point(218, 152)
  1256. Me.中間距_ch.Name = "中間距_ch"
  1257. Me.中間距_ch.Size = New System.Drawing.Size(62, 20)
  1258. Me.中間距_ch.TabIndex = 1336
  1259. Me.中間距_ch.Text = "中間距"
  1260. Me.中間距_ch.UseVisualStyleBackColor = True
  1261. '
  1262. '小間距_ch
  1263. '
  1264. Me.小間距_ch.AutoSize = True
  1265. Me.小間距_ch.Location = New System.Drawing.Point(149, 152)
  1266. Me.小間距_ch.Name = "小間距_ch"
  1267. Me.小間距_ch.Size = New System.Drawing.Size(62, 20)
  1268. Me.小間距_ch.TabIndex = 1335
  1269. Me.小間距_ch.Text = "小間距"
  1270. Me.小間距_ch.UseVisualStyleBackColor = True
  1271. '
  1272. 'ContextMenuStrip1
  1273. '
  1274. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm})
  1275. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  1276. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26)
  1277. '
  1278. '重新整理_tsm
  1279. '
  1280. Me.重新整理_tsm.Name = "重新整理_tsm"
  1281. Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
  1282. Me.重新整理_tsm.Text = "重新整理"
  1283. '
  1284. 'Label13
  1285. '
  1286. Me.Label13.AutoSize = True
  1287. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1288. Me.Label13.ForeColor = System.Drawing.Color.Red
  1289. Me.Label13.Location = New System.Drawing.Point(289, 5)
  1290. Me.Label13.Name = "Label13"
  1291. Me.Label13.Size = New System.Drawing.Size(260, 15)
  1292. Me.Label13.TabIndex = 1338
  1293. Me.Label13.Text = "可以使用客戶名稱,電話,地址,統篇等資料作查詢"
  1294. '
  1295. 'Panel2
  1296. '
  1297. Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  1298. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1299. Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1300. Me.Panel2.Controls.Add(Me.查詢1_bt)
  1301. Me.Panel2.Controls.Add(Me.帳務關鍵字_tb)
  1302. Me.Panel2.Controls.Add(Me.Label16)
  1303. Me.Panel2.Controls.Add(Me.批量刷銷售_bt)
  1304. Me.Panel2.Controls.Add(Me.查詢_bt)
  1305. Me.Panel2.Controls.Add(Me.物料關鍵字_tb)
  1306. Me.Panel2.Controls.Add(Me.Label15)
  1307. Me.Panel2.Controls.Add(Me.Label27)
  1308. Me.Panel2.Controls.Add(Me.Label23)
  1309. Me.Panel2.Controls.Add(Me.銷售資料流水號_tb)
  1310. Me.Panel2.Controls.Add(Me.Label24)
  1311. Me.Panel2.Controls.Add(Me.客戶1_tb)
  1312. Me.Panel2.Controls.Add(Me.倉儲資料流水號_tb)
  1313. Me.Panel2.Controls.Add(Me.Label12)
  1314. Me.Panel2.Controls.Add(Me.業務_cb)
  1315. Me.Panel2.Controls.Add(Me.最低售價_cb)
  1316. Me.Panel2.Controls.Add(Me.銷售備註流水號_tb)
  1317. Me.Panel2.Controls.Add(Me.Label37)
  1318. Me.Panel2.Controls.Add(Me.最低運費_cb)
  1319. Me.Panel2.Controls.Add(Me.銷售收款流水號_tb)
  1320. Me.Panel2.Controls.Add(Me.Label13)
  1321. Me.Panel2.Controls.Add(Me.銷售單據_dgv)
  1322. Me.Panel2.Controls.Add(Me.未審核_lb)
  1323. Me.Panel2.Location = New System.Drawing.Point(2, 2)
  1324. Me.Panel2.Name = "Panel2"
  1325. Me.Panel2.Size = New System.Drawing.Size(556, 719)
  1326. Me.Panel2.TabIndex = 1339
  1327. '
  1328. '批量刷銷售_bt
  1329. '
  1330. Me.批量刷銷售_bt.Location = New System.Drawing.Point(473, 26)
  1331. Me.批量刷銷售_bt.Name = "批量刷銷售_bt"
  1332. Me.批量刷銷售_bt.Size = New System.Drawing.Size(81, 25)
  1333. Me.批量刷銷售_bt.TabIndex = 1342
  1334. Me.批量刷銷售_bt.Text = "批量刷銷售"
  1335. Me.批量刷銷售_bt.UseVisualStyleBackColor = True
  1336. '
  1337. '查詢_bt
  1338. '
  1339. Me.查詢_bt.Location = New System.Drawing.Point(365, 26)
  1340. Me.查詢_bt.Name = "查詢_bt"
  1341. Me.查詢_bt.Size = New System.Drawing.Size(81, 25)
  1342. Me.查詢_bt.TabIndex = 1341
  1343. Me.查詢_bt.Text = "查詢"
  1344. Me.查詢_bt.UseVisualStyleBackColor = True
  1345. '
  1346. '物料關鍵字_tb
  1347. '
  1348. Me.物料關鍵字_tb.ForeColor = System.Drawing.Color.Black
  1349. Me.物料關鍵字_tb.Location = New System.Drawing.Point(70, 27)
  1350. Me.物料關鍵字_tb.Name = "物料關鍵字_tb"
  1351. Me.物料關鍵字_tb.Size = New System.Drawing.Size(292, 23)
  1352. Me.物料關鍵字_tb.TabIndex = 1340
  1353. '
  1354. 'Label15
  1355. '
  1356. Me.Label15.AutoSize = True
  1357. Me.Label15.ForeColor = System.Drawing.Color.Black
  1358. Me.Label15.ImeMode = System.Windows.Forms.ImeMode.NoControl
  1359. Me.Label15.Location = New System.Drawing.Point(0, 31)
  1360. Me.Label15.Name = "Label15"
  1361. Me.Label15.Size = New System.Drawing.Size(67, 16)
  1362. Me.Label15.TabIndex = 1339
  1363. Me.Label15.Text = "物料關鍵字"
  1364. '
  1365. 'Panel3
  1366. '
  1367. Me.Panel3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  1368. Or System.Windows.Forms.AnchorStyles.Left) _
  1369. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1370. Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1371. Me.Panel3.Controls.Add(Me.字體大小調整_lb)
  1372. Me.Panel3.Controls.Add(Me.字體_NUD)
  1373. Me.Panel3.Controls.Add(Me.顯示_bt)
  1374. Me.Panel3.Controls.Add(Me.隱藏_bt)
  1375. Me.Panel3.Controls.Add(Me.Label2)
  1376. Me.Panel3.Controls.Add(Me.單號_tb)
  1377. Me.Panel3.Controls.Add(Me.大間距_ch)
  1378. Me.Panel3.Controls.Add(Me.Label3)
  1379. Me.Panel3.Controls.Add(Me.中間距_ch)
  1380. Me.Panel3.Controls.Add(Me.Label6)
  1381. Me.Panel3.Controls.Add(Me.小間距_ch)
  1382. Me.Panel3.Controls.Add(Me.物料圖1_pb)
  1383. Me.Panel3.Controls.Add(Me.Label8)
  1384. Me.Panel3.Controls.Add(Me.Panel1)
  1385. Me.Panel3.Controls.Add(Me.客戶_tb)
  1386. Me.Panel3.Controls.Add(Me.含稅_ch)
  1387. Me.Panel3.Controls.Add(Me.住址_tb)
  1388. Me.Panel3.Controls.Add(Me.交貨日期_dtp)
  1389. Me.Panel3.Controls.Add(Me.電話1_tb)
  1390. Me.Panel3.Controls.Add(Me.Label9)
  1391. Me.Panel3.Controls.Add(Me.電話2_tb)
  1392. Me.Panel3.Controls.Add(Me.開單日期_dtp)
  1393. Me.Panel3.Controls.Add(Me.Label10)
  1394. Me.Panel3.Controls.Add(Me.Label4)
  1395. Me.Panel3.Controls.Add(Me.公司_tb)
  1396. Me.Panel3.Controls.Add(Me.Label11)
  1397. Me.Panel3.Controls.Add(Me.統編_tb)
  1398. Me.Panel3.Controls.Add(Me.Label7)
  1399. Me.Panel3.Location = New System.Drawing.Point(559, 2)
  1400. Me.Panel3.Name = "Panel3"
  1401. Me.Panel3.Size = New System.Drawing.Size(778, 719)
  1402. Me.Panel3.TabIndex = 1340
  1403. '
  1404. '字體大小調整_lb
  1405. '
  1406. Me.字體大小調整_lb.AutoSize = True
  1407. Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Red
  1408. Me.字體大小調整_lb.Location = New System.Drawing.Point(653, 127)
  1409. Me.字體大小調整_lb.Name = "字體大小調整_lb"
  1410. Me.字體大小調整_lb.Size = New System.Drawing.Size(55, 16)
  1411. Me.字體大小調整_lb.TabIndex = 1341
  1412. Me.字體大小調整_lb.Text = "字體調整"
  1413. '
  1414. '字體_NUD
  1415. '
  1416. Me.字體_NUD.Location = New System.Drawing.Point(648, 146)
  1417. Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0})
  1418. Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0})
  1419. Me.字體_NUD.Name = "字體_NUD"
  1420. Me.字體_NUD.Size = New System.Drawing.Size(64, 23)
  1421. Me.字體_NUD.TabIndex = 1340
  1422. Me.字體_NUD.Value = New Decimal(New Integer() {9, 0, 0, 0})
  1423. '
  1424. '顯示_bt
  1425. '
  1426. Me.顯示_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1427. Me.顯示_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  1428. Me.顯示_bt.Location = New System.Drawing.Point(648, 61)
  1429. Me.顯示_bt.Name = "顯示_bt"
  1430. Me.顯示_bt.Size = New System.Drawing.Size(64, 51)
  1431. Me.顯示_bt.TabIndex = 1339
  1432. Me.顯示_bt.Text = "顯示物料控件"
  1433. Me.顯示_bt.UseVisualStyleBackColor = True
  1434. '
  1435. '隱藏_bt
  1436. '
  1437. Me.隱藏_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1438. Me.隱藏_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  1439. Me.隱藏_bt.Location = New System.Drawing.Point(648, 4)
  1440. Me.隱藏_bt.Name = "隱藏_bt"
  1441. Me.隱藏_bt.Size = New System.Drawing.Size(64, 51)
  1442. Me.隱藏_bt.TabIndex = 1338
  1443. Me.隱藏_bt.Text = "隱藏" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "控件"
  1444. Me.隱藏_bt.UseVisualStyleBackColor = True
  1445. '
  1446. '查詢1_bt
  1447. '
  1448. Me.查詢1_bt.Location = New System.Drawing.Point(365, 51)
  1449. Me.查詢1_bt.Name = "查詢1_bt"
  1450. Me.查詢1_bt.Size = New System.Drawing.Size(81, 25)
  1451. Me.查詢1_bt.TabIndex = 1345
  1452. Me.查詢1_bt.Text = "查詢"
  1453. Me.查詢1_bt.UseVisualStyleBackColor = True
  1454. '
  1455. '帳務關鍵字_tb
  1456. '
  1457. Me.帳務關鍵字_tb.ForeColor = System.Drawing.Color.Black
  1458. Me.帳務關鍵字_tb.Location = New System.Drawing.Point(70, 52)
  1459. Me.帳務關鍵字_tb.Name = "帳務關鍵字_tb"
  1460. Me.帳務關鍵字_tb.Size = New System.Drawing.Size(292, 23)
  1461. Me.帳務關鍵字_tb.TabIndex = 1344
  1462. '
  1463. 'Label16
  1464. '
  1465. Me.Label16.AutoSize = True
  1466. Me.Label16.ForeColor = System.Drawing.Color.Black
  1467. Me.Label16.ImeMode = System.Windows.Forms.ImeMode.NoControl
  1468. Me.Label16.Location = New System.Drawing.Point(0, 56)
  1469. Me.Label16.Name = "Label16"
  1470. Me.Label16.Size = New System.Drawing.Size(67, 16)
  1471. Me.Label16.TabIndex = 1343
  1472. Me.Label16.Text = "帳務關鍵字"
  1473. '
  1474. '訂單控制表
  1475. '
  1476. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1477. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1478. Me.ClientSize = New System.Drawing.Size(1344, 724)
  1479. Me.Controls.Add(Me.Panel3)
  1480. Me.Controls.Add(Me.Panel2)
  1481. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1482. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1483. Me.Name = "訂單控制表"
  1484. Me.Text = "訂單控制表"
  1485. CType(Me.銷售單據_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1486. Me.Panel1.ResumeLayout(False)
  1487. Me.Panel1.PerformLayout()
  1488. CType(Me.銷售衍生運費_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1489. CType(Me.客戶資料_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1490. CType(Me.銷售備註_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1491. CType(Me.收款事項_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1492. CType(Me.銷售明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1493. CType(Me.物料圖1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1494. Me.ContextMenuStrip1.ResumeLayout(False)
  1495. Me.Panel2.ResumeLayout(False)
  1496. Me.Panel2.PerformLayout()
  1497. Me.Panel3.ResumeLayout(False)
  1498. Me.Panel3.PerformLayout()
  1499. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  1500. Me.ResumeLayout(False)
  1501. End Sub
  1502. Friend WithEvents 業務_cb As ComboBox
  1503. Friend WithEvents 未審核_lb As Label
  1504. Friend WithEvents 含稅_ch As CheckBox
  1505. Friend WithEvents 交貨日期_dtp As DateTimePicker
  1506. Friend WithEvents Label9 As Label
  1507. Friend WithEvents 開單日期_dtp As DateTimePicker
  1508. Friend WithEvents Label4 As Label
  1509. Friend WithEvents Label11 As Label
  1510. Friend WithEvents 統編_tb As TextBox
  1511. Friend WithEvents 公司_tb As TextBox
  1512. Friend WithEvents Label10 As Label
  1513. Friend WithEvents 電話2_tb As TextBox
  1514. Friend WithEvents 電話1_tb As TextBox
  1515. Friend WithEvents 住址_tb As TextBox
  1516. Friend WithEvents 客戶_tb As TextBox
  1517. Friend WithEvents Label8 As Label
  1518. Friend WithEvents Label7 As Label
  1519. Friend WithEvents Label6 As Label
  1520. Friend WithEvents Label3 As Label
  1521. Friend WithEvents Label2 As Label
  1522. Friend WithEvents 單號_tb As TextBox
  1523. Friend WithEvents Panel1 As Panel
  1524. Friend WithEvents 項次3_tb As TextBox
  1525. Friend WithEvents 銷售收款流水號_tb As TextBox
  1526. Friend WithEvents Label37 As Label
  1527. Friend WithEvents 項次2_tb As TextBox
  1528. Friend WithEvents Label36 As Label
  1529. Friend WithEvents 額外收支_tb As TextBox
  1530. Friend WithEvents Label35 As Label
  1531. Friend WithEvents 銷售合計_tb As TextBox
  1532. Friend WithEvents Label34 As Label
  1533. Friend WithEvents 稅金_tb As TextBox
  1534. Friend WithEvents Label33 As Label
  1535. Friend WithEvents 支出小計_tb As TextBox
  1536. Friend WithEvents Label32 As Label
  1537. Friend WithEvents 收入小計_tb As TextBox
  1538. Friend WithEvents Label31 As Label
  1539. Friend WithEvents 售價小計_tb As TextBox
  1540. Friend WithEvents Label30 As Label
  1541. Friend WithEvents 銷售備註流水號_tb As TextBox
  1542. Friend WithEvents 項次1_tb As TextBox
  1543. Friend WithEvents Label26 As Label
  1544. Friend WithEvents 項次_tb As TextBox
  1545. Friend WithEvents Label25 As Label
  1546. Friend WithEvents 倉儲資料流水號_tb As TextBox
  1547. Friend WithEvents Label24 As Label
  1548. Friend WithEvents 銷售資料流水號_tb As TextBox
  1549. Friend WithEvents 調庫單號_tb As TextBox
  1550. Friend WithEvents 倉儲單號_lb As Label
  1551. Friend WithEvents 客戶流水_tb As TextBox
  1552. Friend WithEvents 客戶資料_dgv As DataGridView
  1553. Friend WithEvents 倉庫級別_tb As TextBox
  1554. Friend WithEvents 倉庫編號_tb As TextBox
  1555. Friend WithEvents 儲態編號_cb As ComboBox
  1556. Friend WithEvents 訂製編碼_cb As ComboBox
  1557. Friend WithEvents 客戶編號_tb As TextBox
  1558. Friend WithEvents 流水號_tb As TextBox
  1559. Friend WithEvents Label1 As Label
  1560. Friend WithEvents Label5 As Label
  1561. Friend WithEvents 銷售明細_dgv As DataGridView
  1562. Friend WithEvents 銷售備註_dgv As DataGridView
  1563. Friend WithEvents 收款事項_dgv As DataGridView
  1564. Friend WithEvents Label27 As Label
  1565. Friend WithEvents Label28 As Label
  1566. Friend WithEvents Label23 As Label
  1567. Friend WithEvents 物料圖1_pb As PictureBox
  1568. Friend WithEvents 最低售價_cb As ComboBox
  1569. Friend WithEvents 最低運費_cb As ComboBox
  1570. Friend WithEvents 司機運費_tb As TextBox
  1571. Friend WithEvents Label38 As Label
  1572. Friend WithEvents 送貨地點_cb As ComboBox
  1573. Friend WithEvents Label20 As Label
  1574. Friend WithEvents Label39 As Label
  1575. Friend WithEvents 物料成本_tb As TextBox
  1576. Friend WithEvents Label43 As Label
  1577. Friend WithEvents 預估利潤_tb As TextBox
  1578. Friend WithEvents Label42 As Label
  1579. Friend WithEvents 管銷費用_tb As TextBox
  1580. Friend WithEvents Label41 As Label
  1581. Friend WithEvents Label40 As Label
  1582. Friend WithEvents 客戶1_tb As TextBox
  1583. Friend WithEvents Label12 As Label
  1584. Friend WithEvents 其他成本_tb As TextBox
  1585. Friend WithEvents Label45 As Label
  1586. Friend WithEvents 刷卡總和_tb As TextBox
  1587. Friend WithEvents 刷卡稅金_tb As TextBox
  1588. Friend WithEvents Label46 As Label
  1589. Friend WithEvents Label47 As Label
  1590. Friend WithEvents 刷卡傭金_tb As TextBox
  1591. Friend WithEvents Label48 As Label
  1592. Friend WithEvents 通知_lb As Label
  1593. Friend WithEvents 大間距_ch As CheckBox
  1594. Friend WithEvents 中間距_ch As CheckBox
  1595. Friend WithEvents 小間距_ch As CheckBox
  1596. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  1597. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  1598. Friend WithEvents Label13 As Label
  1599. Friend WithEvents Panel2 As Panel
  1600. Friend WithEvents Panel3 As Panel
  1601. Friend WithEvents 隱藏_bt As Button
  1602. Friend WithEvents 顯示_bt As Button
  1603. Friend WithEvents 項次4_tb As TextBox
  1604. Friend WithEvents Label49 As Label
  1605. Friend WithEvents 銷售衍生運費_dgv As DataGridView
  1606. Friend WithEvents 字體_NUD As NumericUpDown
  1607. Protected WithEvents 銷售單據_dgv As DataGridView
  1608. Friend WithEvents 字體大小調整_lb As Label
  1609. Friend WithEvents Label14 As Label
  1610. Friend WithEvents 物料關鍵字_tb As TextBox
  1611. Friend WithEvents Label15 As Label
  1612. Friend WithEvents 查詢_bt As Button
  1613. Friend WithEvents 批量刷銷售_bt As Button
  1614. Friend WithEvents 查詢1_bt As Button
  1615. Friend WithEvents 帳務關鍵字_tb As TextBox
  1616. Friend WithEvents Label16 As Label
  1617. End Class