No Description
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 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  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.字體大小調整_lb = New System.Windows.Forms.Label()
  23. Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
  24. Me.美金匯率_tb = New System.Windows.Forms.TextBox()
  25. Me.Label4 = New System.Windows.Forms.Label()
  26. Me.月_tb = New System.Windows.Forms.TextBox()
  27. Me.年_tb = New System.Windows.Forms.TextBox()
  28. Me.寫入歷史資料_cb = New System.Windows.Forms.CheckBox()
  29. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  30. Me.賣出匯率_tb = New System.Windows.Forms.TextBox()
  31. Me.買進匯率_tb = New System.Windows.Forms.TextBox()
  32. Me.Label3 = New System.Windows.Forms.Label()
  33. Me.Label2 = New System.Windows.Forms.Label()
  34. Me.歷史匯率_dgv = New System.Windows.Forms.DataGridView()
  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.目前匯率_tb = New System.Windows.Forms.TextBox()
  39. Me.Label1 = New System.Windows.Forms.Label()
  40. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  41. CType(Me.歷史匯率_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  42. Me.SuspendLayout()
  43. '
  44. '字體大小調整_lb
  45. '
  46. Me.字體大小調整_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  47. Me.字體大小調整_lb.AutoSize = True
  48. Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  49. Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Red
  50. Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
  51. Me.字體大小調整_lb.Location = New System.Drawing.Point(6, 243)
  52. Me.字體大小調整_lb.Name = "字體大小調整_lb"
  53. Me.字體大小調整_lb.Size = New System.Drawing.Size(69, 19)
  54. Me.字體大小調整_lb.TabIndex = 1509
  55. Me.字體大小調整_lb.Text = "字體調整"
  56. '
  57. '字體_NUD
  58. '
  59. Me.字體_NUD.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  60. Me.字體_NUD.Location = New System.Drawing.Point(75, 242)
  61. Me.字體_NUD.Maximum = New Decimal(New Integer() {12, 0, 0, 0})
  62. Me.字體_NUD.Minimum = New Decimal(New Integer() {9, 0, 0, 0})
  63. Me.字體_NUD.Name = "字體_NUD"
  64. Me.字體_NUD.Size = New System.Drawing.Size(52, 23)
  65. Me.字體_NUD.TabIndex = 1508
  66. Me.字體_NUD.Value = New Decimal(New Integer() {9, 0, 0, 0})
  67. '
  68. '美金匯率_tb
  69. '
  70. Me.美金匯率_tb.Enabled = False
  71. Me.美金匯率_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.美金匯率_tb.Location = New System.Drawing.Point(86, 134)
  73. Me.美金匯率_tb.Name = "美金匯率_tb"
  74. Me.美金匯率_tb.Size = New System.Drawing.Size(147, 29)
  75. Me.美金匯率_tb.TabIndex = 1507
  76. '
  77. 'Label4
  78. '
  79. Me.Label4.AutoSize = True
  80. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  81. Me.Label4.Location = New System.Drawing.Point(7, 137)
  82. Me.Label4.Name = "Label4"
  83. Me.Label4.Size = New System.Drawing.Size(73, 20)
  84. Me.Label4.TabIndex = 1506
  85. Me.Label4.Text = "美金匯率"
  86. '
  87. '月_tb
  88. '
  89. Me.月_tb.Enabled = False
  90. Me.月_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  91. Me.月_tb.Location = New System.Drawing.Point(366, 38)
  92. Me.月_tb.Name = "月_tb"
  93. Me.月_tb.Size = New System.Drawing.Size(83, 23)
  94. Me.月_tb.TabIndex = 1505
  95. Me.月_tb.Visible = False
  96. '
  97. '年_tb
  98. '
  99. Me.年_tb.Enabled = False
  100. Me.年_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  101. Me.年_tb.Location = New System.Drawing.Point(277, 38)
  102. Me.年_tb.Name = "年_tb"
  103. Me.年_tb.Size = New System.Drawing.Size(83, 23)
  104. Me.年_tb.TabIndex = 1504
  105. Me.年_tb.Visible = False
  106. '
  107. '寫入歷史資料_cb
  108. '
  109. Me.寫入歷史資料_cb.AutoSize = True
  110. Me.寫入歷史資料_cb.Location = New System.Drawing.Point(137, 7)
  111. Me.寫入歷史資料_cb.Name = "寫入歷史資料_cb"
  112. Me.寫入歷史資料_cb.Size = New System.Drawing.Size(99, 20)
  113. Me.寫入歷史資料_cb.TabIndex = 1503
  114. Me.寫入歷史資料_cb.Text = "寫入歷史資料"
  115. Me.寫入歷史資料_cb.UseVisualStyleBackColor = True
  116. '
  117. 'DateTimePicker1
  118. '
  119. Me.DateTimePicker1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  120. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  121. Me.DateTimePicker1.Location = New System.Drawing.Point(11, 4)
  122. Me.DateTimePicker1.Name = "DateTimePicker1"
  123. Me.DateTimePicker1.Size = New System.Drawing.Size(120, 23)
  124. Me.DateTimePicker1.TabIndex = 1502
  125. '
  126. '賣出匯率_tb
  127. '
  128. Me.賣出匯率_tb.Enabled = False
  129. Me.賣出匯率_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  130. Me.賣出匯率_tb.Location = New System.Drawing.Point(86, 65)
  131. Me.賣出匯率_tb.Name = "賣出匯率_tb"
  132. Me.賣出匯率_tb.Size = New System.Drawing.Size(147, 29)
  133. Me.賣出匯率_tb.TabIndex = 1501
  134. '
  135. '買進匯率_tb
  136. '
  137. Me.買進匯率_tb.Enabled = False
  138. Me.買進匯率_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  139. Me.買進匯率_tb.Location = New System.Drawing.Point(86, 30)
  140. Me.買進匯率_tb.Name = "買進匯率_tb"
  141. Me.買進匯率_tb.Size = New System.Drawing.Size(147, 29)
  142. Me.買進匯率_tb.TabIndex = 1500
  143. '
  144. 'Label3
  145. '
  146. Me.Label3.AutoSize = True
  147. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  148. Me.Label3.Location = New System.Drawing.Point(7, 68)
  149. Me.Label3.Name = "Label3"
  150. Me.Label3.Size = New System.Drawing.Size(73, 20)
  151. Me.Label3.TabIndex = 1499
  152. Me.Label3.Text = "賣出匯率"
  153. '
  154. 'Label2
  155. '
  156. Me.Label2.AutoSize = True
  157. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  158. Me.Label2.Location = New System.Drawing.Point(7, 33)
  159. Me.Label2.Name = "Label2"
  160. Me.Label2.Size = New System.Drawing.Size(73, 20)
  161. Me.Label2.TabIndex = 1498
  162. Me.Label2.Text = "買進匯率"
  163. '
  164. '歷史匯率_dgv
  165. '
  166. Me.歷史匯率_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  167. Me.歷史匯率_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  168. Me.歷史匯率_dgv.Location = New System.Drawing.Point(245, 12)
  169. Me.歷史匯率_dgv.Name = "歷史匯率_dgv"
  170. Me.歷史匯率_dgv.RowHeadersWidth = 5
  171. Me.歷史匯率_dgv.RowTemplate.Height = 24
  172. Me.歷史匯率_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  173. Me.歷史匯率_dgv.Size = New System.Drawing.Size(410, 247)
  174. Me.歷史匯率_dgv.TabIndex = 1497
  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.Black
  181. Me.取消_bt.Location = New System.Drawing.Point(6, 205)
  182. Me.取消_bt.Name = "取消_bt"
  183. Me.取消_bt.Size = New System.Drawing.Size(101, 34)
  184. Me.取消_bt.TabIndex = 1496
  185. Me.取消_bt.Text = "取消"
  186. Me.取消_bt.UseVisualStyleBackColor = True
  187. '
  188. '儲存修改_bt
  189. '
  190. Me.儲存修改_bt.Enabled = False
  191. Me.儲存修改_bt.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  192. Me.儲存修改_bt.ForeColor = System.Drawing.Color.Green
  193. Me.儲存修改_bt.Location = New System.Drawing.Point(113, 165)
  194. Me.儲存修改_bt.Name = "儲存修改_bt"
  195. Me.儲存修改_bt.Size = New System.Drawing.Size(120, 74)
  196. Me.儲存修改_bt.TabIndex = 1495
  197. Me.儲存修改_bt.Text = "儲存修改"
  198. Me.儲存修改_bt.UseVisualStyleBackColor = True
  199. '
  200. '修改_bt
  201. '
  202. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  203. Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  204. Me.修改_bt.Location = New System.Drawing.Point(6, 165)
  205. Me.修改_bt.Name = "修改_bt"
  206. Me.修改_bt.Size = New System.Drawing.Size(101, 34)
  207. Me.修改_bt.TabIndex = 1494
  208. Me.修改_bt.Text = "修改"
  209. Me.修改_bt.UseVisualStyleBackColor = True
  210. '
  211. '目前匯率_tb
  212. '
  213. Me.目前匯率_tb.Enabled = False
  214. Me.目前匯率_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  215. Me.目前匯率_tb.Location = New System.Drawing.Point(86, 100)
  216. Me.目前匯率_tb.Name = "目前匯率_tb"
  217. Me.目前匯率_tb.Size = New System.Drawing.Size(147, 29)
  218. Me.目前匯率_tb.TabIndex = 1493
  219. '
  220. 'Label1
  221. '
  222. Me.Label1.AutoSize = True
  223. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  224. Me.Label1.Location = New System.Drawing.Point(7, 103)
  225. Me.Label1.Name = "Label1"
  226. Me.Label1.Size = New System.Drawing.Size(73, 20)
  227. Me.Label1.TabIndex = 1492
  228. Me.Label1.Text = "目前匯率"
  229. '
  230. '匯率管理
  231. '
  232. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  233. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  234. Me.ClientSize = New System.Drawing.Size(664, 266)
  235. Me.Controls.Add(Me.字體大小調整_lb)
  236. Me.Controls.Add(Me.字體_NUD)
  237. Me.Controls.Add(Me.美金匯率_tb)
  238. Me.Controls.Add(Me.Label4)
  239. Me.Controls.Add(Me.月_tb)
  240. Me.Controls.Add(Me.年_tb)
  241. Me.Controls.Add(Me.寫入歷史資料_cb)
  242. Me.Controls.Add(Me.DateTimePicker1)
  243. Me.Controls.Add(Me.賣出匯率_tb)
  244. Me.Controls.Add(Me.買進匯率_tb)
  245. Me.Controls.Add(Me.Label3)
  246. Me.Controls.Add(Me.Label2)
  247. Me.Controls.Add(Me.歷史匯率_dgv)
  248. Me.Controls.Add(Me.取消_bt)
  249. Me.Controls.Add(Me.儲存修改_bt)
  250. Me.Controls.Add(Me.修改_bt)
  251. Me.Controls.Add(Me.目前匯率_tb)
  252. Me.Controls.Add(Me.Label1)
  253. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  254. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  255. Me.Name = "匯率管理"
  256. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  257. Me.Text = "匯率管理"
  258. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  259. CType(Me.歷史匯率_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  260. Me.ResumeLayout(False)
  261. Me.PerformLayout()
  262. End Sub
  263. Friend WithEvents 字體大小調整_lb As Label
  264. Friend WithEvents 字體_NUD As NumericUpDown
  265. Friend WithEvents 美金匯率_tb As TextBox
  266. Friend WithEvents Label4 As Label
  267. Friend WithEvents 月_tb As TextBox
  268. Friend WithEvents 年_tb As TextBox
  269. Friend WithEvents 寫入歷史資料_cb As CheckBox
  270. Friend WithEvents DateTimePicker1 As DateTimePicker
  271. Friend WithEvents 賣出匯率_tb As TextBox
  272. Friend WithEvents 買進匯率_tb As TextBox
  273. Friend WithEvents Label3 As Label
  274. Friend WithEvents Label2 As Label
  275. Friend WithEvents 歷史匯率_dgv As DataGridView
  276. Friend WithEvents 取消_bt As Button
  277. Friend WithEvents 儲存修改_bt As Button
  278. Friend WithEvents 修改_bt As Button
  279. Friend WithEvents 目前匯率_tb As TextBox
  280. Friend WithEvents Label1 As Label
  281. End Class