123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 匯率管理
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
-
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.美金匯率_tb = New System.Windows.Forms.TextBox()
- Me.中美元_lb = New System.Windows.Forms.Label()
- Me.月_tb = New System.Windows.Forms.TextBox()
- Me.年_tb = New System.Windows.Forms.TextBox()
- Me.寫入歷史資料_cb = New System.Windows.Forms.CheckBox()
- Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
- Me.賣出匯率_tb = New System.Windows.Forms.TextBox()
- Me.買進匯率_tb = New System.Windows.Forms.TextBox()
- Me.人民幣賣出_lb = New System.Windows.Forms.Label()
- Me.人民幣買進_lb = New System.Windows.Forms.Label()
- Me.歷史匯率_dgv = New System.Windows.Forms.DataGridView()
- Me.取消_bt = New System.Windows.Forms.Button()
- Me.儲存修改_bt = New System.Windows.Forms.Button()
- Me.修改_bt = New System.Windows.Forms.Button()
- Me.中心匯率_tb = New System.Windows.Forms.TextBox()
- Me.人民中心_lb = New System.Windows.Forms.Label()
- Me.印尼盾_lb = New System.Windows.Forms.Label()
- Me.印尼盾_tb = New System.Windows.Forms.TextBox()
- Me.買印尼_lb = New System.Windows.Forms.Label()
- Me.賣印尼_lb = New System.Windows.Forms.Label()
- Me.買進印尼_tb = New System.Windows.Forms.TextBox()
- Me.賣出印尼_tb = New System.Windows.Forms.TextBox()
- Me.買美金_lb = New System.Windows.Forms.Label()
- Me.賣美金_lb = New System.Windows.Forms.Label()
- Me.賣出美金_tb = New System.Windows.Forms.TextBox()
- Me.買進美金_tb = New System.Windows.Forms.TextBox()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.語言_dgv = New System.Windows.Forms.DataGridView()
- Me.Label1 = New System.Windows.Forms.Label()
- CType(Me.歷史匯率_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '美金匯率_tb
- '
- Me.美金匯率_tb.Enabled = False
- Me.美金匯率_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.美金匯率_tb.Location = New System.Drawing.Point(160, 243)
- Me.美金匯率_tb.Name = "美金匯率_tb"
- Me.美金匯率_tb.Size = New System.Drawing.Size(122, 29)
- Me.美金匯率_tb.TabIndex = 125
- '
- '中美元_lb
- '
- Me.中美元_lb.AutoSize = True
- Me.中美元_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.中美元_lb.Location = New System.Drawing.Point(4, 245)
- Me.中美元_lb.Name = "中美元_lb"
- Me.中美元_lb.Size = New System.Drawing.Size(138, 27)
- Me.中美元_lb.TabIndex = 124
- Me.中美元_lb.Text = "中心美金匯率"
- '
- '月_tb
- '
- Me.月_tb.Enabled = False
- Me.月_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.月_tb.Location = New System.Drawing.Point(418, 43)
- Me.月_tb.Name = "月_tb"
- Me.月_tb.Size = New System.Drawing.Size(83, 23)
- Me.月_tb.TabIndex = 123
- Me.月_tb.Visible = False
- '
- '年_tb
- '
- Me.年_tb.Enabled = False
- Me.年_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.年_tb.Location = New System.Drawing.Point(329, 43)
- Me.年_tb.Name = "年_tb"
- Me.年_tb.Size = New System.Drawing.Size(83, 23)
- Me.年_tb.TabIndex = 122
- Me.年_tb.Visible = False
- '
- '寫入歷史資料_cb
- '
- Me.寫入歷史資料_cb.AutoSize = True
- Me.寫入歷史資料_cb.Location = New System.Drawing.Point(142, 16)
- Me.寫入歷史資料_cb.Name = "寫入歷史資料_cb"
- Me.寫入歷史資料_cb.Size = New System.Drawing.Size(99, 20)
- Me.寫入歷史資料_cb.TabIndex = 121
- Me.寫入歷史資料_cb.Text = "寫入歷史資料"
- Me.寫入歷史資料_cb.UseVisualStyleBackColor = True
- '
- 'DateTimePicker1
- '
- Me.DateTimePicker1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker1.Location = New System.Drawing.Point(10, 13)
- Me.DateTimePicker1.Name = "DateTimePicker1"
- Me.DateTimePicker1.Size = New System.Drawing.Size(120, 23)
- Me.DateTimePicker1.TabIndex = 120
- '
- '賣出匯率_tb
- '
- Me.賣出匯率_tb.Enabled = False
- Me.賣出匯率_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.賣出匯率_tb.Location = New System.Drawing.Point(161, 84)
- Me.賣出匯率_tb.Name = "賣出匯率_tb"
- Me.賣出匯率_tb.Size = New System.Drawing.Size(122, 29)
- Me.賣出匯率_tb.TabIndex = 119
- '
- '買進匯率_tb
- '
- Me.買進匯率_tb.Enabled = False
- Me.買進匯率_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.買進匯率_tb.Location = New System.Drawing.Point(161, 48)
- Me.買進匯率_tb.Name = "買進匯率_tb"
- Me.買進匯率_tb.Size = New System.Drawing.Size(122, 29)
- Me.買進匯率_tb.TabIndex = 118
- '
- '人民幣賣出_lb
- '
- Me.人民幣賣出_lb.AutoSize = True
- Me.人民幣賣出_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.人民幣賣出_lb.Location = New System.Drawing.Point(0, 86)
- Me.人民幣賣出_lb.Name = "人民幣賣出_lb"
- Me.人民幣賣出_lb.Size = New System.Drawing.Size(159, 27)
- Me.人民幣賣出_lb.TabIndex = 117
- Me.人民幣賣出_lb.Text = "人民幣賣出匯率"
- '
- '人民幣買進_lb
- '
- Me.人民幣買進_lb.AutoSize = True
- Me.人民幣買進_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.人民幣買進_lb.ForeColor = System.Drawing.Color.ForestGreen
- Me.人民幣買進_lb.Location = New System.Drawing.Point(-2, 52)
- Me.人民幣買進_lb.Name = "人民幣買進_lb"
- Me.人民幣買進_lb.Size = New System.Drawing.Size(159, 27)
- Me.人民幣買進_lb.TabIndex = 116
- Me.人民幣買進_lb.Text = "人民幣買進匯率"
- '
- '歷史匯率_dgv
- '
- Me.歷史匯率_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.歷史匯率_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.歷史匯率_dgv.Location = New System.Drawing.Point(288, 16)
- Me.歷史匯率_dgv.Name = "歷史匯率_dgv"
- Me.歷史匯率_dgv.RowHeadersWidth = 5
- Me.歷史匯率_dgv.RowTemplate.Height = 24
- Me.歷史匯率_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
- Me.歷史匯率_dgv.Size = New System.Drawing.Size(563, 337)
- Me.歷史匯率_dgv.TabIndex = 115
- '
- '取消_bt
- '
- Me.取消_bt.Enabled = False
- Me.取消_bt.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.取消_bt.ForeColor = System.Drawing.Color.Black
- Me.取消_bt.Location = New System.Drawing.Point(584, 358)
- Me.取消_bt.Name = "取消_bt"
- Me.取消_bt.Size = New System.Drawing.Size(266, 34)
- Me.取消_bt.TabIndex = 114
- Me.取消_bt.Text = "取消"
- Me.取消_bt.UseVisualStyleBackColor = True
- '
- '儲存修改_bt
- '
- Me.儲存修改_bt.Enabled = False
- Me.儲存修改_bt.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.儲存修改_bt.ForeColor = System.Drawing.Color.Green
- Me.儲存修改_bt.Location = New System.Drawing.Point(3, 399)
- Me.儲存修改_bt.Name = "儲存修改_bt"
- Me.儲存修改_bt.Size = New System.Drawing.Size(848, 35)
- Me.儲存修改_bt.TabIndex = 113
- Me.儲存修改_bt.Text = "存檔"
- Me.儲存修改_bt.UseVisualStyleBackColor = True
- '
- '修改_bt
- '
- Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen
- Me.修改_bt.Location = New System.Drawing.Point(288, 358)
- Me.修改_bt.Name = "修改_bt"
- Me.修改_bt.Size = New System.Drawing.Size(266, 34)
- Me.修改_bt.TabIndex = 112
- Me.修改_bt.Text = "修改"
- Me.修改_bt.UseVisualStyleBackColor = True
- '
- '中心匯率_tb
- '
- Me.中心匯率_tb.Enabled = False
- Me.中心匯率_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.中心匯率_tb.Location = New System.Drawing.Point(162, 119)
- Me.中心匯率_tb.Name = "中心匯率_tb"
- Me.中心匯率_tb.Size = New System.Drawing.Size(122, 29)
- Me.中心匯率_tb.TabIndex = 111
- '
- '人民中心_lb
- '
- Me.人民中心_lb.AutoSize = True
- Me.人民中心_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.人民中心_lb.Location = New System.Drawing.Point(0, 119)
- Me.人民中心_lb.Name = "人民中心_lb"
- Me.人民中心_lb.Size = New System.Drawing.Size(159, 27)
- Me.人民中心_lb.TabIndex = 110
- Me.人民中心_lb.Text = "人民幣中心匯率"
- '
- '印尼盾_lb
- '
- Me.印尼盾_lb.AutoSize = True
- Me.印尼盾_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.印尼盾_lb.Location = New System.Drawing.Point(-2, 366)
- Me.印尼盾_lb.Name = "印尼盾_lb"
- Me.印尼盾_lb.Size = New System.Drawing.Size(159, 27)
- Me.印尼盾_lb.TabIndex = 126
- Me.印尼盾_lb.Text = "中心印尼盾匯率"
- '
- '印尼盾_tb
- '
- Me.印尼盾_tb.Enabled = False
- Me.印尼盾_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.印尼盾_tb.Location = New System.Drawing.Point(161, 365)
- Me.印尼盾_tb.Name = "印尼盾_tb"
- Me.印尼盾_tb.Size = New System.Drawing.Size(122, 29)
- Me.印尼盾_tb.TabIndex = 127
- '
- '買印尼_lb
- '
- Me.買印尼_lb.AutoSize = True
- Me.買印尼_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.買印尼_lb.ForeColor = System.Drawing.Color.ForestGreen
- Me.買印尼_lb.Location = New System.Drawing.Point(0, 292)
- Me.買印尼_lb.Name = "買印尼_lb"
- Me.買印尼_lb.Size = New System.Drawing.Size(159, 27)
- Me.買印尼_lb.TabIndex = 128
- Me.買印尼_lb.Text = "買進印尼盾匯率"
- '
- '賣印尼_lb
- '
- Me.賣印尼_lb.AutoSize = True
- Me.賣印尼_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.賣印尼_lb.Location = New System.Drawing.Point(-1, 330)
- Me.賣印尼_lb.Name = "賣印尼_lb"
- Me.賣印尼_lb.Size = New System.Drawing.Size(159, 27)
- Me.賣印尼_lb.TabIndex = 129
- Me.賣印尼_lb.Text = "賣出印尼盾匯率"
- '
- '買進印尼_tb
- '
- Me.買進印尼_tb.Enabled = False
- Me.買進印尼_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.買進印尼_tb.Location = New System.Drawing.Point(161, 293)
- Me.買進印尼_tb.Name = "買進印尼_tb"
- Me.買進印尼_tb.Size = New System.Drawing.Size(122, 29)
- Me.買進印尼_tb.TabIndex = 130
- '
- '賣出印尼_tb
- '
- Me.賣出印尼_tb.Enabled = False
- Me.賣出印尼_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.賣出印尼_tb.Location = New System.Drawing.Point(161, 329)
- Me.賣出印尼_tb.Name = "賣出印尼_tb"
- Me.賣出印尼_tb.Size = New System.Drawing.Size(122, 29)
- Me.賣出印尼_tb.TabIndex = 131
- '
- '買美金_lb
- '
- Me.買美金_lb.AutoSize = True
- Me.買美金_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.買美金_lb.ForeColor = System.Drawing.Color.ForestGreen
- Me.買美金_lb.Location = New System.Drawing.Point(4, 170)
- Me.買美金_lb.Name = "買美金_lb"
- Me.買美金_lb.Size = New System.Drawing.Size(138, 27)
- Me.買美金_lb.TabIndex = 132
- Me.買美金_lb.Text = "買進美金匯率"
- '
- '賣美金_lb
- '
- Me.賣美金_lb.AutoSize = True
- Me.賣美金_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.賣美金_lb.Location = New System.Drawing.Point(5, 206)
- Me.賣美金_lb.Name = "賣美金_lb"
- Me.賣美金_lb.Size = New System.Drawing.Size(138, 27)
- Me.賣美金_lb.TabIndex = 133
- Me.賣美金_lb.Text = "賣出美金匯率"
- '
- '賣出美金_tb
- '
- Me.賣出美金_tb.Enabled = False
- Me.賣出美金_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.賣出美金_tb.Location = New System.Drawing.Point(160, 207)
- Me.賣出美金_tb.Name = "賣出美金_tb"
- Me.賣出美金_tb.Size = New System.Drawing.Size(122, 29)
- Me.賣出美金_tb.TabIndex = 135
- '
- '買進美金_tb
- '
- Me.買進美金_tb.Enabled = False
- Me.買進美金_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.買進美金_tb.Location = New System.Drawing.Point(161, 169)
- Me.買進美金_tb.Name = "買進美金_tb"
- Me.買進美金_tb.Size = New System.Drawing.Size(122, 29)
- Me.買進美金_tb.TabIndex = 136
- '
- 'Label9
- '
- Me.Label9.AutoSize = True
- Me.Label9.ForeColor = System.Drawing.SystemColors.Highlight
- Me.Label9.Location = New System.Drawing.Point(7, 148)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(278, 16)
- Me.Label9.TabIndex = 137
- Me.Label9.Text = "------------------------------------------------------"
- '
- '語言_dgv
- '
- Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.語言_dgv.Location = New System.Drawing.Point(351, 195)
- Me.語言_dgv.Name = "語言_dgv"
- Me.語言_dgv.RowHeadersWidth = 5
- Me.語言_dgv.RowTemplate.Height = 24
- Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
- Me.語言_dgv.TabIndex = 730
- Me.語言_dgv.Visible = False
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
- Me.Label1.Location = New System.Drawing.Point(4, 275)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(278, 16)
- Me.Label1.TabIndex = 731
- Me.Label1.Text = "------------------------------------------------------"
- '
- '匯率管理
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(854, 438)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.語言_dgv)
- Me.Controls.Add(Me.Label9)
- Me.Controls.Add(Me.買進美金_tb)
- Me.Controls.Add(Me.賣出美金_tb)
- Me.Controls.Add(Me.賣美金_lb)
- Me.Controls.Add(Me.買美金_lb)
- Me.Controls.Add(Me.賣出印尼_tb)
- Me.Controls.Add(Me.買進印尼_tb)
- Me.Controls.Add(Me.賣印尼_lb)
- Me.Controls.Add(Me.買印尼_lb)
- Me.Controls.Add(Me.印尼盾_tb)
- Me.Controls.Add(Me.印尼盾_lb)
- Me.Controls.Add(Me.美金匯率_tb)
- Me.Controls.Add(Me.中美元_lb)
- Me.Controls.Add(Me.月_tb)
- Me.Controls.Add(Me.年_tb)
- Me.Controls.Add(Me.寫入歷史資料_cb)
- Me.Controls.Add(Me.DateTimePicker1)
- Me.Controls.Add(Me.賣出匯率_tb)
- Me.Controls.Add(Me.買進匯率_tb)
- Me.Controls.Add(Me.人民幣賣出_lb)
- Me.Controls.Add(Me.人民幣買進_lb)
- Me.Controls.Add(Me.歷史匯率_dgv)
- Me.Controls.Add(Me.取消_bt)
- Me.Controls.Add(Me.儲存修改_bt)
- Me.Controls.Add(Me.修改_bt)
- Me.Controls.Add(Me.中心匯率_tb)
- Me.Controls.Add(Me.人民中心_lb)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Name = "匯率管理"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "匯率管理"
- CType(Me.歷史匯率_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 美金匯率_tb As TextBox
- Friend WithEvents 中美元_lb As Label
- Friend WithEvents 月_tb As TextBox
- Friend WithEvents 年_tb As TextBox
- Friend WithEvents 寫入歷史資料_cb As CheckBox
- Friend WithEvents DateTimePicker1 As DateTimePicker
- Friend WithEvents 賣出匯率_tb As TextBox
- Friend WithEvents 買進匯率_tb As TextBox
- Friend WithEvents 人民幣賣出_lb As Label
- Friend WithEvents 人民幣買進_lb As Label
- Friend WithEvents 歷史匯率_dgv As DataGridView
- Friend WithEvents 取消_bt As Button
- Friend WithEvents 儲存修改_bt As Button
- Friend WithEvents 修改_bt As Button
- Friend WithEvents 中心匯率_tb As TextBox
- Friend WithEvents 人民中心_lb As Label
- Friend WithEvents 印尼盾_lb As Label
- Friend WithEvents 印尼盾_tb As TextBox
- Friend WithEvents 買印尼_lb As Label
- Friend WithEvents 賣印尼_lb As Label
- Friend WithEvents 買進印尼_tb As TextBox
- Friend WithEvents 賣出印尼_tb As TextBox
- Friend WithEvents 買美金_lb As Label
- Friend WithEvents 賣美金_lb As Label
- Friend WithEvents 賣出美金_tb As TextBox
- Friend WithEvents 買進美金_tb As TextBox
- Friend WithEvents Label9 As Label
- Friend WithEvents 語言_dgv As DataGridView
- Friend WithEvents Label1 As Label
- End Class
|