Ei kuvausta
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.

Frm_PU.Designer.vb 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_PU
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.dgv_CHEM = New System.Windows.Forms.DataGridView()
  26. Me.Button1 = New System.Windows.Forms.Button()
  27. Me.Button2 = New System.Windows.Forms.Button()
  28. Me.ListBox1 = New System.Windows.Forms.ListBox()
  29. Me.Label1 = New System.Windows.Forms.Label()
  30. Me.Label2 = New System.Windows.Forms.Label()
  31. Me.ListBox2 = New System.Windows.Forms.ListBox()
  32. Me.TXT1 = New System.Windows.Forms.TextBox()
  33. Me.dgv_order = New System.Windows.Forms.DataGridView()
  34. Me.Button3 = New System.Windows.Forms.Button()
  35. Me.Button4 = New System.Windows.Forms.Button()
  36. Me.Label3 = New System.Windows.Forms.Label()
  37. Me.Label6 = New System.Windows.Forms.Label()
  38. Me.TXT11 = New System.Windows.Forms.TextBox()
  39. Me.Label5 = New System.Windows.Forms.Label()
  40. Me.TXT22 = New System.Windows.Forms.TextBox()
  41. Me.Label8 = New System.Windows.Forms.Label()
  42. Me.TXT2 = New System.Windows.Forms.TextBox()
  43. Me.ListBox3 = New System.Windows.Forms.ListBox()
  44. Me.ListBox4 = New System.Windows.Forms.ListBox()
  45. Me.dgv1 = New System.Windows.Forms.DataGridView()
  46. Me.Button5 = New System.Windows.Forms.Button()
  47. CType(Me.dgv_CHEM, System.ComponentModel.ISupportInitialize).BeginInit()
  48. CType(Me.dgv_order, System.ComponentModel.ISupportInitialize).BeginInit()
  49. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
  50. Me.SuspendLayout()
  51. '
  52. 'dgv_CHEM
  53. '
  54. Me.dgv_CHEM.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  55. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  56. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  57. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  58. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  59. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  60. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  61. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  62. Me.dgv_CHEM.DefaultCellStyle = DataGridViewCellStyle1
  63. Me.dgv_CHEM.Location = New System.Drawing.Point(503, 312)
  64. Me.dgv_CHEM.Name = "dgv_CHEM"
  65. Me.dgv_CHEM.RowTemplate.Height = 23
  66. Me.dgv_CHEM.Size = New System.Drawing.Size(357, 451)
  67. Me.dgv_CHEM.TabIndex = 4
  68. '
  69. 'Button1
  70. '
  71. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.Button1.Location = New System.Drawing.Point(876, 340)
  73. Me.Button1.Name = "Button1"
  74. Me.Button1.Size = New System.Drawing.Size(75, 67)
  75. Me.Button1.TabIndex = 5
  76. Me.Button1.Text = "-->"
  77. Me.Button1.UseVisualStyleBackColor = True
  78. '
  79. 'Button2
  80. '
  81. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  82. Me.Button2.Location = New System.Drawing.Point(876, 429)
  83. Me.Button2.Name = "Button2"
  84. Me.Button2.Size = New System.Drawing.Size(75, 67)
  85. Me.Button2.TabIndex = 6
  86. Me.Button2.Text = "<--"
  87. Me.Button2.UseVisualStyleBackColor = True
  88. '
  89. 'ListBox1
  90. '
  91. Me.ListBox1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  92. Me.ListBox1.FormattingEnabled = True
  93. Me.ListBox1.ItemHeight = 19
  94. Me.ListBox1.Location = New System.Drawing.Point(975, 340)
  95. Me.ListBox1.Name = "ListBox1"
  96. Me.ListBox1.Size = New System.Drawing.Size(247, 156)
  97. Me.ListBox1.TabIndex = 7
  98. '
  99. 'Label1
  100. '
  101. Me.Label1.AutoSize = True
  102. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  103. Me.Label1.ForeColor = System.Drawing.Color.Red
  104. Me.Label1.Location = New System.Drawing.Point(971, 312)
  105. Me.Label1.Name = "Label1"
  106. Me.Label1.Size = New System.Drawing.Size(48, 24)
  107. Me.Label1.TabIndex = 8
  108. Me.Label1.Text = "面料"
  109. '
  110. 'Label2
  111. '
  112. Me.Label2.AutoSize = True
  113. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  114. Me.Label2.ForeColor = System.Drawing.Color.Red
  115. Me.Label2.Location = New System.Drawing.Point(971, 516)
  116. Me.Label2.Name = "Label2"
  117. Me.Label2.Size = New System.Drawing.Size(48, 24)
  118. Me.Label2.TabIndex = 10
  119. Me.Label2.Text = "底料"
  120. '
  121. 'ListBox2
  122. '
  123. Me.ListBox2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  124. Me.ListBox2.FormattingEnabled = True
  125. Me.ListBox2.ItemHeight = 19
  126. Me.ListBox2.Location = New System.Drawing.Point(975, 544)
  127. Me.ListBox2.Name = "ListBox2"
  128. Me.ListBox2.Size = New System.Drawing.Size(247, 156)
  129. Me.ListBox2.TabIndex = 9
  130. '
  131. 'TXT1
  132. '
  133. Me.TXT1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  134. Me.TXT1.Location = New System.Drawing.Point(1238, 339)
  135. Me.TXT1.Name = "TXT1"
  136. Me.TXT1.Size = New System.Drawing.Size(100, 33)
  137. Me.TXT1.TabIndex = 11
  138. '
  139. 'dgv_order
  140. '
  141. Me.dgv_order.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  142. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  143. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  144. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  145. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  146. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  147. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  148. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  149. Me.dgv_order.DefaultCellStyle = DataGridViewCellStyle2
  150. Me.dgv_order.Location = New System.Drawing.Point(117, 312)
  151. Me.dgv_order.Name = "dgv_order"
  152. Me.dgv_order.RowTemplate.Height = 23
  153. Me.dgv_order.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
  154. Me.dgv_order.Size = New System.Drawing.Size(357, 451)
  155. Me.dgv_order.TabIndex = 13
  156. '
  157. 'Button3
  158. '
  159. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  160. Me.Button3.Location = New System.Drawing.Point(876, 636)
  161. Me.Button3.Name = "Button3"
  162. Me.Button3.Size = New System.Drawing.Size(75, 67)
  163. Me.Button3.TabIndex = 15
  164. Me.Button3.Text = "<--"
  165. Me.Button3.UseVisualStyleBackColor = True
  166. '
  167. 'Button4
  168. '
  169. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  170. Me.Button4.Location = New System.Drawing.Point(876, 544)
  171. Me.Button4.Name = "Button4"
  172. Me.Button4.Size = New System.Drawing.Size(75, 67)
  173. Me.Button4.TabIndex = 14
  174. Me.Button4.Text = "-->"
  175. Me.Button4.UseVisualStyleBackColor = True
  176. '
  177. 'Label3
  178. '
  179. Me.Label3.AutoSize = True
  180. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  181. Me.Label3.ForeColor = System.Drawing.Color.Red
  182. Me.Label3.Location = New System.Drawing.Point(1234, 312)
  183. Me.Label3.Name = "Label3"
  184. Me.Label3.Size = New System.Drawing.Size(48, 24)
  185. Me.Label3.TabIndex = 16
  186. Me.Label3.Text = "用料"
  187. '
  188. 'Label6
  189. '
  190. Me.Label6.AutoSize = True
  191. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  192. Me.Label6.ForeColor = System.Drawing.Color.Red
  193. Me.Label6.Location = New System.Drawing.Point(1234, 383)
  194. Me.Label6.Name = "Label6"
  195. Me.Label6.Size = New System.Drawing.Size(48, 24)
  196. Me.Label6.TabIndex = 20
  197. Me.Label6.Text = "成本"
  198. '
  199. 'TXT11
  200. '
  201. Me.TXT11.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  202. Me.TXT11.Location = New System.Drawing.Point(1238, 410)
  203. Me.TXT11.Name = "TXT11"
  204. Me.TXT11.Size = New System.Drawing.Size(100, 33)
  205. Me.TXT11.TabIndex = 18
  206. '
  207. 'Label5
  208. '
  209. Me.Label5.AutoSize = True
  210. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  211. Me.Label5.ForeColor = System.Drawing.Color.Red
  212. Me.Label5.Location = New System.Drawing.Point(1239, 585)
  213. Me.Label5.Name = "Label5"
  214. Me.Label5.Size = New System.Drawing.Size(48, 24)
  215. Me.Label5.TabIndex = 27
  216. Me.Label5.Text = "成本"
  217. '
  218. 'TXT22
  219. '
  220. Me.TXT22.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  221. Me.TXT22.Location = New System.Drawing.Point(1243, 612)
  222. Me.TXT22.Name = "TXT22"
  223. Me.TXT22.Size = New System.Drawing.Size(100, 33)
  224. Me.TXT22.TabIndex = 26
  225. '
  226. 'Label8
  227. '
  228. Me.Label8.AutoSize = True
  229. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  230. Me.Label8.ForeColor = System.Drawing.Color.Red
  231. Me.Label8.Location = New System.Drawing.Point(1239, 516)
  232. Me.Label8.Name = "Label8"
  233. Me.Label8.Size = New System.Drawing.Size(48, 24)
  234. Me.Label8.TabIndex = 25
  235. Me.Label8.Text = "用料"
  236. '
  237. 'TXT2
  238. '
  239. Me.TXT2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  240. Me.TXT2.Location = New System.Drawing.Point(1243, 543)
  241. Me.TXT2.Name = "TXT2"
  242. Me.TXT2.Size = New System.Drawing.Size(100, 33)
  243. Me.TXT2.TabIndex = 24
  244. '
  245. 'ListBox3
  246. '
  247. Me.ListBox3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  248. Me.ListBox3.FormattingEnabled = True
  249. Me.ListBox3.ItemHeight = 20
  250. Me.ListBox3.Location = New System.Drawing.Point(5, 147)
  251. Me.ListBox3.Name = "ListBox3"
  252. Me.ListBox3.Size = New System.Drawing.Size(99, 624)
  253. Me.ListBox3.TabIndex = 33
  254. '
  255. 'ListBox4
  256. '
  257. Me.ListBox4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  258. Me.ListBox4.FormattingEnabled = True
  259. Me.ListBox4.ItemHeight = 20
  260. Me.ListBox4.Location = New System.Drawing.Point(5, 25)
  261. Me.ListBox4.Name = "ListBox4"
  262. Me.ListBox4.Size = New System.Drawing.Size(99, 104)
  263. Me.ListBox4.TabIndex = 32
  264. '
  265. 'dgv1
  266. '
  267. Me.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  268. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  269. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  270. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  271. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  272. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  273. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  274. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  275. Me.dgv1.DefaultCellStyle = DataGridViewCellStyle3
  276. Me.dgv1.Location = New System.Drawing.Point(117, 25)
  277. Me.dgv1.Name = "dgv1"
  278. Me.dgv1.RowTemplate.Height = 23
  279. Me.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
  280. Me.dgv1.Size = New System.Drawing.Size(1192, 269)
  281. Me.dgv1.TabIndex = 34
  282. '
  283. 'Button5
  284. '
  285. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  286. Me.Button5.Location = New System.Drawing.Point(1044, 728)
  287. Me.Button5.Name = "Button5"
  288. Me.Button5.Size = New System.Drawing.Size(75, 35)
  289. Me.Button5.TabIndex = 35
  290. Me.Button5.Text = "存档"
  291. Me.Button5.UseVisualStyleBackColor = True
  292. '
  293. 'Frm_PU
  294. '
  295. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  296. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  297. Me.AutoScroll = True
  298. Me.ClientSize = New System.Drawing.Size(1359, 776)
  299. Me.Controls.Add(Me.Button5)
  300. Me.Controls.Add(Me.dgv1)
  301. Me.Controls.Add(Me.ListBox3)
  302. Me.Controls.Add(Me.ListBox4)
  303. Me.Controls.Add(Me.Label5)
  304. Me.Controls.Add(Me.TXT22)
  305. Me.Controls.Add(Me.Label8)
  306. Me.Controls.Add(Me.TXT2)
  307. Me.Controls.Add(Me.Label6)
  308. Me.Controls.Add(Me.TXT11)
  309. Me.Controls.Add(Me.Label3)
  310. Me.Controls.Add(Me.Button3)
  311. Me.Controls.Add(Me.Button4)
  312. Me.Controls.Add(Me.dgv_order)
  313. Me.Controls.Add(Me.TXT1)
  314. Me.Controls.Add(Me.Label2)
  315. Me.Controls.Add(Me.ListBox2)
  316. Me.Controls.Add(Me.Label1)
  317. Me.Controls.Add(Me.ListBox1)
  318. Me.Controls.Add(Me.Button2)
  319. Me.Controls.Add(Me.Button1)
  320. Me.Controls.Add(Me.dgv_CHEM)
  321. Me.Name = "Frm_PU"
  322. Me.Text = "FrmPU"
  323. CType(Me.dgv_CHEM, System.ComponentModel.ISupportInitialize).EndInit()
  324. CType(Me.dgv_order, System.ComponentModel.ISupportInitialize).EndInit()
  325. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
  326. Me.ResumeLayout(False)
  327. Me.PerformLayout()
  328. End Sub
  329. Friend WithEvents dgv_CHEM As DataGridView
  330. Friend WithEvents Button1 As Button
  331. Friend WithEvents Button2 As Button
  332. Friend WithEvents ListBox1 As ListBox
  333. Friend WithEvents Label1 As Label
  334. Friend WithEvents Label2 As Label
  335. Friend WithEvents ListBox2 As ListBox
  336. Friend WithEvents TXT1 As TextBox
  337. Friend WithEvents dgv_order As DataGridView
  338. Friend WithEvents Button3 As Button
  339. Friend WithEvents Button4 As Button
  340. Friend WithEvents Label3 As Label
  341. Friend WithEvents Label6 As Label
  342. Friend WithEvents TXT11 As TextBox
  343. Friend WithEvents Label5 As Label
  344. Friend WithEvents TXT22 As TextBox
  345. Friend WithEvents Label8 As Label
  346. Friend WithEvents TXT2 As TextBox
  347. Friend WithEvents ListBox3 As ListBox
  348. Friend WithEvents ListBox4 As ListBox
  349. Friend WithEvents dgv1 As DataGridView
  350. Friend WithEvents Button5 As Button
  351. End Class