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

採購退貨申請.Designer.vb 50KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933
  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.彙總_dgv = New System.Windows.Forms.DataGridView()
  29. Me.非當天日期_ch = New System.Windows.Forms.CheckBox()
  30. Me.供應商交期_dtp = New System.Windows.Forms.DateTimePicker()
  31. Me.Label14 = New System.Windows.Forms.Label()
  32. Me.總金額_tb = New System.Windows.Forms.TextBox()
  33. Me.Label21 = New System.Windows.Forms.Label()
  34. Me.採購下單_dtp = New System.Windows.Forms.DateTimePicker()
  35. Me.Label19 = New System.Windows.Forms.Label()
  36. Me.選擇_tb = New System.Windows.Forms.TextBox()
  37. Me.單據編號_tb = New System.Windows.Forms.TextBox()
  38. Me.Label16 = New System.Windows.Forms.Label()
  39. Me.供應商編號_cb = New System.Windows.Forms.ComboBox()
  40. Me.供應商_cb = New System.Windows.Forms.ComboBox()
  41. Me.Label9 = New System.Windows.Forms.Label()
  42. Me.付款方式_tb = New System.Windows.Forms.TextBox()
  43. Me.公司電話2_tb = New System.Windows.Forms.TextBox()
  44. Me.Label2 = New System.Windows.Forms.Label()
  45. Me.統編_tb = New System.Windows.Forms.TextBox()
  46. Me.Label26 = New System.Windows.Forms.Label()
  47. Me.郵號2_tb = New System.Windows.Forms.TextBox()
  48. Me.Label12 = New System.Windows.Forms.Label()
  49. Me.地址2_tb = New System.Windows.Forms.TextBox()
  50. Me.郵號1_tb = New System.Windows.Forms.TextBox()
  51. Me.Label10 = New System.Windows.Forms.Label()
  52. Me.地址1_tb = New System.Windows.Forms.TextBox()
  53. Me.Label8 = New System.Windows.Forms.Label()
  54. Me.傳真1_tb = New System.Windows.Forms.TextBox()
  55. Me.公司電話1_tb = New System.Windows.Forms.TextBox()
  56. Me.Label5 = New System.Windows.Forms.Label()
  57. Me.供應商_tb = New System.Windows.Forms.TextBox()
  58. Me.Label7 = New System.Windows.Forms.Label()
  59. Me.Label6 = New System.Windows.Forms.Label()
  60. Me.Label4 = New System.Windows.Forms.Label()
  61. Me.Label3 = New System.Windows.Forms.Label()
  62. Me.Label20 = New System.Windows.Forms.Label()
  63. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  64. Me.指定倉處_cb = New System.Windows.Forms.ComboBox()
  65. Me.Label1 = New System.Windows.Forms.Label()
  66. Me.Label11 = New System.Windows.Forms.Label()
  67. Me.歷史售價_tb = New System.Windows.Forms.TextBox()
  68. Me.加權成本_台幣_tb = New System.Windows.Forms.TextBox()
  69. Me.Label17 = New System.Windows.Forms.Label()
  70. Me.可出庫_tb = New System.Windows.Forms.TextBox()
  71. Me.Label13 = New System.Windows.Forms.Label()
  72. Me.供應商編號_tb = New System.Windows.Forms.TextBox()
  73. Me.申請數_nud = New System.Windows.Forms.NumericUpDown()
  74. Me.Label15 = New System.Windows.Forms.Label()
  75. Me.Label18 = New System.Windows.Forms.Label()
  76. Me.料號_tb = New System.Windows.Forms.TextBox()
  77. Me.頁碼_cb = New System.Windows.Forms.ComboBox()
  78. Me.Label27 = New System.Windows.Forms.Label()
  79. Me.物料關鍵字_tb = New System.Windows.Forms.TextBox()
  80. Me.Label22 = New System.Windows.Forms.Label()
  81. Me.庫存_dgv = New System.Windows.Forms.DataGridView()
  82. Me.依商品排序_ch = New System.Windows.Forms.CheckBox()
  83. Me.依供應商排序_ch = New System.Windows.Forms.CheckBox()
  84. Me.倉庫編號_tb = New System.Windows.Forms.TextBox()
  85. Me.新增物料到退貨單 = New System.Windows.Forms.Button()
  86. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  87. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  88. Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
  89. Me.新增物料到採購單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  90. Me.刪除出貨單中選中的物料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  91. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  92. Me.修改存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  93. Me.修改存檔_bt = New System.Windows.Forms.Button()
  94. Me.Label23 = New System.Windows.Forms.Label()
  95. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  96. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  97. CType(Me.申請數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.庫存_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  99. Me.ContextMenuStrip1.SuspendLayout()
  100. Me.SuspendLayout()
  101. '
  102. '彙總_dgv
  103. '
  104. DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  105. Me.彙總_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
  106. Me.彙總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  107. Me.彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  108. Me.彙總_dgv.Location = New System.Drawing.Point(7, 6)
  109. Me.彙總_dgv.Name = "彙總_dgv"
  110. Me.彙總_dgv.RowHeadersWidth = 5
  111. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  112. Me.彙總_dgv.RowsDefaultCellStyle = DataGridViewCellStyle7
  113. Me.彙總_dgv.RowTemplate.Height = 24
  114. Me.彙總_dgv.Size = New System.Drawing.Size(381, 251)
  115. Me.彙總_dgv.TabIndex = 1066
  116. '
  117. '非當天日期_ch
  118. '
  119. Me.非當天日期_ch.AutoSize = True
  120. Me.非當天日期_ch.Checked = True
  121. Me.非當天日期_ch.CheckState = System.Windows.Forms.CheckState.Checked
  122. Me.非當天日期_ch.Location = New System.Drawing.Point(1095, 5)
  123. Me.非當天日期_ch.Name = "非當天日期_ch"
  124. Me.非當天日期_ch.Size = New System.Drawing.Size(39, 20)
  125. Me.非當天日期_ch.TabIndex = 1106
  126. Me.非當天日期_ch.Text = "補"
  127. Me.非當天日期_ch.UseVisualStyleBackColor = True
  128. '
  129. '供應商交期_dtp
  130. '
  131. Me.供應商交期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  132. Me.供應商交期_dtp.Location = New System.Drawing.Point(999, 29)
  133. Me.供應商交期_dtp.Name = "供應商交期_dtp"
  134. Me.供應商交期_dtp.Size = New System.Drawing.Size(94, 23)
  135. Me.供應商交期_dtp.TabIndex = 1104
  136. '
  137. 'Label14
  138. '
  139. Me.Label14.AutoSize = True
  140. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  141. Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  142. Me.Label14.Location = New System.Drawing.Point(934, 32)
  143. Me.Label14.Name = "Label14"
  144. Me.Label14.Size = New System.Drawing.Size(68, 16)
  145. Me.Label14.TabIndex = 1105
  146. Me.Label14.Text = "供應商交期"
  147. '
  148. '總金額_tb
  149. '
  150. Me.總金額_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  151. Me.總金額_tb.ForeColor = System.Drawing.Color.Green
  152. Me.總金額_tb.Location = New System.Drawing.Point(823, 106)
  153. Me.總金額_tb.Name = "總金額_tb"
  154. Me.總金額_tb.Size = New System.Drawing.Size(108, 23)
  155. Me.總金額_tb.TabIndex = 1103
  156. Me.總金額_tb.Text = "0"
  157. Me.總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  158. '
  159. 'Label21
  160. '
  161. Me.Label21.AutoSize = True
  162. Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  163. Me.Label21.ForeColor = System.Drawing.Color.Green
  164. Me.Label21.Location = New System.Drawing.Point(765, 109)
  165. Me.Label21.Name = "Label21"
  166. Me.Label21.Size = New System.Drawing.Size(44, 16)
  167. Me.Label21.TabIndex = 1102
  168. Me.Label21.Text = "總金額"
  169. '
  170. '採購下單_dtp
  171. '
  172. Me.採購下單_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  173. Me.採購下單_dtp.Location = New System.Drawing.Point(999, 4)
  174. Me.採購下單_dtp.Name = "採購下單_dtp"
  175. Me.採購下單_dtp.Size = New System.Drawing.Size(94, 23)
  176. Me.採購下單_dtp.TabIndex = 1100
  177. '
  178. 'Label19
  179. '
  180. Me.Label19.AutoSize = True
  181. Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  182. Me.Label19.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  183. Me.Label19.Location = New System.Drawing.Point(397, 109)
  184. Me.Label19.Name = "Label19"
  185. Me.Label19.Size = New System.Drawing.Size(56, 16)
  186. Me.Label19.TabIndex = 1099
  187. Me.Label19.Text = "選擇資料"
  188. '
  189. '選擇_tb
  190. '
  191. Me.選擇_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  192. Me.選擇_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  193. Me.選擇_tb.Location = New System.Drawing.Point(458, 106)
  194. Me.選擇_tb.Name = "選擇_tb"
  195. Me.選擇_tb.Size = New System.Drawing.Size(103, 23)
  196. Me.選擇_tb.TabIndex = 1098
  197. '
  198. '單據編號_tb
  199. '
  200. Me.單據編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  201. Me.單據編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  202. Me.單據編號_tb.Location = New System.Drawing.Point(457, 4)
  203. Me.單據編號_tb.Name = "單據編號_tb"
  204. Me.單據編號_tb.Size = New System.Drawing.Size(152, 25)
  205. Me.單據編號_tb.TabIndex = 1096
  206. '
  207. 'Label16
  208. '
  209. Me.Label16.AutoSize = True
  210. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  211. Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  212. Me.Label16.Location = New System.Drawing.Point(397, 8)
  213. Me.Label16.Name = "Label16"
  214. Me.Label16.Size = New System.Drawing.Size(56, 16)
  215. Me.Label16.TabIndex = 1095
  216. Me.Label16.Text = "單據編號"
  217. '
  218. '供應商編號_cb
  219. '
  220. Me.供應商編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  221. Me.供應商編號_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  222. Me.供應商編號_cb.ForeColor = System.Drawing.Color.Green
  223. Me.供應商編號_cb.FormattingEnabled = True
  224. Me.供應商編號_cb.Items.AddRange(New Object() {"男", "女", "NA"})
  225. Me.供應商編號_cb.Location = New System.Drawing.Point(779, 4)
  226. Me.供應商編號_cb.Name = "供應商編號_cb"
  227. Me.供應商編號_cb.Size = New System.Drawing.Size(98, 24)
  228. Me.供應商編號_cb.TabIndex = 1092
  229. '
  230. '供應商_cb
  231. '
  232. Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  233. Me.供應商_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  234. Me.供應商_cb.ForeColor = System.Drawing.Color.Green
  235. Me.供應商_cb.FormattingEnabled = True
  236. Me.供應商_cb.Items.AddRange(New Object() {"NA", "女", "男"})
  237. Me.供應商_cb.Location = New System.Drawing.Point(684, 4)
  238. Me.供應商_cb.Name = "供應商_cb"
  239. Me.供應商_cb.Size = New System.Drawing.Size(90, 24)
  240. Me.供應商_cb.TabIndex = 1091
  241. '
  242. 'Label9
  243. '
  244. Me.Label9.AutoSize = True
  245. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  246. Me.Label9.ForeColor = System.Drawing.Color.Green
  247. Me.Label9.Location = New System.Drawing.Point(615, 8)
  248. Me.Label9.Name = "Label9"
  249. Me.Label9.Size = New System.Drawing.Size(68, 16)
  250. Me.Label9.TabIndex = 1090
  251. Me.Label9.Text = "供應商簡稱"
  252. '
  253. '付款方式_tb
  254. '
  255. Me.付款方式_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  256. Me.付款方式_tb.ForeColor = System.Drawing.Color.Green
  257. Me.付款方式_tb.Location = New System.Drawing.Point(618, 106)
  258. Me.付款方式_tb.Name = "付款方式_tb"
  259. Me.付款方式_tb.Size = New System.Drawing.Size(141, 23)
  260. Me.付款方式_tb.TabIndex = 1089
  261. Me.付款方式_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  262. '
  263. '公司電話2_tb
  264. '
  265. Me.公司電話2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  266. Me.公司電話2_tb.ForeColor = System.Drawing.Color.Green
  267. Me.公司電話2_tb.Location = New System.Drawing.Point(999, 81)
  268. Me.公司電話2_tb.Name = "公司電話2_tb"
  269. Me.公司電話2_tb.Size = New System.Drawing.Size(165, 23)
  270. Me.公司電話2_tb.TabIndex = 1088
  271. Me.公司電話2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  272. '
  273. 'Label2
  274. '
  275. Me.Label2.AutoSize = True
  276. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  277. Me.Label2.ForeColor = System.Drawing.Color.Green
  278. Me.Label2.Location = New System.Drawing.Point(560, 109)
  279. Me.Label2.Name = "Label2"
  280. Me.Label2.Size = New System.Drawing.Size(56, 16)
  281. Me.Label2.TabIndex = 1087
  282. Me.Label2.Text = "付款方式"
  283. '
  284. '統編_tb
  285. '
  286. Me.統編_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  287. Me.統編_tb.ForeColor = System.Drawing.Color.Green
  288. Me.統編_tb.Location = New System.Drawing.Point(838, 31)
  289. Me.統編_tb.Name = "統編_tb"
  290. Me.統編_tb.Size = New System.Drawing.Size(90, 23)
  291. Me.統編_tb.TabIndex = 1085
  292. Me.統編_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  293. '
  294. 'Label26
  295. '
  296. Me.Label26.AutoSize = True
  297. Me.Label26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  298. Me.Label26.ForeColor = System.Drawing.Color.Green
  299. Me.Label26.Location = New System.Drawing.Point(773, 33)
  300. Me.Label26.Name = "Label26"
  301. Me.Label26.Size = New System.Drawing.Size(56, 16)
  302. Me.Label26.TabIndex = 1086
  303. Me.Label26.Text = "統一編號"
  304. '
  305. '郵號2_tb
  306. '
  307. Me.郵號2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  308. Me.郵號2_tb.ForeColor = System.Drawing.Color.Green
  309. Me.郵號2_tb.Location = New System.Drawing.Point(458, 81)
  310. Me.郵號2_tb.Name = "郵號2_tb"
  311. Me.郵號2_tb.Size = New System.Drawing.Size(45, 23)
  312. Me.郵號2_tb.TabIndex = 1083
  313. Me.郵號2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  314. '
  315. 'Label12
  316. '
  317. Me.Label12.AutoSize = True
  318. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  319. Me.Label12.ForeColor = System.Drawing.Color.Green
  320. Me.Label12.Location = New System.Drawing.Point(505, 84)
  321. Me.Label12.Name = "Label12"
  322. Me.Label12.Size = New System.Drawing.Size(39, 16)
  323. Me.Label12.TabIndex = 1082
  324. Me.Label12.Text = "地址2"
  325. '
  326. '地址2_tb
  327. '
  328. Me.地址2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  329. Me.地址2_tb.ForeColor = System.Drawing.Color.Green
  330. Me.地址2_tb.Location = New System.Drawing.Point(545, 81)
  331. Me.地址2_tb.Name = "地址2_tb"
  332. Me.地址2_tb.Size = New System.Drawing.Size(386, 23)
  333. Me.地址2_tb.TabIndex = 1081
  334. '
  335. '郵號1_tb
  336. '
  337. Me.郵號1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  338. Me.郵號1_tb.ForeColor = System.Drawing.Color.Green
  339. Me.郵號1_tb.Location = New System.Drawing.Point(457, 56)
  340. Me.郵號1_tb.Name = "郵號1_tb"
  341. Me.郵號1_tb.Size = New System.Drawing.Size(45, 23)
  342. Me.郵號1_tb.TabIndex = 1079
  343. Me.郵號1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  344. '
  345. 'Label10
  346. '
  347. Me.Label10.AutoSize = True
  348. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  349. Me.Label10.ForeColor = System.Drawing.Color.Green
  350. Me.Label10.Location = New System.Drawing.Point(505, 59)
  351. Me.Label10.Name = "Label10"
  352. Me.Label10.Size = New System.Drawing.Size(39, 16)
  353. Me.Label10.TabIndex = 1078
  354. Me.Label10.Text = "地址1"
  355. '
  356. '地址1_tb
  357. '
  358. Me.地址1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  359. Me.地址1_tb.ForeColor = System.Drawing.Color.Green
  360. Me.地址1_tb.Location = New System.Drawing.Point(545, 56)
  361. Me.地址1_tb.Name = "地址1_tb"
  362. Me.地址1_tb.Size = New System.Drawing.Size(386, 23)
  363. Me.地址1_tb.TabIndex = 1077
  364. '
  365. 'Label8
  366. '
  367. Me.Label8.AutoSize = True
  368. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  369. Me.Label8.ForeColor = System.Drawing.Color.Green
  370. Me.Label8.Location = New System.Drawing.Point(933, 109)
  371. Me.Label8.Name = "Label8"
  372. Me.Label8.Size = New System.Drawing.Size(63, 16)
  373. Me.Label8.TabIndex = 1076
  374. Me.Label8.Text = "傳 真1"
  375. '
  376. '傳真1_tb
  377. '
  378. Me.傳真1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  379. Me.傳真1_tb.ForeColor = System.Drawing.Color.Green
  380. Me.傳真1_tb.Location = New System.Drawing.Point(999, 106)
  381. Me.傳真1_tb.Name = "傳真1_tb"
  382. Me.傳真1_tb.Size = New System.Drawing.Size(165, 23)
  383. Me.傳真1_tb.TabIndex = 1075
  384. Me.傳真1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  385. '
  386. '公司電話1_tb
  387. '
  388. Me.公司電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  389. Me.公司電話1_tb.ForeColor = System.Drawing.Color.Green
  390. Me.公司電話1_tb.Location = New System.Drawing.Point(999, 55)
  391. Me.公司電話1_tb.Name = "公司電話1_tb"
  392. Me.公司電話1_tb.Size = New System.Drawing.Size(165, 23)
  393. Me.公司電話1_tb.TabIndex = 1072
  394. Me.公司電話1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  395. '
  396. 'Label5
  397. '
  398. Me.Label5.AutoSize = True
  399. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  400. Me.Label5.ForeColor = System.Drawing.Color.Green
  401. Me.Label5.Location = New System.Drawing.Point(397, 34)
  402. Me.Label5.Name = "Label5"
  403. Me.Label5.Size = New System.Drawing.Size(44, 16)
  404. Me.Label5.TabIndex = 1071
  405. Me.Label5.Text = "供應商"
  406. '
  407. '供應商_tb
  408. '
  409. Me.供應商_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  410. Me.供應商_tb.ForeColor = System.Drawing.Color.Green
  411. Me.供應商_tb.Location = New System.Drawing.Point(457, 31)
  412. Me.供應商_tb.Name = "供應商_tb"
  413. Me.供應商_tb.Size = New System.Drawing.Size(316, 23)
  414. Me.供應商_tb.TabIndex = 1070
  415. '
  416. 'Label7
  417. '
  418. Me.Label7.AutoSize = True
  419. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  420. Me.Label7.ForeColor = System.Drawing.Color.Green
  421. Me.Label7.Location = New System.Drawing.Point(933, 84)
  422. Me.Label7.Name = "Label7"
  423. Me.Label7.Size = New System.Drawing.Size(63, 16)
  424. Me.Label7.TabIndex = 1074
  425. Me.Label7.Text = "公司電話2"
  426. '
  427. 'Label6
  428. '
  429. Me.Label6.AutoSize = True
  430. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  431. Me.Label6.ForeColor = System.Drawing.Color.Green
  432. Me.Label6.Location = New System.Drawing.Point(933, 58)
  433. Me.Label6.Name = "Label6"
  434. Me.Label6.Size = New System.Drawing.Size(63, 16)
  435. Me.Label6.TabIndex = 1073
  436. Me.Label6.Text = "公司電話1"
  437. '
  438. 'Label4
  439. '
  440. Me.Label4.AutoSize = True
  441. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  442. Me.Label4.ForeColor = System.Drawing.Color.Green
  443. Me.Label4.Location = New System.Drawing.Point(394, 59)
  444. Me.Label4.Name = "Label4"
  445. Me.Label4.Size = New System.Drawing.Size(63, 16)
  446. Me.Label4.TabIndex = 1080
  447. Me.Label4.Text = "郵遞區號1"
  448. '
  449. 'Label3
  450. '
  451. Me.Label3.AutoSize = True
  452. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  453. Me.Label3.ForeColor = System.Drawing.Color.Green
  454. Me.Label3.Location = New System.Drawing.Point(393, 84)
  455. Me.Label3.Name = "Label3"
  456. Me.Label3.Size = New System.Drawing.Size(63, 16)
  457. Me.Label3.TabIndex = 1084
  458. Me.Label3.Text = "郵遞區號2"
  459. '
  460. 'Label20
  461. '
  462. Me.Label20.AutoSize = True
  463. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  464. Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  465. Me.Label20.Location = New System.Drawing.Point(934, 7)
  466. Me.Label20.Name = "Label20"
  467. Me.Label20.Size = New System.Drawing.Size(68, 16)
  468. Me.Label20.TabIndex = 1101
  469. Me.Label20.Text = "採購下單日"
  470. '
  471. '明細_dgv
  472. '
  473. DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  474. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
  475. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  476. Or System.Windows.Forms.AnchorStyles.Left) _
  477. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  478. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  479. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  480. Me.明細_dgv.Location = New System.Drawing.Point(394, 131)
  481. Me.明細_dgv.Name = "明細_dgv"
  482. Me.明細_dgv.RowHeadersWidth = 5
  483. DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  484. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle9
  485. Me.明細_dgv.RowTemplate.Height = 24
  486. Me.明細_dgv.Size = New System.Drawing.Size(849, 450)
  487. Me.明細_dgv.TabIndex = 1097
  488. '
  489. '指定倉處_cb
  490. '
  491. Me.指定倉處_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  492. Me.指定倉處_cb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  493. Me.指定倉處_cb.ForeColor = System.Drawing.Color.Green
  494. Me.指定倉處_cb.FormattingEnabled = True
  495. Me.指定倉處_cb.Items.AddRange(New Object() {"NA", "女", "男"})
  496. Me.指定倉處_cb.Location = New System.Drawing.Point(61, 284)
  497. Me.指定倉處_cb.Name = "指定倉處_cb"
  498. Me.指定倉處_cb.Size = New System.Drawing.Size(105, 23)
  499. Me.指定倉處_cb.TabIndex = 1145
  500. '
  501. 'Label1
  502. '
  503. Me.Label1.AutoSize = True
  504. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  505. Me.Label1.Location = New System.Drawing.Point(7, 287)
  506. Me.Label1.Name = "Label1"
  507. Me.Label1.Size = New System.Drawing.Size(56, 16)
  508. Me.Label1.TabIndex = 1146
  509. Me.Label1.Text = "指定倉庫"
  510. '
  511. 'Label11
  512. '
  513. Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  514. Me.Label11.AutoSize = True
  515. Me.Label11.Location = New System.Drawing.Point(2, 586)
  516. Me.Label11.Name = "Label11"
  517. Me.Label11.Size = New System.Drawing.Size(56, 16)
  518. Me.Label11.TabIndex = 1144
  519. Me.Label11.Text = "歷史售價"
  520. '
  521. '歷史售價_tb
  522. '
  523. Me.歷史售價_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  524. Me.歷史售價_tb.Location = New System.Drawing.Point(58, 583)
  525. Me.歷史售價_tb.Name = "歷史售價_tb"
  526. Me.歷史售價_tb.Size = New System.Drawing.Size(60, 23)
  527. Me.歷史售價_tb.TabIndex = 1141
  528. Me.歷史售價_tb.Text = "0"
  529. Me.歷史售價_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  530. '
  531. '加權成本_台幣_tb
  532. '
  533. Me.加權成本_台幣_tb.Location = New System.Drawing.Point(323, 258)
  534. Me.加權成本_台幣_tb.Name = "加權成本_台幣_tb"
  535. Me.加權成本_台幣_tb.Size = New System.Drawing.Size(65, 23)
  536. Me.加權成本_台幣_tb.TabIndex = 1140
  537. Me.加權成本_台幣_tb.Text = "0"
  538. Me.加權成本_台幣_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  539. '
  540. 'Label17
  541. '
  542. Me.Label17.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  543. Me.Label17.AutoSize = True
  544. Me.Label17.Location = New System.Drawing.Point(118, 586)
  545. Me.Label17.Name = "Label17"
  546. Me.Label17.Size = New System.Drawing.Size(44, 16)
  547. Me.Label17.TabIndex = 1139
  548. Me.Label17.Text = "可出庫"
  549. '
  550. '可出庫_tb
  551. '
  552. Me.可出庫_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  553. Me.可出庫_tb.Location = New System.Drawing.Point(162, 583)
  554. Me.可出庫_tb.Name = "可出庫_tb"
  555. Me.可出庫_tb.Size = New System.Drawing.Size(50, 23)
  556. Me.可出庫_tb.TabIndex = 1138
  557. Me.可出庫_tb.Text = "0"
  558. Me.可出庫_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  559. '
  560. 'Label13
  561. '
  562. Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  563. Me.Label13.AutoSize = True
  564. Me.Label13.Location = New System.Drawing.Point(2, 559)
  565. Me.Label13.Name = "Label13"
  566. Me.Label13.Size = New System.Drawing.Size(56, 16)
  567. Me.Label13.TabIndex = 1137
  568. Me.Label13.Text = "廠商編號"
  569. '
  570. '供應商編號_tb
  571. '
  572. Me.供應商編號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  573. Me.供應商編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  574. Me.供應商編號_tb.Location = New System.Drawing.Point(58, 556)
  575. Me.供應商編號_tb.Name = "供應商編號_tb"
  576. Me.供應商編號_tb.Size = New System.Drawing.Size(103, 25)
  577. Me.供應商編號_tb.TabIndex = 1136
  578. Me.供應商編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  579. '
  580. '申請數_nud
  581. '
  582. Me.申請數_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  583. Me.申請數_nud.Location = New System.Drawing.Point(259, 583)
  584. Me.申請數_nud.Maximum = New Decimal(New Integer() {0, 0, 0, 0})
  585. Me.申請數_nud.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648})
  586. Me.申請數_nud.Name = "申請數_nud"
  587. Me.申請數_nud.Size = New System.Drawing.Size(50, 23)
  588. Me.申請數_nud.TabIndex = 1135
  589. Me.申請數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  590. '
  591. 'Label15
  592. '
  593. Me.Label15.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  594. Me.Label15.AutoSize = True
  595. Me.Label15.Location = New System.Drawing.Point(214, 586)
  596. Me.Label15.Name = "Label15"
  597. Me.Label15.Size = New System.Drawing.Size(44, 16)
  598. Me.Label15.TabIndex = 1134
  599. Me.Label15.Text = "申請數"
  600. '
  601. 'Label18
  602. '
  603. Me.Label18.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  604. Me.Label18.AutoSize = True
  605. Me.Label18.Location = New System.Drawing.Point(164, 560)
  606. Me.Label18.Name = "Label18"
  607. Me.Label18.Size = New System.Drawing.Size(32, 16)
  608. Me.Label18.TabIndex = 1133
  609. Me.Label18.Text = "料號"
  610. '
  611. '料號_tb
  612. '
  613. Me.料號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  614. Me.料號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  615. Me.料號_tb.Location = New System.Drawing.Point(196, 556)
  616. Me.料號_tb.Name = "料號_tb"
  617. Me.料號_tb.Size = New System.Drawing.Size(113, 25)
  618. Me.料號_tb.TabIndex = 1132
  619. Me.料號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  620. '
  621. '頁碼_cb
  622. '
  623. Me.頁碼_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  624. Me.頁碼_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  625. Me.頁碼_cb.FormattingEnabled = True
  626. Me.頁碼_cb.Items.AddRange(New Object() {"男", "女", "NA"})
  627. Me.頁碼_cb.Location = New System.Drawing.Point(219, 260)
  628. Me.頁碼_cb.Name = "頁碼_cb"
  629. Me.頁碼_cb.Size = New System.Drawing.Size(64, 24)
  630. Me.頁碼_cb.TabIndex = 1131
  631. '
  632. 'Label27
  633. '
  634. Me.Label27.AutoSize = True
  635. Me.Label27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  636. Me.Label27.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  637. Me.Label27.Location = New System.Drawing.Point(188, 265)
  638. Me.Label27.Name = "Label27"
  639. Me.Label27.Size = New System.Drawing.Size(32, 16)
  640. Me.Label27.TabIndex = 1130
  641. Me.Label27.Text = "頁碼"
  642. '
  643. '物料關鍵字_tb
  644. '
  645. Me.物料關鍵字_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  646. Me.物料關鍵字_tb.Location = New System.Drawing.Point(286, 282)
  647. Me.物料關鍵字_tb.Name = "物料關鍵字_tb"
  648. Me.物料關鍵字_tb.Size = New System.Drawing.Size(102, 25)
  649. Me.物料關鍵字_tb.TabIndex = 1129
  650. '
  651. 'Label22
  652. '
  653. Me.Label22.AutoSize = True
  654. Me.Label22.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  655. Me.Label22.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  656. Me.Label22.Location = New System.Drawing.Point(219, 287)
  657. Me.Label22.Name = "Label22"
  658. Me.Label22.Size = New System.Drawing.Size(68, 16)
  659. Me.Label22.TabIndex = 1128
  660. Me.Label22.Text = "物料關鍵字"
  661. '
  662. '庫存_dgv
  663. '
  664. Me.庫存_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  665. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  666. Me.庫存_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  667. Me.庫存_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  668. Me.庫存_dgv.Location = New System.Drawing.Point(10, 309)
  669. Me.庫存_dgv.Name = "庫存_dgv"
  670. Me.庫存_dgv.RowHeadersWidth = 5
  671. DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  672. Me.庫存_dgv.RowsDefaultCellStyle = DataGridViewCellStyle10
  673. Me.庫存_dgv.RowTemplate.Height = 24
  674. Me.庫存_dgv.Size = New System.Drawing.Size(378, 245)
  675. Me.庫存_dgv.TabIndex = 1127
  676. '
  677. '依商品排序_ch
  678. '
  679. Me.依商品排序_ch.AutoSize = True
  680. Me.依商品排序_ch.Location = New System.Drawing.Point(107, 264)
  681. Me.依商品排序_ch.Name = "依商品排序_ch"
  682. Me.依商品排序_ch.Size = New System.Drawing.Size(87, 20)
  683. Me.依商品排序_ch.TabIndex = 1143
  684. Me.依商品排序_ch.Text = "依商品排序"
  685. Me.依商品排序_ch.UseVisualStyleBackColor = True
  686. '
  687. '依供應商排序_ch
  688. '
  689. Me.依供應商排序_ch.AutoSize = True
  690. Me.依供應商排序_ch.Location = New System.Drawing.Point(10, 264)
  691. Me.依供應商排序_ch.Name = "依供應商排序_ch"
  692. Me.依供應商排序_ch.Size = New System.Drawing.Size(99, 20)
  693. Me.依供應商排序_ch.TabIndex = 1142
  694. Me.依供應商排序_ch.Text = "依供應商排序"
  695. Me.依供應商排序_ch.UseVisualStyleBackColor = True
  696. '
  697. '倉庫編號_tb
  698. '
  699. Me.倉庫編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  700. Me.倉庫編號_tb.Location = New System.Drawing.Point(171, 284)
  701. Me.倉庫編號_tb.Name = "倉庫編號_tb"
  702. Me.倉庫編號_tb.Size = New System.Drawing.Size(42, 23)
  703. Me.倉庫編號_tb.TabIndex = 1147
  704. '
  705. '新增物料到退貨單
  706. '
  707. Me.新增物料到退貨單.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  708. Me.新增物料到退貨單.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  709. Me.新增物料到退貨單.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  710. Me.新增物料到退貨單.Location = New System.Drawing.Point(310, 555)
  711. Me.新增物料到退貨單.Name = "新增物料到退貨單"
  712. Me.新增物料到退貨單.Size = New System.Drawing.Size(78, 51)
  713. Me.新增物料到退貨單.TabIndex = 1148
  714. Me.新增物料到退貨單.Text = "新增退貨物料到採購單"
  715. Me.新增物料到退貨單.UseVisualStyleBackColor = True
  716. '
  717. 'ContextMenuStrip1
  718. '
  719. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.新增物料到採購單ToolStripMenuItem, Me.刪除出貨單中選中的物料ToolStripMenuItem, Me.ToolStripSeparator1, Me.修改存檔ToolStripMenuItem})
  720. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  721. Me.ContextMenuStrip1.Size = New System.Drawing.Size(207, 104)
  722. '
  723. '重新整理ToolStripMenuItem
  724. '
  725. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  726. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  727. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  728. '
  729. 'ToolStripSeparator3
  730. '
  731. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  732. Me.ToolStripSeparator3.Size = New System.Drawing.Size(203, 6)
  733. '
  734. '新增物料到採購單ToolStripMenuItem
  735. '
  736. Me.新增物料到採購單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  737. Me.新增物料到採購單ToolStripMenuItem.Name = "新增物料到採購單ToolStripMenuItem"
  738. Me.新增物料到採購單ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  739. Me.新增物料到採購單ToolStripMenuItem.Text = "新增退貨物料到採購單"
  740. '
  741. '刪除出貨單中選中的物料ToolStripMenuItem
  742. '
  743. Me.刪除出貨單中選中的物料ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  744. Me.刪除出貨單中選中的物料ToolStripMenuItem.Name = "刪除出貨單中選中的物料ToolStripMenuItem"
  745. Me.刪除出貨單中選中的物料ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  746. Me.刪除出貨單中選中的物料ToolStripMenuItem.Text = "刪除出貨單中選中的物料"
  747. '
  748. 'ToolStripSeparator1
  749. '
  750. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  751. Me.ToolStripSeparator1.Size = New System.Drawing.Size(203, 6)
  752. '
  753. '修改存檔ToolStripMenuItem
  754. '
  755. Me.修改存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  756. Me.修改存檔ToolStripMenuItem.Name = "修改存檔ToolStripMenuItem"
  757. Me.修改存檔ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  758. Me.修改存檔ToolStripMenuItem.Text = "修改存檔"
  759. '
  760. '修改存檔_bt
  761. '
  762. Me.修改存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  763. Me.修改存檔_bt.ForeColor = System.Drawing.Color.Green
  764. Me.修改存檔_bt.Location = New System.Drawing.Point(1167, 56)
  765. Me.修改存檔_bt.Name = "修改存檔_bt"
  766. Me.修改存檔_bt.Size = New System.Drawing.Size(76, 73)
  767. Me.修改存檔_bt.TabIndex = 1150
  768. Me.修改存檔_bt.Text = "修 改 存 檔"
  769. Me.修改存檔_bt.UseVisualStyleBackColor = True
  770. '
  771. 'Label23
  772. '
  773. Me.Label23.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  774. Me.Label23.AutoSize = True
  775. Me.Label23.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  776. Me.Label23.ForeColor = System.Drawing.Color.Red
  777. Me.Label23.Location = New System.Drawing.Point(396, 585)
  778. Me.Label23.Name = "Label23"
  779. Me.Label23.Size = New System.Drawing.Size(827, 24)
  780. Me.Label23.TabIndex = 1151
  781. Me.Label23.Text = "供應商物料退貨單據與採購單合併,如需要查看獨立的退貨資訊與列印退貨單據請看採購退貨清單"
  782. '
  783. '採購退貨申請
  784. '
  785. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  786. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  787. Me.ClientSize = New System.Drawing.Size(1249, 611)
  788. Me.ContextMenuStrip = Me.ContextMenuStrip1
  789. Me.Controls.Add(Me.Label23)
  790. Me.Controls.Add(Me.修改存檔_bt)
  791. Me.Controls.Add(Me.新增物料到退貨單)
  792. Me.Controls.Add(Me.倉庫編號_tb)
  793. Me.Controls.Add(Me.指定倉處_cb)
  794. Me.Controls.Add(Me.Label1)
  795. Me.Controls.Add(Me.Label11)
  796. Me.Controls.Add(Me.歷史售價_tb)
  797. Me.Controls.Add(Me.加權成本_台幣_tb)
  798. Me.Controls.Add(Me.Label17)
  799. Me.Controls.Add(Me.可出庫_tb)
  800. Me.Controls.Add(Me.Label13)
  801. Me.Controls.Add(Me.供應商編號_tb)
  802. Me.Controls.Add(Me.申請數_nud)
  803. Me.Controls.Add(Me.Label15)
  804. Me.Controls.Add(Me.Label18)
  805. Me.Controls.Add(Me.料號_tb)
  806. Me.Controls.Add(Me.頁碼_cb)
  807. Me.Controls.Add(Me.Label27)
  808. Me.Controls.Add(Me.物料關鍵字_tb)
  809. Me.Controls.Add(Me.Label22)
  810. Me.Controls.Add(Me.庫存_dgv)
  811. Me.Controls.Add(Me.依商品排序_ch)
  812. Me.Controls.Add(Me.依供應商排序_ch)
  813. Me.Controls.Add(Me.非當天日期_ch)
  814. Me.Controls.Add(Me.供應商交期_dtp)
  815. Me.Controls.Add(Me.Label14)
  816. Me.Controls.Add(Me.總金額_tb)
  817. Me.Controls.Add(Me.Label21)
  818. Me.Controls.Add(Me.採購下單_dtp)
  819. Me.Controls.Add(Me.Label19)
  820. Me.Controls.Add(Me.選擇_tb)
  821. Me.Controls.Add(Me.單據編號_tb)
  822. Me.Controls.Add(Me.Label16)
  823. Me.Controls.Add(Me.供應商編號_cb)
  824. Me.Controls.Add(Me.供應商_cb)
  825. Me.Controls.Add(Me.Label9)
  826. Me.Controls.Add(Me.付款方式_tb)
  827. Me.Controls.Add(Me.公司電話2_tb)
  828. Me.Controls.Add(Me.Label2)
  829. Me.Controls.Add(Me.統編_tb)
  830. Me.Controls.Add(Me.Label26)
  831. Me.Controls.Add(Me.郵號2_tb)
  832. Me.Controls.Add(Me.Label12)
  833. Me.Controls.Add(Me.地址2_tb)
  834. Me.Controls.Add(Me.郵號1_tb)
  835. Me.Controls.Add(Me.Label10)
  836. Me.Controls.Add(Me.地址1_tb)
  837. Me.Controls.Add(Me.Label8)
  838. Me.Controls.Add(Me.傳真1_tb)
  839. Me.Controls.Add(Me.公司電話1_tb)
  840. Me.Controls.Add(Me.Label5)
  841. Me.Controls.Add(Me.供應商_tb)
  842. Me.Controls.Add(Me.Label7)
  843. Me.Controls.Add(Me.Label6)
  844. Me.Controls.Add(Me.Label4)
  845. Me.Controls.Add(Me.Label3)
  846. Me.Controls.Add(Me.Label20)
  847. Me.Controls.Add(Me.明細_dgv)
  848. Me.Controls.Add(Me.彙總_dgv)
  849. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  850. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  851. Me.Name = "採購退貨申請"
  852. Me.Text = "採購退貨申請"
  853. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  854. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  855. CType(Me.申請數_nud, System.ComponentModel.ISupportInitialize).EndInit()
  856. CType(Me.庫存_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  857. Me.ContextMenuStrip1.ResumeLayout(False)
  858. Me.ResumeLayout(False)
  859. Me.PerformLayout()
  860. End Sub
  861. Friend WithEvents 彙總_dgv As DataGridView
  862. Friend WithEvents 非當天日期_ch As CheckBox
  863. Friend WithEvents 供應商交期_dtp As DateTimePicker
  864. Friend WithEvents Label14 As Label
  865. Friend WithEvents 總金額_tb As TextBox
  866. Friend WithEvents Label21 As Label
  867. Friend WithEvents 採購下單_dtp As DateTimePicker
  868. Friend WithEvents Label19 As Label
  869. Friend WithEvents 選擇_tb As TextBox
  870. Friend WithEvents 單據編號_tb As TextBox
  871. Friend WithEvents Label16 As Label
  872. Friend WithEvents 供應商編號_cb As ComboBox
  873. Friend WithEvents 供應商_cb As ComboBox
  874. Friend WithEvents Label9 As Label
  875. Friend WithEvents 付款方式_tb As TextBox
  876. Friend WithEvents 公司電話2_tb As TextBox
  877. Friend WithEvents Label2 As Label
  878. Friend WithEvents 統編_tb As TextBox
  879. Friend WithEvents Label26 As Label
  880. Friend WithEvents 郵號2_tb As TextBox
  881. Friend WithEvents Label12 As Label
  882. Friend WithEvents 地址2_tb As TextBox
  883. Friend WithEvents 郵號1_tb As TextBox
  884. Friend WithEvents Label10 As Label
  885. Friend WithEvents 地址1_tb As TextBox
  886. Friend WithEvents Label8 As Label
  887. Friend WithEvents 傳真1_tb As TextBox
  888. Friend WithEvents 公司電話1_tb As TextBox
  889. Friend WithEvents Label5 As Label
  890. Friend WithEvents 供應商_tb As TextBox
  891. Friend WithEvents Label7 As Label
  892. Friend WithEvents Label6 As Label
  893. Friend WithEvents Label4 As Label
  894. Friend WithEvents Label3 As Label
  895. Friend WithEvents Label20 As Label
  896. Friend WithEvents 明細_dgv As DataGridView
  897. Friend WithEvents 指定倉處_cb As ComboBox
  898. Friend WithEvents Label1 As Label
  899. Friend WithEvents Label11 As Label
  900. Friend WithEvents 歷史售價_tb As TextBox
  901. Friend WithEvents 加權成本_台幣_tb As TextBox
  902. Friend WithEvents Label17 As Label
  903. Friend WithEvents 可出庫_tb As TextBox
  904. Friend WithEvents Label13 As Label
  905. Friend WithEvents 供應商編號_tb As TextBox
  906. Friend WithEvents 申請數_nud As NumericUpDown
  907. Friend WithEvents Label15 As Label
  908. Friend WithEvents Label18 As Label
  909. Friend WithEvents 料號_tb As TextBox
  910. Friend WithEvents 頁碼_cb As ComboBox
  911. Friend WithEvents Label27 As Label
  912. Friend WithEvents 物料關鍵字_tb As TextBox
  913. Friend WithEvents Label22 As Label
  914. Friend WithEvents 庫存_dgv As DataGridView
  915. Friend WithEvents 依商品排序_ch As CheckBox
  916. Friend WithEvents 依供應商排序_ch As CheckBox
  917. Friend WithEvents 倉庫編號_tb As TextBox
  918. Friend WithEvents 新增物料到退貨單 As Button
  919. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  920. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  921. Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
  922. Friend WithEvents 新增物料到採購單ToolStripMenuItem As ToolStripMenuItem
  923. Friend WithEvents 刪除出貨單中選中的物料ToolStripMenuItem As ToolStripMenuItem
  924. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  925. Friend WithEvents 修改存檔ToolStripMenuItem As ToolStripMenuItem
  926. Friend WithEvents 修改存檔_bt As Button
  927. Friend WithEvents Label23 As Label
  928. End Class