暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

訂單控制表.Designer.vb 80KB

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