123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286 |
- <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.字體大小調整_lb = New System.Windows.Forms.Label()
- Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
- Me.美金匯率_tb = New System.Windows.Forms.TextBox()
- Me.Label4 = 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.Label3 = New System.Windows.Forms.Label()
- Me.Label2 = 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.Label1 = New System.Windows.Forms.Label()
- CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.歷史匯率_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '字體大小調整_lb
- '
- Me.字體大小調整_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.字體大小調整_lb.AutoSize = True
- Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Red
- Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.字體大小調整_lb.Location = New System.Drawing.Point(6, 243)
- Me.字體大小調整_lb.Name = "字體大小調整_lb"
- Me.字體大小調整_lb.Size = New System.Drawing.Size(69, 19)
- Me.字體大小調整_lb.TabIndex = 1509
- Me.字體大小調整_lb.Text = "字體調整"
- '
- '字體_NUD
- '
- Me.字體_NUD.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.字體_NUD.Location = New System.Drawing.Point(75, 242)
- Me.字體_NUD.Maximum = New Decimal(New Integer() {12, 0, 0, 0})
- Me.字體_NUD.Minimum = New Decimal(New Integer() {9, 0, 0, 0})
- Me.字體_NUD.Name = "字體_NUD"
- Me.字體_NUD.Size = New System.Drawing.Size(52, 23)
- Me.字體_NUD.TabIndex = 1508
- Me.字體_NUD.Value = New Decimal(New Integer() {9, 0, 0, 0})
- '
- '美金匯率_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(86, 134)
- Me.美金匯率_tb.Name = "美金匯率_tb"
- Me.美金匯率_tb.Size = New System.Drawing.Size(147, 29)
- Me.美金匯率_tb.TabIndex = 1507
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label4.Location = New System.Drawing.Point(7, 137)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(73, 20)
- Me.Label4.TabIndex = 1506
- Me.Label4.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(366, 38)
- Me.月_tb.Name = "月_tb"
- Me.月_tb.Size = New System.Drawing.Size(83, 23)
- Me.月_tb.TabIndex = 1505
- 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(277, 38)
- Me.年_tb.Name = "年_tb"
- Me.年_tb.Size = New System.Drawing.Size(83, 23)
- Me.年_tb.TabIndex = 1504
- Me.年_tb.Visible = False
- '
- '寫入歷史資料_cb
- '
- Me.寫入歷史資料_cb.AutoSize = True
- Me.寫入歷史資料_cb.Location = New System.Drawing.Point(137, 7)
- Me.寫入歷史資料_cb.Name = "寫入歷史資料_cb"
- Me.寫入歷史資料_cb.Size = New System.Drawing.Size(99, 20)
- Me.寫入歷史資料_cb.TabIndex = 1503
- 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(11, 4)
- Me.DateTimePicker1.Name = "DateTimePicker1"
- Me.DateTimePicker1.Size = New System.Drawing.Size(120, 23)
- Me.DateTimePicker1.TabIndex = 1502
- '
- '賣出匯率_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(86, 65)
- Me.賣出匯率_tb.Name = "賣出匯率_tb"
- Me.賣出匯率_tb.Size = New System.Drawing.Size(147, 29)
- Me.賣出匯率_tb.TabIndex = 1501
- '
- '買進匯率_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(86, 30)
- Me.買進匯率_tb.Name = "買進匯率_tb"
- Me.買進匯率_tb.Size = New System.Drawing.Size(147, 29)
- Me.買進匯率_tb.TabIndex = 1500
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label3.Location = New System.Drawing.Point(7, 68)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(73, 20)
- Me.Label3.TabIndex = 1499
- Me.Label3.Text = "賣出匯率"
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label2.Location = New System.Drawing.Point(7, 33)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(73, 20)
- Me.Label2.TabIndex = 1498
- Me.Label2.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(245, 12)
- 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(410, 247)
- Me.歷史匯率_dgv.TabIndex = 1497
- '
- '取消_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(6, 205)
- Me.取消_bt.Name = "取消_bt"
- Me.取消_bt.Size = New System.Drawing.Size(101, 34)
- Me.取消_bt.TabIndex = 1496
- 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(113, 165)
- Me.儲存修改_bt.Name = "儲存修改_bt"
- Me.儲存修改_bt.Size = New System.Drawing.Size(120, 74)
- Me.儲存修改_bt.TabIndex = 1495
- 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(6, 165)
- Me.修改_bt.Name = "修改_bt"
- Me.修改_bt.Size = New System.Drawing.Size(101, 34)
- Me.修改_bt.TabIndex = 1494
- 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(86, 100)
- Me.目前匯率_tb.Name = "目前匯率_tb"
- Me.目前匯率_tb.Size = New System.Drawing.Size(147, 29)
- Me.目前匯率_tb.TabIndex = 1493
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.Location = New System.Drawing.Point(7, 103)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(73, 20)
- Me.Label1.TabIndex = 1492
- 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(664, 266)
- Me.Controls.Add(Me.字體大小調整_lb)
- Me.Controls.Add(Me.字體_NUD)
- Me.Controls.Add(Me.美金匯率_tb)
- Me.Controls.Add(Me.Label4)
- 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.Label3)
- Me.Controls.Add(Me.Label2)
- 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.Label1)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, 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.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.歷史匯率_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 字體大小調整_lb As Label
- Friend WithEvents 字體_NUD As NumericUpDown
- Friend WithEvents 美金匯率_tb As TextBox
- Friend WithEvents Label4 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 Label3 As Label
- Friend WithEvents Label2 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 Label1 As Label
- End Class
|