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.Label6 = New System.Windows.Forms.Label() Me.已審核_dgv = New System.Windows.Forms.DataGridView() Me.明細_dgv = New System.Windows.Forms.DataGridView() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label19 = New System.Windows.Forms.Label() Me.TextBox13 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.TextBox5 = 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.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.TextBox7 = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.帳本編號_cb = New System.Windows.Forms.ComboBox() Me.帳本名稱_cb = New System.Windows.Forms.ComboBox() Me.Label11 = 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() ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(12, 9) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(164, 16) Me.Label6.TabIndex = 746 Me.Label6.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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.已審核_dgv.Location = New System.Drawing.Point(12, 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.明細_dgv.Location = New System.Drawing.Point(965, 187) Me.明細_dgv.Name = "明細_dgv" Me.明細_dgv.RowHeadersWidth = 5 Me.明細_dgv.RowTemplate.Height = 24 Me.明細_dgv.Size = New System.Drawing.Size(937, 777) Me.明細_dgv.TabIndex = 763 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.Blue Me.Label3.Location = New System.Drawing.Point(967, 77) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(44, 16) Me.Label3.TabIndex = 762 Me.Label3.Text = "申請人" ' 'TextBox3 ' Me.TextBox3.ForeColor = System.Drawing.Color.Blue Me.TextBox3.Location = New System.Drawing.Point(1041, 74) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(208, 23) Me.TextBox3.TabIndex = 761 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.Blue Me.Label2.Location = New System.Drawing.Point(967, 48) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(56, 16) Me.Label2.TabIndex = 760 Me.Label2.Text = "申請部門" ' 'TextBox2 ' Me.TextBox2.ForeColor = System.Drawing.Color.Blue Me.TextBox2.Location = New System.Drawing.Point(1041, 45) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(356, 23) Me.TextBox2.TabIndex = 759 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.Blue Me.Label1.Location = New System.Drawing.Point(967, 19) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(68, 16) Me.Label1.TabIndex = 758 Me.Label1.Text = "零用金單號" ' 'TextBox1 ' Me.TextBox1.ForeColor = System.Drawing.Color.Blue Me.TextBox1.Location = New System.Drawing.Point(1041, 16) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(356, 23) Me.TextBox1.TabIndex = 757 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.Blue Me.Label4.Location = New System.Drawing.Point(967, 135) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(32, 16) Me.Label4.TabIndex = 765 Me.Label4.Text = "核准" ' 'TextBox4 ' Me.TextBox4.ForeColor = System.Drawing.Color.Blue Me.TextBox4.Location = New System.Drawing.Point(1041, 103) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(208, 23) Me.TextBox4.TabIndex = 764 ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.ForeColor = System.Drawing.Color.Blue Me.Label19.Location = New System.Drawing.Point(1400, 135) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(44, 16) Me.Label19.TabIndex = 767 Me.Label19.Text = "驗證碼" ' 'TextBox13 ' Me.TextBox13.ForeColor = System.Drawing.Color.Blue Me.TextBox13.Location = New System.Drawing.Point(1450, 132) Me.TextBox13.Name = "TextBox13" Me.TextBox13.Size = New System.Drawing.Size(172, 23) Me.TextBox13.TabIndex = 766 Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.Blue Me.Label5.Location = New System.Drawing.Point(967, 106) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(32, 16) Me.Label5.TabIndex = 770 Me.Label5.Text = "審核" ' 'TextBox5 ' Me.TextBox5.ForeColor = System.Drawing.Color.Blue Me.TextBox5.Location = New System.Drawing.Point(1041, 132) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(208, 23) Me.TextBox5.TabIndex = 769 ' 'DateTimePicker1 ' Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker1.Location = New System.Drawing.Point(1293, 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(1293, 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(1293, 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(1403, 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 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.ForeColor = System.Drawing.Color.Blue Me.Label7.Location = New System.Drawing.Point(1255, 77) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(32, 16) Me.Label7.TabIndex = 775 Me.Label7.Text = "日期" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.ForeColor = System.Drawing.Color.Blue Me.Label8.Location = New System.Drawing.Point(1255, 106) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(32, 16) Me.Label8.TabIndex = 776 Me.Label8.Text = "日期" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.ForeColor = System.Drawing.Color.Blue Me.Label9.Location = New System.Drawing.Point(1255, 135) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(32, 16) Me.Label9.TabIndex = 777 Me.Label9.Text = "日期" ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.ForeColor = System.Drawing.Color.Blue Me.Button2.Location = New System.Drawing.Point(1628, 16) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(274, 168) Me.Button2.TabIndex = 778 Me.Button2.Text = "零用金支付單" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "列印成EXCEL" Me.Button2.UseVisualStyleBackColor = True ' 'TextBox6 ' Me.TextBox6.ForeColor = System.Drawing.Color.Blue Me.TextBox6.Location = New System.Drawing.Point(182, 8) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(120, 23) Me.TextBox6.TabIndex = 779 Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox7 ' Me.TextBox7.Location = New System.Drawing.Point(1041, 161) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(208, 23) Me.TextBox7.TabIndex = 809 ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(967, 164) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(44, 16) Me.Label10.TabIndex = 808 Me.Label10.Text = "總金額" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(843, 9) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(116, 23) Me.Button1.TabIndex = 810 Me.Button1.Text = "出納確認" Me.Button1.UseVisualStyleBackColor = True ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(822, 14) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(15, 14) Me.CheckBox1.TabIndex = 811 Me.CheckBox1.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(419, 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(419, 6) Me.帳本名稱_cb.Name = "帳本名稱_cb" Me.帳本名稱_cb.Size = New System.Drawing.Size(145, 24) Me.帳本名稱_cb.TabIndex = 999 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.ForeColor = System.Drawing.Color.Green Me.Label11.Location = New System.Drawing.Point(381, 9) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(32, 16) Me.Label11.TabIndex = 998 Me.Label11.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.Label11) Me.Controls.Add(Me.CheckBox1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.DateTimePicker3) Me.Controls.Add(Me.DateTimePicker2) Me.Controls.Add(Me.DateTimePicker1) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.TextBox13) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.明細_dgv) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label6) 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 Label6 As Label Friend WithEvents 已審核_dgv As DataGridView Friend WithEvents 明細_dgv As DataGridView Friend WithEvents Label3 As Label Friend WithEvents TextBox3 As TextBox Friend WithEvents Label2 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents Label1 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents Label4 As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents Label19 As Label Friend WithEvents TextBox13 As TextBox Friend WithEvents Label5 As Label Friend WithEvents TextBox5 As TextBox Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents DateTimePicker2 As DateTimePicker Friend WithEvents DateTimePicker3 As DateTimePicker Friend WithEvents PictureBox1 As PictureBox Friend WithEvents Label7 As Label Friend WithEvents Label8 As Label Friend WithEvents Label9 As Label Friend WithEvents Button2 As Button Friend WithEvents TextBox6 As TextBox Friend WithEvents TextBox7 As TextBox Friend WithEvents Label10 As Label Friend WithEvents Button1 As Button Friend WithEvents CheckBox1 As CheckBox Friend WithEvents 帳本編號_cb As ComboBox Friend WithEvents 帳本名稱_cb As ComboBox Friend WithEvents Label11 As Label End Class