Açıklama Yok
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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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 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. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Me.Button5 = New System.Windows.Forms.Button()
  29. Me.TextBox3 = New System.Windows.Forms.TextBox()
  30. Me.DataGridView6 = New System.Windows.Forms.DataGridView()
  31. Me.TextBox2 = New System.Windows.Forms.TextBox()
  32. Me.DataGridView5 = New System.Windows.Forms.DataGridView()
  33. Me.DataGridView4 = New System.Windows.Forms.DataGridView()
  34. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  35. Me.TextBox1 = New System.Windows.Forms.TextBox()
  36. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  37. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  38. Me.Label16 = New System.Windows.Forms.Label()
  39. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  40. CType(Me.DataGridView6, System.ComponentModel.ISupportInitialize).BeginInit()
  41. CType(Me.DataGridView5, System.ComponentModel.ISupportInitialize).BeginInit()
  42. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).BeginInit()
  43. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  44. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  45. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  46. Me.SuspendLayout()
  47. '
  48. 'Button5
  49. '
  50. Me.Button5.ForeColor = System.Drawing.Color.Green
  51. Me.Button5.Location = New System.Drawing.Point(1219, 12)
  52. Me.Button5.Name = "Button5"
  53. Me.Button5.Size = New System.Drawing.Size(74, 50)
  54. Me.Button5.TabIndex = 501
  55. Me.Button5.Text = "刪除"
  56. Me.Button5.UseVisualStyleBackColor = True
  57. '
  58. 'TextBox3
  59. '
  60. Me.TextBox3.Location = New System.Drawing.Point(1299, 69)
  61. Me.TextBox3.Name = "TextBox3"
  62. Me.TextBox3.Size = New System.Drawing.Size(174, 23)
  63. Me.TextBox3.TabIndex = 500
  64. '
  65. 'DataGridView6
  66. '
  67. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
  68. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  69. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  70. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  71. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  72. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  73. Me.DataGridView6.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  74. Me.DataGridView6.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  75. Me.DataGridView6.Location = New System.Drawing.Point(748, 68)
  76. Me.DataGridView6.Name = "DataGridView6"
  77. Me.DataGridView6.RowHeadersWidth = 5
  78. Me.DataGridView6.RowTemplate.Height = 24
  79. Me.DataGridView6.Size = New System.Drawing.Size(545, 50)
  80. Me.DataGridView6.TabIndex = 499
  81. '
  82. 'TextBox2
  83. '
  84. Me.TextBox2.Location = New System.Drawing.Point(1299, 96)
  85. Me.TextBox2.Name = "TextBox2"
  86. Me.TextBox2.Size = New System.Drawing.Size(174, 23)
  87. Me.TextBox2.TabIndex = 498
  88. '
  89. 'DataGridView5
  90. '
  91. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control
  92. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  93. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
  94. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  95. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  96. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  97. Me.DataGridView5.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
  98. Me.DataGridView5.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  99. Me.DataGridView5.Location = New System.Drawing.Point(563, 542)
  100. Me.DataGridView5.Name = "DataGridView5"
  101. Me.DataGridView5.RowHeadersWidth = 5
  102. Me.DataGridView5.RowTemplate.Height = 24
  103. Me.DataGridView5.Size = New System.Drawing.Size(630, 417)
  104. Me.DataGridView5.TabIndex = 497
  105. '
  106. 'DataGridView4
  107. '
  108. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
  109. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  110. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
  111. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  112. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  113. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  114. Me.DataGridView4.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle3
  115. Me.DataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  116. Me.DataGridView4.Location = New System.Drawing.Point(12, 542)
  117. Me.DataGridView4.Name = "DataGridView4"
  118. Me.DataGridView4.RowHeadersWidth = 5
  119. Me.DataGridView4.RowTemplate.Height = 24
  120. Me.DataGridView4.Size = New System.Drawing.Size(545, 417)
  121. Me.DataGridView4.TabIndex = 496
  122. '
  123. 'DataGridView3
  124. '
  125. DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control
  126. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
  128. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  129. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  130. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  131. Me.DataGridView3.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4
  132. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  133. Me.DataGridView3.Location = New System.Drawing.Point(748, 124)
  134. Me.DataGridView3.Name = "DataGridView3"
  135. Me.DataGridView3.RowHeadersWidth = 5
  136. Me.DataGridView3.RowTemplate.Height = 24
  137. Me.DataGridView3.Size = New System.Drawing.Size(725, 412)
  138. Me.DataGridView3.TabIndex = 495
  139. '
  140. 'TextBox1
  141. '
  142. Me.TextBox1.Location = New System.Drawing.Point(1299, 42)
  143. Me.TextBox1.Name = "TextBox1"
  144. Me.TextBox1.Size = New System.Drawing.Size(174, 23)
  145. Me.TextBox1.TabIndex = 494
  146. '
  147. 'DataGridView2
  148. '
  149. DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control
  150. DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  151. DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText
  152. DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
  153. DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  154. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  155. Me.DataGridView2.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle5
  156. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  157. Me.DataGridView2.Location = New System.Drawing.Point(748, 12)
  158. Me.DataGridView2.Name = "DataGridView2"
  159. Me.DataGridView2.RowHeadersWidth = 5
  160. Me.DataGridView2.RowTemplate.Height = 24
  161. Me.DataGridView2.Size = New System.Drawing.Size(465, 50)
  162. Me.DataGridView2.TabIndex = 493
  163. '
  164. 'DataGridView1
  165. '
  166. DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control
  167. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  168. DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
  169. DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
  170. DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  171. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  172. Me.DataGridView1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle6
  173. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  174. Me.DataGridView1.Location = New System.Drawing.Point(12, 12)
  175. Me.DataGridView1.Name = "DataGridView1"
  176. Me.DataGridView1.RowHeadersWidth = 5
  177. Me.DataGridView1.RowTemplate.Height = 24
  178. Me.DataGridView1.Size = New System.Drawing.Size(730, 524)
  179. Me.DataGridView1.TabIndex = 492
  180. '
  181. 'Label16
  182. '
  183. Me.Label16.AutoSize = True
  184. Me.Label16.Location = New System.Drawing.Point(1301, 15)
  185. Me.Label16.Name = "Label16"
  186. Me.Label16.Size = New System.Drawing.Size(32, 16)
  187. Me.Label16.TabIndex = 491
  188. Me.Label16.Text = "年份"
  189. '
  190. 'ComboBox1
  191. '
  192. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  193. Me.ComboBox1.FormattingEnabled = True
  194. Me.ComboBox1.Items.AddRange(New Object() {"2023", "2022", "2021", "2020", "2019", "2018"})
  195. Me.ComboBox1.Location = New System.Drawing.Point(1339, 12)
  196. Me.ComboBox1.Name = "ComboBox1"
  197. Me.ComboBox1.Size = New System.Drawing.Size(134, 24)
  198. Me.ComboBox1.TabIndex = 490
  199. '
  200. '成本資料庫管理
  201. '
  202. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  203. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  204. Me.ClientSize = New System.Drawing.Size(1914, 971)
  205. Me.Controls.Add(Me.Button5)
  206. Me.Controls.Add(Me.TextBox3)
  207. Me.Controls.Add(Me.DataGridView6)
  208. Me.Controls.Add(Me.TextBox2)
  209. Me.Controls.Add(Me.DataGridView5)
  210. Me.Controls.Add(Me.DataGridView4)
  211. Me.Controls.Add(Me.DataGridView3)
  212. Me.Controls.Add(Me.TextBox1)
  213. Me.Controls.Add(Me.DataGridView2)
  214. Me.Controls.Add(Me.DataGridView1)
  215. Me.Controls.Add(Me.Label16)
  216. Me.Controls.Add(Me.ComboBox1)
  217. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  218. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  219. Me.Name = "成本資料庫管理"
  220. Me.Text = "成本資料庫管理"
  221. CType(Me.DataGridView6, System.ComponentModel.ISupportInitialize).EndInit()
  222. CType(Me.DataGridView5, System.ComponentModel.ISupportInitialize).EndInit()
  223. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).EndInit()
  224. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  225. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  226. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  227. Me.ResumeLayout(False)
  228. Me.PerformLayout()
  229. End Sub
  230. Friend WithEvents Button5 As Button
  231. Friend WithEvents TextBox3 As TextBox
  232. Friend WithEvents DataGridView6 As DataGridView
  233. Friend WithEvents TextBox2 As TextBox
  234. Friend WithEvents DataGridView5 As DataGridView
  235. Friend WithEvents DataGridView4 As DataGridView
  236. Friend WithEvents DataGridView3 As DataGridView
  237. Friend WithEvents TextBox1 As TextBox
  238. Friend WithEvents DataGridView2 As DataGridView
  239. Friend WithEvents DataGridView1 As DataGridView
  240. Friend WithEvents Label16 As Label
  241. Friend WithEvents ComboBox1 As ComboBox
  242. End Class