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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(計算機))
  23. Me.零_bt = New System.Windows.Forms.Button()
  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.五_bt = New System.Windows.Forms.Button()
  29. Me.四_bt = New System.Windows.Forms.Button()
  30. Me.三_bt = New System.Windows.Forms.Button()
  31. Me.二_bt = New System.Windows.Forms.Button()
  32. Me.一_bt = New System.Windows.Forms.Button()
  33. Me.計算後_tb = New System.Windows.Forms.TextBox()
  34. Me.計算前_tb = New System.Windows.Forms.TextBox()
  35. Me.除_bt = New System.Windows.Forms.Button()
  36. Me.乘_bt = New System.Windows.Forms.Button()
  37. Me.減_bt = New System.Windows.Forms.Button()
  38. Me.加_bt = New System.Windows.Forms.Button()
  39. Me.消除_bt = New System.Windows.Forms.Button()
  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.計算式_tb = New System.Windows.Forms.TextBox()
  44. Me.答案_tb = New System.Windows.Forms.TextBox()
  45. Me.SuspendLayout()
  46. '
  47. '零_bt
  48. '
  49. Me.零_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  50. Me.零_bt.Location = New System.Drawing.Point(12, 301)
  51. Me.零_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  52. Me.零_bt.Name = "零_bt"
  53. Me.零_bt.Size = New System.Drawing.Size(58, 67)
  54. Me.零_bt.TabIndex = 828
  55. Me.零_bt.Text = "0"
  56. Me.零_bt.UseVisualStyleBackColor = True
  57. '
  58. '九_bt
  59. '
  60. Me.九_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  61. Me.九_bt.Location = New System.Drawing.Point(143, 77)
  62. Me.九_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  63. Me.九_bt.Name = "九_bt"
  64. Me.九_bt.Size = New System.Drawing.Size(58, 67)
  65. Me.九_bt.TabIndex = 827
  66. Me.九_bt.Text = "9"
  67. Me.九_bt.UseVisualStyleBackColor = True
  68. '
  69. '八_bt
  70. '
  71. Me.八_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.八_bt.Location = New System.Drawing.Point(77, 77)
  73. Me.八_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  74. Me.八_bt.Name = "八_bt"
  75. Me.八_bt.Size = New System.Drawing.Size(58, 67)
  76. Me.八_bt.TabIndex = 826
  77. Me.八_bt.Text = "8"
  78. Me.八_bt.UseVisualStyleBackColor = True
  79. '
  80. '七_bt
  81. '
  82. Me.七_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  83. Me.七_bt.Location = New System.Drawing.Point(12, 77)
  84. Me.七_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  85. Me.七_bt.Name = "七_bt"
  86. Me.七_bt.Size = New System.Drawing.Size(58, 67)
  87. Me.七_bt.TabIndex = 825
  88. Me.七_bt.Text = "7"
  89. Me.七_bt.UseVisualStyleBackColor = True
  90. '
  91. '六_bt
  92. '
  93. Me.六_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  94. Me.六_bt.Location = New System.Drawing.Point(143, 152)
  95. Me.六_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  96. Me.六_bt.Name = "六_bt"
  97. Me.六_bt.Size = New System.Drawing.Size(58, 67)
  98. Me.六_bt.TabIndex = 824
  99. Me.六_bt.Text = "6"
  100. Me.六_bt.UseVisualStyleBackColor = True
  101. '
  102. '五_bt
  103. '
  104. Me.五_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  105. Me.五_bt.Location = New System.Drawing.Point(77, 152)
  106. Me.五_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  107. Me.五_bt.Name = "五_bt"
  108. Me.五_bt.Size = New System.Drawing.Size(58, 67)
  109. Me.五_bt.TabIndex = 823
  110. Me.五_bt.Text = "5"
  111. Me.五_bt.UseVisualStyleBackColor = True
  112. '
  113. '四_bt
  114. '
  115. Me.四_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  116. Me.四_bt.Location = New System.Drawing.Point(12, 152)
  117. Me.四_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  118. Me.四_bt.Name = "四_bt"
  119. Me.四_bt.Size = New System.Drawing.Size(58, 67)
  120. Me.四_bt.TabIndex = 822
  121. Me.四_bt.Text = "4"
  122. Me.四_bt.UseVisualStyleBackColor = True
  123. '
  124. '三_bt
  125. '
  126. Me.三_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. Me.三_bt.Location = New System.Drawing.Point(143, 227)
  128. Me.三_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  129. Me.三_bt.Name = "三_bt"
  130. Me.三_bt.Size = New System.Drawing.Size(58, 67)
  131. Me.三_bt.TabIndex = 821
  132. Me.三_bt.Text = "3"
  133. Me.三_bt.UseVisualStyleBackColor = True
  134. '
  135. '二_bt
  136. '
  137. Me.二_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  138. Me.二_bt.Location = New System.Drawing.Point(77, 227)
  139. Me.二_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  140. Me.二_bt.Name = "二_bt"
  141. Me.二_bt.Size = New System.Drawing.Size(58, 67)
  142. Me.二_bt.TabIndex = 820
  143. Me.二_bt.Text = "2"
  144. Me.二_bt.UseVisualStyleBackColor = True
  145. '
  146. '一_bt
  147. '
  148. Me.一_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  149. Me.一_bt.Location = New System.Drawing.Point(12, 227)
  150. Me.一_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  151. Me.一_bt.Name = "一_bt"
  152. Me.一_bt.Size = New System.Drawing.Size(58, 67)
  153. Me.一_bt.TabIndex = 819
  154. Me.一_bt.Text = "1"
  155. Me.一_bt.UseVisualStyleBackColor = True
  156. '
  157. '計算後_tb
  158. '
  159. Me.計算後_tb.Location = New System.Drawing.Point(12, 4)
  160. Me.計算後_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  161. Me.計算後_tb.Name = "計算後_tb"
  162. Me.計算後_tb.Size = New System.Drawing.Size(80, 23)
  163. Me.計算後_tb.TabIndex = 818
  164. Me.計算後_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  165. '
  166. '計算前_tb
  167. '
  168. Me.計算前_tb.Location = New System.Drawing.Point(188, 4)
  169. Me.計算前_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  170. Me.計算前_tb.Name = "計算前_tb"
  171. Me.計算前_tb.Size = New System.Drawing.Size(80, 23)
  172. Me.計算前_tb.TabIndex = 817
  173. Me.計算前_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  174. '
  175. '除_bt
  176. '
  177. Me.除_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  178. Me.除_bt.Location = New System.Drawing.Point(208, 165)
  179. Me.除_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  180. Me.除_bt.Name = "除_bt"
  181. Me.除_bt.Size = New System.Drawing.Size(58, 40)
  182. Me.除_bt.TabIndex = 816
  183. Me.除_bt.Text = "/"
  184. Me.除_bt.UseVisualStyleBackColor = True
  185. '
  186. '乘_bt
  187. '
  188. Me.乘_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  189. Me.乘_bt.Location = New System.Drawing.Point(208, 121)
  190. Me.乘_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  191. Me.乘_bt.Name = "乘_bt"
  192. Me.乘_bt.Size = New System.Drawing.Size(58, 40)
  193. Me.乘_bt.TabIndex = 815
  194. Me.乘_bt.Text = "X"
  195. Me.乘_bt.UseVisualStyleBackColor = True
  196. '
  197. '減_bt
  198. '
  199. Me.減_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  200. Me.減_bt.Location = New System.Drawing.Point(208, 254)
  201. Me.減_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  202. Me.減_bt.Name = "減_bt"
  203. Me.減_bt.Size = New System.Drawing.Size(58, 40)
  204. Me.減_bt.TabIndex = 814
  205. Me.減_bt.Text = "-"
  206. Me.減_bt.UseVisualStyleBackColor = True
  207. '
  208. '加_bt
  209. '
  210. Me.加_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  211. Me.加_bt.Location = New System.Drawing.Point(208, 209)
  212. Me.加_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  213. Me.加_bt.Name = "加_bt"
  214. Me.加_bt.Size = New System.Drawing.Size(58, 40)
  215. Me.加_bt.TabIndex = 813
  216. Me.加_bt.Text = "+"
  217. Me.加_bt.UseVisualStyleBackColor = True
  218. '
  219. '消除_bt
  220. '
  221. Me.消除_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  222. Me.消除_bt.Location = New System.Drawing.Point(208, 77)
  223. Me.消除_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  224. Me.消除_bt.Name = "消除_bt"
  225. Me.消除_bt.Size = New System.Drawing.Size(58, 40)
  226. Me.消除_bt.TabIndex = 832
  227. Me.消除_bt.Text = "➨"
  228. Me.消除_bt.UseVisualStyleBackColor = True
  229. '
  230. '小數點_bt
  231. '
  232. Me.小數點_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  233. Me.小數點_bt.Location = New System.Drawing.Point(77, 301)
  234. Me.小數點_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  235. Me.小數點_bt.Name = "小數點_bt"
  236. Me.小數點_bt.Size = New System.Drawing.Size(58, 67)
  237. Me.小數點_bt.TabIndex = 833
  238. Me.小數點_bt.Text = "."
  239. Me.小數點_bt.UseVisualStyleBackColor = True
  240. '
  241. '清空_bt
  242. '
  243. Me.清空_bt.DialogResult = System.Windows.Forms.DialogResult.Cancel
  244. Me.清空_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  245. Me.清空_bt.Location = New System.Drawing.Point(144, 301)
  246. Me.清空_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  247. Me.清空_bt.Name = "清空_bt"
  248. Me.清空_bt.Size = New System.Drawing.Size(58, 67)
  249. Me.清空_bt.TabIndex = 834
  250. Me.清空_bt.Text = "AC"
  251. Me.清空_bt.UseVisualStyleBackColor = True
  252. '
  253. '等於_bt
  254. '
  255. Me.等於_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  256. Me.等於_bt.Location = New System.Drawing.Point(208, 301)
  257. Me.等於_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  258. Me.等於_bt.Name = "等於_bt"
  259. Me.等於_bt.Size = New System.Drawing.Size(58, 67)
  260. Me.等於_bt.TabIndex = 835
  261. Me.等於_bt.Text = "="
  262. Me.等於_bt.UseVisualStyleBackColor = True
  263. '
  264. '計算式_tb
  265. '
  266. Me.計算式_tb.Location = New System.Drawing.Point(100, 4)
  267. Me.計算式_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  268. Me.計算式_tb.Name = "計算式_tb"
  269. Me.計算式_tb.Size = New System.Drawing.Size(80, 23)
  270. Me.計算式_tb.TabIndex = 836
  271. Me.計算式_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  272. '
  273. '答案_tb
  274. '
  275. Me.答案_tb.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  276. Me.答案_tb.Location = New System.Drawing.Point(12, 30)
  277. Me.答案_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  278. Me.答案_tb.Name = "答案_tb"
  279. Me.答案_tb.Size = New System.Drawing.Size(256, 39)
  280. Me.答案_tb.TabIndex = 837
  281. Me.答案_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  282. '
  283. '計算機
  284. '
  285. Me.AcceptButton = Me.等於_bt
  286. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  287. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  288. Me.CancelButton = Me.清空_bt
  289. Me.ClientSize = New System.Drawing.Size(280, 374)
  290. Me.Controls.Add(Me.答案_tb)
  291. Me.Controls.Add(Me.計算式_tb)
  292. Me.Controls.Add(Me.等於_bt)
  293. Me.Controls.Add(Me.清空_bt)
  294. Me.Controls.Add(Me.小數點_bt)
  295. Me.Controls.Add(Me.消除_bt)
  296. Me.Controls.Add(Me.零_bt)
  297. Me.Controls.Add(Me.九_bt)
  298. Me.Controls.Add(Me.八_bt)
  299. Me.Controls.Add(Me.七_bt)
  300. Me.Controls.Add(Me.六_bt)
  301. Me.Controls.Add(Me.五_bt)
  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.計算後_tb)
  307. Me.Controls.Add(Me.計算前_tb)
  308. Me.Controls.Add(Me.除_bt)
  309. Me.Controls.Add(Me.乘_bt)
  310. Me.Controls.Add(Me.減_bt)
  311. Me.Controls.Add(Me.加_bt)
  312. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  313. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  314. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  315. Me.KeyPreview = True
  316. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  317. Me.Name = "計算機"
  318. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  319. Me.Text = "計算機"
  320. Me.ResumeLayout(False)
  321. Me.PerformLayout()
  322. End Sub
  323. Friend WithEvents 零_bt As Button
  324. Friend WithEvents 九_bt As Button
  325. Friend WithEvents 八_bt As Button
  326. Friend WithEvents 七_bt As Button
  327. Friend WithEvents 六_bt As Button
  328. Friend WithEvents 五_bt As Button
  329. Friend WithEvents 四_bt As Button
  330. Friend WithEvents 三_bt As Button
  331. Friend WithEvents 二_bt As Button
  332. Friend WithEvents 一_bt As Button
  333. Friend WithEvents 計算後_tb As TextBox
  334. Friend WithEvents 計算前_tb As TextBox
  335. Friend WithEvents 除_bt As Button
  336. Friend WithEvents 乘_bt As Button
  337. Friend WithEvents 減_bt As Button
  338. Friend WithEvents 加_bt As Button
  339. Friend WithEvents 消除_bt As Button
  340. Friend WithEvents 小數點_bt As Button
  341. Friend WithEvents 清空_bt As Button
  342. Friend WithEvents 等於_bt As Button
  343. Friend WithEvents 計算式_tb As TextBox
  344. Friend WithEvents 答案_tb As TextBox
  345. End Class