Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

出貨單申請.Designer.vb 62KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210
  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 DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  29. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  30. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  31. Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
  32. Me.開立新的採購單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  33. Me.新增物料到採購單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  34. Me.刪除採購單中選中的物料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  35. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  36. Me.修改存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  37. Me.TextBox1 = New System.Windows.Forms.TextBox()
  38. Me.Label1 = New System.Windows.Forms.Label()
  39. Me.Label20 = New System.Windows.Forms.Label()
  40. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  41. Me.Label19 = New System.Windows.Forms.Label()
  42. Me.TextBox14 = New System.Windows.Forms.TextBox()
  43. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  44. Me.TextBox9 = New System.Windows.Forms.TextBox()
  45. Me.Label16 = New System.Windows.Forms.Label()
  46. Me.TextBox5 = New System.Windows.Forms.TextBox()
  47. Me.Label15 = New System.Windows.Forms.Label()
  48. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  49. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  50. Me.Label9 = New System.Windows.Forms.Label()
  51. Me.TextBox4 = New System.Windows.Forms.TextBox()
  52. Me.TextBox3 = New System.Windows.Forms.TextBox()
  53. Me.Label2 = New System.Windows.Forms.Label()
  54. Me.TextBox26 = New System.Windows.Forms.TextBox()
  55. Me.Label26 = New System.Windows.Forms.Label()
  56. Me.Label12 = New System.Windows.Forms.Label()
  57. Me.TextBox12 = New System.Windows.Forms.TextBox()
  58. Me.TextBox11 = New System.Windows.Forms.TextBox()
  59. Me.Label10 = New System.Windows.Forms.Label()
  60. Me.TextBox10 = New System.Windows.Forms.TextBox()
  61. Me.Label8 = New System.Windows.Forms.Label()
  62. Me.TextBox8 = New System.Windows.Forms.TextBox()
  63. Me.TextBox6 = New System.Windows.Forms.TextBox()
  64. Me.Label5 = New System.Windows.Forms.Label()
  65. Me.TextBox2 = New System.Windows.Forms.TextBox()
  66. Me.Label7 = New System.Windows.Forms.Label()
  67. Me.Label6 = New System.Windows.Forms.Label()
  68. Me.Label4 = New System.Windows.Forms.Label()
  69. Me.Button3 = New System.Windows.Forms.Button()
  70. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  71. Me.Label27 = New System.Windows.Forms.Label()
  72. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  73. Me.Button1 = New System.Windows.Forms.Button()
  74. Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
  75. Me.Label13 = New System.Windows.Forms.Label()
  76. Me.Label11 = New System.Windows.Forms.Label()
  77. Me.TextBox7 = New System.Windows.Forms.TextBox()
  78. Me.Label3 = New System.Windows.Forms.Label()
  79. Me.TextBox13 = New System.Windows.Forms.TextBox()
  80. Me.Label17 = New System.Windows.Forms.Label()
  81. Me.TextBox15 = New System.Windows.Forms.TextBox()
  82. Me.TextBox16 = New System.Windows.Forms.TextBox()
  83. Me.TextBox17 = New System.Windows.Forms.TextBox()
  84. Me.RadioButton3 = New System.Windows.Forms.RadioButton()
  85. Me.RadioButton4 = New System.Windows.Forms.RadioButton()
  86. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  87. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  88. Me.TextBox18 = New System.Windows.Forms.TextBox()
  89. Me.Label18 = New System.Windows.Forms.Label()
  90. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  91. Me.RadioButton1 = New System.Windows.Forms.RadioButton()
  92. Me.Label21 = New System.Windows.Forms.Label()
  93. Me.TextBox19 = New System.Windows.Forms.TextBox()
  94. Me.ComboBox5 = New System.Windows.Forms.ComboBox()
  95. Me.Label14 = New System.Windows.Forms.Label()
  96. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  97. Me.Label22 = New System.Windows.Forms.Label()
  98. Me.CheckBox3 = New System.Windows.Forms.CheckBox()
  99. Me.CheckBox4 = New System.Windows.Forms.CheckBox()
  100. Me.CheckBox5 = New System.Windows.Forms.CheckBox()
  101. Me.Button2 = New System.Windows.Forms.Button()
  102. Me.ComboBox6 = New System.Windows.Forms.ComboBox()
  103. Me.Label23 = New System.Windows.Forms.Label()
  104. Me.ComboBox7 = New System.Windows.Forms.ComboBox()
  105. Me.Label24 = New System.Windows.Forms.Label()
  106. Me.ComboBox8 = New System.Windows.Forms.ComboBox()
  107. Me.Label25 = New System.Windows.Forms.Label()
  108. Me.ComboBox9 = New System.Windows.Forms.ComboBox()
  109. Me.Label28 = New System.Windows.Forms.Label()
  110. Me.Button4 = New System.Windows.Forms.Button()
  111. Me.Button5 = New System.Windows.Forms.Button()
  112. Me.Button6 = New System.Windows.Forms.Button()
  113. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  114. Me.列印成EXCELToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  115. Me.列印產品標籤ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  116. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  117. Me.ContextMenuStrip1.SuspendLayout()
  118. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  119. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  120. CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
  121. Me.SuspendLayout()
  122. '
  123. 'DataGridView1
  124. '
  125. Me.DataGridView1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  126. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  127. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  128. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  129. Me.DataGridView1.Location = New System.Drawing.Point(7, 54)
  130. Me.DataGridView1.Name = "DataGridView1"
  131. Me.DataGridView1.RowHeadersWidth = 5
  132. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  133. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle6
  134. Me.DataGridView1.RowTemplate.Height = 24
  135. Me.DataGridView1.Size = New System.Drawing.Size(443, 234)
  136. Me.DataGridView1.TabIndex = 1057
  137. '
  138. 'ContextMenuStrip1
  139. '
  140. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.開立新的採購單ToolStripMenuItem, Me.新增物料到採購單ToolStripMenuItem, Me.刪除採購單中選中的物料ToolStripMenuItem, Me.ToolStripSeparator1, Me.修改存檔ToolStripMenuItem, Me.ToolStripSeparator2, Me.列印成EXCELToolStripMenuItem, Me.列印產品標籤ToolStripMenuItem})
  141. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  142. Me.ContextMenuStrip1.Size = New System.Drawing.Size(207, 198)
  143. '
  144. '重新整理ToolStripMenuItem
  145. '
  146. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  147. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  148. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  149. '
  150. 'ToolStripSeparator3
  151. '
  152. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  153. Me.ToolStripSeparator3.Size = New System.Drawing.Size(203, 6)
  154. '
  155. '開立新的採購單ToolStripMenuItem
  156. '
  157. Me.開立新的採購單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  158. Me.開立新的採購單ToolStripMenuItem.Name = "開立新的採購單ToolStripMenuItem"
  159. Me.開立新的採購單ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  160. Me.開立新的採購單ToolStripMenuItem.Text = "開立新的出貨單"
  161. '
  162. '新增物料到採購單ToolStripMenuItem
  163. '
  164. Me.新增物料到採購單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  165. Me.新增物料到採購單ToolStripMenuItem.Name = "新增物料到採購單ToolStripMenuItem"
  166. Me.新增物料到採購單ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  167. Me.新增物料到採購單ToolStripMenuItem.Text = "新增物料到出貨單"
  168. '
  169. '刪除採購單中選中的物料ToolStripMenuItem
  170. '
  171. Me.刪除採購單中選中的物料ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  172. Me.刪除採購單中選中的物料ToolStripMenuItem.Name = "刪除採購單中選中的物料ToolStripMenuItem"
  173. Me.刪除採購單中選中的物料ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  174. Me.刪除採購單中選中的物料ToolStripMenuItem.Text = "刪除出貨單中選中的物料"
  175. '
  176. 'ToolStripSeparator1
  177. '
  178. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  179. Me.ToolStripSeparator1.Size = New System.Drawing.Size(203, 6)
  180. '
  181. '修改存檔ToolStripMenuItem
  182. '
  183. Me.修改存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  184. Me.修改存檔ToolStripMenuItem.Name = "修改存檔ToolStripMenuItem"
  185. Me.修改存檔ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  186. Me.修改存檔ToolStripMenuItem.Text = "修改存檔"
  187. '
  188. 'TextBox1
  189. '
  190. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  191. Me.TextBox1.Location = New System.Drawing.Point(348, 4)
  192. Me.TextBox1.Name = "TextBox1"
  193. Me.TextBox1.Size = New System.Drawing.Size(102, 25)
  194. Me.TextBox1.TabIndex = 1063
  195. '
  196. 'Label1
  197. '
  198. Me.Label1.AutoSize = True
  199. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  200. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  201. Me.Label1.Location = New System.Drawing.Point(281, 9)
  202. Me.Label1.Name = "Label1"
  203. Me.Label1.Size = New System.Drawing.Size(68, 16)
  204. Me.Label1.TabIndex = 1062
  205. Me.Label1.Text = "物料關鍵字"
  206. '
  207. 'Label20
  208. '
  209. Me.Label20.AutoSize = True
  210. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  211. Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  212. Me.Label20.Location = New System.Drawing.Point(974, 7)
  213. Me.Label20.Name = "Label20"
  214. Me.Label20.Size = New System.Drawing.Size(56, 16)
  215. Me.Label20.TabIndex = 1096
  216. Me.Label20.Text = "銷售下單"
  217. '
  218. 'DateTimePicker1
  219. '
  220. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  221. Me.DateTimePicker1.Location = New System.Drawing.Point(1027, 3)
  222. Me.DateTimePicker1.Name = "DateTimePicker1"
  223. Me.DateTimePicker1.Size = New System.Drawing.Size(90, 23)
  224. Me.DateTimePicker1.TabIndex = 1095
  225. '
  226. 'Label19
  227. '
  228. Me.Label19.AutoSize = True
  229. Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  230. Me.Label19.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  231. Me.Label19.Location = New System.Drawing.Point(927, 82)
  232. Me.Label19.Name = "Label19"
  233. Me.Label19.Size = New System.Drawing.Size(56, 16)
  234. Me.Label19.TabIndex = 1094
  235. Me.Label19.Text = "選擇資料"
  236. '
  237. 'TextBox14
  238. '
  239. Me.TextBox14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  240. Me.TextBox14.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  241. Me.TextBox14.Location = New System.Drawing.Point(982, 78)
  242. Me.TextBox14.Name = "TextBox14"
  243. Me.TextBox14.Size = New System.Drawing.Size(137, 23)
  244. Me.TextBox14.TabIndex = 1093
  245. '
  246. 'DataGridView3
  247. '
  248. DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  249. Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
  250. Me.DataGridView3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  251. Or System.Windows.Forms.AnchorStyles.Left) _
  252. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  253. Me.DataGridView3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  254. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  255. Me.DataGridView3.Location = New System.Drawing.Point(456, 127)
  256. Me.DataGridView3.Name = "DataGridView3"
  257. Me.DataGridView3.RowHeadersWidth = 5
  258. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  259. Me.DataGridView3.RowsDefaultCellStyle = DataGridViewCellStyle8
  260. Me.DataGridView3.RowTemplate.Height = 24
  261. Me.DataGridView3.Size = New System.Drawing.Size(787, 441)
  262. Me.DataGridView3.TabIndex = 1092
  263. '
  264. 'TextBox9
  265. '
  266. Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  267. Me.TextBox9.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  268. Me.TextBox9.Location = New System.Drawing.Point(506, 5)
  269. Me.TextBox9.Name = "TextBox9"
  270. Me.TextBox9.Size = New System.Drawing.Size(128, 23)
  271. Me.TextBox9.TabIndex = 1091
  272. '
  273. 'Label16
  274. '
  275. Me.Label16.AutoSize = True
  276. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  277. Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  278. Me.Label16.Location = New System.Drawing.Point(452, 9)
  279. Me.Label16.Name = "Label16"
  280. Me.Label16.Size = New System.Drawing.Size(56, 16)
  281. Me.Label16.TabIndex = 1090
  282. Me.Label16.Text = "單據編號"
  283. '
  284. 'TextBox5
  285. '
  286. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  287. Me.TextBox5.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  288. Me.TextBox5.Location = New System.Drawing.Point(702, 4)
  289. Me.TextBox5.Name = "TextBox5"
  290. Me.TextBox5.Size = New System.Drawing.Size(98, 23)
  291. Me.TextBox5.TabIndex = 1089
  292. '
  293. 'Label15
  294. '
  295. Me.Label15.AutoSize = True
  296. Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  297. Me.Label15.ForeColor = System.Drawing.Color.Green
  298. Me.Label15.Location = New System.Drawing.Point(636, 9)
  299. Me.Label15.Name = "Label15"
  300. Me.Label15.Size = New System.Drawing.Size(68, 16)
  301. Me.Label15.TabIndex = 1088
  302. Me.Label15.Text = "客戶關鍵字"
  303. '
  304. 'ComboBox3
  305. '
  306. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  307. Me.ComboBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  308. Me.ComboBox3.ForeColor = System.Drawing.Color.Green
  309. Me.ComboBox3.FormattingEnabled = True
  310. Me.ComboBox3.Items.AddRange(New Object() {"男", "女", "NA"})
  311. Me.ComboBox3.Location = New System.Drawing.Point(78, 248)
  312. Me.ComboBox3.Name = "ComboBox3"
  313. Me.ComboBox3.Size = New System.Drawing.Size(113, 24)
  314. Me.ComboBox3.TabIndex = 1086
  315. '
  316. 'ComboBox2
  317. '
  318. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  319. Me.ComboBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  320. Me.ComboBox2.ForeColor = System.Drawing.Color.Green
  321. Me.ComboBox2.FormattingEnabled = True
  322. Me.ComboBox2.Items.AddRange(New Object() {"NA", "女", "男"})
  323. Me.ComboBox2.Location = New System.Drawing.Point(860, 4)
  324. Me.ComboBox2.Name = "ComboBox2"
  325. Me.ComboBox2.Size = New System.Drawing.Size(113, 24)
  326. Me.ComboBox2.TabIndex = 1085
  327. '
  328. 'Label9
  329. '
  330. Me.Label9.AutoSize = True
  331. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  332. Me.Label9.ForeColor = System.Drawing.Color.Green
  333. Me.Label9.Location = New System.Drawing.Point(802, 7)
  334. Me.Label9.Name = "Label9"
  335. Me.Label9.Size = New System.Drawing.Size(56, 16)
  336. Me.Label9.TabIndex = 1084
  337. Me.Label9.Text = "客戶簡稱"
  338. '
  339. 'TextBox4
  340. '
  341. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  342. Me.TextBox4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  343. Me.TextBox4.Location = New System.Drawing.Point(981, 53)
  344. Me.TextBox4.Name = "TextBox4"
  345. Me.TextBox4.Size = New System.Drawing.Size(137, 23)
  346. Me.TextBox4.TabIndex = 1083
  347. Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  348. '
  349. 'TextBox3
  350. '
  351. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  352. Me.TextBox3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  353. Me.TextBox3.Location = New System.Drawing.Point(720, 102)
  354. Me.TextBox3.Name = "TextBox3"
  355. Me.TextBox3.Size = New System.Drawing.Size(185, 23)
  356. Me.TextBox3.TabIndex = 1082
  357. Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  358. '
  359. 'Label2
  360. '
  361. Me.Label2.AutoSize = True
  362. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  363. Me.Label2.ForeColor = System.Drawing.Color.Green
  364. Me.Label2.Location = New System.Drawing.Point(927, 56)
  365. Me.Label2.Name = "Label2"
  366. Me.Label2.Size = New System.Drawing.Size(56, 16)
  367. Me.Label2.TabIndex = 1081
  368. Me.Label2.Text = "付款方式"
  369. '
  370. 'TextBox26
  371. '
  372. Me.TextBox26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  373. Me.TextBox26.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  374. Me.TextBox26.Location = New System.Drawing.Point(893, 30)
  375. Me.TextBox26.Name = "TextBox26"
  376. Me.TextBox26.Size = New System.Drawing.Size(80, 23)
  377. Me.TextBox26.TabIndex = 1079
  378. Me.TextBox26.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  379. '
  380. 'Label26
  381. '
  382. Me.Label26.AutoSize = True
  383. Me.Label26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  384. Me.Label26.ForeColor = System.Drawing.Color.Green
  385. Me.Label26.Location = New System.Drawing.Point(838, 33)
  386. Me.Label26.Name = "Label26"
  387. Me.Label26.Size = New System.Drawing.Size(56, 16)
  388. Me.Label26.TabIndex = 1080
  389. Me.Label26.Text = "統一編號"
  390. '
  391. 'Label12
  392. '
  393. Me.Label12.AutoSize = True
  394. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  395. Me.Label12.ForeColor = System.Drawing.Color.Green
  396. Me.Label12.Location = New System.Drawing.Point(452, 81)
  397. Me.Label12.Name = "Label12"
  398. Me.Label12.Size = New System.Drawing.Size(56, 16)
  399. Me.Label12.TabIndex = 1076
  400. Me.Label12.Text = "送貨地址"
  401. '
  402. 'TextBox12
  403. '
  404. Me.TextBox12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  405. Me.TextBox12.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  406. Me.TextBox12.Location = New System.Drawing.Point(506, 78)
  407. Me.TextBox12.Name = "TextBox12"
  408. Me.TextBox12.Size = New System.Drawing.Size(421, 23)
  409. Me.TextBox12.TabIndex = 1075
  410. '
  411. 'TextBox11
  412. '
  413. Me.TextBox11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  414. Me.TextBox11.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  415. Me.TextBox11.Location = New System.Drawing.Point(506, 54)
  416. Me.TextBox11.Name = "TextBox11"
  417. Me.TextBox11.Size = New System.Drawing.Size(45, 23)
  418. Me.TextBox11.TabIndex = 1073
  419. Me.TextBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  420. '
  421. 'Label10
  422. '
  423. Me.Label10.AutoSize = True
  424. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  425. Me.Label10.ForeColor = System.Drawing.Color.Green
  426. Me.Label10.Location = New System.Drawing.Point(550, 57)
  427. Me.Label10.Name = "Label10"
  428. Me.Label10.Size = New System.Drawing.Size(56, 16)
  429. Me.Label10.TabIndex = 1072
  430. Me.Label10.Text = "店面地址"
  431. '
  432. 'TextBox10
  433. '
  434. Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  435. Me.TextBox10.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  436. Me.TextBox10.Location = New System.Drawing.Point(605, 54)
  437. Me.TextBox10.Name = "TextBox10"
  438. Me.TextBox10.Size = New System.Drawing.Size(322, 23)
  439. Me.TextBox10.TabIndex = 1071
  440. '
  441. 'Label8
  442. '
  443. Me.Label8.AutoSize = True
  444. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  445. Me.Label8.ForeColor = System.Drawing.Color.Green
  446. Me.Label8.Location = New System.Drawing.Point(904, 105)
  447. Me.Label8.Name = "Label8"
  448. Me.Label8.Size = New System.Drawing.Size(32, 16)
  449. Me.Label8.TabIndex = 1070
  450. Me.Label8.Text = "傳真"
  451. '
  452. 'TextBox8
  453. '
  454. Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  455. Me.TextBox8.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  456. Me.TextBox8.Location = New System.Drawing.Point(934, 102)
  457. Me.TextBox8.Name = "TextBox8"
  458. Me.TextBox8.Size = New System.Drawing.Size(185, 23)
  459. Me.TextBox8.TabIndex = 1069
  460. Me.TextBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  461. '
  462. 'TextBox6
  463. '
  464. Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  465. Me.TextBox6.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  466. Me.TextBox6.Location = New System.Drawing.Point(506, 102)
  467. Me.TextBox6.Name = "TextBox6"
  468. Me.TextBox6.Size = New System.Drawing.Size(185, 23)
  469. Me.TextBox6.TabIndex = 1066
  470. Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  471. '
  472. 'Label5
  473. '
  474. Me.Label5.AutoSize = True
  475. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  476. Me.Label5.ForeColor = System.Drawing.Color.Green
  477. Me.Label5.Location = New System.Drawing.Point(452, 33)
  478. Me.Label5.Name = "Label5"
  479. Me.Label5.Size = New System.Drawing.Size(56, 16)
  480. Me.Label5.TabIndex = 1065
  481. Me.Label5.Text = "客戶公司"
  482. '
  483. 'TextBox2
  484. '
  485. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  486. Me.TextBox2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  487. Me.TextBox2.Location = New System.Drawing.Point(506, 30)
  488. Me.TextBox2.Name = "TextBox2"
  489. Me.TextBox2.Size = New System.Drawing.Size(185, 23)
  490. Me.TextBox2.TabIndex = 1064
  491. '
  492. 'Label7
  493. '
  494. Me.Label7.AutoSize = True
  495. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  496. Me.Label7.ForeColor = System.Drawing.Color.Green
  497. Me.Label7.Location = New System.Drawing.Point(690, 105)
  498. Me.Label7.Name = "Label7"
  499. Me.Label7.Size = New System.Drawing.Size(32, 16)
  500. Me.Label7.TabIndex = 1068
  501. Me.Label7.Text = "電話"
  502. '
  503. 'Label6
  504. '
  505. Me.Label6.AutoSize = True
  506. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  507. Me.Label6.ForeColor = System.Drawing.Color.Green
  508. Me.Label6.Location = New System.Drawing.Point(452, 105)
  509. Me.Label6.Name = "Label6"
  510. Me.Label6.Size = New System.Drawing.Size(56, 16)
  511. Me.Label6.TabIndex = 1067
  512. Me.Label6.Text = "手 機"
  513. '
  514. 'Label4
  515. '
  516. Me.Label4.AutoSize = True
  517. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  518. Me.Label4.ForeColor = System.Drawing.Color.Green
  519. Me.Label4.Location = New System.Drawing.Point(452, 57)
  520. Me.Label4.Name = "Label4"
  521. Me.Label4.Size = New System.Drawing.Size(56, 16)
  522. Me.Label4.TabIndex = 1074
  523. Me.Label4.Text = "郵遞區號"
  524. '
  525. 'Button3
  526. '
  527. Me.Button3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  528. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  529. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  530. Me.Button3.ForeColor = System.Drawing.Color.Green
  531. Me.Button3.Location = New System.Drawing.Point(456, 574)
  532. Me.Button3.Name = "Button3"
  533. Me.Button3.Size = New System.Drawing.Size(535, 30)
  534. Me.Button3.TabIndex = 1100
  535. Me.Button3.Text = "修 改 存 檔"
  536. Me.Button3.UseVisualStyleBackColor = True
  537. '
  538. 'ComboBox1
  539. '
  540. Me.ComboBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  541. Me.ComboBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  542. Me.ComboBox1.FormattingEnabled = True
  543. Me.ComboBox1.Items.AddRange(New Object() {"男", "女", "NA"})
  544. Me.ComboBox1.Location = New System.Drawing.Point(216, 4)
  545. Me.ComboBox1.Name = "ComboBox1"
  546. Me.ComboBox1.Size = New System.Drawing.Size(64, 24)
  547. Me.ComboBox1.TabIndex = 1102
  548. '
  549. 'Label27
  550. '
  551. Me.Label27.AutoSize = True
  552. Me.Label27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  553. Me.Label27.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  554. Me.Label27.Location = New System.Drawing.Point(185, 9)
  555. Me.Label27.Name = "Label27"
  556. Me.Label27.Size = New System.Drawing.Size(32, 16)
  557. Me.Label27.TabIndex = 1101
  558. Me.Label27.Text = "頁碼"
  559. '
  560. 'DataGridView2
  561. '
  562. DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  563. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
  564. Me.DataGridView2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  565. Me.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  566. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  567. Me.DataGridView2.Location = New System.Drawing.Point(7, 365)
  568. Me.DataGridView2.Name = "DataGridView2"
  569. Me.DataGridView2.RowHeadersWidth = 5
  570. DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  571. Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle10
  572. Me.DataGridView2.RowTemplate.Height = 24
  573. Me.DataGridView2.Size = New System.Drawing.Size(443, 239)
  574. Me.DataGridView2.TabIndex = 1108
  575. '
  576. 'Button1
  577. '
  578. Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  579. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  580. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  581. Me.Button1.Location = New System.Drawing.Point(368, 290)
  582. Me.Button1.Name = "Button1"
  583. Me.Button1.Size = New System.Drawing.Size(82, 50)
  584. Me.Button1.TabIndex = 1107
  585. Me.Button1.Text = "新增物料到出貨單"
  586. Me.Button1.UseVisualStyleBackColor = True
  587. '
  588. 'NumericUpDown1
  589. '
  590. Me.NumericUpDown1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  591. Me.NumericUpDown1.Location = New System.Drawing.Point(299, 317)
  592. Me.NumericUpDown1.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  593. Me.NumericUpDown1.Name = "NumericUpDown1"
  594. Me.NumericUpDown1.Size = New System.Drawing.Size(67, 23)
  595. Me.NumericUpDown1.TabIndex = 1106
  596. Me.NumericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  597. '
  598. 'Label13
  599. '
  600. Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  601. Me.Label13.AutoSize = True
  602. Me.Label13.Location = New System.Drawing.Point(254, 320)
  603. Me.Label13.Name = "Label13"
  604. Me.Label13.Size = New System.Drawing.Size(44, 16)
  605. Me.Label13.TabIndex = 1105
  606. Me.Label13.Text = "申請數"
  607. '
  608. 'Label11
  609. '
  610. Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  611. Me.Label11.AutoSize = True
  612. Me.Label11.Location = New System.Drawing.Point(204, 294)
  613. Me.Label11.Name = "Label11"
  614. Me.Label11.Size = New System.Drawing.Size(32, 16)
  615. Me.Label11.TabIndex = 1104
  616. Me.Label11.Text = "料號"
  617. '
  618. 'TextBox7
  619. '
  620. Me.TextBox7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  621. Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  622. Me.TextBox7.Location = New System.Drawing.Point(236, 290)
  623. Me.TextBox7.Name = "TextBox7"
  624. Me.TextBox7.Size = New System.Drawing.Size(130, 25)
  625. Me.TextBox7.TabIndex = 1103
  626. Me.TextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  627. '
  628. 'Label3
  629. '
  630. Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  631. Me.Label3.AutoSize = True
  632. Me.Label3.Location = New System.Drawing.Point(7, 293)
  633. Me.Label3.Name = "Label3"
  634. Me.Label3.Size = New System.Drawing.Size(68, 16)
  635. Me.Label3.TabIndex = 1110
  636. Me.Label3.Text = "供應商編號"
  637. '
  638. 'TextBox13
  639. '
  640. Me.TextBox13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  641. Me.TextBox13.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  642. Me.TextBox13.Location = New System.Drawing.Point(75, 290)
  643. Me.TextBox13.Name = "TextBox13"
  644. Me.TextBox13.Size = New System.Drawing.Size(128, 25)
  645. Me.TextBox13.TabIndex = 1109
  646. Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  647. '
  648. 'Label17
  649. '
  650. Me.Label17.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  651. Me.Label17.AutoSize = True
  652. Me.Label17.Location = New System.Drawing.Point(140, 320)
  653. Me.Label17.Name = "Label17"
  654. Me.Label17.Size = New System.Drawing.Size(44, 16)
  655. Me.Label17.TabIndex = 1112
  656. Me.Label17.Text = "可出庫"
  657. '
  658. 'TextBox15
  659. '
  660. Me.TextBox15.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  661. Me.TextBox15.Location = New System.Drawing.Point(184, 317)
  662. Me.TextBox15.Name = "TextBox15"
  663. Me.TextBox15.Size = New System.Drawing.Size(65, 23)
  664. Me.TextBox15.TabIndex = 1111
  665. Me.TextBox15.Text = "0"
  666. Me.TextBox15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  667. '
  668. 'TextBox16
  669. '
  670. Me.TextBox16.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  671. Me.TextBox16.Location = New System.Drawing.Point(12, 248)
  672. Me.TextBox16.Name = "TextBox16"
  673. Me.TextBox16.Size = New System.Drawing.Size(65, 23)
  674. Me.TextBox16.TabIndex = 1113
  675. Me.TextBox16.Text = "0"
  676. Me.TextBox16.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  677. '
  678. 'TextBox17
  679. '
  680. Me.TextBox17.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  681. Me.TextBox17.Location = New System.Drawing.Point(75, 317)
  682. Me.TextBox17.Name = "TextBox17"
  683. Me.TextBox17.Size = New System.Drawing.Size(65, 23)
  684. Me.TextBox17.TabIndex = 1114
  685. Me.TextBox17.Text = "0"
  686. Me.TextBox17.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  687. '
  688. 'RadioButton3
  689. '
  690. Me.RadioButton3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  691. Me.RadioButton3.AutoSize = True
  692. Me.RadioButton3.Location = New System.Drawing.Point(135, 342)
  693. Me.RadioButton3.Name = "RadioButton3"
  694. Me.RadioButton3.Size = New System.Drawing.Size(122, 20)
  695. Me.RadioButton3.TabIndex = 1116
  696. Me.RadioButton3.Text = "已完全出貨的單據"
  697. Me.RadioButton3.UseVisualStyleBackColor = True
  698. '
  699. 'RadioButton4
  700. '
  701. Me.RadioButton4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  702. Me.RadioButton4.AutoSize = True
  703. Me.RadioButton4.Location = New System.Drawing.Point(7, 342)
  704. Me.RadioButton4.Name = "RadioButton4"
  705. Me.RadioButton4.Size = New System.Drawing.Size(122, 20)
  706. Me.RadioButton4.TabIndex = 1115
  707. Me.RadioButton4.Text = "未完全出貨的單據"
  708. Me.RadioButton4.UseVisualStyleBackColor = True
  709. '
  710. 'CheckBox1
  711. '
  712. Me.CheckBox1.AutoSize = True
  713. Me.CheckBox1.Location = New System.Drawing.Point(7, 8)
  714. Me.CheckBox1.Name = "CheckBox1"
  715. Me.CheckBox1.Size = New System.Drawing.Size(99, 20)
  716. Me.CheckBox1.TabIndex = 1117
  717. Me.CheckBox1.Text = "依供應商排序"
  718. Me.CheckBox1.UseVisualStyleBackColor = True
  719. '
  720. 'CheckBox2
  721. '
  722. Me.CheckBox2.AutoSize = True
  723. Me.CheckBox2.Location = New System.Drawing.Point(104, 8)
  724. Me.CheckBox2.Name = "CheckBox2"
  725. Me.CheckBox2.Size = New System.Drawing.Size(87, 20)
  726. Me.CheckBox2.TabIndex = 1118
  727. Me.CheckBox2.Text = "依商品排序"
  728. Me.CheckBox2.UseVisualStyleBackColor = True
  729. '
  730. 'TextBox18
  731. '
  732. Me.TextBox18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  733. Me.TextBox18.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  734. Me.TextBox18.Location = New System.Drawing.Point(479, 160)
  735. Me.TextBox18.Name = "TextBox18"
  736. Me.TextBox18.Size = New System.Drawing.Size(137, 23)
  737. Me.TextBox18.TabIndex = 1120
  738. Me.TextBox18.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  739. '
  740. 'Label18
  741. '
  742. Me.Label18.AutoSize = True
  743. Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  744. Me.Label18.ForeColor = System.Drawing.Color.Green
  745. Me.Label18.Location = New System.Drawing.Point(692, 33)
  746. Me.Label18.Name = "Label18"
  747. Me.Label18.Size = New System.Drawing.Size(56, 16)
  748. Me.Label18.TabIndex = 1119
  749. Me.Label18.Text = "單據狀態"
  750. '
  751. 'ComboBox4
  752. '
  753. Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  754. Me.ComboBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  755. Me.ComboBox4.ForeColor = System.Drawing.Color.Green
  756. Me.ComboBox4.FormattingEnabled = True
  757. Me.ComboBox4.Items.AddRange(New Object() {"直接出貨", "組裝出貨"})
  758. Me.ComboBox4.Location = New System.Drawing.Point(748, 29)
  759. Me.ComboBox4.Name = "ComboBox4"
  760. Me.ComboBox4.Size = New System.Drawing.Size(84, 24)
  761. Me.ComboBox4.TabIndex = 1121
  762. '
  763. 'RadioButton1
  764. '
  765. Me.RadioButton1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  766. Me.RadioButton1.AutoSize = True
  767. Me.RadioButton1.Location = New System.Drawing.Point(263, 342)
  768. Me.RadioButton1.Name = "RadioButton1"
  769. Me.RadioButton1.Size = New System.Drawing.Size(122, 20)
  770. Me.RadioButton1.TabIndex = 1122
  771. Me.RadioButton1.Text = "未組裝完成的單據"
  772. Me.RadioButton1.UseVisualStyleBackColor = True
  773. '
  774. 'Label21
  775. '
  776. Me.Label21.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  777. Me.Label21.AutoSize = True
  778. Me.Label21.Location = New System.Drawing.Point(7, 320)
  779. Me.Label21.Name = "Label21"
  780. Me.Label21.Size = New System.Drawing.Size(56, 16)
  781. Me.Label21.TabIndex = 1123
  782. Me.Label21.Text = "歷史售價"
  783. '
  784. 'TextBox19
  785. '
  786. Me.TextBox19.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  787. Me.TextBox19.Location = New System.Drawing.Point(168, 28)
  788. Me.TextBox19.Name = "TextBox19"
  789. Me.TextBox19.Size = New System.Drawing.Size(42, 23)
  790. Me.TextBox19.TabIndex = 1125
  791. '
  792. 'ComboBox5
  793. '
  794. Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  795. Me.ComboBox5.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  796. Me.ComboBox5.ForeColor = System.Drawing.Color.Green
  797. Me.ComboBox5.FormattingEnabled = True
  798. Me.ComboBox5.Items.AddRange(New Object() {"NA", "女", "男"})
  799. Me.ComboBox5.Location = New System.Drawing.Point(58, 28)
  800. Me.ComboBox5.Name = "ComboBox5"
  801. Me.ComboBox5.Size = New System.Drawing.Size(105, 23)
  802. Me.ComboBox5.TabIndex = 1124
  803. '
  804. 'Label14
  805. '
  806. Me.Label14.AutoSize = True
  807. Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  808. Me.Label14.Location = New System.Drawing.Point(4, 31)
  809. Me.Label14.Name = "Label14"
  810. Me.Label14.Size = New System.Drawing.Size(56, 16)
  811. Me.Label14.TabIndex = 1126
  812. Me.Label14.Text = "指定倉庫"
  813. '
  814. 'DateTimePicker2
  815. '
  816. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  817. Me.DateTimePicker2.Location = New System.Drawing.Point(1028, 28)
  818. Me.DateTimePicker2.Name = "DateTimePicker2"
  819. Me.DateTimePicker2.Size = New System.Drawing.Size(90, 23)
  820. Me.DateTimePicker2.TabIndex = 1127
  821. '
  822. 'Label22
  823. '
  824. Me.Label22.AutoSize = True
  825. Me.Label22.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  826. Me.Label22.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  827. Me.Label22.Location = New System.Drawing.Point(975, 32)
  828. Me.Label22.Name = "Label22"
  829. Me.Label22.Size = New System.Drawing.Size(56, 16)
  830. Me.Label22.TabIndex = 1128
  831. Me.Label22.Text = "客戶交期"
  832. '
  833. 'CheckBox3
  834. '
  835. Me.CheckBox3.AutoSize = True
  836. Me.CheckBox3.Checked = True
  837. Me.CheckBox3.CheckState = System.Windows.Forms.CheckState.Checked
  838. Me.CheckBox3.Location = New System.Drawing.Point(1123, 6)
  839. Me.CheckBox3.Name = "CheckBox3"
  840. Me.CheckBox3.Size = New System.Drawing.Size(39, 20)
  841. Me.CheckBox3.TabIndex = 1129
  842. Me.CheckBox3.Text = "補"
  843. Me.CheckBox3.UseVisualStyleBackColor = True
  844. '
  845. 'CheckBox4
  846. '
  847. Me.CheckBox4.AutoSize = True
  848. Me.CheckBox4.Checked = True
  849. Me.CheckBox4.CheckState = System.Windows.Forms.CheckState.Checked
  850. Me.CheckBox4.Location = New System.Drawing.Point(216, 31)
  851. Me.CheckBox4.Name = "CheckBox4"
  852. Me.CheckBox4.Size = New System.Drawing.Size(75, 20)
  853. Me.CheckBox4.TabIndex = 1130
  854. Me.CheckBox4.Text = "一般銷售"
  855. Me.CheckBox4.UseVisualStyleBackColor = True
  856. '
  857. 'CheckBox5
  858. '
  859. Me.CheckBox5.AutoSize = True
  860. Me.CheckBox5.Location = New System.Drawing.Point(297, 31)
  861. Me.CheckBox5.Name = "CheckBox5"
  862. Me.CheckBox5.Size = New System.Drawing.Size(51, 20)
  863. Me.CheckBox5.TabIndex = 1131
  864. Me.CheckBox5.Text = "零售"
  865. Me.CheckBox5.UseVisualStyleBackColor = True
  866. '
  867. 'Button2
  868. '
  869. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  870. Me.Button2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  871. Me.Button2.Location = New System.Drawing.Point(368, 29)
  872. Me.Button2.Name = "Button2"
  873. Me.Button2.Size = New System.Drawing.Size(82, 25)
  874. Me.Button2.TabIndex = 1132
  875. Me.Button2.Text = "開新出貨單"
  876. Me.Button2.UseVisualStyleBackColor = True
  877. '
  878. 'ComboBox6
  879. '
  880. Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  881. Me.ComboBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  882. Me.ComboBox6.ForeColor = System.Drawing.Color.Green
  883. Me.ComboBox6.FormattingEnabled = True
  884. Me.ComboBox6.Items.AddRange(New Object() {"直接出貨", "組裝出貨"})
  885. Me.ComboBox6.Location = New System.Drawing.Point(1155, 27)
  886. Me.ComboBox6.Name = "ComboBox6"
  887. Me.ComboBox6.Size = New System.Drawing.Size(84, 24)
  888. Me.ComboBox6.TabIndex = 1134
  889. '
  890. 'Label23
  891. '
  892. Me.Label23.AutoSize = True
  893. Me.Label23.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  894. Me.Label23.ForeColor = System.Drawing.Color.Green
  895. Me.Label23.Location = New System.Drawing.Point(1120, 30)
  896. Me.Label23.Name = "Label23"
  897. Me.Label23.Size = New System.Drawing.Size(32, 16)
  898. Me.Label23.TabIndex = 1133
  899. Me.Label23.Text = "業務"
  900. '
  901. 'ComboBox7
  902. '
  903. Me.ComboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  904. Me.ComboBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  905. Me.ComboBox7.ForeColor = System.Drawing.Color.Green
  906. Me.ComboBox7.FormattingEnabled = True
  907. Me.ComboBox7.Items.AddRange(New Object() {"直接出貨", "組裝出貨"})
  908. Me.ComboBox7.Location = New System.Drawing.Point(1155, 52)
  909. Me.ComboBox7.Name = "ComboBox7"
  910. Me.ComboBox7.Size = New System.Drawing.Size(84, 24)
  911. Me.ComboBox7.TabIndex = 1136
  912. '
  913. 'Label24
  914. '
  915. Me.Label24.AutoSize = True
  916. Me.Label24.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  917. Me.Label24.ForeColor = System.Drawing.Color.Green
  918. Me.Label24.Location = New System.Drawing.Point(1120, 55)
  919. Me.Label24.Name = "Label24"
  920. Me.Label24.Size = New System.Drawing.Size(32, 16)
  921. Me.Label24.TabIndex = 1135
  922. Me.Label24.Text = "比例"
  923. '
  924. 'ComboBox8
  925. '
  926. Me.ComboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  927. Me.ComboBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  928. Me.ComboBox8.ForeColor = System.Drawing.Color.Green
  929. Me.ComboBox8.FormattingEnabled = True
  930. Me.ComboBox8.Items.AddRange(New Object() {"直接出貨", "組裝出貨"})
  931. Me.ComboBox8.Location = New System.Drawing.Point(1155, 77)
  932. Me.ComboBox8.Name = "ComboBox8"
  933. Me.ComboBox8.Size = New System.Drawing.Size(84, 24)
  934. Me.ComboBox8.TabIndex = 1138
  935. '
  936. 'Label25
  937. '
  938. Me.Label25.AutoSize = True
  939. Me.Label25.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  940. Me.Label25.ForeColor = System.Drawing.Color.Green
  941. Me.Label25.Location = New System.Drawing.Point(1120, 80)
  942. Me.Label25.Name = "Label25"
  943. Me.Label25.Size = New System.Drawing.Size(32, 16)
  944. Me.Label25.TabIndex = 1137
  945. Me.Label25.Text = "司機"
  946. '
  947. 'ComboBox9
  948. '
  949. Me.ComboBox9.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  950. Me.ComboBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  951. Me.ComboBox9.ForeColor = System.Drawing.Color.Green
  952. Me.ComboBox9.FormattingEnabled = True
  953. Me.ComboBox9.Items.AddRange(New Object() {"直接出貨", "組裝出貨"})
  954. Me.ComboBox9.Location = New System.Drawing.Point(1155, 102)
  955. Me.ComboBox9.Name = "ComboBox9"
  956. Me.ComboBox9.Size = New System.Drawing.Size(84, 24)
  957. Me.ComboBox9.TabIndex = 1140
  958. '
  959. 'Label28
  960. '
  961. Me.Label28.AutoSize = True
  962. Me.Label28.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  963. Me.Label28.ForeColor = System.Drawing.Color.Green
  964. Me.Label28.Location = New System.Drawing.Point(1120, 105)
  965. Me.Label28.Name = "Label28"
  966. Me.Label28.Size = New System.Drawing.Size(32, 16)
  967. Me.Label28.TabIndex = 1139
  968. Me.Label28.Text = "比例"
  969. '
  970. 'Button4
  971. '
  972. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  973. Me.Button4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  974. Me.Button4.Location = New System.Drawing.Point(1181, 3)
  975. Me.Button4.Name = "Button4"
  976. Me.Button4.Size = New System.Drawing.Size(58, 23)
  977. Me.Button4.TabIndex = 1141
  978. Me.Button4.Text = "改佣金"
  979. Me.Button4.UseVisualStyleBackColor = True
  980. '
  981. 'Button5
  982. '
  983. Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  984. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  985. Me.Button5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  986. Me.Button5.Location = New System.Drawing.Point(997, 574)
  987. Me.Button5.Name = "Button5"
  988. Me.Button5.Size = New System.Drawing.Size(120, 30)
  989. Me.Button5.TabIndex = 1142
  990. Me.Button5.Text = "列印出貨單(套表)"
  991. Me.Button5.UseVisualStyleBackColor = True
  992. '
  993. 'Button6
  994. '
  995. Me.Button6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  996. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  997. Me.Button6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  998. Me.Button6.Location = New System.Drawing.Point(1123, 574)
  999. Me.Button6.Name = "Button6"
  1000. Me.Button6.Size = New System.Drawing.Size(120, 30)
  1001. Me.Button6.TabIndex = 1143
  1002. Me.Button6.Text = "列印產品標籤"
  1003. Me.Button6.UseVisualStyleBackColor = True
  1004. '
  1005. 'ToolStripSeparator2
  1006. '
  1007. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  1008. Me.ToolStripSeparator2.Size = New System.Drawing.Size(203, 6)
  1009. '
  1010. '列印成EXCELToolStripMenuItem
  1011. '
  1012. Me.列印成EXCELToolStripMenuItem.Name = "列印成EXCELToolStripMenuItem"
  1013. Me.列印成EXCELToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  1014. Me.列印成EXCELToolStripMenuItem.Text = "列印成EXCEL"
  1015. '
  1016. '列印產品標籤ToolStripMenuItem
  1017. '
  1018. Me.列印產品標籤ToolStripMenuItem.Name = "列印產品標籤ToolStripMenuItem"
  1019. Me.列印產品標籤ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  1020. Me.列印產品標籤ToolStripMenuItem.Text = "列印產品標籤"
  1021. '
  1022. '出貨單申請
  1023. '
  1024. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1025. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1026. Me.ClientSize = New System.Drawing.Size(1249, 611)
  1027. Me.ContextMenuStrip = Me.ContextMenuStrip1
  1028. Me.Controls.Add(Me.Button6)
  1029. Me.Controls.Add(Me.Button5)
  1030. Me.Controls.Add(Me.Button4)
  1031. Me.Controls.Add(Me.ComboBox9)
  1032. Me.Controls.Add(Me.Label28)
  1033. Me.Controls.Add(Me.ComboBox8)
  1034. Me.Controls.Add(Me.Label25)
  1035. Me.Controls.Add(Me.ComboBox7)
  1036. Me.Controls.Add(Me.Label24)
  1037. Me.Controls.Add(Me.ComboBox6)
  1038. Me.Controls.Add(Me.Label23)
  1039. Me.Controls.Add(Me.Button2)
  1040. Me.Controls.Add(Me.CheckBox5)
  1041. Me.Controls.Add(Me.CheckBox4)
  1042. Me.Controls.Add(Me.CheckBox3)
  1043. Me.Controls.Add(Me.DateTimePicker2)
  1044. Me.Controls.Add(Me.Label22)
  1045. Me.Controls.Add(Me.TextBox19)
  1046. Me.Controls.Add(Me.ComboBox5)
  1047. Me.Controls.Add(Me.Label14)
  1048. Me.Controls.Add(Me.Label21)
  1049. Me.Controls.Add(Me.RadioButton1)
  1050. Me.Controls.Add(Me.ComboBox4)
  1051. Me.Controls.Add(Me.TextBox18)
  1052. Me.Controls.Add(Me.RadioButton3)
  1053. Me.Controls.Add(Me.RadioButton4)
  1054. Me.Controls.Add(Me.TextBox17)
  1055. Me.Controls.Add(Me.TextBox16)
  1056. Me.Controls.Add(Me.Label17)
  1057. Me.Controls.Add(Me.TextBox15)
  1058. Me.Controls.Add(Me.Label3)
  1059. Me.Controls.Add(Me.TextBox13)
  1060. Me.Controls.Add(Me.Button1)
  1061. Me.Controls.Add(Me.NumericUpDown1)
  1062. Me.Controls.Add(Me.Label13)
  1063. Me.Controls.Add(Me.Label11)
  1064. Me.Controls.Add(Me.TextBox7)
  1065. Me.Controls.Add(Me.ComboBox1)
  1066. Me.Controls.Add(Me.Label27)
  1067. Me.Controls.Add(Me.Button3)
  1068. Me.Controls.Add(Me.DateTimePicker1)
  1069. Me.Controls.Add(Me.TextBox14)
  1070. Me.Controls.Add(Me.TextBox9)
  1071. Me.Controls.Add(Me.TextBox5)
  1072. Me.Controls.Add(Me.Label15)
  1073. Me.Controls.Add(Me.ComboBox3)
  1074. Me.Controls.Add(Me.ComboBox2)
  1075. Me.Controls.Add(Me.Label9)
  1076. Me.Controls.Add(Me.TextBox4)
  1077. Me.Controls.Add(Me.TextBox3)
  1078. Me.Controls.Add(Me.TextBox26)
  1079. Me.Controls.Add(Me.TextBox12)
  1080. Me.Controls.Add(Me.TextBox11)
  1081. Me.Controls.Add(Me.TextBox10)
  1082. Me.Controls.Add(Me.TextBox8)
  1083. Me.Controls.Add(Me.TextBox6)
  1084. Me.Controls.Add(Me.TextBox2)
  1085. Me.Controls.Add(Me.Label7)
  1086. Me.Controls.Add(Me.Label6)
  1087. Me.Controls.Add(Me.TextBox1)
  1088. Me.Controls.Add(Me.Label1)
  1089. Me.Controls.Add(Me.DataGridView1)
  1090. Me.Controls.Add(Me.CheckBox2)
  1091. Me.Controls.Add(Me.CheckBox1)
  1092. Me.Controls.Add(Me.Label18)
  1093. Me.Controls.Add(Me.Label19)
  1094. Me.Controls.Add(Me.Label16)
  1095. Me.Controls.Add(Me.Label12)
  1096. Me.Controls.Add(Me.Label5)
  1097. Me.Controls.Add(Me.Label4)
  1098. Me.Controls.Add(Me.Label10)
  1099. Me.Controls.Add(Me.Label8)
  1100. Me.Controls.Add(Me.Label2)
  1101. Me.Controls.Add(Me.Label20)
  1102. Me.Controls.Add(Me.Label26)
  1103. Me.Controls.Add(Me.DataGridView3)
  1104. Me.Controls.Add(Me.DataGridView2)
  1105. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1106. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1107. Me.Name = "出貨單申請"
  1108. Me.Text = "出貨單申請"
  1109. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  1110. Me.ContextMenuStrip1.ResumeLayout(False)
  1111. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  1112. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  1113. CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
  1114. Me.ResumeLayout(False)
  1115. Me.PerformLayout()
  1116. End Sub
  1117. Friend WithEvents DataGridView1 As DataGridView
  1118. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  1119. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  1120. Friend WithEvents TextBox1 As TextBox
  1121. Friend WithEvents Label1 As Label
  1122. Friend WithEvents Label20 As Label
  1123. Friend WithEvents DateTimePicker1 As DateTimePicker
  1124. Friend WithEvents Label19 As Label
  1125. Friend WithEvents TextBox14 As TextBox
  1126. Friend WithEvents DataGridView3 As DataGridView
  1127. Friend WithEvents TextBox9 As TextBox
  1128. Friend WithEvents Label16 As Label
  1129. Friend WithEvents TextBox5 As TextBox
  1130. Friend WithEvents Label15 As Label
  1131. Friend WithEvents ComboBox3 As ComboBox
  1132. Friend WithEvents ComboBox2 As ComboBox
  1133. Friend WithEvents Label9 As Label
  1134. Friend WithEvents TextBox4 As TextBox
  1135. Friend WithEvents TextBox3 As TextBox
  1136. Friend WithEvents Label2 As Label
  1137. Friend WithEvents TextBox26 As TextBox
  1138. Friend WithEvents Label26 As Label
  1139. Friend WithEvents Label12 As Label
  1140. Friend WithEvents TextBox12 As TextBox
  1141. Friend WithEvents TextBox11 As TextBox
  1142. Friend WithEvents Label10 As Label
  1143. Friend WithEvents TextBox10 As TextBox
  1144. Friend WithEvents Label8 As Label
  1145. Friend WithEvents TextBox8 As TextBox
  1146. Friend WithEvents TextBox6 As TextBox
  1147. Friend WithEvents Label5 As Label
  1148. Friend WithEvents TextBox2 As TextBox
  1149. Friend WithEvents Label7 As Label
  1150. Friend WithEvents Label6 As Label
  1151. Friend WithEvents Label4 As Label
  1152. Friend WithEvents Button3 As Button
  1153. Friend WithEvents ComboBox1 As ComboBox
  1154. Friend WithEvents Label27 As Label
  1155. Friend WithEvents DataGridView2 As DataGridView
  1156. Friend WithEvents Button1 As Button
  1157. Friend WithEvents NumericUpDown1 As NumericUpDown
  1158. Friend WithEvents Label13 As Label
  1159. Friend WithEvents Label11 As Label
  1160. Friend WithEvents TextBox7 As TextBox
  1161. Friend WithEvents Label3 As Label
  1162. Friend WithEvents TextBox13 As TextBox
  1163. Friend WithEvents Label17 As Label
  1164. Friend WithEvents TextBox15 As TextBox
  1165. Friend WithEvents 開立新的採購單ToolStripMenuItem As ToolStripMenuItem
  1166. Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
  1167. Friend WithEvents 新增物料到採購單ToolStripMenuItem As ToolStripMenuItem
  1168. Friend WithEvents 刪除採購單中選中的物料ToolStripMenuItem As ToolStripMenuItem
  1169. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  1170. Friend WithEvents 修改存檔ToolStripMenuItem As ToolStripMenuItem
  1171. Friend WithEvents TextBox16 As TextBox
  1172. Friend WithEvents TextBox17 As TextBox
  1173. Friend WithEvents RadioButton3 As RadioButton
  1174. Friend WithEvents RadioButton4 As RadioButton
  1175. Friend WithEvents CheckBox1 As CheckBox
  1176. Friend WithEvents CheckBox2 As CheckBox
  1177. Friend WithEvents TextBox18 As TextBox
  1178. Friend WithEvents Label18 As Label
  1179. Friend WithEvents ComboBox4 As ComboBox
  1180. Friend WithEvents RadioButton1 As RadioButton
  1181. Friend WithEvents Label21 As Label
  1182. Friend WithEvents TextBox19 As TextBox
  1183. Friend WithEvents ComboBox5 As ComboBox
  1184. Friend WithEvents Label14 As Label
  1185. Friend WithEvents DateTimePicker2 As DateTimePicker
  1186. Friend WithEvents Label22 As Label
  1187. Friend WithEvents CheckBox3 As CheckBox
  1188. Friend WithEvents CheckBox4 As CheckBox
  1189. Friend WithEvents CheckBox5 As CheckBox
  1190. Friend WithEvents Button2 As Button
  1191. Friend WithEvents ComboBox6 As ComboBox
  1192. Friend WithEvents Label23 As Label
  1193. Friend WithEvents ComboBox7 As ComboBox
  1194. Friend WithEvents Label24 As Label
  1195. Friend WithEvents ComboBox8 As ComboBox
  1196. Friend WithEvents Label25 As Label
  1197. Friend WithEvents ComboBox9 As ComboBox
  1198. Friend WithEvents Label28 As Label
  1199. Friend WithEvents Button4 As Button
  1200. Friend WithEvents Button5 As Button
  1201. Friend WithEvents Button6 As Button
  1202. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  1203. Friend WithEvents 列印成EXCELToolStripMenuItem As ToolStripMenuItem
  1204. Friend WithEvents 列印產品標籤ToolStripMenuItem As ToolStripMenuItem
  1205. End Class