Bez popisu
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 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  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 DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Me.TextBox4 = New System.Windows.Forms.TextBox()
  27. Me.TextBox1 = New System.Windows.Forms.TextBox()
  28. Me.TextBox6 = New System.Windows.Forms.TextBox()
  29. Me.Label22 = New System.Windows.Forms.Label()
  30. Me.TextBox10 = New System.Windows.Forms.TextBox()
  31. Me.Label15 = New System.Windows.Forms.Label()
  32. Me.TextBox13 = New System.Windows.Forms.TextBox()
  33. Me.Label10 = New System.Windows.Forms.Label()
  34. Me.Label7 = New System.Windows.Forms.Label()
  35. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  36. Me.Button2 = New System.Windows.Forms.Button()
  37. Me.Button1 = New System.Windows.Forms.Button()
  38. Me.Label20 = New System.Windows.Forms.Label()
  39. Me.Label4 = New System.Windows.Forms.Label()
  40. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  41. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  42. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  43. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  44. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  45. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  46. Me.CheckBox3 = New System.Windows.Forms.CheckBox()
  47. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  48. Me.一般月 = New System.Windows.Forms.CheckBox()
  49. Me.會計月 = New System.Windows.Forms.CheckBox()
  50. Me.DateTimePicker4 = New System.Windows.Forms.DateTimePicker()
  51. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  52. Me.ContextMenuStrip1.SuspendLayout()
  53. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  54. Me.SuspendLayout()
  55. '
  56. 'TextBox4
  57. '
  58. Me.TextBox4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  59. Me.TextBox4.Location = New System.Drawing.Point(982, 28)
  60. Me.TextBox4.Name = "TextBox4"
  61. Me.TextBox4.Size = New System.Drawing.Size(100, 23)
  62. Me.TextBox4.TabIndex = 1073
  63. Me.TextBox4.Text = "0"
  64. Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  65. '
  66. 'TextBox1
  67. '
  68. Me.TextBox1.ForeColor = System.Drawing.Color.Green
  69. Me.TextBox1.Location = New System.Drawing.Point(761, 28)
  70. Me.TextBox1.Name = "TextBox1"
  71. Me.TextBox1.Size = New System.Drawing.Size(100, 23)
  72. Me.TextBox1.TabIndex = 1074
  73. Me.TextBox1.Text = "0"
  74. Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  75. '
  76. 'TextBox6
  77. '
  78. Me.TextBox6.ForeColor = System.Drawing.Color.Maroon
  79. Me.TextBox6.Location = New System.Drawing.Point(520, 28)
  80. Me.TextBox6.Name = "TextBox6"
  81. Me.TextBox6.Size = New System.Drawing.Size(100, 23)
  82. Me.TextBox6.TabIndex = 1075
  83. Me.TextBox6.Text = "0"
  84. Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  85. '
  86. 'Label22
  87. '
  88. Me.Label22.AutoSize = True
  89. Me.Label22.ForeColor = System.Drawing.Color.Black
  90. Me.Label22.Location = New System.Drawing.Point(711, 6)
  91. Me.Label22.Name = "Label22"
  92. Me.Label22.Size = New System.Drawing.Size(44, 16)
  93. Me.Label22.TabIndex = 1077
  94. Me.Label22.Text = "供應商"
  95. '
  96. 'TextBox10
  97. '
  98. Me.TextBox10.ForeColor = System.Drawing.Color.Purple
  99. Me.TextBox10.Location = New System.Drawing.Point(982, 3)
  100. Me.TextBox10.Name = "TextBox10"
  101. Me.TextBox10.Size = New System.Drawing.Size(100, 23)
  102. Me.TextBox10.TabIndex = 1076
  103. Me.TextBox10.Text = "0"
  104. Me.TextBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  105. '
  106. 'Label15
  107. '
  108. Me.Label15.AutoSize = True
  109. Me.Label15.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  110. Me.Label15.Location = New System.Drawing.Point(920, 31)
  111. Me.Label15.Name = "Label15"
  112. Me.Label15.Size = New System.Drawing.Size(56, 16)
  113. Me.Label15.TabIndex = 1069
  114. Me.Label15.Text = "採購成本"
  115. '
  116. 'TextBox13
  117. '
  118. Me.TextBox13.ForeColor = System.Drawing.Color.Black
  119. Me.TextBox13.Location = New System.Drawing.Point(761, 3)
  120. Me.TextBox13.Name = "TextBox13"
  121. Me.TextBox13.Size = New System.Drawing.Size(100, 23)
  122. Me.TextBox13.TabIndex = 1079
  123. Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  124. '
  125. 'Label10
  126. '
  127. Me.Label10.AutoSize = True
  128. Me.Label10.ForeColor = System.Drawing.Color.Green
  129. Me.Label10.Location = New System.Drawing.Point(634, 31)
  130. Me.Label10.Name = "Label10"
  131. Me.Label10.Size = New System.Drawing.Size(121, 16)
  132. Me.Label10.TabIndex = 1070
  133. Me.Label10.Text = "採購已到廠_採購成本"
  134. '
  135. 'Label7
  136. '
  137. Me.Label7.AutoSize = True
  138. Me.Label7.ForeColor = System.Drawing.Color.Maroon
  139. Me.Label7.Location = New System.Drawing.Point(393, 31)
  140. Me.Label7.Name = "Label7"
  141. Me.Label7.Size = New System.Drawing.Size(121, 16)
  142. Me.Label7.TabIndex = 1071
  143. Me.Label7.Text = "採購未到廠_採購成本"
  144. '
  145. 'DataGridView1
  146. '
  147. Me.DataGridView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  148. Or System.Windows.Forms.AnchorStyles.Left) _
  149. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  150. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  151. Me.DataGridView1.Location = New System.Drawing.Point(250, 57)
  152. Me.DataGridView1.Name = "DataGridView1"
  153. Me.DataGridView1.RowHeadersWidth = 5
  154. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  155. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle4
  156. Me.DataGridView1.RowTemplate.Height = 24
  157. Me.DataGridView1.Size = New System.Drawing.Size(1657, 918)
  158. Me.DataGridView1.TabIndex = 1084
  159. '
  160. 'Button2
  161. '
  162. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  163. Me.Button2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  164. Me.Button2.Location = New System.Drawing.Point(208, 29)
  165. Me.Button2.Name = "Button2"
  166. Me.Button2.Size = New System.Drawing.Size(97, 23)
  167. Me.Button2.TabIndex = 1083
  168. Me.Button2.Text = "下個月"
  169. Me.Button2.UseVisualStyleBackColor = True
  170. '
  171. 'Button1
  172. '
  173. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  174. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  175. Me.Button1.Location = New System.Drawing.Point(208, 4)
  176. Me.Button1.Name = "Button1"
  177. Me.Button1.Size = New System.Drawing.Size(97, 23)
  178. Me.Button1.TabIndex = 1082
  179. Me.Button1.Text = "上個月"
  180. Me.Button1.UseVisualStyleBackColor = True
  181. '
  182. 'Label20
  183. '
  184. Me.Label20.AutoSize = True
  185. Me.Label20.ForeColor = System.Drawing.Color.Purple
  186. Me.Label20.Location = New System.Drawing.Point(867, 6)
  187. Me.Label20.Name = "Label20"
  188. Me.Label20.Size = New System.Drawing.Size(109, 16)
  189. Me.Label20.TabIndex = 1072
  190. Me.Label20.Text = "採購成本_依供應商"
  191. '
  192. 'Label4
  193. '
  194. Me.Label4.AutoSize = True
  195. Me.Label4.Location = New System.Drawing.Point(97, 8)
  196. Me.Label4.Name = "Label4"
  197. Me.Label4.Size = New System.Drawing.Size(20, 16)
  198. Me.Label4.TabIndex = 1081
  199. Me.Label4.Text = "到"
  200. '
  201. 'DateTimePicker2
  202. '
  203. Me.DateTimePicker2.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  204. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  205. Me.DateTimePicker2.Location = New System.Drawing.Point(119, 4)
  206. Me.DateTimePicker2.Name = "DateTimePicker2"
  207. Me.DateTimePicker2.Size = New System.Drawing.Size(87, 23)
  208. Me.DateTimePicker2.TabIndex = 1080
  209. '
  210. 'DateTimePicker1
  211. '
  212. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  213. Me.DateTimePicker1.Location = New System.Drawing.Point(8, 4)
  214. Me.DateTimePicker1.Name = "DateTimePicker1"
  215. Me.DateTimePicker1.Size = New System.Drawing.Size(87, 23)
  216. Me.DateTimePicker1.TabIndex = 1078
  217. '
  218. 'ContextMenuStrip1
  219. '
  220. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem})
  221. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  222. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26)
  223. '
  224. '重新整理ToolStripMenuItem
  225. '
  226. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  227. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  228. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  229. '
  230. 'DataGridView2
  231. '
  232. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  233. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  234. Me.DataGridView2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  235. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  236. Me.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  237. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  238. Me.DataGridView2.Location = New System.Drawing.Point(7, 57)
  239. Me.DataGridView2.Name = "DataGridView2"
  240. Me.DataGridView2.RowHeadersWidth = 5
  241. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  242. Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle6
  243. Me.DataGridView2.RowTemplate.Height = 24
  244. Me.DataGridView2.Size = New System.Drawing.Size(237, 918)
  245. Me.DataGridView2.TabIndex = 1085
  246. '
  247. 'CheckBox1
  248. '
  249. Me.CheckBox1.AutoSize = True
  250. Me.CheckBox1.Location = New System.Drawing.Point(311, 30)
  251. Me.CheckBox1.Name = "CheckBox1"
  252. Me.CheckBox1.Size = New System.Drawing.Size(87, 20)
  253. Me.CheckBox1.TabIndex = 1091
  254. Me.CheckBox1.Text = "顯示彙總表"
  255. Me.CheckBox1.UseVisualStyleBackColor = True
  256. '
  257. 'CheckBox3
  258. '
  259. Me.CheckBox3.AutoSize = True
  260. Me.CheckBox3.Location = New System.Drawing.Point(311, 6)
  261. Me.CheckBox3.Name = "CheckBox3"
  262. Me.CheckBox3.Size = New System.Drawing.Size(99, 20)
  263. Me.CheckBox3.TabIndex = 1094
  264. Me.CheckBox3.Text = "隱藏單據編號"
  265. Me.CheckBox3.UseVisualStyleBackColor = True
  266. '
  267. 'CheckBox2
  268. '
  269. Me.CheckBox2.AutoSize = True
  270. Me.CheckBox2.Location = New System.Drawing.Point(416, 6)
  271. Me.CheckBox2.Name = "CheckBox2"
  272. Me.CheckBox2.Size = New System.Drawing.Size(111, 20)
  273. Me.CheckBox2.TabIndex = 1093
  274. Me.CheckBox2.Text = "隱藏尺寸、材質"
  275. Me.CheckBox2.UseVisualStyleBackColor = True
  276. '
  277. '一般月
  278. '
  279. Me.一般月.AutoSize = True
  280. Me.一般月.Location = New System.Drawing.Point(140, 31)
  281. Me.一般月.Name = "一般月"
  282. Me.一般月.Size = New System.Drawing.Size(63, 20)
  283. Me.一般月.TabIndex = 1100
  284. Me.一般月.Text = "一般月"
  285. Me.一般月.UseVisualStyleBackColor = True
  286. '
  287. '會計月
  288. '
  289. Me.會計月.AutoSize = True
  290. Me.會計月.Checked = True
  291. Me.會計月.CheckState = System.Windows.Forms.CheckState.Checked
  292. Me.會計月.Location = New System.Drawing.Point(11, 31)
  293. Me.會計月.Name = "會計月"
  294. Me.會計月.Size = New System.Drawing.Size(63, 20)
  295. Me.會計月.TabIndex = 1099
  296. Me.會計月.Text = "會計月"
  297. Me.會計月.UseVisualStyleBackColor = True
  298. '
  299. 'DateTimePicker4
  300. '
  301. Me.DateTimePicker4.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  302. Me.DateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  303. Me.DateTimePicker4.Location = New System.Drawing.Point(80, 30)
  304. Me.DateTimePicker4.Name = "DateTimePicker4"
  305. Me.DateTimePicker4.Size = New System.Drawing.Size(43, 23)
  306. Me.DateTimePicker4.TabIndex = 1167
  307. '
  308. '採購控制表
  309. '
  310. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  311. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  312. Me.ClientSize = New System.Drawing.Size(1914, 981)
  313. Me.Controls.Add(Me.DateTimePicker4)
  314. Me.Controls.Add(Me.一般月)
  315. Me.Controls.Add(Me.會計月)
  316. Me.Controls.Add(Me.CheckBox3)
  317. Me.Controls.Add(Me.CheckBox2)
  318. Me.Controls.Add(Me.Label7)
  319. Me.Controls.Add(Me.CheckBox1)
  320. Me.Controls.Add(Me.DataGridView2)
  321. Me.Controls.Add(Me.TextBox4)
  322. Me.Controls.Add(Me.TextBox1)
  323. Me.Controls.Add(Me.TextBox6)
  324. Me.Controls.Add(Me.TextBox10)
  325. Me.Controls.Add(Me.Label15)
  326. Me.Controls.Add(Me.TextBox13)
  327. Me.Controls.Add(Me.Label10)
  328. Me.Controls.Add(Me.DataGridView1)
  329. Me.Controls.Add(Me.Button2)
  330. Me.Controls.Add(Me.Button1)
  331. Me.Controls.Add(Me.Label20)
  332. Me.Controls.Add(Me.Label4)
  333. Me.Controls.Add(Me.DateTimePicker2)
  334. Me.Controls.Add(Me.DateTimePicker1)
  335. Me.Controls.Add(Me.Label22)
  336. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  337. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  338. Me.Name = "採購控制表"
  339. Me.Text = "採購控制表"
  340. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  341. Me.ContextMenuStrip1.ResumeLayout(False)
  342. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  343. Me.ResumeLayout(False)
  344. Me.PerformLayout()
  345. End Sub
  346. Friend WithEvents TextBox4 As TextBox
  347. Friend WithEvents TextBox1 As TextBox
  348. Friend WithEvents TextBox6 As TextBox
  349. Friend WithEvents Label22 As Label
  350. Friend WithEvents TextBox10 As TextBox
  351. Friend WithEvents Label15 As Label
  352. Friend WithEvents TextBox13 As TextBox
  353. Friend WithEvents Label10 As Label
  354. Friend WithEvents Label7 As Label
  355. Friend WithEvents DataGridView1 As DataGridView
  356. Friend WithEvents Button2 As Button
  357. Friend WithEvents Button1 As Button
  358. Friend WithEvents Label20 As Label
  359. Friend WithEvents Label4 As Label
  360. Friend WithEvents DateTimePicker2 As DateTimePicker
  361. Friend WithEvents DateTimePicker1 As DateTimePicker
  362. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  363. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  364. Friend WithEvents DataGridView2 As DataGridView
  365. Friend WithEvents CheckBox1 As CheckBox
  366. Friend WithEvents CheckBox3 As CheckBox
  367. Friend WithEvents CheckBox2 As CheckBox
  368. Friend WithEvents 一般月 As CheckBox
  369. Friend WithEvents 會計月 As CheckBox
  370. Friend WithEvents DateTimePicker4 As DateTimePicker
  371. End Class