_ 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() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker() Me.總金額_tb = New System.Windows.Forms.TextBox() Me.總金額_lb = New System.Windows.Forms.Label() Me.單據轉零用金支付申請_bt = New System.Windows.Forms.Button() Me.已採購確認_bt = New System.Windows.Forms.Button() Me.未審核的一般物料請購單_lb = New System.Windows.Forms.Label() Me.未審核_dgv = New System.Windows.Forms.DataGridView() Me.明細_dgv = New System.Windows.Forms.DataGridView() Me.申請人_lb = New System.Windows.Forms.Label() Me.申請人_tb = New System.Windows.Forms.TextBox() Me.申請日期_lb = New System.Windows.Forms.Label() Me.一般物料請購單號_lb = New System.Windows.Forms.Label() Me.一般物料請購單號_tb = New System.Windows.Forms.TextBox() Me.帳本編號_cb = New System.Windows.Forms.ComboBox() Me.帳本名稱_cb = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() CType(Me.未審核_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '申請日期_dtp ' Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.申請日期_dtp.Location = New System.Drawing.Point(504, 313) Me.申請日期_dtp.Name = "申請日期_dtp" Me.申請日期_dtp.Size = New System.Drawing.Size(91, 23) Me.申請日期_dtp.TabIndex = 841 ' '總金額_tb ' Me.總金額_tb.Location = New System.Drawing.Point(647, 313) Me.總金額_tb.Name = "總金額_tb" Me.總金額_tb.Size = New System.Drawing.Size(111, 23) Me.總金額_tb.TabIndex = 840 ' '總金額_lb ' Me.總金額_lb.AutoSize = True Me.總金額_lb.Location = New System.Drawing.Point(601, 316) Me.總金額_lb.Name = "總金額_lb" Me.總金額_lb.Size = New System.Drawing.Size(44, 16) Me.總金額_lb.TabIndex = 839 Me.總金額_lb.Text = "總金額" ' '單據轉零用金支付申請_bt ' Me.單據轉零用金支付申請_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.單據轉零用金支付申請_bt.ForeColor = System.Drawing.Color.Red Me.單據轉零用金支付申請_bt.Location = New System.Drawing.Point(907, 311) Me.單據轉零用金支付申請_bt.Name = "單據轉零用金支付申請_bt" Me.單據轉零用金支付申請_bt.Size = New System.Drawing.Size(147, 26) Me.單據轉零用金支付申請_bt.TabIndex = 838 Me.單據轉零用金支付申請_bt.Text = "單據轉零用金支付申請" Me.單據轉零用金支付申請_bt.UseVisualStyleBackColor = True ' '已採購確認_bt ' Me.已採購確認_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, 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(760, 311) Me.已採購確認_bt.Name = "已採購確認_bt" Me.已採購確認_bt.Size = New System.Drawing.Size(147, 26) Me.已採購確認_bt.TabIndex = 837 Me.已採購確認_bt.Text = "已採購確認" Me.已採購確認_bt.UseVisualStyleBackColor = True ' '未審核的一般物料請購單_lb ' Me.未審核的一般物料請購單_lb.AutoSize = True Me.未審核的一般物料請購單_lb.Location = New System.Drawing.Point(4, 10) Me.未審核的一般物料請購單_lb.Name = "未審核的一般物料請購單_lb" Me.未審核的一般物料請購單_lb.Size = New System.Drawing.Size(140, 16) Me.未審核的一般物料請購單_lb.TabIndex = 834 Me.未審核的一般物料請購單_lb.Text = "已審核的一般物料請購單" ' '未審核_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.未審核_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.未審核_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top 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(4, 30) Me.未審核_dgv.Name = "未審核_dgv" Me.未審核_dgv.RowHeadersWidth = 5 Me.未審核_dgv.RowTemplate.Height = 24 Me.未審核_dgv.Size = New System.Drawing.Size(1341, 279) Me.未審核_dgv.TabIndex = 833 ' '明細_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 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(4, 340) Me.明細_dgv.Name = "明細_dgv" Me.明細_dgv.RowHeadersWidth = 5 DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3 Me.明細_dgv.RowTemplate.Height = 24 Me.明細_dgv.Size = New System.Drawing.Size(1341, 339) Me.明細_dgv.TabIndex = 832 ' '申請人_lb ' Me.申請人_lb.AutoSize = True Me.申請人_lb.Location = New System.Drawing.Point(261, 316) Me.申請人_lb.Name = "申請人_lb" Me.申請人_lb.Size = New System.Drawing.Size(44, 16) Me.申請人_lb.TabIndex = 831 Me.申請人_lb.Text = "申請人" ' '申請人_tb ' Me.申請人_tb.Location = New System.Drawing.Point(308, 313) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(133, 23) Me.申請人_tb.TabIndex = 830 ' '申請日期_lb ' Me.申請日期_lb.AutoSize = True Me.申請日期_lb.Location = New System.Drawing.Point(447, 316) Me.申請日期_lb.Name = "申請日期_lb" Me.申請日期_lb.Size = New System.Drawing.Size(56, 16) Me.申請日期_lb.TabIndex = 829 Me.申請日期_lb.Text = "申請日期" ' '一般物料請購單號_lb ' Me.一般物料請購單號_lb.AutoSize = True Me.一般物料請購單號_lb.Location = New System.Drawing.Point(12, 316) Me.一般物料請購單號_lb.Name = "一般物料請購單號_lb" Me.一般物料請購單號_lb.Size = New System.Drawing.Size(104, 16) Me.一般物料請購單號_lb.TabIndex = 828 Me.一般物料請購單號_lb.Text = "一般物料請購單號" ' '一般物料請購單號_tb ' Me.一般物料請購單號_tb.Location = New System.Drawing.Point(118, 313) Me.一般物料請購單號_tb.Name = "一般物料請購單號_tb" Me.一般物料請購單號_tb.Size = New System.Drawing.Size(137, 23) Me.一般物料請購單號_tb.TabIndex = 827 ' '帳本編號_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.DropDownList Me.帳本編號_cb.ForeColor = System.Drawing.Color.Green Me.帳本編號_cb.FormattingEnabled = True Me.帳本編號_cb.Items.AddRange(New Object() {"", "LANDED BRANDED", "FIRST COST"}) Me.帳本編號_cb.Location = New System.Drawing.Point(1199, 4) Me.帳本編號_cb.Name = "帳本編號_cb" Me.帳本編號_cb.Size = New System.Drawing.Size(145, 24) Me.帳本編號_cb.TabIndex = 995 Me.帳本編號_cb.Visible = False ' '帳本名稱_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.DropDownList Me.帳本名稱_cb.ForeColor = System.Drawing.Color.Green Me.帳本名稱_cb.FormattingEnabled = True Me.帳本名稱_cb.Items.AddRange(New Object() {"", "LANDED BRANDED", "FIRST COST"}) Me.帳本名稱_cb.Location = New System.Drawing.Point(1199, 3) Me.帳本名稱_cb.Name = "帳本名稱_cb" Me.帳本名稱_cb.Size = New System.Drawing.Size(145, 24) Me.帳本名稱_cb.TabIndex = 996 Me.帳本名稱_cb.Visible = False ' 'Label9 ' Me.Label9.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label9.AutoSize = True Me.Label9.ForeColor = System.Drawing.Color.Green Me.Label9.Location = New System.Drawing.Point(1161, 7) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(32, 16) Me.Label9.TabIndex = 997 Me.Label9.Text = "帳本" Me.Label9.Visible = False ' '一般物料請購單一覽表 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1349, 681) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.帳本名稱_cb) Me.Controls.Add(Me.帳本編號_cb) Me.Controls.Add(Me.申請日期_dtp) Me.Controls.Add(Me.總金額_tb) Me.Controls.Add(Me.總金額_lb) Me.Controls.Add(Me.單據轉零用金支付申請_bt) Me.Controls.Add(Me.已採購確認_bt) Me.Controls.Add(Me.未審核的一般物料請購單_lb) Me.Controls.Add(Me.未審核_dgv) Me.Controls.Add(Me.明細_dgv) Me.Controls.Add(Me.申請人_lb) Me.Controls.Add(Me.申請人_tb) Me.Controls.Add(Me.申請日期_lb) Me.Controls.Add(Me.一般物料請購單號_lb) Me.Controls.Add(Me.一般物料請購單號_tb) 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(3, 4, 3, 4) Me.Name = "一般物料請購單一覽表" Me.Text = "一般物料請購單一覽表" CType(Me.未審核_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 申請日期_dtp As DateTimePicker Friend WithEvents 總金額_tb As TextBox Friend WithEvents 總金額_lb As Label Friend WithEvents 單據轉零用金支付申請_bt As Button Friend WithEvents 已採購確認_bt As Button Friend WithEvents 未審核的一般物料請購單_lb As Label Friend WithEvents 未審核_dgv As DataGridView Friend WithEvents 明細_dgv As DataGridView Friend WithEvents 申請人_lb As Label Friend WithEvents 申請人_tb As TextBox Friend WithEvents 申請日期_lb As Label Friend WithEvents 一般物料請購單號_lb As Label Friend WithEvents 一般物料請購單號_tb As TextBox Friend WithEvents 帳本編號_cb As ComboBox Friend WithEvents 帳本名稱_cb As ComboBox Friend WithEvents Label9 As Label End Class