_ Partial Class 供應商管理銀行修改審核 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ 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 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim DataGridViewCellStyle1 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() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) 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 DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.廠商清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1 Me.廠商清單_dgv.RowTemplate.Height = 24 Me.廠商清單_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True] Me.廠商清單_dgv.Size = New System.Drawing.Size(268, 413) Me.廠商清單_dgv.TabIndex = 184 ' '確認_bt ' Me.確認_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources._Select Me.確認_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.確認_bt.Location = New System.Drawing.Point(276, 357) Me.確認_bt.Name = "確認_bt" Me.確認_bt.Size = New System.Drawing.Size(188, 55) 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.Zoom Me.取消_bt.Location = New System.Drawing.Point(470, 357) Me.取消_bt.Name = "取消_bt" Me.取消_bt.Size = New System.Drawing.Size(188, 55) 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(39, 168) 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 ' 'ToolTip1 ' Me.ToolTip1.AutoPopDelay = 5000 Me.ToolTip1.InitialDelay = 500 Me.ToolTip1.IsBalloon = True Me.ToolTip1.ReshowDelay = 100 Me.ToolTip1.ToolTipTitle = "illustrate" ' '供應商管理銀行修改審核 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(662, 415) 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 Friend WithEvents ToolTip1 As ToolTip End Class