123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- <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.十_bt = New System.Windows.Forms.Button()
- Me.三十_bt = New System.Windows.Forms.Button()
- 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.付款金額_nud = New System.Windows.Forms.NumericUpDown()
- Me.確認_bt = New System.Windows.Forms.Button()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.已轉財務金額_tb = New System.Windows.Forms.TextBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.最高可用金額_tb = New System.Windows.Forms.TextBox()
- CType(Me.付款金額_nud, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '十_bt
- '
- Me.十_bt.Location = New System.Drawing.Point(12, 100)
- Me.十_bt.Name = "十_bt"
- Me.十_bt.Size = New System.Drawing.Size(73, 28)
- Me.十_bt.TabIndex = 0
- Me.十_bt.Text = "10%"
- Me.十_bt.UseVisualStyleBackColor = True
- '
- '三十_bt
- '
- Me.三十_bt.Location = New System.Drawing.Point(91, 100)
- Me.三十_bt.Name = "三十_bt"
- Me.三十_bt.Size = New System.Drawing.Size(73, 28)
- Me.三十_bt.TabIndex = 1
- Me.三十_bt.Text = "30%"
- Me.三十_bt.UseVisualStyleBackColor = True
- '
- '五十_bt
- '
- Me.五十_bt.Location = New System.Drawing.Point(170, 100)
- Me.五十_bt.Name = "五十_bt"
- Me.五十_bt.Size = New System.Drawing.Size(73, 28)
- Me.五十_bt.TabIndex = 2
- Me.五十_bt.Text = "50%"
- Me.五十_bt.UseVisualStyleBackColor = True
- '
- '七十_bt
- '
- Me.七十_bt.Location = New System.Drawing.Point(249, 100)
- Me.七十_bt.Name = "七十_bt"
- Me.七十_bt.Size = New System.Drawing.Size(73, 28)
- Me.七十_bt.TabIndex = 3
- Me.七十_bt.Text = "70%"
- Me.七十_bt.UseVisualStyleBackColor = True
- '
- '一百_bt
- '
- Me.一百_bt.Location = New System.Drawing.Point(328, 100)
- Me.一百_bt.Name = "一百_bt"
- Me.一百_bt.Size = New System.Drawing.Size(73, 28)
- Me.一百_bt.TabIndex = 4
- Me.一百_bt.Text = "100%"
- Me.一百_bt.UseVisualStyleBackColor = True
- '
- '總金額_tb
- '
- Me.總金額_tb.Location = New System.Drawing.Point(12, 26)
- Me.總金額_tb.Name = "總金額_tb"
- Me.總金額_tb.Size = New System.Drawing.Size(189, 23)
- Me.總金額_tb.TabIndex = 5
- Me.總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '總金額_lb
- '
- Me.總金額_lb.AutoSize = True
- Me.總金額_lb.Location = New System.Drawing.Point(9, 7)
- Me.總金額_lb.Name = "總金額_lb"
- Me.總金額_lb.Size = New System.Drawing.Size(43, 16)
- Me.總金額_lb.TabIndex = 6
- Me.總金額_lb.Text = "總金額"
- '
- '付款金額_lb
- '
- Me.付款金額_lb.AutoSize = True
- Me.付款金額_lb.Location = New System.Drawing.Point(204, 52)
- Me.付款金額_lb.Name = "付款金額_lb"
- Me.付款金額_lb.Size = New System.Drawing.Size(55, 16)
- Me.付款金額_lb.TabIndex = 8
- Me.付款金額_lb.Text = "付款金額"
- '
- '付款金額_nud
- '
- Me.付款金額_nud.Location = New System.Drawing.Point(207, 71)
- Me.付款金額_nud.Maximum = New Decimal(New Integer() {1410065408, 2, 0, 0})
- Me.付款金額_nud.Name = "付款金額_nud"
- Me.付款金額_nud.Size = New System.Drawing.Size(194, 23)
- Me.付款金額_nud.TabIndex = 1917
- Me.付款金額_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.付款金額_nud.ThousandsSeparator = True
- '
- '確認_bt
- '
- Me.確認_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources._Select
- Me.確認_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
- Me.確認_bt.Location = New System.Drawing.Point(407, 7)
- Me.確認_bt.Name = "確認_bt"
- Me.確認_bt.Size = New System.Drawing.Size(82, 121)
- Me.確認_bt.TabIndex = 1918
- Me.確認_bt.UseVisualStyleBackColor = True
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(204, 7)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(79, 16)
- Me.Label1.TabIndex = 1920
- Me.Label1.Text = "已轉財務金額"
- '
- '已轉財務金額_tb
- '
- Me.已轉財務金額_tb.Location = New System.Drawing.Point(207, 26)
- Me.已轉財務金額_tb.Name = "已轉財務金額_tb"
- Me.已轉財務金額_tb.Size = New System.Drawing.Size(194, 23)
- Me.已轉財務金額_tb.TabIndex = 1919
- Me.已轉財務金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(9, 52)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(79, 16)
- Me.Label2.TabIndex = 1922
- Me.Label2.Text = "最高可用金額"
- '
- '最高可用金額_tb
- '
- Me.最高可用金額_tb.Location = New System.Drawing.Point(12, 71)
- Me.最高可用金額_tb.Name = "最高可用金額_tb"
- Me.最高可用金額_tb.Size = New System.Drawing.Size(189, 23)
- Me.最高可用金額_tb.TabIndex = 1921
- Me.最高可用金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '採購轉財務_設定金額
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(492, 132)
- Me.ControlBox = False
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.最高可用金額_tb)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.已轉財務金額_tb)
- Me.Controls.Add(Me.確認_bt)
- Me.Controls.Add(Me.付款金額_nud)
- Me.Controls.Add(Me.付款金額_lb)
- Me.Controls.Add(Me.總金額_lb)
- Me.Controls.Add(Me.總金額_tb)
- Me.Controls.Add(Me.一百_bt)
- Me.Controls.Add(Me.七十_bt)
- Me.Controls.Add(Me.五十_bt)
- Me.Controls.Add(Me.三十_bt)
- Me.Controls.Add(Me.十_bt)
- 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(4)
- Me.Name = "採購轉財務_設定金額"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "採購轉財務_設定金額"
- CType(Me.付款金額_nud, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 十_bt As Button
- Friend WithEvents 三十_bt As Button
- 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 付款金額_nud As NumericUpDown
- Friend WithEvents 確認_bt As Button
- Friend WithEvents Label1 As Label
- Friend WithEvents 已轉財務金額_tb As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents 最高可用金額_tb As TextBox
- End Class
|