_ 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.Button5 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.CheckBox3 = New System.Windows.Forms.CheckBox() Me.CheckBox2 = New System.Windows.Forms.CheckBox() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Label62 = New System.Windows.Forms.Label() Me.CheckBox8 = New System.Windows.Forms.CheckBox() Me.CheckBox7 = New System.Windows.Forms.CheckBox() Me.CheckBox6 = New System.Windows.Forms.CheckBox() Me.Button3 = New System.Windows.Forms.Button() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.Button6 = New System.Windows.Forms.Button() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Button5 ' Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button5.Location = New System.Drawing.Point(314, 12) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(90, 25) Me.Button5.TabIndex = 546 Me.Button5.Text = "清除" Me.Button5.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button4.Location = New System.Drawing.Point(1209, 12) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(90, 25) Me.Button4.TabIndex = 545 Me.Button4.Text = "列印成EXCEL" Me.Button4.UseVisualStyleBackColor = True ' 'CheckBox3 ' Me.CheckBox3.AutoSize = True Me.CheckBox3.ForeColor = System.Drawing.Color.Red Me.CheckBox3.Location = New System.Drawing.Point(1140, 17) Me.CheckBox3.Name = "CheckBox3" Me.CheckBox3.Size = New System.Drawing.Size(63, 20) Me.CheckBox3.TabIndex = 544 Me.CheckBox3.Text = "未出納" Me.CheckBox3.UseVisualStyleBackColor = True ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.ForeColor = System.Drawing.Color.Red Me.CheckBox2.Location = New System.Drawing.Point(1071, 17) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(63, 20) Me.CheckBox2.TabIndex = 543 Me.CheckBox2.Text = "已出納" Me.CheckBox2.UseVisualStyleBackColor = True ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.ForeColor = System.Drawing.Color.Red Me.CheckBox1.Location = New System.Drawing.Point(990, 17) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(75, 20) Me.CheckBox1.TabIndex = 542 Me.CheckBox1.Text = "全部資料" Me.CheckBox1.UseVisualStyleBackColor = True ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.Red Me.Label3.Location = New System.Drawing.Point(938, 18) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(46, 16) Me.Label3.TabIndex = 541 Me.Label3.Text = "出納->" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label1.Location = New System.Drawing.Point(628, 18) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(46, 16) Me.Label1.TabIndex = 540 Me.Label1.Text = "會計->" ' 'DataGridView1 ' Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(12, 44) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(1890, 920) Me.DataGridView1.TabIndex = 539 ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.Location = New System.Drawing.Point(506, 12) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(116, 25) Me.Button1.TabIndex = 538 Me.Button1.Text = "查詢" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.Location = New System.Drawing.Point(1786, 10) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(116, 30) Me.Button2.TabIndex = 537 Me.Button2.Text = "對帳記錄存檔" Me.Button2.UseVisualStyleBackColor = True ' 'Label62 ' Me.Label62.AutoSize = True Me.Label62.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label62.ForeColor = System.Drawing.Color.Red Me.Label62.Location = New System.Drawing.Point(1642, 14) Me.Label62.Name = "Label62" Me.Label62.Size = New System.Drawing.Size(138, 26) Me.Label62.TabIndex = 536 Me.Label62.Text = "資料尚未存檔" Me.Label62.Visible = False ' 'CheckBox8 ' Me.CheckBox8.AutoSize = True Me.CheckBox8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.CheckBox8.Location = New System.Drawing.Point(761, 17) Me.CheckBox8.Name = "CheckBox8" Me.CheckBox8.Size = New System.Drawing.Size(63, 20) Me.CheckBox8.TabIndex = 535 Me.CheckBox8.Text = "已核對" Me.CheckBox8.UseVisualStyleBackColor = True ' 'CheckBox7 ' Me.CheckBox7.AutoSize = True Me.CheckBox7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.CheckBox7.Location = New System.Drawing.Point(830, 17) Me.CheckBox7.Name = "CheckBox7" Me.CheckBox7.Size = New System.Drawing.Size(63, 20) Me.CheckBox7.TabIndex = 534 Me.CheckBox7.Text = "未核對" Me.CheckBox7.UseVisualStyleBackColor = True ' 'CheckBox6 ' Me.CheckBox6.AutoSize = True Me.CheckBox6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.CheckBox6.Location = New System.Drawing.Point(680, 17) Me.CheckBox6.Name = "CheckBox6" Me.CheckBox6.Size = New System.Drawing.Size(75, 20) Me.CheckBox6.TabIndex = 533 Me.CheckBox6.Text = "全部資料" Me.CheckBox6.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.Location = New System.Drawing.Point(410, 12) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(90, 25) Me.Button3.TabIndex = 532 Me.Button3.Text = "重新讀取" Me.Button3.UseVisualStyleBackColor = True ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"}) Me.ComboBox2.Location = New System.Drawing.Point(194, 13) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(114, 24) Me.ComboBox2.TabIndex = 531 ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"2019"}) Me.ComboBox1.Location = New System.Drawing.Point(74, 13) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(114, 24) Me.ComboBox1.TabIndex = 530 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label2.Location = New System.Drawing.Point(12, 17) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(56, 16) Me.Label2.TabIndex = 529 Me.Label2.Text = "查詢月份" ' 'Timer1 ' Me.Timer1.Interval = 500 ' 'Button6 ' Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button6.ForeColor = System.Drawing.Color.Red Me.Button6.Location = New System.Drawing.Point(1392, 12) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(153, 25) Me.Button6.TabIndex = 564 Me.Button6.Text = "查詢單據驗證碼" Me.Button6.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(1914, 971) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.CheckBox3) Me.Controls.Add(Me.CheckBox2) Me.Controls.Add(Me.CheckBox1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Label62) Me.Controls.Add(Me.CheckBox8) Me.Controls.Add(Me.CheckBox7) Me.Controls.Add(Me.CheckBox6) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Label2) 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.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button5 As Button Friend WithEvents Button4 As Button Friend WithEvents CheckBox3 As CheckBox Friend WithEvents CheckBox2 As CheckBox Friend WithEvents CheckBox1 As CheckBox Friend WithEvents Label3 As Label Friend WithEvents Label1 As Label Friend WithEvents DataGridView1 As DataGridView Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents Label62 As Label Friend WithEvents CheckBox8 As CheckBox Friend WithEvents CheckBox7 As CheckBox Friend WithEvents CheckBox6 As CheckBox Friend WithEvents Button3 As Button Friend WithEvents ComboBox2 As ComboBox Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Label2 As Label Friend WithEvents Timer1 As Timer Friend WithEvents Button6 As Button End Class