Nessuna descrizione
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 23KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  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.合計_tb = New System.Windows.Forms.TextBox()
  24. Me.算式_tb = New System.Windows.Forms.TextBox()
  25. Me.Button18 = New System.Windows.Forms.Button()
  26. Me.Button17 = New System.Windows.Forms.Button()
  27. Me.Button12 = New System.Windows.Forms.Button()
  28. Me.Button11 = New System.Windows.Forms.Button()
  29. Me.Button10 = New System.Windows.Forms.Button()
  30. Me.Button9 = New System.Windows.Forms.Button()
  31. Me.Button8 = New System.Windows.Forms.Button()
  32. Me.Button7 = New System.Windows.Forms.Button()
  33. Me.Button6 = New System.Windows.Forms.Button()
  34. Me.Button5 = New System.Windows.Forms.Button()
  35. Me.Button4 = New System.Windows.Forms.Button()
  36. Me.Button3 = New System.Windows.Forms.Button()
  37. Me.Button2 = New System.Windows.Forms.Button()
  38. Me.Button1 = New System.Windows.Forms.Button()
  39. Me.前數_tb = New System.Windows.Forms.TextBox()
  40. Me.後數_tb = New System.Windows.Forms.TextBox()
  41. Me.Button16 = New System.Windows.Forms.Button()
  42. Me.Button15 = New System.Windows.Forms.Button()
  43. Me.Button14 = New System.Windows.Forms.Button()
  44. Me.Button13 = New System.Windows.Forms.Button()
  45. Me.Button19 = New System.Windows.Forms.Button()
  46. Me.呈現_tb = New System.Windows.Forms.TextBox()
  47. Me.Panel1 = New System.Windows.Forms.Panel()
  48. Me.刷卡登入_ch = New System.Windows.Forms.CheckBox()
  49. Me.系統語言_cb = New System.Windows.Forms.ComboBox()
  50. Me.測試線路_rb = New System.Windows.Forms.RadioButton()
  51. Me.伺服器區域_cb = New System.Windows.Forms.ComboBox()
  52. Me.公司線路_rb = New System.Windows.Forms.RadioButton()
  53. Me.Panel2 = New System.Windows.Forms.Panel()
  54. Me.Panel1.SuspendLayout()
  55. Me.Panel2.SuspendLayout()
  56. Me.SuspendLayout()
  57. '
  58. '合計_tb
  59. '
  60. Me.合計_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  61. Me.合計_tb.Location = New System.Drawing.Point(10, 35)
  62. Me.合計_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  63. Me.合計_tb.Name = "合計_tb"
  64. Me.合計_tb.Size = New System.Drawing.Size(256, 23)
  65. Me.合計_tb.TabIndex = 859
  66. Me.合計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  67. '
  68. '算式_tb
  69. '
  70. Me.算式_tb.BackColor = System.Drawing.Color.White
  71. Me.算式_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  72. Me.算式_tb.Location = New System.Drawing.Point(8, 42)
  73. Me.算式_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  74. Me.算式_tb.Name = "算式_tb"
  75. Me.算式_tb.Size = New System.Drawing.Size(20, 16)
  76. Me.算式_tb.TabIndex = 858
  77. Me.算式_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  78. '
  79. 'Button18
  80. '
  81. Me.Button18.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  82. Me.Button18.Location = New System.Drawing.Point(237, 242)
  83. Me.Button18.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  84. Me.Button18.Name = "Button18"
  85. Me.Button18.Size = New System.Drawing.Size(58, 67)
  86. Me.Button18.TabIndex = 857
  87. Me.Button18.Text = "="
  88. Me.Button18.UseVisualStyleBackColor = True
  89. '
  90. 'Button17
  91. '
  92. Me.Button17.DialogResult = System.Windows.Forms.DialogResult.Cancel
  93. Me.Button17.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  94. Me.Button17.Location = New System.Drawing.Point(237, 174)
  95. Me.Button17.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  96. Me.Button17.Name = "Button17"
  97. Me.Button17.Size = New System.Drawing.Size(58, 67)
  98. Me.Button17.TabIndex = 856
  99. Me.Button17.Text = "AC"
  100. Me.Button17.UseVisualStyleBackColor = True
  101. '
  102. 'Button12
  103. '
  104. Me.Button12.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  105. Me.Button12.Location = New System.Drawing.Point(82, 261)
  106. Me.Button12.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  107. Me.Button12.Name = "Button12"
  108. Me.Button12.Size = New System.Drawing.Size(152, 48)
  109. Me.Button12.TabIndex = 855
  110. Me.Button12.Text = "."
  111. Me.Button12.UseVisualStyleBackColor = True
  112. '
  113. 'Button11
  114. '
  115. Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  116. Me.Button11.Location = New System.Drawing.Point(4, 66)
  117. Me.Button11.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  118. Me.Button11.Name = "Button11"
  119. Me.Button11.Size = New System.Drawing.Size(58, 40)
  120. Me.Button11.TabIndex = 854
  121. Me.Button11.Text = "➨"
  122. Me.Button11.UseVisualStyleBackColor = True
  123. '
  124. 'Button10
  125. '
  126. Me.Button10.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. Me.Button10.Location = New System.Drawing.Point(4, 261)
  128. Me.Button10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  129. Me.Button10.Name = "Button10"
  130. Me.Button10.Size = New System.Drawing.Size(75, 48)
  131. Me.Button10.TabIndex = 853
  132. Me.Button10.Text = "0"
  133. Me.Button10.UseVisualStyleBackColor = True
  134. '
  135. 'Button9
  136. '
  137. Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  138. Me.Button9.Location = New System.Drawing.Point(159, 108)
  139. Me.Button9.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  140. Me.Button9.Name = "Button9"
  141. Me.Button9.Size = New System.Drawing.Size(75, 48)
  142. Me.Button9.TabIndex = 852
  143. Me.Button9.Text = "9"
  144. Me.Button9.UseVisualStyleBackColor = True
  145. '
  146. 'Button8
  147. '
  148. Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  149. Me.Button8.Location = New System.Drawing.Point(82, 108)
  150. Me.Button8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  151. Me.Button8.Name = "Button8"
  152. Me.Button8.Size = New System.Drawing.Size(75, 48)
  153. Me.Button8.TabIndex = 851
  154. Me.Button8.Text = "8"
  155. Me.Button8.UseVisualStyleBackColor = True
  156. '
  157. 'Button7
  158. '
  159. Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  160. Me.Button7.Location = New System.Drawing.Point(4, 108)
  161. Me.Button7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  162. Me.Button7.Name = "Button7"
  163. Me.Button7.Size = New System.Drawing.Size(75, 48)
  164. Me.Button7.TabIndex = 850
  165. Me.Button7.Text = "7"
  166. Me.Button7.UseVisualStyleBackColor = True
  167. '
  168. 'Button6
  169. '
  170. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  171. Me.Button6.Location = New System.Drawing.Point(159, 158)
  172. Me.Button6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  173. Me.Button6.Name = "Button6"
  174. Me.Button6.Size = New System.Drawing.Size(75, 48)
  175. Me.Button6.TabIndex = 849
  176. Me.Button6.Text = "6"
  177. Me.Button6.UseVisualStyleBackColor = True
  178. '
  179. 'Button5
  180. '
  181. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  182. Me.Button5.Location = New System.Drawing.Point(82, 158)
  183. Me.Button5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  184. Me.Button5.Name = "Button5"
  185. Me.Button5.Size = New System.Drawing.Size(75, 48)
  186. Me.Button5.TabIndex = 848
  187. Me.Button5.Text = "5"
  188. Me.Button5.UseVisualStyleBackColor = True
  189. '
  190. 'Button4
  191. '
  192. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  193. Me.Button4.Location = New System.Drawing.Point(4, 158)
  194. Me.Button4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  195. Me.Button4.Name = "Button4"
  196. Me.Button4.Size = New System.Drawing.Size(75, 48)
  197. Me.Button4.TabIndex = 847
  198. Me.Button4.Text = "4"
  199. Me.Button4.UseVisualStyleBackColor = True
  200. '
  201. 'Button3
  202. '
  203. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  204. Me.Button3.Location = New System.Drawing.Point(159, 209)
  205. Me.Button3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  206. Me.Button3.Name = "Button3"
  207. Me.Button3.Size = New System.Drawing.Size(75, 48)
  208. Me.Button3.TabIndex = 846
  209. Me.Button3.Text = "3"
  210. Me.Button3.UseVisualStyleBackColor = True
  211. '
  212. 'Button2
  213. '
  214. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  215. Me.Button2.Location = New System.Drawing.Point(82, 209)
  216. Me.Button2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  217. Me.Button2.Name = "Button2"
  218. Me.Button2.Size = New System.Drawing.Size(75, 48)
  219. Me.Button2.TabIndex = 845
  220. Me.Button2.Text = "2"
  221. Me.Button2.UseVisualStyleBackColor = True
  222. '
  223. 'Button1
  224. '
  225. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  226. Me.Button1.Location = New System.Drawing.Point(4, 209)
  227. Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  228. Me.Button1.Name = "Button1"
  229. Me.Button1.Size = New System.Drawing.Size(75, 48)
  230. Me.Button1.TabIndex = 844
  231. Me.Button1.Text = "1"
  232. Me.Button1.UseVisualStyleBackColor = True
  233. '
  234. '前數_tb
  235. '
  236. Me.前數_tb.Location = New System.Drawing.Point(10, 10)
  237. Me.前數_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  238. Me.前數_tb.Name = "前數_tb"
  239. Me.前數_tb.Size = New System.Drawing.Size(80, 23)
  240. Me.前數_tb.TabIndex = 843
  241. Me.前數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  242. '
  243. '後數_tb
  244. '
  245. Me.後數_tb.Location = New System.Drawing.Point(96, 10)
  246. Me.後數_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  247. Me.後數_tb.Name = "後數_tb"
  248. Me.後數_tb.Size = New System.Drawing.Size(80, 23)
  249. Me.後數_tb.TabIndex = 842
  250. Me.後數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  251. '
  252. 'Button16
  253. '
  254. Me.Button16.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  255. Me.Button16.Location = New System.Drawing.Point(120, 66)
  256. Me.Button16.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  257. Me.Button16.Name = "Button16"
  258. Me.Button16.Size = New System.Drawing.Size(58, 40)
  259. Me.Button16.TabIndex = 841
  260. Me.Button16.Text = "/"
  261. Me.Button16.UseVisualStyleBackColor = True
  262. '
  263. 'Button15
  264. '
  265. Me.Button15.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  266. Me.Button15.Location = New System.Drawing.Point(62, 66)
  267. Me.Button15.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  268. Me.Button15.Name = "Button15"
  269. Me.Button15.Size = New System.Drawing.Size(58, 40)
  270. Me.Button15.TabIndex = 840
  271. Me.Button15.Text = "X"
  272. Me.Button15.UseVisualStyleBackColor = True
  273. '
  274. 'Button14
  275. '
  276. Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  277. Me.Button14.Location = New System.Drawing.Point(237, 66)
  278. Me.Button14.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  279. Me.Button14.Name = "Button14"
  280. Me.Button14.Size = New System.Drawing.Size(58, 40)
  281. Me.Button14.TabIndex = 839
  282. Me.Button14.Text = "-"
  283. Me.Button14.UseVisualStyleBackColor = True
  284. '
  285. 'Button13
  286. '
  287. Me.Button13.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  288. Me.Button13.Location = New System.Drawing.Point(178, 66)
  289. Me.Button13.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  290. Me.Button13.Name = "Button13"
  291. Me.Button13.Size = New System.Drawing.Size(58, 40)
  292. Me.Button13.TabIndex = 838
  293. Me.Button13.Text = "+"
  294. Me.Button13.UseVisualStyleBackColor = True
  295. '
  296. 'Button19
  297. '
  298. Me.Button19.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  299. Me.Button19.Location = New System.Drawing.Point(237, 107)
  300. Me.Button19.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  301. Me.Button19.Name = "Button19"
  302. Me.Button19.Size = New System.Drawing.Size(58, 67)
  303. Me.Button19.TabIndex = 860
  304. Me.Button19.Text = "√"
  305. Me.Button19.UseVisualStyleBackColor = True
  306. '
  307. '呈現_tb
  308. '
  309. Me.呈現_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  310. Me.呈現_tb.Enabled = False
  311. Me.呈現_tb.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  312. Me.呈現_tb.Location = New System.Drawing.Point(4, 6)
  313. Me.呈現_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  314. Me.呈現_tb.Multiline = True
  315. Me.呈現_tb.Name = "呈現_tb"
  316. Me.呈現_tb.Size = New System.Drawing.Size(291, 55)
  317. Me.呈現_tb.TabIndex = 861
  318. Me.呈現_tb.Text = "0"
  319. Me.呈現_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  320. '
  321. 'Panel1
  322. '
  323. Me.Panel1.Controls.Add(Me.刷卡登入_ch)
  324. Me.Panel1.Controls.Add(Me.系統語言_cb)
  325. Me.Panel1.Controls.Add(Me.測試線路_rb)
  326. Me.Panel1.Controls.Add(Me.伺服器區域_cb)
  327. Me.Panel1.Controls.Add(Me.公司線路_rb)
  328. Me.Panel1.Controls.Add(Me.前數_tb)
  329. Me.Panel1.Controls.Add(Me.合計_tb)
  330. Me.Panel1.Controls.Add(Me.後數_tb)
  331. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  332. Me.Panel1.Location = New System.Drawing.Point(0, 0)
  333. Me.Panel1.Name = "Panel1"
  334. Me.Panel1.Size = New System.Drawing.Size(302, 313)
  335. Me.Panel1.TabIndex = 862
  336. '
  337. '刷卡登入_ch
  338. '
  339. Me.刷卡登入_ch.AutoSize = True
  340. Me.刷卡登入_ch.BackColor = System.Drawing.Color.White
  341. Me.刷卡登入_ch.Location = New System.Drawing.Point(13, 60)
  342. Me.刷卡登入_ch.Name = "刷卡登入_ch"
  343. Me.刷卡登入_ch.Size = New System.Drawing.Size(74, 20)
  344. Me.刷卡登入_ch.TabIndex = 864
  345. Me.刷卡登入_ch.Text = "刷卡登入"
  346. Me.刷卡登入_ch.UseVisualStyleBackColor = False
  347. '
  348. '系統語言_cb
  349. '
  350. Me.系統語言_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  351. Me.系統語言_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  352. Me.系統語言_cb.ForeColor = System.Drawing.Color.Blue
  353. Me.系統語言_cb.FormattingEnabled = True
  354. Me.系統語言_cb.Items.AddRange(New Object() {"繁體中文", "English", "Indonesian"})
  355. Me.系統語言_cb.Location = New System.Drawing.Point(116, 134)
  356. Me.系統語言_cb.Name = "系統語言_cb"
  357. Me.系統語言_cb.Size = New System.Drawing.Size(87, 24)
  358. Me.系統語言_cb.TabIndex = 863
  359. '
  360. '測試線路_rb
  361. '
  362. Me.測試線路_rb.AutoSize = True
  363. Me.測試線路_rb.BackColor = System.Drawing.Color.Transparent
  364. Me.測試線路_rb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  365. Me.測試線路_rb.Location = New System.Drawing.Point(116, 87)
  366. Me.測試線路_rb.Name = "測試線路_rb"
  367. Me.測試線路_rb.Size = New System.Drawing.Size(73, 20)
  368. Me.測試線路_rb.TabIndex = 862
  369. Me.測試線路_rb.TabStop = True
  370. Me.測試線路_rb.Text = "測試線路"
  371. Me.測試線路_rb.UseVisualStyleBackColor = False
  372. '
  373. '伺服器區域_cb
  374. '
  375. Me.伺服器區域_cb.BackColor = System.Drawing.Color.DimGray
  376. Me.伺服器區域_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  377. Me.伺服器區域_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  378. Me.伺服器區域_cb.ForeColor = System.Drawing.Color.Blue
  379. Me.伺服器區域_cb.FormattingEnabled = True
  380. Me.伺服器區域_cb.Items.AddRange(New Object() {"測試雲端", "公司雲端", "印尼測試", "公司內網"})
  381. Me.伺服器區域_cb.Location = New System.Drawing.Point(10, 81)
  382. Me.伺服器區域_cb.Name = "伺服器區域_cb"
  383. Me.伺服器區域_cb.Size = New System.Drawing.Size(102, 24)
  384. Me.伺服器區域_cb.TabIndex = 860
  385. '
  386. '公司線路_rb
  387. '
  388. Me.公司線路_rb.AutoSize = True
  389. Me.公司線路_rb.BackColor = System.Drawing.Color.Transparent
  390. Me.公司線路_rb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  391. Me.公司線路_rb.Location = New System.Drawing.Point(116, 65)
  392. Me.公司線路_rb.Name = "公司線路_rb"
  393. Me.公司線路_rb.Size = New System.Drawing.Size(73, 20)
  394. Me.公司線路_rb.TabIndex = 861
  395. Me.公司線路_rb.TabStop = True
  396. Me.公司線路_rb.Text = "公司線路"
  397. Me.公司線路_rb.UseVisualStyleBackColor = False
  398. '
  399. 'Panel2
  400. '
  401. Me.Panel2.Controls.Add(Me.Button19)
  402. Me.Panel2.Controls.Add(Me.Button11)
  403. Me.Panel2.Controls.Add(Me.算式_tb)
  404. Me.Panel2.Controls.Add(Me.Button13)
  405. Me.Panel2.Controls.Add(Me.Button18)
  406. Me.Panel2.Controls.Add(Me.Button14)
  407. Me.Panel2.Controls.Add(Me.Button17)
  408. Me.Panel2.Controls.Add(Me.Button15)
  409. Me.Panel2.Controls.Add(Me.Button12)
  410. Me.Panel2.Controls.Add(Me.Button16)
  411. Me.Panel2.Controls.Add(Me.Button1)
  412. Me.Panel2.Controls.Add(Me.Button10)
  413. Me.Panel2.Controls.Add(Me.Button2)
  414. Me.Panel2.Controls.Add(Me.Button9)
  415. Me.Panel2.Controls.Add(Me.Button3)
  416. Me.Panel2.Controls.Add(Me.Button8)
  417. Me.Panel2.Controls.Add(Me.Button4)
  418. Me.Panel2.Controls.Add(Me.Button7)
  419. Me.Panel2.Controls.Add(Me.Button5)
  420. Me.Panel2.Controls.Add(Me.Button6)
  421. Me.Panel2.Controls.Add(Me.呈現_tb)
  422. Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
  423. Me.Panel2.Location = New System.Drawing.Point(0, 0)
  424. Me.Panel2.Name = "Panel2"
  425. Me.Panel2.Size = New System.Drawing.Size(302, 313)
  426. Me.Panel2.TabIndex = 863
  427. '
  428. '計算機
  429. '
  430. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  431. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  432. Me.ClientSize = New System.Drawing.Size(302, 313)
  433. Me.Controls.Add(Me.Panel2)
  434. Me.Controls.Add(Me.Panel1)
  435. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  436. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  437. Me.Margin = New System.Windows.Forms.Padding(4)
  438. Me.Name = "計算機"
  439. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  440. Me.Text = "Calculator"
  441. Me.Panel1.ResumeLayout(False)
  442. Me.Panel1.PerformLayout()
  443. Me.Panel2.ResumeLayout(False)
  444. Me.Panel2.PerformLayout()
  445. Me.ResumeLayout(False)
  446. End Sub
  447. Friend WithEvents 合計_tb As TextBox
  448. Friend WithEvents 算式_tb As TextBox
  449. Friend WithEvents Button18 As Button
  450. Friend WithEvents Button17 As Button
  451. Friend WithEvents Button12 As Button
  452. Friend WithEvents Button11 As Button
  453. Friend WithEvents Button10 As Button
  454. Friend WithEvents Button9 As Button
  455. Friend WithEvents Button8 As Button
  456. Friend WithEvents Button7 As Button
  457. Friend WithEvents Button6 As Button
  458. Friend WithEvents Button5 As Button
  459. Friend WithEvents Button4 As Button
  460. Friend WithEvents Button3 As Button
  461. Friend WithEvents Button2 As Button
  462. Friend WithEvents Button1 As Button
  463. Friend WithEvents 前數_tb As TextBox
  464. Friend WithEvents 後數_tb As TextBox
  465. Friend WithEvents Button16 As Button
  466. Friend WithEvents Button15 As Button
  467. Friend WithEvents Button14 As Button
  468. Friend WithEvents Button13 As Button
  469. Friend WithEvents Button19 As Button
  470. Friend WithEvents 呈現_tb As TextBox
  471. Friend WithEvents Panel1 As Panel
  472. Friend WithEvents 系統語言_cb As ComboBox
  473. Friend WithEvents 測試線路_rb As RadioButton
  474. Friend WithEvents 伺服器區域_cb As ComboBox
  475. Friend WithEvents 公司線路_rb As RadioButton
  476. Friend WithEvents 刷卡登入_ch As CheckBox
  477. Friend WithEvents Panel2 As Panel
  478. End Class