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