123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373 |
- <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()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.廠商清單_dgv = New System.Windows.Forms.DataGridView()
- Me.確認_bt = New System.Windows.Forms.Button()
- Me.取消_bt = New System.Windows.Forms.Button()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.供應商名稱_tb = New System.Windows.Forms.TextBox()
- Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
- Me.支付對象_tb = New System.Windows.Forms.TextBox()
- Me.銀行名稱_tb = New System.Windows.Forms.TextBox()
- Me.銀行支行_tb = New System.Windows.Forms.TextBox()
- Me.銀行帳號_tb = New System.Windows.Forms.TextBox()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.新支付對象_tb = New System.Windows.Forms.TextBox()
- Me.新銀行名稱_tb = New System.Windows.Forms.TextBox()
- Me.新銀行支行_tb = New System.Windows.Forms.TextBox()
- Me.新銀行帳號_tb = New System.Windows.Forms.TextBox()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.Label10 = New System.Windows.Forms.Label()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.供應商編號_tb = New System.Windows.Forms.TextBox()
- CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SplitContainer1.Panel1.SuspendLayout()
- Me.SplitContainer1.Panel2.SuspendLayout()
- Me.SplitContainer1.SuspendLayout()
- Me.Panel1.SuspendLayout()
- Me.SuspendLayout()
- '
- '廠商清單_dgv
- '
- Me.廠商清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.廠商清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.廠商清單_dgv.BackgroundColor = System.Drawing.Color.White
- Me.廠商清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.廠商清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.廠商清單_dgv.Location = New System.Drawing.Point(2, 1)
- Me.廠商清單_dgv.Name = "廠商清單_dgv"
- Me.廠商清單_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.廠商清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
- Me.廠商清單_dgv.RowTemplate.Height = 24
- Me.廠商清單_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
- Me.廠商清單_dgv.Size = New System.Drawing.Size(268, 536)
- Me.廠商清單_dgv.TabIndex = 184
- '
- '確認_bt
- '
- Me.確認_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources._Select
- Me.確認_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.確認_bt.Location = New System.Drawing.Point(276, 357)
- Me.確認_bt.Name = "確認_bt"
- Me.確認_bt.Size = New System.Drawing.Size(188, 180)
- Me.確認_bt.TabIndex = 185
- Me.確認_bt.UseVisualStyleBackColor = True
- '
- '取消_bt
- '
- Me.取消_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Close
- Me.取消_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.取消_bt.Location = New System.Drawing.Point(470, 357)
- Me.取消_bt.Name = "取消_bt"
- Me.取消_bt.Size = New System.Drawing.Size(188, 180)
- Me.取消_bt.TabIndex = 186
- Me.取消_bt.UseVisualStyleBackColor = True
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(3, 29)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(67, 16)
- Me.Label1.TabIndex = 187
- Me.Label1.Text = "供應商名稱"
- '
- '供應商名稱_tb
- '
- Me.供應商名稱_tb.Location = New System.Drawing.Point(3, 48)
- Me.供應商名稱_tb.Name = "供應商名稱_tb"
- Me.供應商名稱_tb.Size = New System.Drawing.Size(84, 23)
- Me.供應商名稱_tb.TabIndex = 188
- '
- 'SplitContainer1
- '
- Me.SplitContainer1.Location = New System.Drawing.Point(276, 1)
- Me.SplitContainer1.Name = "SplitContainer1"
- '
- 'SplitContainer1.Panel1
- '
- Me.SplitContainer1.Panel1.Controls.Add(Me.支付對象_tb)
- Me.SplitContainer1.Panel1.Controls.Add(Me.銀行名稱_tb)
- Me.SplitContainer1.Panel1.Controls.Add(Me.銀行支行_tb)
- Me.SplitContainer1.Panel1.Controls.Add(Me.銀行帳號_tb)
- Me.SplitContainer1.Panel1.Controls.Add(Me.Label7)
- Me.SplitContainer1.Panel1.Controls.Add(Me.Label6)
- Me.SplitContainer1.Panel1.Controls.Add(Me.Label5)
- Me.SplitContainer1.Panel1.Controls.Add(Me.Label4)
- Me.SplitContainer1.Panel1.Controls.Add(Me.Label2)
- '
- 'SplitContainer1.Panel2
- '
- Me.SplitContainer1.Panel2.Controls.Add(Me.新支付對象_tb)
- Me.SplitContainer1.Panel2.Controls.Add(Me.新銀行名稱_tb)
- Me.SplitContainer1.Panel2.Controls.Add(Me.新銀行支行_tb)
- Me.SplitContainer1.Panel2.Controls.Add(Me.新銀行帳號_tb)
- Me.SplitContainer1.Panel2.Controls.Add(Me.Label8)
- Me.SplitContainer1.Panel2.Controls.Add(Me.Label9)
- Me.SplitContainer1.Panel2.Controls.Add(Me.Label10)
- Me.SplitContainer1.Panel2.Controls.Add(Me.Label11)
- Me.SplitContainer1.Panel2.Controls.Add(Me.Label3)
- Me.SplitContainer1.Size = New System.Drawing.Size(382, 350)
- Me.SplitContainer1.SplitterDistance = 188
- Me.SplitContainer1.TabIndex = 189
- '
- '支付對象_tb
- '
- Me.支付對象_tb.Location = New System.Drawing.Point(6, 51)
- Me.支付對象_tb.Multiline = True
- Me.支付對象_tb.Name = "支付對象_tb"
- Me.支付對象_tb.Size = New System.Drawing.Size(179, 57)
- Me.支付對象_tb.TabIndex = 11
- '
- '銀行名稱_tb
- '
- Me.銀行名稱_tb.Location = New System.Drawing.Point(6, 130)
- Me.銀行名稱_tb.Multiline = True
- Me.銀行名稱_tb.Name = "銀行名稱_tb"
- Me.銀行名稱_tb.Size = New System.Drawing.Size(179, 57)
- Me.銀行名稱_tb.TabIndex = 10
- '
- '銀行支行_tb
- '
- Me.銀行支行_tb.Location = New System.Drawing.Point(6, 209)
- Me.銀行支行_tb.Multiline = True
- Me.銀行支行_tb.Name = "銀行支行_tb"
- Me.銀行支行_tb.Size = New System.Drawing.Size(179, 57)
- Me.銀行支行_tb.TabIndex = 9
- '
- '銀行帳號_tb
- '
- Me.銀行帳號_tb.Location = New System.Drawing.Point(6, 288)
- Me.銀行帳號_tb.Multiline = True
- Me.銀行帳號_tb.Name = "銀行帳號_tb"
- Me.銀行帳號_tb.Size = New System.Drawing.Size(179, 57)
- Me.銀行帳號_tb.TabIndex = 8
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.Location = New System.Drawing.Point(3, 269)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(55, 16)
- Me.Label7.TabIndex = 7
- Me.Label7.Text = "銀行帳號"
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.Location = New System.Drawing.Point(3, 190)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(55, 16)
- Me.Label6.TabIndex = 5
- Me.Label6.Text = "銀行支行"
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Location = New System.Drawing.Point(3, 111)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(55, 16)
- Me.Label5.TabIndex = 3
- Me.Label5.Text = "銀行名稱"
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Location = New System.Drawing.Point(3, 32)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(55, 16)
- Me.Label4.TabIndex = 1
- Me.Label4.Text = "支付對象"
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(3, 4)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(43, 16)
- Me.Label2.TabIndex = 0
- Me.Label2.Text = "舊資料"
- '
- '新支付對象_tb
- '
- Me.新支付對象_tb.Location = New System.Drawing.Point(6, 51)
- Me.新支付對象_tb.Multiline = True
- Me.新支付對象_tb.Name = "新支付對象_tb"
- Me.新支付對象_tb.Size = New System.Drawing.Size(179, 57)
- Me.新支付對象_tb.TabIndex = 19
- '
- '新銀行名稱_tb
- '
- Me.新銀行名稱_tb.Location = New System.Drawing.Point(6, 130)
- Me.新銀行名稱_tb.Multiline = True
- Me.新銀行名稱_tb.Name = "新銀行名稱_tb"
- Me.新銀行名稱_tb.Size = New System.Drawing.Size(179, 57)
- Me.新銀行名稱_tb.TabIndex = 18
- '
- '新銀行支行_tb
- '
- Me.新銀行支行_tb.Location = New System.Drawing.Point(6, 209)
- Me.新銀行支行_tb.Multiline = True
- Me.新銀行支行_tb.Name = "新銀行支行_tb"
- Me.新銀行支行_tb.Size = New System.Drawing.Size(179, 57)
- Me.新銀行支行_tb.TabIndex = 17
- '
- '新銀行帳號_tb
- '
- Me.新銀行帳號_tb.Location = New System.Drawing.Point(6, 288)
- Me.新銀行帳號_tb.Multiline = True
- Me.新銀行帳號_tb.Name = "新銀行帳號_tb"
- Me.新銀行帳號_tb.Size = New System.Drawing.Size(179, 57)
- Me.新銀行帳號_tb.TabIndex = 16
- '
- 'Label8
- '
- Me.Label8.AutoSize = True
- Me.Label8.Location = New System.Drawing.Point(3, 269)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(55, 16)
- Me.Label8.TabIndex = 15
- Me.Label8.Text = "銀行帳號"
- '
- 'Label9
- '
- Me.Label9.AutoSize = True
- Me.Label9.Location = New System.Drawing.Point(3, 190)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(55, 16)
- Me.Label9.TabIndex = 14
- Me.Label9.Text = "銀行支行"
- '
- 'Label10
- '
- Me.Label10.AutoSize = True
- Me.Label10.Location = New System.Drawing.Point(3, 111)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(55, 16)
- Me.Label10.TabIndex = 13
- Me.Label10.Text = "銀行名稱"
- '
- 'Label11
- '
- Me.Label11.AutoSize = True
- Me.Label11.Location = New System.Drawing.Point(3, 32)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(55, 16)
- Me.Label11.TabIndex = 12
- Me.Label11.Text = "支付對象"
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Location = New System.Drawing.Point(3, 4)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(43, 16)
- Me.Label3.TabIndex = 1
- Me.Label3.Text = "新資料"
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.供應商編號_tb)
- Me.Panel1.Controls.Add(Me.Label1)
- Me.Panel1.Controls.Add(Me.供應商名稱_tb)
- Me.Panel1.Location = New System.Drawing.Point(36, 386)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(180, 78)
- Me.Panel1.TabIndex = 12
- Me.Panel1.Visible = False
- '
- '供應商編號_tb
- '
- Me.供應商編號_tb.Location = New System.Drawing.Point(3, 3)
- Me.供應商編號_tb.Name = "供應商編號_tb"
- Me.供應商編號_tb.Size = New System.Drawing.Size(84, 23)
- Me.供應商編號_tb.TabIndex = 189
- '
- '供應商管理銀行修改審核
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(662, 538)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.SplitContainer1)
- Me.Controls.Add(Me.取消_bt)
- Me.Controls.Add(Me.確認_bt)
- Me.Controls.Add(Me.廠商清單_dgv)
- 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.廠商清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.SplitContainer1.Panel1.ResumeLayout(False)
- Me.SplitContainer1.Panel1.PerformLayout()
- Me.SplitContainer1.Panel2.ResumeLayout(False)
- Me.SplitContainer1.Panel2.PerformLayout()
- CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.SplitContainer1.ResumeLayout(False)
- Me.Panel1.ResumeLayout(False)
- Me.Panel1.PerformLayout()
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents 廠商清單_dgv As DataGridView
- Friend WithEvents 確認_bt As Button
- Friend WithEvents 取消_bt As Button
- Friend WithEvents Label1 As Label
- Friend WithEvents 供應商名稱_tb As TextBox
- Friend WithEvents SplitContainer1 As SplitContainer
- Friend WithEvents Label2 As Label
- Friend WithEvents Label3 As Label
- Friend WithEvents 支付對象_tb As TextBox
- Friend WithEvents 銀行名稱_tb As TextBox
- Friend WithEvents 銀行支行_tb As TextBox
- Friend WithEvents 銀行帳號_tb As TextBox
- Friend WithEvents Label7 As Label
- Friend WithEvents Label6 As Label
- Friend WithEvents Label5 As Label
- Friend WithEvents Label4 As Label
- Friend WithEvents 新支付對象_tb As TextBox
- Friend WithEvents 新銀行名稱_tb As TextBox
- Friend WithEvents 新銀行支行_tb As TextBox
- Friend WithEvents 新銀行帳號_tb As TextBox
- Friend WithEvents Label8 As Label
- Friend WithEvents Label9 As Label
- Friend WithEvents Label10 As Label
- Friend WithEvents Label11 As Label
- Friend WithEvents Panel1 As Panel
- Friend WithEvents 供應商編號_tb As TextBox
- End Class
|