Sin descripción
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 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  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. Me.中皮_dgv = New System.Windows.Forms.DataGridView()
  25. Me.作法1_tb = New System.Windows.Forms.TextBox()
  26. Me.作法1_lb = New System.Windows.Forms.Label()
  27. Me.結構_tb = New System.Windows.Forms.TextBox()
  28. Me.結構_lb = New System.Windows.Forms.Label()
  29. Me.中皮_tb = New System.Windows.Forms.TextBox()
  30. Me.中皮_lb = New System.Windows.Forms.Label()
  31. Me.刪除_bt = New System.Windows.Forms.Button()
  32. Me.新增_bt = New System.Windows.Forms.Button()
  33. Me.修改_bt = New System.Windows.Forms.Button()
  34. Me.中底_dgv = New System.Windows.Forms.DataGridView()
  35. Me.刪除1_bt = New System.Windows.Forms.Button()
  36. Me.新增1_bt = New System.Windows.Forms.Button()
  37. Me.修改1_bt = New System.Windows.Forms.Button()
  38. Me.作法_tb = New System.Windows.Forms.TextBox()
  39. Me.作法_lb = New System.Windows.Forms.Label()
  40. Me.中底_tb = New System.Windows.Forms.TextBox()
  41. Me.中底_lb = New System.Windows.Forms.Label()
  42. CType(Me.中皮_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  43. CType(Me.中底_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  44. Me.SuspendLayout()
  45. '
  46. '中皮_dgv
  47. '
  48. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  49. Me.中皮_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  50. Me.中皮_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  51. Me.中皮_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  52. Me.中皮_dgv.Location = New System.Drawing.Point(12, 12)
  53. Me.中皮_dgv.Name = "中皮_dgv"
  54. Me.中皮_dgv.RowHeadersWidth = 5
  55. Me.中皮_dgv.RowTemplate.Height = 24
  56. Me.中皮_dgv.Size = New System.Drawing.Size(290, 390)
  57. Me.中皮_dgv.TabIndex = 611
  58. '
  59. '作法1_tb
  60. '
  61. Me.作法1_tb.Location = New System.Drawing.Point(308, 214)
  62. Me.作法1_tb.Multiline = True
  63. Me.作法1_tb.Name = "作法1_tb"
  64. Me.作法1_tb.Size = New System.Drawing.Size(375, 188)
  65. Me.作法1_tb.TabIndex = 658
  66. '
  67. '作法1_lb
  68. '
  69. Me.作法1_lb.AutoSize = True
  70. Me.作法1_lb.Location = New System.Drawing.Point(305, 195)
  71. Me.作法1_lb.Name = "作法1_lb"
  72. Me.作法1_lb.Size = New System.Drawing.Size(32, 16)
  73. Me.作法1_lb.TabIndex = 657
  74. Me.作法1_lb.Text = "作法"
  75. '
  76. '結構_tb
  77. '
  78. Me.結構_tb.Location = New System.Drawing.Point(308, 88)
  79. Me.結構_tb.Multiline = True
  80. Me.結構_tb.Name = "結構_tb"
  81. Me.結構_tb.Size = New System.Drawing.Size(375, 105)
  82. Me.結構_tb.TabIndex = 656
  83. '
  84. '結構_lb
  85. '
  86. Me.結構_lb.AutoSize = True
  87. Me.結構_lb.Location = New System.Drawing.Point(305, 69)
  88. Me.結構_lb.Name = "結構_lb"
  89. Me.結構_lb.Size = New System.Drawing.Size(32, 16)
  90. Me.結構_lb.TabIndex = 655
  91. Me.結構_lb.Text = "結構"
  92. '
  93. '中皮_tb
  94. '
  95. Me.中皮_tb.Location = New System.Drawing.Point(308, 43)
  96. Me.中皮_tb.Name = "中皮_tb"
  97. Me.中皮_tb.Size = New System.Drawing.Size(375, 23)
  98. Me.中皮_tb.TabIndex = 654
  99. '
  100. '中皮_lb
  101. '
  102. Me.中皮_lb.AutoSize = True
  103. Me.中皮_lb.Location = New System.Drawing.Point(305, 24)
  104. Me.中皮_lb.Name = "中皮_lb"
  105. Me.中皮_lb.Size = New System.Drawing.Size(32, 16)
  106. Me.中皮_lb.TabIndex = 653
  107. Me.中皮_lb.Text = "中皮"
  108. '
  109. '刪除_bt
  110. '
  111. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  112. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  113. Me.刪除_bt.Location = New System.Drawing.Point(629, 6)
  114. Me.刪除_bt.Name = "刪除_bt"
  115. Me.刪除_bt.Size = New System.Drawing.Size(55, 32)
  116. Me.刪除_bt.TabIndex = 661
  117. Me.刪除_bt.Text = "刪除"
  118. Me.刪除_bt.UseVisualStyleBackColor = True
  119. '
  120. '新增_bt
  121. '
  122. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  123. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  124. Me.新增_bt.Location = New System.Drawing.Point(519, 6)
  125. Me.新增_bt.Name = "新增_bt"
  126. Me.新增_bt.Size = New System.Drawing.Size(55, 32)
  127. Me.新增_bt.TabIndex = 659
  128. Me.新增_bt.Text = "新增"
  129. Me.新增_bt.UseVisualStyleBackColor = True
  130. '
  131. '修改_bt
  132. '
  133. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  134. Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  135. Me.修改_bt.Location = New System.Drawing.Point(574, 6)
  136. Me.修改_bt.Name = "修改_bt"
  137. Me.修改_bt.Size = New System.Drawing.Size(55, 32)
  138. Me.修改_bt.TabIndex = 660
  139. Me.修改_bt.Text = "修改"
  140. Me.修改_bt.UseVisualStyleBackColor = True
  141. '
  142. '中底_dgv
  143. '
  144. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  145. Me.中底_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  146. Me.中底_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  147. Me.中底_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  148. Me.中底_dgv.Location = New System.Drawing.Point(12, 408)
  149. Me.中底_dgv.Name = "中底_dgv"
  150. Me.中底_dgv.RowHeadersWidth = 5
  151. Me.中底_dgv.RowTemplate.Height = 24
  152. Me.中底_dgv.Size = New System.Drawing.Size(290, 239)
  153. Me.中底_dgv.TabIndex = 662
  154. '
  155. '刪除1_bt
  156. '
  157. Me.刪除1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  158. Me.刪除1_bt.ForeColor = System.Drawing.Color.Red
  159. Me.刪除1_bt.Location = New System.Drawing.Point(629, 419)
  160. Me.刪除1_bt.Name = "刪除1_bt"
  161. Me.刪除1_bt.Size = New System.Drawing.Size(55, 32)
  162. Me.刪除1_bt.TabIndex = 665
  163. Me.刪除1_bt.Text = "刪除"
  164. Me.刪除1_bt.UseVisualStyleBackColor = True
  165. '
  166. '新增1_bt
  167. '
  168. Me.新增1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  169. Me.新增1_bt.ForeColor = System.Drawing.Color.Blue
  170. Me.新增1_bt.Location = New System.Drawing.Point(519, 419)
  171. Me.新增1_bt.Name = "新增1_bt"
  172. Me.新增1_bt.Size = New System.Drawing.Size(55, 32)
  173. Me.新增1_bt.TabIndex = 663
  174. Me.新增1_bt.Text = "新增"
  175. Me.新增1_bt.UseVisualStyleBackColor = True
  176. '
  177. '修改1_bt
  178. '
  179. Me.修改1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  180. Me.修改1_bt.ForeColor = System.Drawing.Color.DarkGreen
  181. Me.修改1_bt.Location = New System.Drawing.Point(574, 419)
  182. Me.修改1_bt.Name = "修改1_bt"
  183. Me.修改1_bt.Size = New System.Drawing.Size(55, 32)
  184. Me.修改1_bt.TabIndex = 664
  185. Me.修改1_bt.Text = "修改"
  186. Me.修改1_bt.UseVisualStyleBackColor = True
  187. '
  188. '作法_tb
  189. '
  190. Me.作法_tb.Location = New System.Drawing.Point(308, 471)
  191. Me.作法_tb.Multiline = True
  192. Me.作法_tb.Name = "作法_tb"
  193. Me.作法_tb.Size = New System.Drawing.Size(375, 176)
  194. Me.作法_tb.TabIndex = 667
  195. '
  196. '作法_lb
  197. '
  198. Me.作法_lb.AutoSize = True
  199. Me.作法_lb.Location = New System.Drawing.Point(308, 452)
  200. Me.作法_lb.Name = "作法_lb"
  201. Me.作法_lb.Size = New System.Drawing.Size(32, 16)
  202. Me.作法_lb.TabIndex = 666
  203. Me.作法_lb.Text = "作法"
  204. '
  205. '中底_tb
  206. '
  207. Me.中底_tb.Location = New System.Drawing.Point(308, 427)
  208. Me.中底_tb.Name = "中底_tb"
  209. Me.中底_tb.Size = New System.Drawing.Size(210, 23)
  210. Me.中底_tb.TabIndex = 669
  211. '
  212. '中底_lb
  213. '
  214. Me.中底_lb.AutoSize = True
  215. Me.中底_lb.Location = New System.Drawing.Point(305, 408)
  216. Me.中底_lb.Name = "中底_lb"
  217. Me.中底_lb.Size = New System.Drawing.Size(32, 16)
  218. Me.中底_lb.TabIndex = 668
  219. Me.中底_lb.Text = "中底"
  220. '
  221. '中皮結構_中底作法
  222. '
  223. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  224. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  225. Me.ClientSize = New System.Drawing.Size(691, 653)
  226. Me.Controls.Add(Me.中底_tb)
  227. Me.Controls.Add(Me.中底_lb)
  228. Me.Controls.Add(Me.作法_tb)
  229. Me.Controls.Add(Me.作法_lb)
  230. Me.Controls.Add(Me.刪除1_bt)
  231. Me.Controls.Add(Me.新增1_bt)
  232. Me.Controls.Add(Me.修改1_bt)
  233. Me.Controls.Add(Me.中底_dgv)
  234. Me.Controls.Add(Me.刪除_bt)
  235. Me.Controls.Add(Me.新增_bt)
  236. Me.Controls.Add(Me.修改_bt)
  237. Me.Controls.Add(Me.作法1_tb)
  238. Me.Controls.Add(Me.作法1_lb)
  239. Me.Controls.Add(Me.結構_tb)
  240. Me.Controls.Add(Me.結構_lb)
  241. Me.Controls.Add(Me.中皮_tb)
  242. Me.Controls.Add(Me.中皮_lb)
  243. Me.Controls.Add(Me.中皮_dgv)
  244. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  245. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  246. Me.Name = "中皮結構_中底作法"
  247. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  248. Me.Text = "中皮結構、中底作法"
  249. CType(Me.中皮_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  250. CType(Me.中底_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  251. Me.ResumeLayout(False)
  252. Me.PerformLayout()
  253. End Sub
  254. Friend WithEvents 中皮_dgv As DataGridView
  255. Friend WithEvents 作法1_tb As TextBox
  256. Friend WithEvents 作法1_lb As Label
  257. Friend WithEvents 結構_tb As TextBox
  258. Friend WithEvents 結構_lb As Label
  259. Friend WithEvents 中皮_tb As TextBox
  260. Friend WithEvents 中皮_lb As Label
  261. Friend WithEvents 刪除_bt As Button
  262. Friend WithEvents 新增_bt As Button
  263. Friend WithEvents 修改_bt As Button
  264. Friend WithEvents 中底_dgv As DataGridView
  265. Friend WithEvents 刪除1_bt As Button
  266. Friend WithEvents 新增1_bt As Button
  267. Friend WithEvents 修改1_bt As Button
  268. Friend WithEvents 作法_tb As TextBox
  269. Friend WithEvents 作法_lb As Label
  270. Friend WithEvents 中底_tb As TextBox
  271. Friend WithEvents 中底_lb As Label
  272. End Class