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 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  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. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Me.刪除_bt = New System.Windows.Forms.Button()
  29. Me.資料流水號_tb = New System.Windows.Forms.TextBox()
  30. Me.表單6_dgv = New System.Windows.Forms.DataGridView()
  31. Me.訂單流水號_tb = New System.Windows.Forms.TextBox()
  32. Me.表單5_dgv = New System.Windows.Forms.DataGridView()
  33. Me.表單4_dgv = New System.Windows.Forms.DataGridView()
  34. Me.表單3_dgv = New System.Windows.Forms.DataGridView()
  35. Me.利潤表流水號_tb = New System.Windows.Forms.TextBox()
  36. Me.表單2_dgv = New System.Windows.Forms.DataGridView()
  37. Me.表單1_dgv = New System.Windows.Forms.DataGridView()
  38. Me.年份_lb = New System.Windows.Forms.Label()
  39. Me.年份_cb = New System.Windows.Forms.ComboBox()
  40. CType(Me.表單6_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  41. CType(Me.表單5_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  42. CType(Me.表單4_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  43. CType(Me.表單3_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  44. CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  45. CType(Me.表單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  46. Me.SuspendLayout()
  47. '
  48. '刪除_bt
  49. '
  50. Me.刪除_bt.ForeColor = System.Drawing.Color.Green
  51. Me.刪除_bt.Location = New System.Drawing.Point(1071, 3)
  52. Me.刪除_bt.Name = "刪除_bt"
  53. Me.刪除_bt.Size = New System.Drawing.Size(74, 50)
  54. Me.刪除_bt.TabIndex = 501
  55. Me.刪除_bt.Text = "刪除"
  56. Me.刪除_bt.UseVisualStyleBackColor = True
  57. '
  58. '資料流水號_tb
  59. '
  60. Me.資料流水號_tb.Location = New System.Drawing.Point(1147, 60)
  61. Me.資料流水號_tb.Name = "資料流水號_tb"
  62. Me.資料流水號_tb.Size = New System.Drawing.Size(174, 23)
  63. Me.資料流水號_tb.TabIndex = 500
  64. '
  65. '表單6_dgv
  66. '
  67. DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control
  68. DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  69. DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText
  70. DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
  71. DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  72. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  73. Me.表單6_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle7
  74. Me.表單6_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  75. Me.表單6_dgv.Location = New System.Drawing.Point(673, 55)
  76. Me.表單6_dgv.Name = "表單6_dgv"
  77. Me.表單6_dgv.RowHeadersWidth = 5
  78. Me.表單6_dgv.RowTemplate.Height = 24
  79. Me.表單6_dgv.Size = New System.Drawing.Size(465, 61)
  80. Me.表單6_dgv.TabIndex = 499
  81. '
  82. '訂單流水號_tb
  83. '
  84. Me.訂單流水號_tb.Location = New System.Drawing.Point(1147, 87)
  85. Me.訂單流水號_tb.Name = "訂單流水號_tb"
  86. Me.訂單流水號_tb.Size = New System.Drawing.Size(174, 23)
  87. Me.訂單流水號_tb.TabIndex = 498
  88. '
  89. '表單5_dgv
  90. '
  91. Me.表單5_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  92. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  93. DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control
  94. DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  95. DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText
  96. DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
  97. DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  98. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  99. Me.表單5_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle8
  100. Me.表單5_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  101. Me.表單5_dgv.Location = New System.Drawing.Point(488, 342)
  102. Me.表單5_dgv.Name = "表單5_dgv"
  103. Me.表單5_dgv.RowHeadersWidth = 5
  104. Me.表單5_dgv.RowTemplate.Height = 24
  105. Me.表單5_dgv.Size = New System.Drawing.Size(835, 253)
  106. Me.表單5_dgv.TabIndex = 497
  107. '
  108. '表單4_dgv
  109. '
  110. Me.表單4_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  111. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  112. DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control
  113. DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  114. DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText
  115. DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight
  116. DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  117. DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  118. Me.表單4_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle9
  119. Me.表單4_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  120. Me.表單4_dgv.Location = New System.Drawing.Point(3, 342)
  121. Me.表單4_dgv.Name = "表單4_dgv"
  122. Me.表單4_dgv.RowHeadersWidth = 5
  123. Me.表單4_dgv.RowTemplate.Height = 24
  124. Me.表單4_dgv.Size = New System.Drawing.Size(486, 253)
  125. Me.表單4_dgv.TabIndex = 496
  126. '
  127. '表單3_dgv
  128. '
  129. DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control
  130. DataGridViewCellStyle10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  131. DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText
  132. DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight
  133. DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  134. DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  135. Me.表單3_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle10
  136. Me.表單3_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  137. Me.表單3_dgv.Location = New System.Drawing.Point(673, 115)
  138. Me.表單3_dgv.Name = "表單3_dgv"
  139. Me.表單3_dgv.RowHeadersWidth = 5
  140. Me.表單3_dgv.RowTemplate.Height = 24
  141. Me.表單3_dgv.Size = New System.Drawing.Size(650, 228)
  142. Me.表單3_dgv.TabIndex = 495
  143. '
  144. '利潤表流水號_tb
  145. '
  146. Me.利潤表流水號_tb.Location = New System.Drawing.Point(1147, 33)
  147. Me.利潤表流水號_tb.Name = "利潤表流水號_tb"
  148. Me.利潤表流水號_tb.Size = New System.Drawing.Size(174, 23)
  149. Me.利潤表流水號_tb.TabIndex = 494
  150. '
  151. '表單2_dgv
  152. '
  153. DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control
  154. DataGridViewCellStyle11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  155. DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText
  156. DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight
  157. DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  158. DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  159. Me.表單2_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle11
  160. Me.表單2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  161. Me.表單2_dgv.Location = New System.Drawing.Point(673, 3)
  162. Me.表單2_dgv.Name = "表單2_dgv"
  163. Me.表單2_dgv.RowHeadersWidth = 5
  164. Me.表單2_dgv.RowTemplate.Height = 24
  165. Me.表單2_dgv.Size = New System.Drawing.Size(395, 53)
  166. Me.表單2_dgv.TabIndex = 493
  167. '
  168. '表單1_dgv
  169. '
  170. DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control
  171. DataGridViewCellStyle12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  172. DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText
  173. DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight
  174. DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  175. DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  176. Me.表單1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle12
  177. Me.表單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  178. Me.表單1_dgv.Location = New System.Drawing.Point(3, 3)
  179. Me.表單1_dgv.Name = "表單1_dgv"
  180. Me.表單1_dgv.RowHeadersWidth = 5
  181. Me.表單1_dgv.RowTemplate.Height = 24
  182. Me.表單1_dgv.Size = New System.Drawing.Size(671, 340)
  183. Me.表單1_dgv.TabIndex = 492
  184. '
  185. '年份_lb
  186. '
  187. Me.年份_lb.AutoSize = True
  188. Me.年份_lb.Location = New System.Drawing.Point(1149, 6)
  189. Me.年份_lb.Name = "年份_lb"
  190. Me.年份_lb.Size = New System.Drawing.Size(32, 16)
  191. Me.年份_lb.TabIndex = 491
  192. Me.年份_lb.Text = "年份"
  193. '
  194. '年份_cb
  195. '
  196. Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  197. Me.年份_cb.FormattingEnabled = True
  198. Me.年份_cb.Items.AddRange(New Object() {"2023", "2022", "2021", "2020", "2019", "2018"})
  199. Me.年份_cb.Location = New System.Drawing.Point(1187, 3)
  200. Me.年份_cb.Name = "年份_cb"
  201. Me.年份_cb.Size = New System.Drawing.Size(134, 24)
  202. Me.年份_cb.TabIndex = 490
  203. '
  204. '成本資料庫管理
  205. '
  206. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  207. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  208. Me.ClientSize = New System.Drawing.Size(1326, 597)
  209. Me.Controls.Add(Me.刪除_bt)
  210. Me.Controls.Add(Me.資料流水號_tb)
  211. Me.Controls.Add(Me.表單6_dgv)
  212. Me.Controls.Add(Me.訂單流水號_tb)
  213. Me.Controls.Add(Me.表單5_dgv)
  214. Me.Controls.Add(Me.表單4_dgv)
  215. Me.Controls.Add(Me.表單3_dgv)
  216. Me.Controls.Add(Me.利潤表流水號_tb)
  217. Me.Controls.Add(Me.表單2_dgv)
  218. Me.Controls.Add(Me.表單1_dgv)
  219. Me.Controls.Add(Me.年份_lb)
  220. Me.Controls.Add(Me.年份_cb)
  221. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  222. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  223. Me.Name = "成本資料庫管理"
  224. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  225. Me.Text = "成本資料庫管理"
  226. CType(Me.表單6_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  227. CType(Me.表單5_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  228. CType(Me.表單4_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  229. CType(Me.表單3_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  230. CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  231. CType(Me.表單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  232. Me.ResumeLayout(False)
  233. Me.PerformLayout()
  234. End Sub
  235. Friend WithEvents 刪除_bt As Button
  236. Friend WithEvents 資料流水號_tb As TextBox
  237. Friend WithEvents 表單6_dgv As DataGridView
  238. Friend WithEvents 訂單流水號_tb As TextBox
  239. Friend WithEvents 表單5_dgv As DataGridView
  240. Friend WithEvents 表單4_dgv As DataGridView
  241. Friend WithEvents 表單3_dgv As DataGridView
  242. Friend WithEvents 利潤表流水號_tb As TextBox
  243. Friend WithEvents 表單2_dgv As DataGridView
  244. Friend WithEvents 表單1_dgv As DataGridView
  245. Friend WithEvents 年份_lb As Label
  246. Friend WithEvents 年份_cb As ComboBox
  247. End Class