Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

計算機.Designer.vb 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  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.結果_tb = New System.Windows.Forms.TextBox()
  23. Me.計算式_tb = New System.Windows.Forms.TextBox()
  24. Me.等於_bt = New System.Windows.Forms.Button()
  25. Me.清除_bt = New System.Windows.Forms.Button()
  26. Me.小數點_bt = New System.Windows.Forms.Button()
  27. Me.倒退_bt = New System.Windows.Forms.Button()
  28. Me.b0_bt = New System.Windows.Forms.Button()
  29. Me.b9_bt = New System.Windows.Forms.Button()
  30. Me.b8_bt = New System.Windows.Forms.Button()
  31. Me.b7_bt = New System.Windows.Forms.Button()
  32. Me.b6_bt = New System.Windows.Forms.Button()
  33. Me.b5_bt = New System.Windows.Forms.Button()
  34. Me.b4_bt = New System.Windows.Forms.Button()
  35. Me.b3_bt = New System.Windows.Forms.Button()
  36. Me.b2_bt = New System.Windows.Forms.Button()
  37. Me.b1_bt = New System.Windows.Forms.Button()
  38. Me.數值1_tb = New System.Windows.Forms.TextBox()
  39. Me.數值2_tb = New System.Windows.Forms.TextBox()
  40. Me.除_bt = New System.Windows.Forms.Button()
  41. Me.乘_bt = New System.Windows.Forms.Button()
  42. Me.減_bt = New System.Windows.Forms.Button()
  43. Me.加_bt = New System.Windows.Forms.Button()
  44. Me.資料寫入_bt = New System.Windows.Forms.Button()
  45. Me.SuspendLayout()
  46. '
  47. '結果_tb
  48. '
  49. Me.結果_tb.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  50. Me.結果_tb.Location = New System.Drawing.Point(4, 28)
  51. Me.結果_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  52. Me.結果_tb.Name = "結果_tb"
  53. Me.結果_tb.Size = New System.Drawing.Size(234, 39)
  54. Me.結果_tb.TabIndex = 859
  55. Me.結果_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  56. '
  57. '計算式_tb
  58. '
  59. Me.計算式_tb.Location = New System.Drawing.Point(88, 3)
  60. Me.計算式_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  61. Me.計算式_tb.Name = "計算式_tb"
  62. Me.計算式_tb.Size = New System.Drawing.Size(63, 23)
  63. Me.計算式_tb.TabIndex = 858
  64. Me.計算式_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  65. '
  66. '等於_bt
  67. '
  68. Me.等於_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  69. Me.等於_bt.Location = New System.Drawing.Point(180, 270)
  70. Me.等於_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  71. Me.等於_bt.Name = "等於_bt"
  72. Me.等於_bt.Size = New System.Drawing.Size(58, 67)
  73. Me.等於_bt.TabIndex = 857
  74. Me.等於_bt.Text = "="
  75. Me.等於_bt.UseVisualStyleBackColor = True
  76. '
  77. '清除_bt
  78. '
  79. Me.清除_bt.DialogResult = System.Windows.Forms.DialogResult.Cancel
  80. Me.清除_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  81. Me.清除_bt.Location = New System.Drawing.Point(122, 270)
  82. Me.清除_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  83. Me.清除_bt.Name = "清除_bt"
  84. Me.清除_bt.Size = New System.Drawing.Size(58, 67)
  85. Me.清除_bt.TabIndex = 856
  86. Me.清除_bt.Text = "AC"
  87. Me.清除_bt.UseVisualStyleBackColor = True
  88. '
  89. '小數點_bt
  90. '
  91. Me.小數點_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  92. Me.小數點_bt.Location = New System.Drawing.Point(62, 270)
  93. Me.小數點_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  94. Me.小數點_bt.Name = "小數點_bt"
  95. Me.小數點_bt.Size = New System.Drawing.Size(58, 67)
  96. Me.小數點_bt.TabIndex = 855
  97. Me.小數點_bt.Text = "."
  98. Me.小數點_bt.UseVisualStyleBackColor = True
  99. '
  100. '倒退_bt
  101. '
  102. Me.倒退_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  103. Me.倒退_bt.Location = New System.Drawing.Point(180, 69)
  104. Me.倒退_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  105. Me.倒退_bt.Name = "倒退_bt"
  106. Me.倒退_bt.Size = New System.Drawing.Size(58, 40)
  107. Me.倒退_bt.TabIndex = 854
  108. Me.倒退_bt.Text = "➨"
  109. Me.倒退_bt.UseVisualStyleBackColor = True
  110. '
  111. 'b0_bt
  112. '
  113. Me.b0_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  114. Me.b0_bt.Location = New System.Drawing.Point(4, 270)
  115. Me.b0_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  116. Me.b0_bt.Name = "b0_bt"
  117. Me.b0_bt.Size = New System.Drawing.Size(58, 67)
  118. Me.b0_bt.TabIndex = 853
  119. Me.b0_bt.Text = "0"
  120. Me.b0_bt.UseVisualStyleBackColor = True
  121. '
  122. 'b9_bt
  123. '
  124. Me.b9_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  125. Me.b9_bt.Location = New System.Drawing.Point(121, 69)
  126. Me.b9_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  127. Me.b9_bt.Name = "b9_bt"
  128. Me.b9_bt.Size = New System.Drawing.Size(58, 67)
  129. Me.b9_bt.TabIndex = 852
  130. Me.b9_bt.Text = "9"
  131. Me.b9_bt.UseVisualStyleBackColor = True
  132. '
  133. 'b8_bt
  134. '
  135. Me.b8_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  136. Me.b8_bt.Location = New System.Drawing.Point(62, 69)
  137. Me.b8_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  138. Me.b8_bt.Name = "b8_bt"
  139. Me.b8_bt.Size = New System.Drawing.Size(58, 67)
  140. Me.b8_bt.TabIndex = 851
  141. Me.b8_bt.Text = "8"
  142. Me.b8_bt.UseVisualStyleBackColor = True
  143. '
  144. 'b7_bt
  145. '
  146. Me.b7_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  147. Me.b7_bt.Location = New System.Drawing.Point(4, 69)
  148. Me.b7_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  149. Me.b7_bt.Name = "b7_bt"
  150. Me.b7_bt.Size = New System.Drawing.Size(58, 67)
  151. Me.b7_bt.TabIndex = 850
  152. Me.b7_bt.Text = "7"
  153. Me.b7_bt.UseVisualStyleBackColor = True
  154. '
  155. 'b6_bt
  156. '
  157. Me.b6_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  158. Me.b6_bt.Location = New System.Drawing.Point(121, 136)
  159. Me.b6_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  160. Me.b6_bt.Name = "b6_bt"
  161. Me.b6_bt.Size = New System.Drawing.Size(58, 67)
  162. Me.b6_bt.TabIndex = 849
  163. Me.b6_bt.Text = "6"
  164. Me.b6_bt.UseVisualStyleBackColor = True
  165. '
  166. 'b5_bt
  167. '
  168. Me.b5_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  169. Me.b5_bt.Location = New System.Drawing.Point(62, 136)
  170. Me.b5_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  171. Me.b5_bt.Name = "b5_bt"
  172. Me.b5_bt.Size = New System.Drawing.Size(58, 67)
  173. Me.b5_bt.TabIndex = 848
  174. Me.b5_bt.Text = "5"
  175. Me.b5_bt.UseVisualStyleBackColor = True
  176. '
  177. 'b4_bt
  178. '
  179. Me.b4_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  180. Me.b4_bt.Location = New System.Drawing.Point(4, 136)
  181. Me.b4_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  182. Me.b4_bt.Name = "b4_bt"
  183. Me.b4_bt.Size = New System.Drawing.Size(58, 67)
  184. Me.b4_bt.TabIndex = 847
  185. Me.b4_bt.Text = "4"
  186. Me.b4_bt.UseVisualStyleBackColor = True
  187. '
  188. 'b3_bt
  189. '
  190. Me.b3_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  191. Me.b3_bt.Location = New System.Drawing.Point(121, 203)
  192. Me.b3_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  193. Me.b3_bt.Name = "b3_bt"
  194. Me.b3_bt.Size = New System.Drawing.Size(58, 67)
  195. Me.b3_bt.TabIndex = 846
  196. Me.b3_bt.Text = "3"
  197. Me.b3_bt.UseVisualStyleBackColor = True
  198. '
  199. 'b2_bt
  200. '
  201. Me.b2_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  202. Me.b2_bt.Location = New System.Drawing.Point(62, 203)
  203. Me.b2_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  204. Me.b2_bt.Name = "b2_bt"
  205. Me.b2_bt.Size = New System.Drawing.Size(58, 67)
  206. Me.b2_bt.TabIndex = 845
  207. Me.b2_bt.Text = "2"
  208. Me.b2_bt.UseVisualStyleBackColor = True
  209. '
  210. 'b1_bt
  211. '
  212. Me.b1_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  213. Me.b1_bt.Location = New System.Drawing.Point(4, 203)
  214. Me.b1_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  215. Me.b1_bt.Name = "b1_bt"
  216. Me.b1_bt.Size = New System.Drawing.Size(58, 67)
  217. Me.b1_bt.TabIndex = 844
  218. Me.b1_bt.Text = "1"
  219. Me.b1_bt.UseVisualStyleBackColor = True
  220. '
  221. '數值1_tb
  222. '
  223. Me.數值1_tb.Location = New System.Drawing.Point(4, 3)
  224. Me.數值1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  225. Me.數值1_tb.Name = "數值1_tb"
  226. Me.數值1_tb.Size = New System.Drawing.Size(80, 23)
  227. Me.數值1_tb.TabIndex = 843
  228. Me.數值1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  229. '
  230. '數值2_tb
  231. '
  232. Me.數值2_tb.Location = New System.Drawing.Point(157, 3)
  233. Me.數值2_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  234. Me.數值2_tb.Name = "數值2_tb"
  235. Me.數值2_tb.Size = New System.Drawing.Size(80, 23)
  236. Me.數值2_tb.TabIndex = 842
  237. Me.數值2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  238. '
  239. '除_bt
  240. '
  241. Me.除_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  242. Me.除_bt.Location = New System.Drawing.Point(180, 149)
  243. Me.除_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  244. Me.除_bt.Name = "除_bt"
  245. Me.除_bt.Size = New System.Drawing.Size(58, 40)
  246. Me.除_bt.TabIndex = 841
  247. Me.除_bt.Text = "/"
  248. Me.除_bt.UseVisualStyleBackColor = True
  249. '
  250. '乘_bt
  251. '
  252. Me.乘_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  253. Me.乘_bt.Location = New System.Drawing.Point(180, 109)
  254. Me.乘_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  255. Me.乘_bt.Name = "乘_bt"
  256. Me.乘_bt.Size = New System.Drawing.Size(58, 40)
  257. Me.乘_bt.TabIndex = 840
  258. Me.乘_bt.Text = "X"
  259. Me.乘_bt.UseVisualStyleBackColor = True
  260. '
  261. '減_bt
  262. '
  263. Me.減_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  264. Me.減_bt.Location = New System.Drawing.Point(180, 230)
  265. Me.減_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  266. Me.減_bt.Name = "減_bt"
  267. Me.減_bt.Size = New System.Drawing.Size(58, 40)
  268. Me.減_bt.TabIndex = 839
  269. Me.減_bt.Text = "-"
  270. Me.減_bt.UseVisualStyleBackColor = True
  271. '
  272. '加_bt
  273. '
  274. Me.加_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  275. Me.加_bt.Location = New System.Drawing.Point(180, 189)
  276. Me.加_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  277. Me.加_bt.Name = "加_bt"
  278. Me.加_bt.Size = New System.Drawing.Size(58, 40)
  279. Me.加_bt.TabIndex = 838
  280. Me.加_bt.Text = "+"
  281. Me.加_bt.UseVisualStyleBackColor = True
  282. '
  283. '資料寫入_bt
  284. '
  285. Me.資料寫入_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  286. Me.資料寫入_bt.Location = New System.Drawing.Point(4, 342)
  287. Me.資料寫入_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  288. Me.資料寫入_bt.Name = "資料寫入_bt"
  289. Me.資料寫入_bt.Size = New System.Drawing.Size(233, 28)
  290. Me.資料寫入_bt.TabIndex = 860
  291. Me.資料寫入_bt.Text = "資料寫入"
  292. Me.資料寫入_bt.UseVisualStyleBackColor = True
  293. '
  294. '計算機
  295. '
  296. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  297. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  298. Me.ClientSize = New System.Drawing.Size(241, 374)
  299. Me.Controls.Add(Me.資料寫入_bt)
  300. Me.Controls.Add(Me.結果_tb)
  301. Me.Controls.Add(Me.計算式_tb)
  302. Me.Controls.Add(Me.等於_bt)
  303. Me.Controls.Add(Me.清除_bt)
  304. Me.Controls.Add(Me.小數點_bt)
  305. Me.Controls.Add(Me.倒退_bt)
  306. Me.Controls.Add(Me.b0_bt)
  307. Me.Controls.Add(Me.b9_bt)
  308. Me.Controls.Add(Me.b8_bt)
  309. Me.Controls.Add(Me.b7_bt)
  310. Me.Controls.Add(Me.b6_bt)
  311. Me.Controls.Add(Me.b5_bt)
  312. Me.Controls.Add(Me.b4_bt)
  313. Me.Controls.Add(Me.b3_bt)
  314. Me.Controls.Add(Me.b2_bt)
  315. Me.Controls.Add(Me.b1_bt)
  316. Me.Controls.Add(Me.數值1_tb)
  317. Me.Controls.Add(Me.數值2_tb)
  318. Me.Controls.Add(Me.除_bt)
  319. Me.Controls.Add(Me.乘_bt)
  320. Me.Controls.Add(Me.減_bt)
  321. Me.Controls.Add(Me.加_bt)
  322. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  323. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  324. Me.Name = "計算機"
  325. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  326. Me.Text = "計算機"
  327. Me.ResumeLayout(False)
  328. Me.PerformLayout()
  329. End Sub
  330. Friend WithEvents 結果_tb As TextBox
  331. Friend WithEvents 計算式_tb As TextBox
  332. Friend WithEvents 等於_bt As Button
  333. Friend WithEvents 清除_bt As Button
  334. Friend WithEvents 小數點_bt As Button
  335. Friend WithEvents 倒退_bt As Button
  336. Friend WithEvents b0_bt As Button
  337. Friend WithEvents b9_bt As Button
  338. Friend WithEvents b8_bt As Button
  339. Friend WithEvents b7_bt As Button
  340. Friend WithEvents b6_bt As Button
  341. Friend WithEvents b5_bt As Button
  342. Friend WithEvents b4_bt As Button
  343. Friend WithEvents b3_bt As Button
  344. Friend WithEvents b2_bt As Button
  345. Friend WithEvents b1_bt As Button
  346. Friend WithEvents 數值1_tb As TextBox
  347. Friend WithEvents 數值2_tb As TextBox
  348. Friend WithEvents 除_bt As Button
  349. Friend WithEvents 乘_bt As Button
  350. Friend WithEvents 減_bt As Button
  351. Friend WithEvents 加_bt As Button
  352. Friend WithEvents 資料寫入_bt As Button
  353. End Class