Ingen beskrivning
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

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