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