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.第三層_cb = New System.Windows.Forms.ComboBox() Me.第二層_cb = New System.Windows.Forms.ComboBox() Me.會計科目_lb = New System.Windows.Forms.Label() Me.編號3_cb = New System.Windows.Forms.ComboBox() Me.編號1_cb = New System.Windows.Forms.ComboBox() Me.編號2_cb = New System.Windows.Forms.ComboBox() Me.第一層_cb = New System.Windows.Forms.ComboBox() Me.查詢_tb = New System.Windows.Forms.TextBox() Me.分類_cb = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.清單_dgv = New System.Windows.Forms.DataGridView() Me.分編_cb = New System.Windows.Forms.ComboBox() Me.申請完成_bt = New System.Windows.Forms.Button() CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '第三層_cb ' Me.第三層_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.第三層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.第三層_cb.FormattingEnabled = True Me.第三層_cb.Location = New System.Drawing.Point(448, 249) Me.第三層_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.第三層_cb.Name = "第三層_cb" Me.第三層_cb.Size = New System.Drawing.Size(382, 333) Me.第三層_cb.TabIndex = 1887 ' '第二層_cb ' Me.第二層_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.第二層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.第二層_cb.FormattingEnabled = True Me.第二層_cb.Location = New System.Drawing.Point(448, 26) Me.第二層_cb.Name = "第二層_cb" Me.第二層_cb.Size = New System.Drawing.Size(382, 232) Me.第二層_cb.TabIndex = 1889 ' '會計科目_lb ' Me.會計科目_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.會計科目_lb.BackColor = System.Drawing.Color.Transparent Me.會計科目_lb.Location = New System.Drawing.Point(450, 2) Me.會計科目_lb.Name = "會計科目_lb" Me.會計科目_lb.Size = New System.Drawing.Size(140, 20) Me.會計科目_lb.TabIndex = 1888 Me.會計科目_lb.Text = "會計科目" Me.會計科目_lb.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' '編號3_cb ' Me.編號3_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.編號3_cb.FormattingEnabled = True Me.編號3_cb.Location = New System.Drawing.Point(9, 521) Me.編號3_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.編號3_cb.Name = "編號3_cb" Me.編號3_cb.Size = New System.Drawing.Size(152, 24) Me.編號3_cb.TabIndex = 1893 ' '編號1_cb ' Me.編號1_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.編號1_cb.FormattingEnabled = True Me.編號1_cb.Location = New System.Drawing.Point(9, 469) Me.編號1_cb.Name = "編號1_cb" Me.編號1_cb.Size = New System.Drawing.Size(152, 24) Me.編號1_cb.TabIndex = 1892 ' '編號2_cb ' Me.編號2_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.編號2_cb.FormattingEnabled = True Me.編號2_cb.Location = New System.Drawing.Point(9, 495) Me.編號2_cb.Name = "編號2_cb" Me.編號2_cb.Size = New System.Drawing.Size(152, 24) Me.編號2_cb.TabIndex = 1894 ' '第一層_cb ' Me.第一層_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.第一層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.第一層_cb.FormattingEnabled = True Me.第一層_cb.Location = New System.Drawing.Point(9, 443) Me.第一層_cb.Name = "第一層_cb" Me.第一層_cb.Size = New System.Drawing.Size(152, 24) Me.第一層_cb.TabIndex = 1895 ' '查詢_tb ' Me.查詢_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.查詢_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.查詢_tb.Location = New System.Drawing.Point(9, 547) Me.查詢_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.查詢_tb.Name = "查詢_tb" Me.查詢_tb.Size = New System.Drawing.Size(152, 23) Me.查詢_tb.TabIndex = 1897 Me.查詢_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '分類_cb ' Me.分類_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.分類_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.分類_cb.FormattingEnabled = True Me.分類_cb.Location = New System.Drawing.Point(74, 1) Me.分類_cb.Name = "分類_cb" Me.分類_cb.Size = New System.Drawing.Size(125, 24) Me.分類_cb.TabIndex = 1898 ' 'Label1 ' Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.Location = New System.Drawing.Point(6, 2) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(64, 20) Me.Label1.TabIndex = 1899 Me.Label1.Text = "分類" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '清單_dgv ' Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.清單_dgv.BackgroundColor = System.Drawing.Color.White Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.清單_dgv.Location = New System.Drawing.Point(3, 26) Me.清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.清單_dgv.Name = "清單_dgv" Me.清單_dgv.RowHeadersWidth = 5 Me.清單_dgv.RowTemplate.Height = 24 Me.清單_dgv.Size = New System.Drawing.Size(443, 556) Me.清單_dgv.TabIndex = 1900 ' '分編_cb ' Me.分編_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.分編_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.分編_cb.FormattingEnabled = True Me.分編_cb.Location = New System.Drawing.Point(167, 443) Me.分編_cb.Name = "分編_cb" Me.分編_cb.Size = New System.Drawing.Size(152, 24) Me.分編_cb.TabIndex = 1901 ' '申請完成_bt ' Me.申請完成_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER Me.申請完成_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.申請完成_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.申請完成_bt.Location = New System.Drawing.Point(396, 0) Me.申請完成_bt.Name = "申請完成_bt" Me.申請完成_bt.Size = New System.Drawing.Size(50, 26) Me.申請完成_bt.TabIndex = 1902 Me.申請完成_bt.UseVisualStyleBackColor = True ' '應付款會科設定 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(834, 587) Me.Controls.Add(Me.申請完成_bt) Me.Controls.Add(Me.清單_dgv) Me.Controls.Add(Me.分類_cb) Me.Controls.Add(Me.第三層_cb) Me.Controls.Add(Me.第二層_cb) Me.Controls.Add(Me.會計科目_lb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.分編_cb) Me.Controls.Add(Me.查詢_tb) Me.Controls.Add(Me.第一層_cb) Me.Controls.Add(Me.編號2_cb) Me.Controls.Add(Me.編號3_cb) Me.Controls.Add(Me.編號1_cb) 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.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 第三層_cb As ComboBox Friend WithEvents 第二層_cb As ComboBox Friend WithEvents 會計科目_lb As Label Friend WithEvents 編號3_cb As ComboBox Friend WithEvents 編號1_cb As ComboBox Friend WithEvents 編號2_cb As ComboBox Friend WithEvents 第一層_cb As ComboBox Friend WithEvents 查詢_tb As TextBox Friend WithEvents 分類_cb As ComboBox Friend WithEvents Label1 As Label Friend WithEvents 清單_dgv As DataGridView Friend WithEvents 分編_cb As ComboBox Friend WithEvents 申請完成_bt As Button End Class