暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

匯率修改.Designer.vb 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.Label1 = New System.Windows.Forms.Label()
  26. Me.人民幣中心_tb = New System.Windows.Forms.TextBox()
  27. Me.Button2 = New System.Windows.Forms.Button()
  28. Me.Button4 = New System.Windows.Forms.Button()
  29. Me.Button5 = New System.Windows.Forms.Button()
  30. Me.DataGridView4 = New System.Windows.Forms.DataGridView()
  31. Me.Label2 = New System.Windows.Forms.Label()
  32. Me.Label3 = New System.Windows.Forms.Label()
  33. Me.人民幣買_tb = New System.Windows.Forms.TextBox()
  34. Me.人民幣賣_tb = New System.Windows.Forms.TextBox()
  35. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  36. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  37. Me.TextBox4 = New System.Windows.Forms.TextBox()
  38. Me.TextBox5 = New System.Windows.Forms.TextBox()
  39. Me.美金中心_tb = New System.Windows.Forms.TextBox()
  40. Me.Label4 = New System.Windows.Forms.Label()
  41. Me.印尼中心_tb = New System.Windows.Forms.TextBox()
  42. Me.Label5 = New System.Windows.Forms.Label()
  43. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).BeginInit()
  44. Me.SuspendLayout()
  45. '
  46. 'Label1
  47. '
  48. Me.Label1.AutoSize = True
  49. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  50. Me.Label1.Location = New System.Drawing.Point(5, 98)
  51. Me.Label1.Name = "Label1"
  52. Me.Label1.Size = New System.Drawing.Size(73, 20)
  53. Me.Label1.TabIndex = 9
  54. Me.Label1.Text = "目前匯率"
  55. '
  56. '人民幣中心_tb
  57. '
  58. Me.人民幣中心_tb.Enabled = False
  59. Me.人民幣中心_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  60. Me.人民幣中心_tb.Location = New System.Drawing.Point(84, 95)
  61. Me.人民幣中心_tb.Name = "人民幣中心_tb"
  62. Me.人民幣中心_tb.Size = New System.Drawing.Size(147, 29)
  63. Me.人民幣中心_tb.TabIndex = 10
  64. '
  65. 'Button2
  66. '
  67. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  68. Me.Button2.ForeColor = System.Drawing.Color.DarkGreen
  69. Me.Button2.Location = New System.Drawing.Point(9, 190)
  70. Me.Button2.Name = "Button2"
  71. Me.Button2.Size = New System.Drawing.Size(101, 34)
  72. Me.Button2.TabIndex = 11
  73. Me.Button2.Text = "修改"
  74. Me.Button2.UseVisualStyleBackColor = True
  75. '
  76. 'Button4
  77. '
  78. Me.Button4.Enabled = False
  79. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  80. Me.Button4.ForeColor = System.Drawing.Color.Green
  81. Me.Button4.Location = New System.Drawing.Point(111, 190)
  82. Me.Button4.Name = "Button4"
  83. Me.Button4.Size = New System.Drawing.Size(120, 69)
  84. Me.Button4.TabIndex = 12
  85. Me.Button4.Text = "儲存修改"
  86. Me.Button4.UseVisualStyleBackColor = True
  87. '
  88. 'Button5
  89. '
  90. Me.Button5.Enabled = False
  91. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  92. Me.Button5.ForeColor = System.Drawing.Color.Black
  93. Me.Button5.Location = New System.Drawing.Point(9, 225)
  94. Me.Button5.Name = "Button5"
  95. Me.Button5.Size = New System.Drawing.Size(101, 34)
  96. Me.Button5.TabIndex = 19
  97. Me.Button5.Text = "取消"
  98. Me.Button5.UseVisualStyleBackColor = True
  99. '
  100. 'DataGridView4
  101. '
  102. Me.DataGridView4.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  103. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  104. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
  105. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  106. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  107. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  108. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  109. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  110. Me.DataGridView4.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  111. Me.DataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  112. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  113. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  114. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  115. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  116. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  117. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  118. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  119. Me.DataGridView4.DefaultCellStyle = DataGridViewCellStyle2
  120. Me.DataGridView4.Location = New System.Drawing.Point(235, 5)
  121. Me.DataGridView4.Name = "DataGridView4"
  122. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  123. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
  124. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  125. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
  126. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  127. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  128. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  129. Me.DataGridView4.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
  130. Me.DataGridView4.RowHeadersWidth = 5
  131. Me.DataGridView4.RowTemplate.Height = 24
  132. Me.DataGridView4.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  133. Me.DataGridView4.Size = New System.Drawing.Size(530, 254)
  134. Me.DataGridView4.TabIndex = 39
  135. '
  136. 'Label2
  137. '
  138. Me.Label2.AutoSize = True
  139. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  140. Me.Label2.Location = New System.Drawing.Point(5, 36)
  141. Me.Label2.Name = "Label2"
  142. Me.Label2.Size = New System.Drawing.Size(73, 20)
  143. Me.Label2.TabIndex = 40
  144. Me.Label2.Text = "買進匯率"
  145. '
  146. 'Label3
  147. '
  148. Me.Label3.AutoSize = True
  149. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  150. Me.Label3.Location = New System.Drawing.Point(5, 67)
  151. Me.Label3.Name = "Label3"
  152. Me.Label3.Size = New System.Drawing.Size(73, 20)
  153. Me.Label3.TabIndex = 41
  154. Me.Label3.Text = "賣出匯率"
  155. '
  156. '人民幣買_tb
  157. '
  158. Me.人民幣買_tb.Enabled = False
  159. Me.人民幣買_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  160. Me.人民幣買_tb.Location = New System.Drawing.Point(84, 33)
  161. Me.人民幣買_tb.Name = "人民幣買_tb"
  162. Me.人民幣買_tb.Size = New System.Drawing.Size(147, 29)
  163. Me.人民幣買_tb.TabIndex = 42
  164. '
  165. '人民幣賣_tb
  166. '
  167. Me.人民幣賣_tb.Enabled = False
  168. Me.人民幣賣_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  169. Me.人民幣賣_tb.Location = New System.Drawing.Point(84, 64)
  170. Me.人民幣賣_tb.Name = "人民幣賣_tb"
  171. Me.人民幣賣_tb.Size = New System.Drawing.Size(147, 29)
  172. Me.人民幣賣_tb.TabIndex = 43
  173. '
  174. 'DateTimePicker1
  175. '
  176. Me.DateTimePicker1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  177. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  178. Me.DateTimePicker1.Location = New System.Drawing.Point(9, 5)
  179. Me.DateTimePicker1.Name = "DateTimePicker1"
  180. Me.DateTimePicker1.Size = New System.Drawing.Size(120, 23)
  181. Me.DateTimePicker1.TabIndex = 44
  182. '
  183. 'CheckBox1
  184. '
  185. Me.CheckBox1.AutoSize = True
  186. Me.CheckBox1.Location = New System.Drawing.Point(135, 11)
  187. Me.CheckBox1.Name = "CheckBox1"
  188. Me.CheckBox1.Size = New System.Drawing.Size(96, 16)
  189. Me.CheckBox1.TabIndex = 89
  190. Me.CheckBox1.Text = "寫入歷史資料"
  191. Me.CheckBox1.UseVisualStyleBackColor = True
  192. '
  193. 'TextBox4
  194. '
  195. Me.TextBox4.Enabled = False
  196. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  197. Me.TextBox4.Location = New System.Drawing.Point(277, 38)
  198. Me.TextBox4.Name = "TextBox4"
  199. Me.TextBox4.Size = New System.Drawing.Size(83, 23)
  200. Me.TextBox4.TabIndex = 90
  201. Me.TextBox4.Visible = False
  202. '
  203. 'TextBox5
  204. '
  205. Me.TextBox5.Enabled = False
  206. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  207. Me.TextBox5.Location = New System.Drawing.Point(366, 38)
  208. Me.TextBox5.Name = "TextBox5"
  209. Me.TextBox5.Size = New System.Drawing.Size(83, 23)
  210. Me.TextBox5.TabIndex = 91
  211. Me.TextBox5.Visible = False
  212. '
  213. '美金中心_tb
  214. '
  215. Me.美金中心_tb.Enabled = False
  216. Me.美金中心_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  217. Me.美金中心_tb.Location = New System.Drawing.Point(84, 126)
  218. Me.美金中心_tb.Name = "美金中心_tb"
  219. Me.美金中心_tb.Size = New System.Drawing.Size(147, 29)
  220. Me.美金中心_tb.TabIndex = 93
  221. '
  222. 'Label4
  223. '
  224. Me.Label4.AutoSize = True
  225. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  226. Me.Label4.Location = New System.Drawing.Point(5, 130)
  227. Me.Label4.Name = "Label4"
  228. Me.Label4.Size = New System.Drawing.Size(73, 20)
  229. Me.Label4.TabIndex = 92
  230. Me.Label4.Text = "美金匯率"
  231. '
  232. '印尼中心_tb
  233. '
  234. Me.印尼中心_tb.Enabled = False
  235. Me.印尼中心_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  236. Me.印尼中心_tb.Location = New System.Drawing.Point(84, 157)
  237. Me.印尼中心_tb.Name = "印尼中心_tb"
  238. Me.印尼中心_tb.Size = New System.Drawing.Size(147, 29)
  239. Me.印尼中心_tb.TabIndex = 95
  240. '
  241. 'Label5
  242. '
  243. Me.Label5.AutoSize = True
  244. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  245. Me.Label5.Location = New System.Drawing.Point(5, 160)
  246. Me.Label5.Name = "Label5"
  247. Me.Label5.Size = New System.Drawing.Size(73, 20)
  248. Me.Label5.TabIndex = 94
  249. Me.Label5.Text = "印尼匯率"
  250. '
  251. '匯率修改
  252. '
  253. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  254. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  255. Me.ClientSize = New System.Drawing.Size(771, 265)
  256. Me.Controls.Add(Me.印尼中心_tb)
  257. Me.Controls.Add(Me.Label5)
  258. Me.Controls.Add(Me.美金中心_tb)
  259. Me.Controls.Add(Me.Label4)
  260. Me.Controls.Add(Me.TextBox5)
  261. Me.Controls.Add(Me.TextBox4)
  262. Me.Controls.Add(Me.CheckBox1)
  263. Me.Controls.Add(Me.DateTimePicker1)
  264. Me.Controls.Add(Me.人民幣賣_tb)
  265. Me.Controls.Add(Me.人民幣買_tb)
  266. Me.Controls.Add(Me.Label3)
  267. Me.Controls.Add(Me.Label2)
  268. Me.Controls.Add(Me.DataGridView4)
  269. Me.Controls.Add(Me.Button5)
  270. Me.Controls.Add(Me.Button4)
  271. Me.Controls.Add(Me.Button2)
  272. Me.Controls.Add(Me.人民幣中心_tb)
  273. Me.Controls.Add(Me.Label1)
  274. Me.Name = "匯率修改"
  275. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  276. Me.Text = "匯率修改"
  277. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).EndInit()
  278. Me.ResumeLayout(False)
  279. Me.PerformLayout()
  280. End Sub
  281. Friend WithEvents Label1 As System.Windows.Forms.Label
  282. Friend WithEvents 人民幣中心_tb As System.Windows.Forms.TextBox
  283. Friend WithEvents Button2 As System.Windows.Forms.Button
  284. Friend WithEvents Button4 As System.Windows.Forms.Button
  285. Friend WithEvents Button5 As System.Windows.Forms.Button
  286. Friend WithEvents DataGridView4 As DataGridView
  287. Friend WithEvents Label2 As Label
  288. Friend WithEvents Label3 As Label
  289. Friend WithEvents 人民幣買_tb As TextBox
  290. Friend WithEvents 人民幣賣_tb As TextBox
  291. Friend WithEvents DateTimePicker1 As DateTimePicker
  292. Friend WithEvents CheckBox1 As CheckBox
  293. Friend WithEvents TextBox4 As TextBox
  294. Friend WithEvents TextBox5 As TextBox
  295. Friend WithEvents 美金中心_tb As TextBox
  296. Friend WithEvents Label4 As Label
  297. Friend WithEvents 印尼中心_tb As TextBox
  298. Friend WithEvents Label5 As Label
  299. End Class