설명 없음
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 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  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.中美元_lb = New System.Windows.Forms.Label()
  24. Me.月_tb = New System.Windows.Forms.TextBox()
  25. Me.年_tb = New System.Windows.Forms.TextBox()
  26. Me.寫入歷史資料_cb = New System.Windows.Forms.CheckBox()
  27. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  28. Me.賣出匯率_tb = New System.Windows.Forms.TextBox()
  29. Me.買進匯率_tb = New System.Windows.Forms.TextBox()
  30. Me.人民幣賣出_lb = New System.Windows.Forms.Label()
  31. Me.人民幣買進_lb = New System.Windows.Forms.Label()
  32. Me.歷史匯率_dgv = New System.Windows.Forms.DataGridView()
  33. Me.取消_bt = New System.Windows.Forms.Button()
  34. Me.儲存修改_bt = New System.Windows.Forms.Button()
  35. Me.修改_bt = New System.Windows.Forms.Button()
  36. Me.中心匯率_tb = New System.Windows.Forms.TextBox()
  37. Me.人民中心_lb = New System.Windows.Forms.Label()
  38. Me.印尼盾_lb = New System.Windows.Forms.Label()
  39. Me.印尼盾_tb = New System.Windows.Forms.TextBox()
  40. Me.買印尼_lb = New System.Windows.Forms.Label()
  41. Me.賣印尼_lb = New System.Windows.Forms.Label()
  42. Me.買進印尼_tb = New System.Windows.Forms.TextBox()
  43. Me.賣出印尼_tb = New System.Windows.Forms.TextBox()
  44. Me.買美金_lb = New System.Windows.Forms.Label()
  45. Me.賣美金_lb = New System.Windows.Forms.Label()
  46. Me.賣出美金_tb = New System.Windows.Forms.TextBox()
  47. Me.買進美金_tb = New System.Windows.Forms.TextBox()
  48. Me.Label9 = New System.Windows.Forms.Label()
  49. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  50. Me.Label1 = New System.Windows.Forms.Label()
  51. CType(Me.歷史匯率_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  52. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  53. Me.SuspendLayout()
  54. '
  55. '美金匯率_tb
  56. '
  57. Me.美金匯率_tb.Enabled = False
  58. Me.美金匯率_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  59. Me.美金匯率_tb.Location = New System.Drawing.Point(160, 243)
  60. Me.美金匯率_tb.Name = "美金匯率_tb"
  61. Me.美金匯率_tb.Size = New System.Drawing.Size(122, 29)
  62. Me.美金匯率_tb.TabIndex = 125
  63. '
  64. '中美元_lb
  65. '
  66. Me.中美元_lb.AutoSize = True
  67. Me.中美元_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  68. Me.中美元_lb.Location = New System.Drawing.Point(4, 245)
  69. Me.中美元_lb.Name = "中美元_lb"
  70. Me.中美元_lb.Size = New System.Drawing.Size(138, 27)
  71. Me.中美元_lb.TabIndex = 124
  72. Me.中美元_lb.Text = "中心美金匯率"
  73. '
  74. '月_tb
  75. '
  76. Me.月_tb.Enabled = False
  77. Me.月_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  78. Me.月_tb.Location = New System.Drawing.Point(418, 43)
  79. Me.月_tb.Name = "月_tb"
  80. Me.月_tb.Size = New System.Drawing.Size(83, 23)
  81. Me.月_tb.TabIndex = 123
  82. Me.月_tb.Visible = False
  83. '
  84. '年_tb
  85. '
  86. Me.年_tb.Enabled = False
  87. Me.年_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  88. Me.年_tb.Location = New System.Drawing.Point(329, 43)
  89. Me.年_tb.Name = "年_tb"
  90. Me.年_tb.Size = New System.Drawing.Size(83, 23)
  91. Me.年_tb.TabIndex = 122
  92. Me.年_tb.Visible = False
  93. '
  94. '寫入歷史資料_cb
  95. '
  96. Me.寫入歷史資料_cb.AutoSize = True
  97. Me.寫入歷史資料_cb.Location = New System.Drawing.Point(142, 16)
  98. Me.寫入歷史資料_cb.Name = "寫入歷史資料_cb"
  99. Me.寫入歷史資料_cb.Size = New System.Drawing.Size(99, 20)
  100. Me.寫入歷史資料_cb.TabIndex = 121
  101. Me.寫入歷史資料_cb.Text = "寫入歷史資料"
  102. Me.寫入歷史資料_cb.UseVisualStyleBackColor = True
  103. '
  104. 'DateTimePicker1
  105. '
  106. Me.DateTimePicker1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  107. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  108. Me.DateTimePicker1.Location = New System.Drawing.Point(10, 13)
  109. Me.DateTimePicker1.Name = "DateTimePicker1"
  110. Me.DateTimePicker1.Size = New System.Drawing.Size(120, 23)
  111. Me.DateTimePicker1.TabIndex = 120
  112. '
  113. '賣出匯率_tb
  114. '
  115. Me.賣出匯率_tb.Enabled = False
  116. Me.賣出匯率_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  117. Me.賣出匯率_tb.Location = New System.Drawing.Point(161, 84)
  118. Me.賣出匯率_tb.Name = "賣出匯率_tb"
  119. Me.賣出匯率_tb.Size = New System.Drawing.Size(122, 29)
  120. Me.賣出匯率_tb.TabIndex = 119
  121. '
  122. '買進匯率_tb
  123. '
  124. Me.買進匯率_tb.Enabled = False
  125. Me.買進匯率_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  126. Me.買進匯率_tb.Location = New System.Drawing.Point(161, 48)
  127. Me.買進匯率_tb.Name = "買進匯率_tb"
  128. Me.買進匯率_tb.Size = New System.Drawing.Size(122, 29)
  129. Me.買進匯率_tb.TabIndex = 118
  130. '
  131. '人民幣賣出_lb
  132. '
  133. Me.人民幣賣出_lb.AutoSize = True
  134. Me.人民幣賣出_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  135. Me.人民幣賣出_lb.Location = New System.Drawing.Point(0, 86)
  136. Me.人民幣賣出_lb.Name = "人民幣賣出_lb"
  137. Me.人民幣賣出_lb.Size = New System.Drawing.Size(159, 27)
  138. Me.人民幣賣出_lb.TabIndex = 117
  139. Me.人民幣賣出_lb.Text = "人民幣賣出匯率"
  140. '
  141. '人民幣買進_lb
  142. '
  143. Me.人民幣買進_lb.AutoSize = True
  144. Me.人民幣買進_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  145. Me.人民幣買進_lb.ForeColor = System.Drawing.Color.ForestGreen
  146. Me.人民幣買進_lb.Location = New System.Drawing.Point(-2, 52)
  147. Me.人民幣買進_lb.Name = "人民幣買進_lb"
  148. Me.人民幣買進_lb.Size = New System.Drawing.Size(159, 27)
  149. Me.人民幣買進_lb.TabIndex = 116
  150. Me.人民幣買進_lb.Text = "人民幣買進匯率"
  151. '
  152. '歷史匯率_dgv
  153. '
  154. Me.歷史匯率_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  155. Me.歷史匯率_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  156. Me.歷史匯率_dgv.Location = New System.Drawing.Point(288, 16)
  157. Me.歷史匯率_dgv.Name = "歷史匯率_dgv"
  158. Me.歷史匯率_dgv.RowHeadersWidth = 5
  159. Me.歷史匯率_dgv.RowTemplate.Height = 24
  160. Me.歷史匯率_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  161. Me.歷史匯率_dgv.Size = New System.Drawing.Size(563, 337)
  162. Me.歷史匯率_dgv.TabIndex = 115
  163. '
  164. '取消_bt
  165. '
  166. Me.取消_bt.Enabled = False
  167. Me.取消_bt.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  168. Me.取消_bt.ForeColor = System.Drawing.Color.Black
  169. Me.取消_bt.Location = New System.Drawing.Point(584, 358)
  170. Me.取消_bt.Name = "取消_bt"
  171. Me.取消_bt.Size = New System.Drawing.Size(266, 34)
  172. Me.取消_bt.TabIndex = 114
  173. Me.取消_bt.Text = "取消"
  174. Me.取消_bt.UseVisualStyleBackColor = True
  175. '
  176. '儲存修改_bt
  177. '
  178. Me.儲存修改_bt.Enabled = False
  179. Me.儲存修改_bt.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  180. Me.儲存修改_bt.ForeColor = System.Drawing.Color.Green
  181. Me.儲存修改_bt.Location = New System.Drawing.Point(3, 399)
  182. Me.儲存修改_bt.Name = "儲存修改_bt"
  183. Me.儲存修改_bt.Size = New System.Drawing.Size(848, 35)
  184. Me.儲存修改_bt.TabIndex = 113
  185. Me.儲存修改_bt.Text = "存檔"
  186. Me.儲存修改_bt.UseVisualStyleBackColor = True
  187. '
  188. '修改_bt
  189. '
  190. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  191. Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  192. Me.修改_bt.Location = New System.Drawing.Point(288, 358)
  193. Me.修改_bt.Name = "修改_bt"
  194. Me.修改_bt.Size = New System.Drawing.Size(266, 34)
  195. Me.修改_bt.TabIndex = 112
  196. Me.修改_bt.Text = "修改"
  197. Me.修改_bt.UseVisualStyleBackColor = True
  198. '
  199. '中心匯率_tb
  200. '
  201. Me.中心匯率_tb.Enabled = False
  202. Me.中心匯率_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  203. Me.中心匯率_tb.Location = New System.Drawing.Point(162, 119)
  204. Me.中心匯率_tb.Name = "中心匯率_tb"
  205. Me.中心匯率_tb.Size = New System.Drawing.Size(122, 29)
  206. Me.中心匯率_tb.TabIndex = 111
  207. '
  208. '人民中心_lb
  209. '
  210. Me.人民中心_lb.AutoSize = True
  211. Me.人民中心_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  212. Me.人民中心_lb.Location = New System.Drawing.Point(0, 119)
  213. Me.人民中心_lb.Name = "人民中心_lb"
  214. Me.人民中心_lb.Size = New System.Drawing.Size(159, 27)
  215. Me.人民中心_lb.TabIndex = 110
  216. Me.人民中心_lb.Text = "人民幣中心匯率"
  217. '
  218. '印尼盾_lb
  219. '
  220. Me.印尼盾_lb.AutoSize = True
  221. Me.印尼盾_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  222. Me.印尼盾_lb.Location = New System.Drawing.Point(-2, 366)
  223. Me.印尼盾_lb.Name = "印尼盾_lb"
  224. Me.印尼盾_lb.Size = New System.Drawing.Size(159, 27)
  225. Me.印尼盾_lb.TabIndex = 126
  226. Me.印尼盾_lb.Text = "中心印尼盾匯率"
  227. '
  228. '印尼盾_tb
  229. '
  230. Me.印尼盾_tb.Enabled = False
  231. Me.印尼盾_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  232. Me.印尼盾_tb.Location = New System.Drawing.Point(161, 365)
  233. Me.印尼盾_tb.Name = "印尼盾_tb"
  234. Me.印尼盾_tb.Size = New System.Drawing.Size(122, 29)
  235. Me.印尼盾_tb.TabIndex = 127
  236. '
  237. '買印尼_lb
  238. '
  239. Me.買印尼_lb.AutoSize = True
  240. Me.買印尼_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  241. Me.買印尼_lb.ForeColor = System.Drawing.Color.ForestGreen
  242. Me.買印尼_lb.Location = New System.Drawing.Point(0, 292)
  243. Me.買印尼_lb.Name = "買印尼_lb"
  244. Me.買印尼_lb.Size = New System.Drawing.Size(159, 27)
  245. Me.買印尼_lb.TabIndex = 128
  246. Me.買印尼_lb.Text = "買進印尼盾匯率"
  247. '
  248. '賣印尼_lb
  249. '
  250. Me.賣印尼_lb.AutoSize = True
  251. Me.賣印尼_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  252. Me.賣印尼_lb.Location = New System.Drawing.Point(-1, 330)
  253. Me.賣印尼_lb.Name = "賣印尼_lb"
  254. Me.賣印尼_lb.Size = New System.Drawing.Size(159, 27)
  255. Me.賣印尼_lb.TabIndex = 129
  256. Me.賣印尼_lb.Text = "賣出印尼盾匯率"
  257. '
  258. '買進印尼_tb
  259. '
  260. Me.買進印尼_tb.Enabled = False
  261. Me.買進印尼_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  262. Me.買進印尼_tb.Location = New System.Drawing.Point(161, 293)
  263. Me.買進印尼_tb.Name = "買進印尼_tb"
  264. Me.買進印尼_tb.Size = New System.Drawing.Size(122, 29)
  265. Me.買進印尼_tb.TabIndex = 130
  266. '
  267. '賣出印尼_tb
  268. '
  269. Me.賣出印尼_tb.Enabled = False
  270. Me.賣出印尼_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  271. Me.賣出印尼_tb.Location = New System.Drawing.Point(161, 329)
  272. Me.賣出印尼_tb.Name = "賣出印尼_tb"
  273. Me.賣出印尼_tb.Size = New System.Drawing.Size(122, 29)
  274. Me.賣出印尼_tb.TabIndex = 131
  275. '
  276. '買美金_lb
  277. '
  278. Me.買美金_lb.AutoSize = True
  279. Me.買美金_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  280. Me.買美金_lb.ForeColor = System.Drawing.Color.ForestGreen
  281. Me.買美金_lb.Location = New System.Drawing.Point(4, 170)
  282. Me.買美金_lb.Name = "買美金_lb"
  283. Me.買美金_lb.Size = New System.Drawing.Size(138, 27)
  284. Me.買美金_lb.TabIndex = 132
  285. Me.買美金_lb.Text = "買進美金匯率"
  286. '
  287. '賣美金_lb
  288. '
  289. Me.賣美金_lb.AutoSize = True
  290. Me.賣美金_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  291. Me.賣美金_lb.Location = New System.Drawing.Point(5, 206)
  292. Me.賣美金_lb.Name = "賣美金_lb"
  293. Me.賣美金_lb.Size = New System.Drawing.Size(138, 27)
  294. Me.賣美金_lb.TabIndex = 133
  295. Me.賣美金_lb.Text = "賣出美金匯率"
  296. '
  297. '賣出美金_tb
  298. '
  299. Me.賣出美金_tb.Enabled = False
  300. Me.賣出美金_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  301. Me.賣出美金_tb.Location = New System.Drawing.Point(160, 207)
  302. Me.賣出美金_tb.Name = "賣出美金_tb"
  303. Me.賣出美金_tb.Size = New System.Drawing.Size(122, 29)
  304. Me.賣出美金_tb.TabIndex = 135
  305. '
  306. '買進美金_tb
  307. '
  308. Me.買進美金_tb.Enabled = False
  309. Me.買進美金_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  310. Me.買進美金_tb.Location = New System.Drawing.Point(161, 169)
  311. Me.買進美金_tb.Name = "買進美金_tb"
  312. Me.買進美金_tb.Size = New System.Drawing.Size(122, 29)
  313. Me.買進美金_tb.TabIndex = 136
  314. '
  315. 'Label9
  316. '
  317. Me.Label9.AutoSize = True
  318. Me.Label9.ForeColor = System.Drawing.SystemColors.Highlight
  319. Me.Label9.Location = New System.Drawing.Point(7, 148)
  320. Me.Label9.Name = "Label9"
  321. Me.Label9.Size = New System.Drawing.Size(278, 16)
  322. Me.Label9.TabIndex = 137
  323. Me.Label9.Text = "------------------------------------------------------"
  324. '
  325. '語言_dgv
  326. '
  327. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  328. Me.語言_dgv.Location = New System.Drawing.Point(351, 195)
  329. Me.語言_dgv.Name = "語言_dgv"
  330. Me.語言_dgv.RowHeadersWidth = 5
  331. Me.語言_dgv.RowTemplate.Height = 24
  332. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  333. Me.語言_dgv.TabIndex = 730
  334. Me.語言_dgv.Visible = False
  335. '
  336. 'Label1
  337. '
  338. Me.Label1.AutoSize = True
  339. Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
  340. Me.Label1.Location = New System.Drawing.Point(4, 275)
  341. Me.Label1.Name = "Label1"
  342. Me.Label1.Size = New System.Drawing.Size(278, 16)
  343. Me.Label1.TabIndex = 731
  344. Me.Label1.Text = "------------------------------------------------------"
  345. '
  346. '匯率管理
  347. '
  348. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  349. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  350. Me.ClientSize = New System.Drawing.Size(854, 438)
  351. Me.Controls.Add(Me.Label1)
  352. Me.Controls.Add(Me.語言_dgv)
  353. Me.Controls.Add(Me.Label9)
  354. Me.Controls.Add(Me.買進美金_tb)
  355. Me.Controls.Add(Me.賣出美金_tb)
  356. Me.Controls.Add(Me.賣美金_lb)
  357. Me.Controls.Add(Me.買美金_lb)
  358. Me.Controls.Add(Me.賣出印尼_tb)
  359. Me.Controls.Add(Me.買進印尼_tb)
  360. Me.Controls.Add(Me.賣印尼_lb)
  361. Me.Controls.Add(Me.買印尼_lb)
  362. Me.Controls.Add(Me.印尼盾_tb)
  363. Me.Controls.Add(Me.印尼盾_lb)
  364. Me.Controls.Add(Me.美金匯率_tb)
  365. Me.Controls.Add(Me.中美元_lb)
  366. Me.Controls.Add(Me.月_tb)
  367. Me.Controls.Add(Me.年_tb)
  368. Me.Controls.Add(Me.寫入歷史資料_cb)
  369. Me.Controls.Add(Me.DateTimePicker1)
  370. Me.Controls.Add(Me.賣出匯率_tb)
  371. Me.Controls.Add(Me.買進匯率_tb)
  372. Me.Controls.Add(Me.人民幣賣出_lb)
  373. Me.Controls.Add(Me.人民幣買進_lb)
  374. Me.Controls.Add(Me.歷史匯率_dgv)
  375. Me.Controls.Add(Me.取消_bt)
  376. Me.Controls.Add(Me.儲存修改_bt)
  377. Me.Controls.Add(Me.修改_bt)
  378. Me.Controls.Add(Me.中心匯率_tb)
  379. Me.Controls.Add(Me.人民中心_lb)
  380. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  381. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  382. Me.Name = "匯率管理"
  383. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  384. Me.Text = "匯率管理"
  385. CType(Me.歷史匯率_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  386. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  387. Me.ResumeLayout(False)
  388. Me.PerformLayout()
  389. End Sub
  390. Friend WithEvents 美金匯率_tb As TextBox
  391. Friend WithEvents 中美元_lb As Label
  392. Friend WithEvents 月_tb As TextBox
  393. Friend WithEvents 年_tb As TextBox
  394. Friend WithEvents 寫入歷史資料_cb As CheckBox
  395. Friend WithEvents DateTimePicker1 As DateTimePicker
  396. Friend WithEvents 賣出匯率_tb As TextBox
  397. Friend WithEvents 買進匯率_tb As TextBox
  398. Friend WithEvents 人民幣賣出_lb As Label
  399. Friend WithEvents 人民幣買進_lb As Label
  400. Friend WithEvents 歷史匯率_dgv As DataGridView
  401. Friend WithEvents 取消_bt As Button
  402. Friend WithEvents 儲存修改_bt As Button
  403. Friend WithEvents 修改_bt As Button
  404. Friend WithEvents 中心匯率_tb As TextBox
  405. Friend WithEvents 人民中心_lb As Label
  406. Friend WithEvents 印尼盾_lb As Label
  407. Friend WithEvents 印尼盾_tb As TextBox
  408. Friend WithEvents 買印尼_lb As Label
  409. Friend WithEvents 賣印尼_lb As Label
  410. Friend WithEvents 買進印尼_tb As TextBox
  411. Friend WithEvents 賣出印尼_tb As TextBox
  412. Friend WithEvents 買美金_lb As Label
  413. Friend WithEvents 賣美金_lb As Label
  414. Friend WithEvents 賣出美金_tb As TextBox
  415. Friend WithEvents 買進美金_tb As TextBox
  416. Friend WithEvents Label9 As Label
  417. Friend WithEvents 語言_dgv As DataGridView
  418. Friend WithEvents Label1 As Label
  419. End Class