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() 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.申請部門_tb = New System.Windows.Forms.TextBox() Me.零用金單號_lb = New System.Windows.Forms.Label() Me.零用金單號_tb = New System.Windows.Forms.TextBox() Me.核准_lb = New System.Windows.Forms.Label() Me.審核_tb = New System.Windows.Forms.TextBox() Me.驗證碼_lb = New System.Windows.Forms.Label() Me.驗證碼_tb = New System.Windows.Forms.TextBox() Me.審核_lb = New System.Windows.Forms.Label() Me.核准_tb = New System.Windows.Forms.TextBox() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker() Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.日期_lb = New System.Windows.Forms.Label() Me.日期1_lb = New System.Windows.Forms.Label() Me.日期2_lb = New System.Windows.Forms.Label() Me.列印_bt = New System.Windows.Forms.Button() Me.總經理已核准的零用金支付單_tb = New System.Windows.Forms.TextBox() Me.總金額_tb = New System.Windows.Forms.TextBox() Me.總金額_lb = New System.Windows.Forms.Label() Me.出納確認_bt = New System.Windows.Forms.Button() Me.打勾_ch = New System.Windows.Forms.CheckBox() Me.帳本編號_cb = New System.Windows.Forms.ComboBox() Me.帳本名稱_cb = New System.Windows.Forms.ComboBox() Me.帳本_lb = New System.Windows.Forms.Label() CType(Me.已審核_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '總經理已核准的零用金支付單_lb ' Me.總經理已核准的零用金支付單_lb.AutoSize = True Me.總經理已核准的零用金支付單_lb.Location = New System.Drawing.Point(4, 9) Me.總經理已核准的零用金支付單_lb.Name = "總經理已核准的零用金支付單_lb" Me.總經理已核准的零用金支付單_lb.Size = New System.Drawing.Size(164, 16) Me.總經理已核准的零用金支付單_lb.TabIndex = 746 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.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.已審核_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.已審核_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.已審核_dgv.Location = New System.Drawing.Point(4, 37) Me.已審核_dgv.Name = "已審核_dgv" Me.已審核_dgv.RowHeadersWidth = 5 Me.已審核_dgv.RowTemplate.Height = 24 Me.已審核_dgv.Size = New System.Drawing.Size(947, 927) Me.已審核_dgv.TabIndex = 745 ' '明細_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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.明細_dgv.Location = New System.Drawing.Point(954, 187) Me.明細_dgv.Name = "明細_dgv" Me.明細_dgv.RowHeadersWidth = 5 Me.明細_dgv.RowTemplate.Height = 24 Me.明細_dgv.Size = New System.Drawing.Size(955, 777) Me.明細_dgv.TabIndex = 763 ' '申請人_lb ' Me.申請人_lb.AutoSize = True Me.申請人_lb.ForeColor = System.Drawing.Color.Blue Me.申請人_lb.Location = New System.Drawing.Point(959, 77) Me.申請人_lb.Name = "申請人_lb" Me.申請人_lb.Size = New System.Drawing.Size(44, 16) Me.申請人_lb.TabIndex = 762 Me.申請人_lb.Text = "申請人" ' '申請人_tb ' Me.申請人_tb.ForeColor = System.Drawing.Color.Blue Me.申請人_tb.Location = New System.Drawing.Point(1033, 74) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(208, 23) Me.申請人_tb.TabIndex = 761 ' '申請部門_lb ' Me.申請部門_lb.AutoSize = True Me.申請部門_lb.ForeColor = System.Drawing.Color.Blue Me.申請部門_lb.Location = New System.Drawing.Point(959, 48) Me.申請部門_lb.Name = "申請部門_lb" Me.申請部門_lb.Size = New System.Drawing.Size(56, 16) Me.申請部門_lb.TabIndex = 760 Me.申請部門_lb.Text = "申請部門" ' '申請部門_tb ' Me.申請部門_tb.ForeColor = System.Drawing.Color.Blue Me.申請部門_tb.Location = New System.Drawing.Point(1033, 45) Me.申請部門_tb.Name = "申請部門_tb" Me.申請部門_tb.Size = New System.Drawing.Size(356, 23) Me.申請部門_tb.TabIndex = 759 ' '零用金單號_lb ' Me.零用金單號_lb.AutoSize = True Me.零用金單號_lb.ForeColor = System.Drawing.Color.Blue Me.零用金單號_lb.Location = New System.Drawing.Point(959, 19) Me.零用金單號_lb.Name = "零用金單號_lb" Me.零用金單號_lb.Size = New System.Drawing.Size(68, 16) Me.零用金單號_lb.TabIndex = 758 Me.零用金單號_lb.Text = "零用金單號" ' '零用金單號_tb ' Me.零用金單號_tb.ForeColor = System.Drawing.Color.Blue Me.零用金單號_tb.Location = New System.Drawing.Point(1033, 16) Me.零用金單號_tb.Name = "零用金單號_tb" Me.零用金單號_tb.Size = New System.Drawing.Size(356, 23) Me.零用金單號_tb.TabIndex = 757 ' '核准_lb ' Me.核准_lb.AutoSize = True Me.核准_lb.ForeColor = System.Drawing.Color.Blue Me.核准_lb.Location = New System.Drawing.Point(959, 135) Me.核准_lb.Name = "核准_lb" Me.核准_lb.Size = New System.Drawing.Size(32, 16) Me.核准_lb.TabIndex = 765 Me.核准_lb.Text = "核准" ' '審核_tb ' Me.審核_tb.ForeColor = System.Drawing.Color.Blue Me.審核_tb.Location = New System.Drawing.Point(1033, 103) Me.審核_tb.Name = "審核_tb" Me.審核_tb.Size = New System.Drawing.Size(208, 23) Me.審核_tb.TabIndex = 764 ' '驗證碼_lb ' Me.驗證碼_lb.AutoSize = True Me.驗證碼_lb.ForeColor = System.Drawing.Color.Blue Me.驗證碼_lb.Location = New System.Drawing.Point(1392, 135) Me.驗證碼_lb.Name = "驗證碼_lb" Me.驗證碼_lb.Size = New System.Drawing.Size(44, 16) Me.驗證碼_lb.TabIndex = 767 Me.驗證碼_lb.Text = "驗證碼" ' '驗證碼_tb ' Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue Me.驗證碼_tb.Location = New System.Drawing.Point(1442, 132) Me.驗證碼_tb.Name = "驗證碼_tb" Me.驗證碼_tb.Size = New System.Drawing.Size(172, 23) Me.驗證碼_tb.TabIndex = 766 Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '審核_lb ' Me.審核_lb.AutoSize = True Me.審核_lb.ForeColor = System.Drawing.Color.Blue Me.審核_lb.Location = New System.Drawing.Point(959, 106) Me.審核_lb.Name = "審核_lb" Me.審核_lb.Size = New System.Drawing.Size(32, 16) Me.審核_lb.TabIndex = 770 Me.審核_lb.Text = "審核" ' '核准_tb ' Me.核准_tb.ForeColor = System.Drawing.Color.Blue Me.核准_tb.Location = New System.Drawing.Point(1033, 132) Me.核准_tb.Name = "核准_tb" Me.核准_tb.Size = New System.Drawing.Size(208, 23) Me.核准_tb.TabIndex = 769 ' 'DateTimePicker1 ' Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker1.Location = New System.Drawing.Point(1285, 74) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(104, 23) Me.DateTimePicker1.TabIndex = 771 ' 'DateTimePicker2 ' Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker2.Location = New System.Drawing.Point(1285, 104) Me.DateTimePicker2.Name = "DateTimePicker2" Me.DateTimePicker2.Size = New System.Drawing.Size(104, 23) Me.DateTimePicker2.TabIndex = 772 ' 'DateTimePicker3 ' Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker3.Location = New System.Drawing.Point(1285, 133) Me.DateTimePicker3.Name = "DateTimePicker3" Me.DateTimePicker3.Size = New System.Drawing.Size(104, 23) Me.DateTimePicker3.TabIndex = 773 ' 'PictureBox1 ' Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.Location = New System.Drawing.Point(1395, 16) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(219, 110) Me.PictureBox1.TabIndex = 774 Me.PictureBox1.TabStop = False ' '日期_lb ' Me.日期_lb.AutoSize = True Me.日期_lb.ForeColor = System.Drawing.Color.Blue Me.日期_lb.Location = New System.Drawing.Point(1247, 77) Me.日期_lb.Name = "日期_lb" Me.日期_lb.Size = New System.Drawing.Size(32, 16) Me.日期_lb.TabIndex = 775 Me.日期_lb.Text = "日期" ' '日期1_lb ' Me.日期1_lb.AutoSize = True Me.日期1_lb.ForeColor = System.Drawing.Color.Blue Me.日期1_lb.Location = New System.Drawing.Point(1247, 106) Me.日期1_lb.Name = "日期1_lb" Me.日期1_lb.Size = New System.Drawing.Size(32, 16) Me.日期1_lb.TabIndex = 776 Me.日期1_lb.Text = "日期" ' '日期2_lb ' Me.日期2_lb.AutoSize = True Me.日期2_lb.ForeColor = System.Drawing.Color.Blue Me.日期2_lb.Location = New System.Drawing.Point(1247, 135) Me.日期2_lb.Name = "日期2_lb" Me.日期2_lb.Size = New System.Drawing.Size(32, 16) Me.日期2_lb.TabIndex = 777 Me.日期2_lb.Text = "日期" ' '列印_bt ' Me.列印_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.列印_bt.ForeColor = System.Drawing.Color.Blue Me.列印_bt.Location = New System.Drawing.Point(1620, 16) Me.列印_bt.Name = "列印_bt" Me.列印_bt.Size = New System.Drawing.Size(274, 168) Me.列印_bt.TabIndex = 778 Me.列印_bt.Text = "零用金支付單" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "列印成EXCEL" Me.列印_bt.UseVisualStyleBackColor = True ' '總經理已核准的零用金支付單_tb ' Me.總經理已核准的零用金支付單_tb.ForeColor = System.Drawing.Color.Blue Me.總經理已核准的零用金支付單_tb.Location = New System.Drawing.Point(174, 8) Me.總經理已核准的零用金支付單_tb.Name = "總經理已核准的零用金支付單_tb" Me.總經理已核准的零用金支付單_tb.Size = New System.Drawing.Size(120, 23) Me.總經理已核准的零用金支付單_tb.TabIndex = 779 Me.總經理已核准的零用金支付單_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '總金額_tb ' Me.總金額_tb.Location = New System.Drawing.Point(1033, 161) Me.總金額_tb.Name = "總金額_tb" Me.總金額_tb.Size = New System.Drawing.Size(208, 23) Me.總金額_tb.TabIndex = 809 ' '總金額_lb ' Me.總金額_lb.AutoSize = True Me.總金額_lb.Location = New System.Drawing.Point(959, 164) Me.總金額_lb.Name = "總金額_lb" Me.總金額_lb.Size = New System.Drawing.Size(44, 16) Me.總金額_lb.TabIndex = 808 Me.總金額_lb.Text = "總金額" ' '出納確認_bt ' Me.出納確認_bt.Location = New System.Drawing.Point(835, 9) Me.出納確認_bt.Name = "出納確認_bt" Me.出納確認_bt.Size = New System.Drawing.Size(116, 23) Me.出納確認_bt.TabIndex = 810 Me.出納確認_bt.Text = "出納確認" Me.出納確認_bt.UseVisualStyleBackColor = True ' '打勾_ch ' Me.打勾_ch.AutoSize = True Me.打勾_ch.Location = New System.Drawing.Point(814, 14) Me.打勾_ch.Name = "打勾_ch" Me.打勾_ch.Size = New System.Drawing.Size(15, 14) Me.打勾_ch.TabIndex = 811 Me.打勾_ch.UseVisualStyleBackColor = True ' '帳本編號_cb ' 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(411, 48) Me.帳本編號_cb.Name = "帳本編號_cb" Me.帳本編號_cb.Size = New System.Drawing.Size(145, 24) Me.帳本編號_cb.TabIndex = 1000 ' '帳本名稱_cb ' 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(411, 6) Me.帳本名稱_cb.Name = "帳本名稱_cb" Me.帳本名稱_cb.Size = New System.Drawing.Size(145, 24) Me.帳本名稱_cb.TabIndex = 999 ' '帳本_lb ' Me.帳本_lb.AutoSize = True Me.帳本_lb.ForeColor = System.Drawing.Color.Green Me.帳本_lb.Location = New System.Drawing.Point(373, 9) Me.帳本_lb.Name = "帳本_lb" Me.帳本_lb.Size = New System.Drawing.Size(32, 16) Me.帳本_lb.TabIndex = 998 Me.帳本_lb.Text = "帳本" ' '零用金支付單一覽表 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 971) Me.Controls.Add(Me.帳本編號_cb) Me.Controls.Add(Me.帳本名稱_cb) Me.Controls.Add(Me.帳本_lb) Me.Controls.Add(Me.打勾_ch) Me.Controls.Add(Me.出納確認_bt) Me.Controls.Add(Me.總金額_tb) Me.Controls.Add(Me.總金額_lb) Me.Controls.Add(Me.總經理已核准的零用金支付單_tb) Me.Controls.Add(Me.列印_bt) Me.Controls.Add(Me.日期2_lb) Me.Controls.Add(Me.日期1_lb) Me.Controls.Add(Me.日期_lb) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.DateTimePicker3) Me.Controls.Add(Me.DateTimePicker2) Me.Controls.Add(Me.DateTimePicker1) Me.Controls.Add(Me.審核_lb) Me.Controls.Add(Me.核准_tb) Me.Controls.Add(Me.驗證碼_lb) Me.Controls.Add(Me.驗證碼_tb) Me.Controls.Add(Me.核准_lb) Me.Controls.Add(Me.審核_tb) Me.Controls.Add(Me.明細_dgv) Me.Controls.Add(Me.申請人_lb) Me.Controls.Add(Me.申請人_tb) Me.Controls.Add(Me.申請部門_lb) Me.Controls.Add(Me.申請部門_tb) Me.Controls.Add(Me.零用金單號_lb) Me.Controls.Add(Me.零用金單號_tb) Me.Controls.Add(Me.總經理已核准的零用金支付單_lb) 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(3, 4, 3, 4) Me.Name = "零用金支付單一覽表" Me.Text = "零用金支付單一覽表" CType(Me.已審核_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub 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 申請部門_tb As TextBox Friend WithEvents 零用金單號_lb As Label Friend WithEvents 零用金單號_tb As TextBox Friend WithEvents 核准_lb As Label Friend WithEvents 審核_tb As TextBox Friend WithEvents 驗證碼_lb As Label Friend WithEvents 驗證碼_tb As TextBox Friend WithEvents 審核_lb As Label Friend WithEvents 核准_tb As TextBox Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents DateTimePicker2 As DateTimePicker Friend WithEvents DateTimePicker3 As DateTimePicker Friend WithEvents PictureBox1 As PictureBox Friend WithEvents 日期_lb As Label Friend WithEvents 日期1_lb As Label Friend WithEvents 日期2_lb As Label Friend WithEvents 列印_bt As Button Friend WithEvents 總經理已核准的零用金支付單_tb As TextBox Friend WithEvents 總金額_tb As TextBox Friend WithEvents 總金額_lb As Label Friend WithEvents 出納確認_bt As Button Friend WithEvents 打勾_ch As CheckBox Friend WithEvents 帳本編號_cb As ComboBox Friend WithEvents 帳本名稱_cb As ComboBox Friend WithEvents 帳本_lb As Label End Class