暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

採購控制表.Designer.vb 18KB

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 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. Me.採購成本_tb = New System.Windows.Forms.TextBox()
  27. Me.已到_採購成本_tb = New System.Windows.Forms.TextBox()
  28. Me.未到_採購成本_tb = New System.Windows.Forms.TextBox()
  29. Me.Label22 = New System.Windows.Forms.Label()
  30. Me.依供應商_採購成本_tb = New System.Windows.Forms.TextBox()
  31. Me.Label15 = New System.Windows.Forms.Label()
  32. Me.供應商_tb = New System.Windows.Forms.TextBox()
  33. Me.Label10 = New System.Windows.Forms.Label()
  34. Me.Label7 = New System.Windows.Forms.Label()
  35. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  36. Me.下個月_bt = New System.Windows.Forms.Button()
  37. Me.上個月_bt = New System.Windows.Forms.Button()
  38. Me.Label20 = New System.Windows.Forms.Label()
  39. Me.Label4 = New System.Windows.Forms.Label()
  40. Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
  41. Me.開始日期_dtp = 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.彙總_dgv = New System.Windows.Forms.DataGridView()
  45. Me.顯示彙總表_ch = New System.Windows.Forms.CheckBox()
  46. Me.隱藏單據編號_ch = New System.Windows.Forms.CheckBox()
  47. Me.隱藏尺寸材質_ch = New System.Windows.Forms.CheckBox()
  48. Me.一般月_ch = New System.Windows.Forms.CheckBox()
  49. Me.會計月_ch = New System.Windows.Forms.CheckBox()
  50. Me.中間日期_dtp = New System.Windows.Forms.DateTimePicker()
  51. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  52. Me.ContextMenuStrip1.SuspendLayout()
  53. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  54. Me.SuspendLayout()
  55. '
  56. '採購成本_tb
  57. '
  58. Me.採購成本_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  59. Me.採購成本_tb.Location = New System.Drawing.Point(982, 28)
  60. Me.採購成本_tb.Name = "採購成本_tb"
  61. Me.採購成本_tb.Size = New System.Drawing.Size(100, 23)
  62. Me.採購成本_tb.TabIndex = 1073
  63. Me.採購成本_tb.Text = "0"
  64. Me.採購成本_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  65. '
  66. '已到_採購成本_tb
  67. '
  68. Me.已到_採購成本_tb.ForeColor = System.Drawing.Color.Green
  69. Me.已到_採購成本_tb.Location = New System.Drawing.Point(761, 28)
  70. Me.已到_採購成本_tb.Name = "已到_採購成本_tb"
  71. Me.已到_採購成本_tb.Size = New System.Drawing.Size(100, 23)
  72. Me.已到_採購成本_tb.TabIndex = 1074
  73. Me.已到_採購成本_tb.Text = "0"
  74. Me.已到_採購成本_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  75. '
  76. '未到_採購成本_tb
  77. '
  78. Me.未到_採購成本_tb.ForeColor = System.Drawing.Color.Maroon
  79. Me.未到_採購成本_tb.Location = New System.Drawing.Point(520, 28)
  80. Me.未到_採購成本_tb.Name = "未到_採購成本_tb"
  81. Me.未到_採購成本_tb.Size = New System.Drawing.Size(100, 23)
  82. Me.未到_採購成本_tb.TabIndex = 1075
  83. Me.未到_採購成本_tb.Text = "0"
  84. Me.未到_採購成本_tb.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. '依供應商_採購成本_tb
  97. '
  98. Me.依供應商_採購成本_tb.ForeColor = System.Drawing.Color.Purple
  99. Me.依供應商_採購成本_tb.Location = New System.Drawing.Point(982, 3)
  100. Me.依供應商_採購成本_tb.Name = "依供應商_採購成本_tb"
  101. Me.依供應商_採購成本_tb.Size = New System.Drawing.Size(100, 23)
  102. Me.依供應商_採購成本_tb.TabIndex = 1076
  103. Me.依供應商_採購成本_tb.Text = "0"
  104. Me.依供應商_採購成本_tb.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. '供應商_tb
  117. '
  118. Me.供應商_tb.ForeColor = System.Drawing.Color.Black
  119. Me.供應商_tb.Location = New System.Drawing.Point(761, 3)
  120. Me.供應商_tb.Name = "供應商_tb"
  121. Me.供應商_tb.Size = New System.Drawing.Size(100, 23)
  122. Me.供應商_tb.TabIndex = 1079
  123. Me.供應商_tb.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. '明細_dgv
  146. '
  147. Me.明細_dgv.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.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  151. Me.明細_dgv.Location = New System.Drawing.Point(250, 57)
  152. Me.明細_dgv.Name = "明細_dgv"
  153. Me.明細_dgv.RowHeadersWidth = 5
  154. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  155. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  156. Me.明細_dgv.RowTemplate.Height = 24
  157. Me.明細_dgv.Size = New System.Drawing.Size(1657, 918)
  158. Me.明細_dgv.TabIndex = 1084
  159. '
  160. '下個月_bt
  161. '
  162. Me.下個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  163. Me.下個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  164. Me.下個月_bt.Location = New System.Drawing.Point(208, 29)
  165. Me.下個月_bt.Name = "下個月_bt"
  166. Me.下個月_bt.Size = New System.Drawing.Size(97, 23)
  167. Me.下個月_bt.TabIndex = 1083
  168. Me.下個月_bt.Text = "下個月"
  169. Me.下個月_bt.UseVisualStyleBackColor = True
  170. '
  171. '上個月_bt
  172. '
  173. Me.上個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  174. Me.上個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  175. Me.上個月_bt.Location = New System.Drawing.Point(208, 4)
  176. Me.上個月_bt.Name = "上個月_bt"
  177. Me.上個月_bt.Size = New System.Drawing.Size(97, 23)
  178. Me.上個月_bt.TabIndex = 1082
  179. Me.上個月_bt.Text = "上個月"
  180. Me.上個月_bt.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. '結束日期_dtp
  202. '
  203. Me.結束日期_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  204. Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  205. Me.結束日期_dtp.Location = New System.Drawing.Point(119, 4)
  206. Me.結束日期_dtp.Name = "結束日期_dtp"
  207. Me.結束日期_dtp.Size = New System.Drawing.Size(87, 23)
  208. Me.結束日期_dtp.TabIndex = 1080
  209. '
  210. '開始日期_dtp
  211. '
  212. Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  213. Me.開始日期_dtp.Location = New System.Drawing.Point(8, 4)
  214. Me.開始日期_dtp.Name = "開始日期_dtp"
  215. Me.開始日期_dtp.Size = New System.Drawing.Size(87, 23)
  216. Me.開始日期_dtp.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. '彙總_dgv
  231. '
  232. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  233. Me.彙總_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  234. Me.彙總_dgv.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.彙總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  237. Me.彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  238. Me.彙總_dgv.Location = New System.Drawing.Point(7, 57)
  239. Me.彙總_dgv.Name = "彙總_dgv"
  240. Me.彙總_dgv.RowHeadersWidth = 5
  241. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  242. Me.彙總_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  243. Me.彙總_dgv.RowTemplate.Height = 24
  244. Me.彙總_dgv.Size = New System.Drawing.Size(237, 918)
  245. Me.彙總_dgv.TabIndex = 1085
  246. '
  247. '顯示彙總表_ch
  248. '
  249. Me.顯示彙總表_ch.AutoSize = True
  250. Me.顯示彙總表_ch.Location = New System.Drawing.Point(311, 30)
  251. Me.顯示彙總表_ch.Name = "顯示彙總表_ch"
  252. Me.顯示彙總表_ch.Size = New System.Drawing.Size(87, 20)
  253. Me.顯示彙總表_ch.TabIndex = 1091
  254. Me.顯示彙總表_ch.Text = "顯示彙總表"
  255. Me.顯示彙總表_ch.UseVisualStyleBackColor = True
  256. '
  257. '隱藏單據編號_ch
  258. '
  259. Me.隱藏單據編號_ch.AutoSize = True
  260. Me.隱藏單據編號_ch.Location = New System.Drawing.Point(311, 6)
  261. Me.隱藏單據編號_ch.Name = "隱藏單據編號_ch"
  262. Me.隱藏單據編號_ch.Size = New System.Drawing.Size(99, 20)
  263. Me.隱藏單據編號_ch.TabIndex = 1094
  264. Me.隱藏單據編號_ch.Text = "隱藏單據編號"
  265. Me.隱藏單據編號_ch.UseVisualStyleBackColor = True
  266. '
  267. '隱藏尺寸材質_ch
  268. '
  269. Me.隱藏尺寸材質_ch.AutoSize = True
  270. Me.隱藏尺寸材質_ch.Location = New System.Drawing.Point(416, 6)
  271. Me.隱藏尺寸材質_ch.Name = "隱藏尺寸材質_ch"
  272. Me.隱藏尺寸材質_ch.Size = New System.Drawing.Size(111, 20)
  273. Me.隱藏尺寸材質_ch.TabIndex = 1093
  274. Me.隱藏尺寸材質_ch.Text = "隱藏尺寸、材質"
  275. Me.隱藏尺寸材質_ch.UseVisualStyleBackColor = True
  276. '
  277. '一般月_ch
  278. '
  279. Me.一般月_ch.AutoSize = True
  280. Me.一般月_ch.Location = New System.Drawing.Point(140, 31)
  281. Me.一般月_ch.Name = "一般月_ch"
  282. Me.一般月_ch.Size = New System.Drawing.Size(63, 20)
  283. Me.一般月_ch.TabIndex = 1100
  284. Me.一般月_ch.Text = "一般月"
  285. Me.一般月_ch.UseVisualStyleBackColor = True
  286. '
  287. '會計月_ch
  288. '
  289. Me.會計月_ch.AutoSize = True
  290. Me.會計月_ch.Checked = True
  291. Me.會計月_ch.CheckState = System.Windows.Forms.CheckState.Checked
  292. Me.會計月_ch.Location = New System.Drawing.Point(11, 31)
  293. Me.會計月_ch.Name = "會計月_ch"
  294. Me.會計月_ch.Size = New System.Drawing.Size(63, 20)
  295. Me.會計月_ch.TabIndex = 1099
  296. Me.會計月_ch.Text = "會計月"
  297. Me.會計月_ch.UseVisualStyleBackColor = True
  298. '
  299. '中間日期_dtp
  300. '
  301. Me.中間日期_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  302. Me.中間日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  303. Me.中間日期_dtp.Location = New System.Drawing.Point(80, 30)
  304. Me.中間日期_dtp.Name = "中間日期_dtp"
  305. Me.中間日期_dtp.Size = New System.Drawing.Size(43, 23)
  306. Me.中間日期_dtp.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.中間日期_dtp)
  314. Me.Controls.Add(Me.一般月_ch)
  315. Me.Controls.Add(Me.會計月_ch)
  316. Me.Controls.Add(Me.隱藏單據編號_ch)
  317. Me.Controls.Add(Me.隱藏尺寸材質_ch)
  318. Me.Controls.Add(Me.Label7)
  319. Me.Controls.Add(Me.顯示彙總表_ch)
  320. Me.Controls.Add(Me.彙總_dgv)
  321. Me.Controls.Add(Me.採購成本_tb)
  322. Me.Controls.Add(Me.已到_採購成本_tb)
  323. Me.Controls.Add(Me.未到_採購成本_tb)
  324. Me.Controls.Add(Me.依供應商_採購成本_tb)
  325. Me.Controls.Add(Me.Label15)
  326. Me.Controls.Add(Me.供應商_tb)
  327. Me.Controls.Add(Me.Label10)
  328. Me.Controls.Add(Me.明細_dgv)
  329. Me.Controls.Add(Me.下個月_bt)
  330. Me.Controls.Add(Me.上個月_bt)
  331. Me.Controls.Add(Me.Label20)
  332. Me.Controls.Add(Me.Label4)
  333. Me.Controls.Add(Me.結束日期_dtp)
  334. Me.Controls.Add(Me.開始日期_dtp)
  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.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  341. Me.ContextMenuStrip1.ResumeLayout(False)
  342. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  343. Me.ResumeLayout(False)
  344. Me.PerformLayout()
  345. End Sub
  346. Friend WithEvents 採購成本_tb As TextBox
  347. Friend WithEvents 已到_採購成本_tb As TextBox
  348. Friend WithEvents 未到_採購成本_tb As TextBox
  349. Friend WithEvents Label22 As Label
  350. Friend WithEvents 依供應商_採購成本_tb As TextBox
  351. Friend WithEvents Label15 As Label
  352. Friend WithEvents 供應商_tb As TextBox
  353. Friend WithEvents Label10 As Label
  354. Friend WithEvents Label7 As Label
  355. Friend WithEvents 明細_dgv As DataGridView
  356. Friend WithEvents 下個月_bt As Button
  357. Friend WithEvents 上個月_bt As Button
  358. Friend WithEvents Label20 As Label
  359. Friend WithEvents Label4 As Label
  360. Friend WithEvents 結束日期_dtp As DateTimePicker
  361. Friend WithEvents 開始日期_dtp As DateTimePicker
  362. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  363. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  364. Friend WithEvents 彙總_dgv As DataGridView
  365. Friend WithEvents 顯示彙總表_ch As CheckBox
  366. Friend WithEvents 隱藏單據編號_ch As CheckBox
  367. Friend WithEvents 隱藏尺寸材質_ch As CheckBox
  368. Friend WithEvents 一般月_ch As CheckBox
  369. Friend WithEvents 會計月_ch As CheckBox
  370. Friend WithEvents 中間日期_dtp As DateTimePicker
  371. End Class