No Description
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 35KB

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