Sin descripción
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 37KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 訂單管理控制表
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(訂單管理控制表))
  29. Me.倉庫編號_tb = New System.Windows.Forms.TextBox()
  30. Me.指定倉處_cb = New System.Windows.Forms.ComboBox()
  31. Me.Label14 = New System.Windows.Forms.Label()
  32. Me.Label21 = New System.Windows.Forms.Label()
  33. Me.歷史單價_tb = New System.Windows.Forms.TextBox()
  34. Me.加權成本_台幣_tb = New System.Windows.Forms.TextBox()
  35. Me.Label17 = New System.Windows.Forms.Label()
  36. Me.可出庫_tb = New System.Windows.Forms.TextBox()
  37. Me.Label3 = New System.Windows.Forms.Label()
  38. Me.供應商編號_tb = New System.Windows.Forms.TextBox()
  39. Me.新增物料_bt = New System.Windows.Forms.Button()
  40. Me.申請數_nud = New System.Windows.Forms.NumericUpDown()
  41. Me.Label13 = New System.Windows.Forms.Label()
  42. Me.Label11 = New System.Windows.Forms.Label()
  43. Me.料號_tb = New System.Windows.Forms.TextBox()
  44. Me.頁碼_cb = New System.Windows.Forms.ComboBox()
  45. Me.Label27 = New System.Windows.Forms.Label()
  46. Me.客戶編號_cb = New System.Windows.Forms.ComboBox()
  47. Me.物料關鍵字_tb = New System.Windows.Forms.TextBox()
  48. Me.Label1 = New System.Windows.Forms.Label()
  49. Me.物料清單_dgv = New System.Windows.Forms.DataGridView()
  50. Me.依商品排序_ch = New System.Windows.Forms.CheckBox()
  51. Me.依供應商排序_ch = New System.Windows.Forms.CheckBox()
  52. Me.訂單彙總_dgv = New System.Windows.Forms.DataGridView()
  53. Me.控制表_rb = New System.Windows.Forms.RadioButton()
  54. Me.明細表_rb = New System.Windows.Forms.RadioButton()
  55. Me.訂單明細_dgv = New System.Windows.Forms.DataGridView()
  56. Me.非當天日期_ch = New System.Windows.Forms.CheckBox()
  57. Me.客戶交期_dtp = New System.Windows.Forms.DateTimePicker()
  58. Me.Label22 = New System.Windows.Forms.Label()
  59. Me.客戶下單_dtp = New System.Windows.Forms.DateTimePicker()
  60. Me.客戶關鍵字_tb = New System.Windows.Forms.TextBox()
  61. Me.Label15 = New System.Windows.Forms.Label()
  62. Me.客戶_cb = New System.Windows.Forms.ComboBox()
  63. Me.Label9 = New System.Windows.Forms.Label()
  64. Me.Label20 = New System.Windows.Forms.Label()
  65. Me.單據號碼_tb = New System.Windows.Forms.TextBox()
  66. Me.Label16 = New System.Windows.Forms.Label()
  67. Me.組裝需求_cb = New System.Windows.Forms.ComboBox()
  68. Me.Label18 = New System.Windows.Forms.Label()
  69. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  70. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  71. Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
  72. Me.開立新的採購單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  73. Me.新增物料到採購單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  74. Me.刪除採購單中選中的物料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  75. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  76. Me.修改存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  77. Me.出貨單號_tb = New System.Windows.Forms.TextBox()
  78. Me.新單號_tb = New System.Windows.Forms.TextBox()
  79. CType(Me.申請數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  80. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  81. CType(Me.訂單彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  82. CType(Me.訂單明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  83. Me.ContextMenuStrip1.SuspendLayout()
  84. Me.SuspendLayout()
  85. '
  86. '倉庫編號_tb
  87. '
  88. Me.倉庫編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  89. Me.倉庫編號_tb.Location = New System.Drawing.Point(193, 82)
  90. Me.倉庫編號_tb.Name = "倉庫編號_tb"
  91. Me.倉庫編號_tb.Size = New System.Drawing.Size(65, 23)
  92. Me.倉庫編號_tb.TabIndex = 1171
  93. '
  94. '指定倉處_cb
  95. '
  96. Me.指定倉處_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  97. Me.指定倉處_cb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  98. Me.指定倉處_cb.ForeColor = System.Drawing.Color.Green
  99. Me.指定倉處_cb.FormattingEnabled = True
  100. Me.指定倉處_cb.Items.AddRange(New Object() {"NA", "女", "男"})
  101. Me.指定倉處_cb.Location = New System.Drawing.Point(74, 82)
  102. Me.指定倉處_cb.Name = "指定倉處_cb"
  103. Me.指定倉處_cb.Size = New System.Drawing.Size(113, 23)
  104. Me.指定倉處_cb.TabIndex = 1170
  105. '
  106. 'Label14
  107. '
  108. Me.Label14.AutoSize = True
  109. Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  110. Me.Label14.Location = New System.Drawing.Point(6, 85)
  111. Me.Label14.Name = "Label14"
  112. Me.Label14.Size = New System.Drawing.Size(56, 16)
  113. Me.Label14.TabIndex = 1172
  114. Me.Label14.Text = "指定倉庫"
  115. '
  116. 'Label21
  117. '
  118. Me.Label21.AutoSize = True
  119. Me.Label21.Location = New System.Drawing.Point(6, 59)
  120. Me.Label21.Name = "Label21"
  121. Me.Label21.Size = New System.Drawing.Size(56, 16)
  122. Me.Label21.TabIndex = 1169
  123. Me.Label21.Text = "歷史售價"
  124. '
  125. '歷史單價_tb
  126. '
  127. Me.歷史單價_tb.Location = New System.Drawing.Point(74, 56)
  128. Me.歷史單價_tb.Name = "歷史單價_tb"
  129. Me.歷史單價_tb.Size = New System.Drawing.Size(65, 23)
  130. Me.歷史單價_tb.TabIndex = 1166
  131. Me.歷史單價_tb.Text = "0"
  132. Me.歷史單價_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  133. '
  134. '加權成本_台幣_tb
  135. '
  136. Me.加權成本_台幣_tb.Location = New System.Drawing.Point(300, 143)
  137. Me.加權成本_台幣_tb.Name = "加權成本_台幣_tb"
  138. Me.加權成本_台幣_tb.Size = New System.Drawing.Size(65, 23)
  139. Me.加權成本_台幣_tb.TabIndex = 1165
  140. Me.加權成本_台幣_tb.Text = "0"
  141. Me.加權成本_台幣_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  142. '
  143. 'Label17
  144. '
  145. Me.Label17.AutoSize = True
  146. Me.Label17.Location = New System.Drawing.Point(139, 59)
  147. Me.Label17.Name = "Label17"
  148. Me.Label17.Size = New System.Drawing.Size(44, 16)
  149. Me.Label17.TabIndex = 1164
  150. Me.Label17.Text = "可出庫"
  151. '
  152. '可出庫_tb
  153. '
  154. Me.可出庫_tb.Location = New System.Drawing.Point(183, 56)
  155. Me.可出庫_tb.Name = "可出庫_tb"
  156. Me.可出庫_tb.Size = New System.Drawing.Size(65, 23)
  157. Me.可出庫_tb.TabIndex = 1163
  158. Me.可出庫_tb.Text = "0"
  159. Me.可出庫_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  160. '
  161. 'Label3
  162. '
  163. Me.Label3.AutoSize = True
  164. Me.Label3.Location = New System.Drawing.Point(6, 32)
  165. Me.Label3.Name = "Label3"
  166. Me.Label3.Size = New System.Drawing.Size(68, 16)
  167. Me.Label3.TabIndex = 1162
  168. Me.Label3.Text = "供應商編號"
  169. '
  170. '供應商編號_tb
  171. '
  172. Me.供應商編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  173. Me.供應商編號_tb.Location = New System.Drawing.Point(74, 29)
  174. Me.供應商編號_tb.Name = "供應商編號_tb"
  175. Me.供應商編號_tb.Size = New System.Drawing.Size(128, 25)
  176. Me.供應商編號_tb.TabIndex = 1161
  177. Me.供應商編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  178. '
  179. '新增物料_bt
  180. '
  181. Me.新增物料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  182. Me.新增物料_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  183. Me.新增物料_bt.Location = New System.Drawing.Point(367, 29)
  184. Me.新增物料_bt.Name = "新增物料_bt"
  185. Me.新增物料_bt.Size = New System.Drawing.Size(82, 77)
  186. Me.新增物料_bt.TabIndex = 1160
  187. Me.新增物料_bt.Text = "新增物料"
  188. Me.新增物料_bt.UseVisualStyleBackColor = True
  189. '
  190. '申請數_nud
  191. '
  192. Me.申請數_nud.Location = New System.Drawing.Point(298, 56)
  193. Me.申請數_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  194. Me.申請數_nud.Name = "申請數_nud"
  195. Me.申請數_nud.Size = New System.Drawing.Size(67, 23)
  196. Me.申請數_nud.TabIndex = 1159
  197. Me.申請數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  198. '
  199. 'Label13
  200. '
  201. Me.Label13.AutoSize = True
  202. Me.Label13.Location = New System.Drawing.Point(253, 59)
  203. Me.Label13.Name = "Label13"
  204. Me.Label13.Size = New System.Drawing.Size(44, 16)
  205. Me.Label13.TabIndex = 1158
  206. Me.Label13.Text = "申請數"
  207. '
  208. 'Label11
  209. '
  210. Me.Label11.AutoSize = True
  211. Me.Label11.Location = New System.Drawing.Point(203, 33)
  212. Me.Label11.Name = "Label11"
  213. Me.Label11.Size = New System.Drawing.Size(32, 16)
  214. Me.Label11.TabIndex = 1157
  215. Me.Label11.Text = "料號"
  216. '
  217. '料號_tb
  218. '
  219. Me.料號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  220. Me.料號_tb.Location = New System.Drawing.Point(235, 29)
  221. Me.料號_tb.Name = "料號_tb"
  222. Me.料號_tb.Size = New System.Drawing.Size(130, 25)
  223. Me.料號_tb.TabIndex = 1156
  224. Me.料號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  225. '
  226. '頁碼_cb
  227. '
  228. Me.頁碼_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  229. Me.頁碼_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  230. Me.頁碼_cb.FormattingEnabled = True
  231. Me.頁碼_cb.Items.AddRange(New Object() {"男", "女", "NA"})
  232. Me.頁碼_cb.Location = New System.Drawing.Point(216, 2)
  233. Me.頁碼_cb.Name = "頁碼_cb"
  234. Me.頁碼_cb.Size = New System.Drawing.Size(64, 24)
  235. Me.頁碼_cb.TabIndex = 1155
  236. '
  237. 'Label27
  238. '
  239. Me.Label27.AutoSize = True
  240. Me.Label27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  241. Me.Label27.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  242. Me.Label27.Location = New System.Drawing.Point(185, 7)
  243. Me.Label27.Name = "Label27"
  244. Me.Label27.Size = New System.Drawing.Size(32, 16)
  245. Me.Label27.TabIndex = 1154
  246. Me.Label27.Text = "頁碼"
  247. '
  248. '客戶編號_cb
  249. '
  250. Me.客戶編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  251. Me.客戶編號_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  252. Me.客戶編號_cb.ForeColor = System.Drawing.Color.Green
  253. Me.客戶編號_cb.FormattingEnabled = True
  254. Me.客戶編號_cb.Items.AddRange(New Object() {"男", "女", "NA"})
  255. Me.客戶編號_cb.Location = New System.Drawing.Point(264, 82)
  256. Me.客戶編號_cb.Name = "客戶編號_cb"
  257. Me.客戶編號_cb.Size = New System.Drawing.Size(101, 24)
  258. Me.客戶編號_cb.TabIndex = 1153
  259. '
  260. '物料關鍵字_tb
  261. '
  262. Me.物料關鍵字_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  263. Me.物料關鍵字_tb.Location = New System.Drawing.Point(348, 2)
  264. Me.物料關鍵字_tb.Name = "物料關鍵字_tb"
  265. Me.物料關鍵字_tb.Size = New System.Drawing.Size(102, 25)
  266. Me.物料關鍵字_tb.TabIndex = 1152
  267. '
  268. 'Label1
  269. '
  270. Me.Label1.AutoSize = True
  271. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  272. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  273. Me.Label1.Location = New System.Drawing.Point(281, 7)
  274. Me.Label1.Name = "Label1"
  275. Me.Label1.Size = New System.Drawing.Size(68, 16)
  276. Me.Label1.TabIndex = 1151
  277. Me.Label1.Text = "物料關鍵字"
  278. '
  279. '物料清單_dgv
  280. '
  281. Me.物料清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  282. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  283. Me.物料清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  284. Me.物料清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  285. Me.物料清單_dgv.Location = New System.Drawing.Point(6, 109)
  286. Me.物料清單_dgv.Name = "物料清單_dgv"
  287. Me.物料清單_dgv.RowHeadersWidth = 5
  288. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  289. Me.物料清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  290. Me.物料清單_dgv.RowTemplate.Height = 24
  291. Me.物料清單_dgv.Size = New System.Drawing.Size(443, 497)
  292. Me.物料清單_dgv.TabIndex = 1150
  293. '
  294. '依商品排序_ch
  295. '
  296. Me.依商品排序_ch.AutoSize = True
  297. Me.依商品排序_ch.Location = New System.Drawing.Point(104, 6)
  298. Me.依商品排序_ch.Name = "依商品排序_ch"
  299. Me.依商品排序_ch.Size = New System.Drawing.Size(87, 20)
  300. Me.依商品排序_ch.TabIndex = 1168
  301. Me.依商品排序_ch.Text = "依商品排序"
  302. Me.依商品排序_ch.UseVisualStyleBackColor = True
  303. '
  304. '依供應商排序_ch
  305. '
  306. Me.依供應商排序_ch.AutoSize = True
  307. Me.依供應商排序_ch.Location = New System.Drawing.Point(7, 6)
  308. Me.依供應商排序_ch.Name = "依供應商排序_ch"
  309. Me.依供應商排序_ch.Size = New System.Drawing.Size(99, 20)
  310. Me.依供應商排序_ch.TabIndex = 1167
  311. Me.依供應商排序_ch.Text = "依供應商排序"
  312. Me.依供應商排序_ch.UseVisualStyleBackColor = True
  313. '
  314. '訂單彙總_dgv
  315. '
  316. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  317. Me.訂單彙總_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  318. Me.訂單彙總_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  319. Or System.Windows.Forms.AnchorStyles.Left) _
  320. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  321. Me.訂單彙總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  322. Me.訂單彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  323. Me.訂單彙總_dgv.Location = New System.Drawing.Point(453, 59)
  324. Me.訂單彙總_dgv.Name = "訂單彙總_dgv"
  325. Me.訂單彙總_dgv.RowHeadersWidth = 5
  326. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  327. Me.訂單彙總_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  328. Me.訂單彙總_dgv.RowTemplate.Height = 24
  329. Me.訂單彙總_dgv.Size = New System.Drawing.Size(787, 547)
  330. Me.訂單彙總_dgv.TabIndex = 1173
  331. '
  332. '控制表_rb
  333. '
  334. Me.控制表_rb.AutoSize = True
  335. Me.控制表_rb.Location = New System.Drawing.Point(808, 33)
  336. Me.控制表_rb.Name = "控制表_rb"
  337. Me.控制表_rb.Size = New System.Drawing.Size(62, 20)
  338. Me.控制表_rb.TabIndex = 1174
  339. Me.控制表_rb.TabStop = True
  340. Me.控制表_rb.Text = "控制表"
  341. Me.控制表_rb.UseVisualStyleBackColor = True
  342. '
  343. '明細表_rb
  344. '
  345. Me.明細表_rb.AutoSize = True
  346. Me.明細表_rb.Location = New System.Drawing.Point(885, 33)
  347. Me.明細表_rb.Name = "明細表_rb"
  348. Me.明細表_rb.Size = New System.Drawing.Size(62, 20)
  349. Me.明細表_rb.TabIndex = 1175
  350. Me.明細表_rb.TabStop = True
  351. Me.明細表_rb.Text = "明細表"
  352. Me.明細表_rb.UseVisualStyleBackColor = True
  353. '
  354. '訂單明細_dgv
  355. '
  356. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  357. Me.訂單明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  358. Me.訂單明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  359. Or System.Windows.Forms.AnchorStyles.Left) _
  360. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  361. Me.訂單明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  362. Me.訂單明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  363. Me.訂單明細_dgv.Location = New System.Drawing.Point(453, 59)
  364. Me.訂單明細_dgv.Name = "訂單明細_dgv"
  365. Me.訂單明細_dgv.RowHeadersWidth = 5
  366. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  367. Me.訂單明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5
  368. Me.訂單明細_dgv.RowTemplate.Height = 24
  369. Me.訂單明細_dgv.Size = New System.Drawing.Size(787, 547)
  370. Me.訂單明細_dgv.TabIndex = 1176
  371. '
  372. '非當天日期_ch
  373. '
  374. Me.非當天日期_ch.AutoSize = True
  375. Me.非當天日期_ch.Checked = True
  376. Me.非當天日期_ch.CheckState = System.Windows.Forms.CheckState.Checked
  377. Me.非當天日期_ch.Location = New System.Drawing.Point(609, 34)
  378. Me.非當天日期_ch.Name = "非當天日期_ch"
  379. Me.非當天日期_ch.Size = New System.Drawing.Size(39, 20)
  380. Me.非當天日期_ch.TabIndex = 1185
  381. Me.非當天日期_ch.Text = "補"
  382. Me.非當天日期_ch.UseVisualStyleBackColor = True
  383. '
  384. '客戶交期_dtp
  385. '
  386. Me.客戶交期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  387. Me.客戶交期_dtp.Location = New System.Drawing.Point(713, 31)
  388. Me.客戶交期_dtp.Name = "客戶交期_dtp"
  389. Me.客戶交期_dtp.Size = New System.Drawing.Size(90, 23)
  390. Me.客戶交期_dtp.TabIndex = 1183
  391. '
  392. 'Label22
  393. '
  394. Me.Label22.AutoSize = True
  395. Me.Label22.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  396. Me.Label22.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  397. Me.Label22.Location = New System.Drawing.Point(660, 35)
  398. Me.Label22.Name = "Label22"
  399. Me.Label22.Size = New System.Drawing.Size(56, 16)
  400. Me.Label22.TabIndex = 1184
  401. Me.Label22.Text = "客戶交期"
  402. '
  403. '客戶下單_dtp
  404. '
  405. Me.客戶下單_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  406. Me.客戶下單_dtp.Location = New System.Drawing.Point(513, 32)
  407. Me.客戶下單_dtp.Name = "客戶下單_dtp"
  408. Me.客戶下單_dtp.Size = New System.Drawing.Size(90, 23)
  409. Me.客戶下單_dtp.TabIndex = 1181
  410. '
  411. '客戶關鍵字_tb
  412. '
  413. Me.客戶關鍵字_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  414. Me.客戶關鍵字_tb.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  415. Me.客戶關鍵字_tb.Location = New System.Drawing.Point(713, 3)
  416. Me.客戶關鍵字_tb.Name = "客戶關鍵字_tb"
  417. Me.客戶關鍵字_tb.Size = New System.Drawing.Size(90, 25)
  418. Me.客戶關鍵字_tb.TabIndex = 1180
  419. '
  420. 'Label15
  421. '
  422. Me.Label15.AutoSize = True
  423. Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  424. Me.Label15.ForeColor = System.Drawing.Color.Green
  425. Me.Label15.Location = New System.Drawing.Point(647, 8)
  426. Me.Label15.Name = "Label15"
  427. Me.Label15.Size = New System.Drawing.Size(68, 16)
  428. Me.Label15.TabIndex = 1179
  429. Me.Label15.Text = "客戶關鍵字"
  430. '
  431. '客戶_cb
  432. '
  433. Me.客戶_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  434. Me.客戶_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  435. Me.客戶_cb.ForeColor = System.Drawing.Color.Green
  436. Me.客戶_cb.FormattingEnabled = True
  437. Me.客戶_cb.Items.AddRange(New Object() {"NA", "女", "男"})
  438. Me.客戶_cb.Location = New System.Drawing.Point(863, 4)
  439. Me.客戶_cb.Name = "客戶_cb"
  440. Me.客戶_cb.Size = New System.Drawing.Size(113, 24)
  441. Me.客戶_cb.TabIndex = 1178
  442. '
  443. 'Label9
  444. '
  445. Me.Label9.AutoSize = True
  446. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  447. Me.Label9.ForeColor = System.Drawing.Color.Green
  448. Me.Label9.Location = New System.Drawing.Point(805, 7)
  449. Me.Label9.Name = "Label9"
  450. Me.Label9.Size = New System.Drawing.Size(56, 16)
  451. Me.Label9.TabIndex = 1177
  452. Me.Label9.Text = "客戶簡稱"
  453. '
  454. 'Label20
  455. '
  456. Me.Label20.AutoSize = True
  457. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  458. Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  459. Me.Label20.Location = New System.Drawing.Point(460, 36)
  460. Me.Label20.Name = "Label20"
  461. Me.Label20.Size = New System.Drawing.Size(56, 16)
  462. Me.Label20.TabIndex = 1182
  463. Me.Label20.Text = "客戶下單"
  464. '
  465. '單據號碼_tb
  466. '
  467. Me.單據號碼_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  468. Me.單據號碼_tb.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  469. Me.單據號碼_tb.Location = New System.Drawing.Point(513, 4)
  470. Me.單據號碼_tb.Name = "單據號碼_tb"
  471. Me.單據號碼_tb.Size = New System.Drawing.Size(128, 25)
  472. Me.單據號碼_tb.TabIndex = 1187
  473. '
  474. 'Label16
  475. '
  476. Me.Label16.AutoSize = True
  477. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  478. Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  479. Me.Label16.Location = New System.Drawing.Point(459, 8)
  480. Me.Label16.Name = "Label16"
  481. Me.Label16.Size = New System.Drawing.Size(56, 16)
  482. Me.Label16.TabIndex = 1186
  483. Me.Label16.Text = "單據編號"
  484. '
  485. '組裝需求_cb
  486. '
  487. Me.組裝需求_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  488. Me.組裝需求_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  489. Me.組裝需求_cb.ForeColor = System.Drawing.Color.Green
  490. Me.組裝需求_cb.FormattingEnabled = True
  491. Me.組裝需求_cb.Items.AddRange(New Object() {"直接出貨", "組裝出貨"})
  492. Me.組裝需求_cb.Location = New System.Drawing.Point(1044, 4)
  493. Me.組裝需求_cb.Name = "組裝需求_cb"
  494. Me.組裝需求_cb.Size = New System.Drawing.Size(84, 24)
  495. Me.組裝需求_cb.TabIndex = 1190
  496. '
  497. 'Label18
  498. '
  499. Me.Label18.AutoSize = True
  500. Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  501. Me.Label18.ForeColor = System.Drawing.Color.Green
  502. Me.Label18.Location = New System.Drawing.Point(982, 7)
  503. Me.Label18.Name = "Label18"
  504. Me.Label18.Size = New System.Drawing.Size(56, 16)
  505. Me.Label18.TabIndex = 1189
  506. Me.Label18.Text = "組裝需求"
  507. '
  508. 'ContextMenuStrip1
  509. '
  510. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.開立新的採購單ToolStripMenuItem, Me.新增物料到採購單ToolStripMenuItem, Me.刪除採購單中選中的物料ToolStripMenuItem, Me.ToolStripSeparator1, Me.修改存檔ToolStripMenuItem})
  511. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  512. Me.ContextMenuStrip1.Size = New System.Drawing.Size(207, 126)
  513. '
  514. '重新整理ToolStripMenuItem
  515. '
  516. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  517. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  518. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  519. '
  520. 'ToolStripSeparator3
  521. '
  522. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  523. Me.ToolStripSeparator3.Size = New System.Drawing.Size(203, 6)
  524. '
  525. '開立新的採購單ToolStripMenuItem
  526. '
  527. Me.開立新的採購單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  528. Me.開立新的採購單ToolStripMenuItem.Name = "開立新的採購單ToolStripMenuItem"
  529. Me.開立新的採購單ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  530. Me.開立新的採購單ToolStripMenuItem.Text = "開立新的訂單"
  531. '
  532. '新增物料到採購單ToolStripMenuItem
  533. '
  534. Me.新增物料到採購單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  535. Me.新增物料到採購單ToolStripMenuItem.Name = "新增物料到採購單ToolStripMenuItem"
  536. Me.新增物料到採購單ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  537. Me.新增物料到採購單ToolStripMenuItem.Text = "新增物料到訂單單"
  538. '
  539. '刪除採購單中選中的物料ToolStripMenuItem
  540. '
  541. Me.刪除採購單中選中的物料ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  542. Me.刪除採購單中選中的物料ToolStripMenuItem.Name = "刪除採購單中選中的物料ToolStripMenuItem"
  543. Me.刪除採購單中選中的物料ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  544. Me.刪除採購單中選中的物料ToolStripMenuItem.Text = "刪除訂單單中選中的物料"
  545. '
  546. 'ToolStripSeparator1
  547. '
  548. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  549. Me.ToolStripSeparator1.Size = New System.Drawing.Size(203, 6)
  550. '
  551. '修改存檔ToolStripMenuItem
  552. '
  553. Me.修改存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  554. Me.修改存檔ToolStripMenuItem.Name = "修改存檔ToolStripMenuItem"
  555. Me.修改存檔ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  556. Me.修改存檔ToolStripMenuItem.Text = "修改存檔"
  557. '
  558. '出貨單號_tb
  559. '
  560. Me.出貨單號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  561. Me.出貨單號_tb.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  562. Me.出貨單號_tb.Location = New System.Drawing.Point(980, 31)
  563. Me.出貨單號_tb.Name = "出貨單號_tb"
  564. Me.出貨單號_tb.Size = New System.Drawing.Size(128, 23)
  565. Me.出貨單號_tb.TabIndex = 1191
  566. '
  567. '新單號_tb
  568. '
  569. Me.新單號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  570. Me.新單號_tb.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  571. Me.新單號_tb.Location = New System.Drawing.Point(1111, 31)
  572. Me.新單號_tb.Name = "新單號_tb"
  573. Me.新單號_tb.Size = New System.Drawing.Size(128, 23)
  574. Me.新單號_tb.TabIndex = 1192
  575. '
  576. '訂單管理控制表
  577. '
  578. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  579. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  580. Me.ClientSize = New System.Drawing.Size(1249, 611)
  581. Me.ContextMenuStrip = Me.ContextMenuStrip1
  582. Me.Controls.Add(Me.新單號_tb)
  583. Me.Controls.Add(Me.出貨單號_tb)
  584. Me.Controls.Add(Me.組裝需求_cb)
  585. Me.Controls.Add(Me.Label18)
  586. Me.Controls.Add(Me.單據號碼_tb)
  587. Me.Controls.Add(Me.Label16)
  588. Me.Controls.Add(Me.非當天日期_ch)
  589. Me.Controls.Add(Me.客戶交期_dtp)
  590. Me.Controls.Add(Me.Label22)
  591. Me.Controls.Add(Me.客戶下單_dtp)
  592. Me.Controls.Add(Me.客戶關鍵字_tb)
  593. Me.Controls.Add(Me.Label15)
  594. Me.Controls.Add(Me.客戶_cb)
  595. Me.Controls.Add(Me.Label9)
  596. Me.Controls.Add(Me.Label20)
  597. Me.Controls.Add(Me.明細表_rb)
  598. Me.Controls.Add(Me.控制表_rb)
  599. Me.Controls.Add(Me.倉庫編號_tb)
  600. Me.Controls.Add(Me.指定倉處_cb)
  601. Me.Controls.Add(Me.Label14)
  602. Me.Controls.Add(Me.Label21)
  603. Me.Controls.Add(Me.歷史單價_tb)
  604. Me.Controls.Add(Me.加權成本_台幣_tb)
  605. Me.Controls.Add(Me.Label17)
  606. Me.Controls.Add(Me.可出庫_tb)
  607. Me.Controls.Add(Me.Label3)
  608. Me.Controls.Add(Me.供應商編號_tb)
  609. Me.Controls.Add(Me.新增物料_bt)
  610. Me.Controls.Add(Me.申請數_nud)
  611. Me.Controls.Add(Me.Label13)
  612. Me.Controls.Add(Me.Label11)
  613. Me.Controls.Add(Me.料號_tb)
  614. Me.Controls.Add(Me.頁碼_cb)
  615. Me.Controls.Add(Me.Label27)
  616. Me.Controls.Add(Me.客戶編號_cb)
  617. Me.Controls.Add(Me.物料關鍵字_tb)
  618. Me.Controls.Add(Me.Label1)
  619. Me.Controls.Add(Me.依商品排序_ch)
  620. Me.Controls.Add(Me.依供應商排序_ch)
  621. Me.Controls.Add(Me.物料清單_dgv)
  622. Me.Controls.Add(Me.訂單彙總_dgv)
  623. Me.Controls.Add(Me.訂單明細_dgv)
  624. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  625. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  626. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  627. Me.Name = "訂單管理控制表"
  628. Me.Text = "訂單管理控制表"
  629. CType(Me.申請數_nud, System.ComponentModel.ISupportInitialize).EndInit()
  630. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  631. CType(Me.訂單彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  632. CType(Me.訂單明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  633. Me.ContextMenuStrip1.ResumeLayout(False)
  634. Me.ResumeLayout(False)
  635. Me.PerformLayout()
  636. End Sub
  637. Friend WithEvents 倉庫編號_tb As TextBox
  638. Friend WithEvents 指定倉處_cb As ComboBox
  639. Friend WithEvents Label14 As Label
  640. Friend WithEvents Label21 As Label
  641. Friend WithEvents 歷史單價_tb As TextBox
  642. Friend WithEvents 加權成本_台幣_tb As TextBox
  643. Friend WithEvents Label17 As Label
  644. Friend WithEvents 可出庫_tb As TextBox
  645. Friend WithEvents Label3 As Label
  646. Friend WithEvents 供應商編號_tb As TextBox
  647. Friend WithEvents 新增物料_bt As Button
  648. Friend WithEvents 申請數_nud As NumericUpDown
  649. Friend WithEvents Label13 As Label
  650. Friend WithEvents Label11 As Label
  651. Friend WithEvents 料號_tb As TextBox
  652. Friend WithEvents 頁碼_cb As ComboBox
  653. Friend WithEvents Label27 As Label
  654. Friend WithEvents 客戶編號_cb As ComboBox
  655. Friend WithEvents 物料關鍵字_tb As TextBox
  656. Friend WithEvents Label1 As Label
  657. Friend WithEvents 物料清單_dgv As DataGridView
  658. Friend WithEvents 依商品排序_ch As CheckBox
  659. Friend WithEvents 依供應商排序_ch As CheckBox
  660. Friend WithEvents 訂單彙總_dgv As DataGridView
  661. Friend WithEvents 控制表_rb As RadioButton
  662. Friend WithEvents 明細表_rb As RadioButton
  663. Friend WithEvents 訂單明細_dgv As DataGridView
  664. Friend WithEvents 非當天日期_ch As CheckBox
  665. Friend WithEvents 客戶交期_dtp As DateTimePicker
  666. Friend WithEvents Label22 As Label
  667. Friend WithEvents 客戶下單_dtp As DateTimePicker
  668. Friend WithEvents 客戶關鍵字_tb As TextBox
  669. Friend WithEvents Label15 As Label
  670. Friend WithEvents 客戶_cb As ComboBox
  671. Friend WithEvents Label9 As Label
  672. Friend WithEvents Label20 As Label
  673. Friend WithEvents 單據號碼_tb As TextBox
  674. Friend WithEvents Label16 As Label
  675. Friend WithEvents 組裝需求_cb As ComboBox
  676. Friend WithEvents Label18 As Label
  677. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  678. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  679. Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
  680. Friend WithEvents 開立新的採購單ToolStripMenuItem As ToolStripMenuItem
  681. Friend WithEvents 新增物料到採購單ToolStripMenuItem As ToolStripMenuItem
  682. Friend WithEvents 刪除採購單中選中的物料ToolStripMenuItem As ToolStripMenuItem
  683. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  684. Friend WithEvents 修改存檔ToolStripMenuItem As ToolStripMenuItem
  685. Friend WithEvents 出貨單號_tb As TextBox
  686. Friend WithEvents 新單號_tb As TextBox
  687. End Class