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

採購控制表.Designer.vb 17KB

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