_ 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 DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.清除_bt = New System.Windows.Forms.Button() Me.列印成EXCEL_bt = New System.Windows.Forms.Button() Me.未出納_ch = New System.Windows.Forms.CheckBox() Me.已出納_ch = New System.Windows.Forms.CheckBox() Me.全部資料1_ch = New System.Windows.Forms.CheckBox() Me.出納_lb = New System.Windows.Forms.Label() Me.會計_lb = New System.Windows.Forms.Label() Me.明細3_dgv = New System.Windows.Forms.DataGridView() Me.查詢_bt = New System.Windows.Forms.Button() Me.對帳記錄存檔_bt = New System.Windows.Forms.Button() Me.資料尚未存檔_lb = New System.Windows.Forms.Label() Me.已核對_ch = New System.Windows.Forms.CheckBox() Me.未核對_ch = New System.Windows.Forms.CheckBox() Me.全部資料_ch = New System.Windows.Forms.CheckBox() Me.重新讀取_bt = New System.Windows.Forms.Button() Me.月份_cb = New System.Windows.Forms.ComboBox() Me.年份_cb = New System.Windows.Forms.ComboBox() Me.查詢月份_lb = New System.Windows.Forms.Label() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.查詢單據驗證碼_bt = New System.Windows.Forms.Button() CType(Me.明細3_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '清除_bt ' Me.清除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.清除_bt.Location = New System.Drawing.Point(302, 4) Me.清除_bt.Name = "清除_bt" Me.清除_bt.Size = New System.Drawing.Size(90, 25) Me.清除_bt.TabIndex = 546 Me.清除_bt.Text = "清除" Me.清除_bt.UseVisualStyleBackColor = True ' '列印成EXCEL_bt ' Me.列印成EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.列印成EXCEL_bt.Location = New System.Drawing.Point(1197, 4) Me.列印成EXCEL_bt.Name = "列印成EXCEL_bt" Me.列印成EXCEL_bt.Size = New System.Drawing.Size(90, 25) Me.列印成EXCEL_bt.TabIndex = 545 Me.列印成EXCEL_bt.Text = "列印成EXCEL" Me.列印成EXCEL_bt.UseVisualStyleBackColor = True ' '未出納_ch ' Me.未出納_ch.AutoSize = True Me.未出納_ch.ForeColor = System.Drawing.Color.Red Me.未出納_ch.Location = New System.Drawing.Point(1128, 9) Me.未出納_ch.Name = "未出納_ch" Me.未出納_ch.Size = New System.Drawing.Size(63, 20) Me.未出納_ch.TabIndex = 544 Me.未出納_ch.Text = "未出納" Me.未出納_ch.UseVisualStyleBackColor = True ' '已出納_ch ' Me.已出納_ch.AutoSize = True Me.已出納_ch.ForeColor = System.Drawing.Color.Red Me.已出納_ch.Location = New System.Drawing.Point(1059, 9) Me.已出納_ch.Name = "已出納_ch" Me.已出納_ch.Size = New System.Drawing.Size(63, 20) Me.已出納_ch.TabIndex = 543 Me.已出納_ch.Text = "已出納" Me.已出納_ch.UseVisualStyleBackColor = True ' '全部資料1_ch ' Me.全部資料1_ch.AutoSize = True Me.全部資料1_ch.ForeColor = System.Drawing.Color.Red Me.全部資料1_ch.Location = New System.Drawing.Point(978, 9) Me.全部資料1_ch.Name = "全部資料1_ch" Me.全部資料1_ch.Size = New System.Drawing.Size(75, 20) Me.全部資料1_ch.TabIndex = 542 Me.全部資料1_ch.Text = "全部資料" Me.全部資料1_ch.UseVisualStyleBackColor = True ' '出納_lb ' Me.出納_lb.AutoSize = True Me.出納_lb.ForeColor = System.Drawing.Color.Red Me.出納_lb.Location = New System.Drawing.Point(926, 10) Me.出納_lb.Name = "出納_lb" Me.出納_lb.Size = New System.Drawing.Size(46, 16) Me.出納_lb.TabIndex = 541 Me.出納_lb.Text = "出納->" ' '會計_lb ' Me.會計_lb.AutoSize = True Me.會計_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.會計_lb.Location = New System.Drawing.Point(616, 10) Me.會計_lb.Name = "會計_lb" Me.會計_lb.Size = New System.Drawing.Size(46, 16) Me.會計_lb.TabIndex = 540 Me.會計_lb.Text = "會計->" ' '明細3_dgv ' Me.明細3_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.明細3_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.明細3_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.明細3_dgv.Location = New System.Drawing.Point(0, 36) Me.明細3_dgv.Name = "明細3_dgv" Me.明細3_dgv.RowHeadersWidth = 5 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.明細3_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.明細3_dgv.RowTemplate.Height = 24 Me.明細3_dgv.Size = New System.Drawing.Size(1910, 931) Me.明細3_dgv.TabIndex = 539 ' '查詢_bt ' Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.查詢_bt.Location = New System.Drawing.Point(494, 4) Me.查詢_bt.Name = "查詢_bt" Me.查詢_bt.Size = New System.Drawing.Size(116, 25) Me.查詢_bt.TabIndex = 538 Me.查詢_bt.Text = "查詢" Me.查詢_bt.UseVisualStyleBackColor = True ' '對帳記錄存檔_bt ' Me.對帳記錄存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.對帳記錄存檔_bt.Location = New System.Drawing.Point(1774, 2) Me.對帳記錄存檔_bt.Name = "對帳記錄存檔_bt" Me.對帳記錄存檔_bt.Size = New System.Drawing.Size(116, 30) Me.對帳記錄存檔_bt.TabIndex = 537 Me.對帳記錄存檔_bt.Text = "對帳記錄存檔" Me.對帳記錄存檔_bt.UseVisualStyleBackColor = True ' '資料尚未存檔_lb ' Me.資料尚未存檔_lb.AutoSize = True Me.資料尚未存檔_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.資料尚未存檔_lb.ForeColor = System.Drawing.Color.Red Me.資料尚未存檔_lb.Location = New System.Drawing.Point(1630, 6) Me.資料尚未存檔_lb.Name = "資料尚未存檔_lb" Me.資料尚未存檔_lb.Size = New System.Drawing.Size(138, 26) Me.資料尚未存檔_lb.TabIndex = 536 Me.資料尚未存檔_lb.Text = "資料尚未存檔" Me.資料尚未存檔_lb.Visible = False ' '已核對_ch ' Me.已核對_ch.AutoSize = True Me.已核對_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.已核對_ch.Location = New System.Drawing.Point(749, 9) Me.已核對_ch.Name = "已核對_ch" Me.已核對_ch.Size = New System.Drawing.Size(63, 20) Me.已核對_ch.TabIndex = 535 Me.已核對_ch.Text = "已核對" Me.已核對_ch.UseVisualStyleBackColor = True ' '未核對_ch ' Me.未核對_ch.AutoSize = True Me.未核對_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.未核對_ch.Location = New System.Drawing.Point(818, 9) Me.未核對_ch.Name = "未核對_ch" Me.未核對_ch.Size = New System.Drawing.Size(63, 20) Me.未核對_ch.TabIndex = 534 Me.未核對_ch.Text = "未核對" Me.未核對_ch.UseVisualStyleBackColor = True ' '全部資料_ch ' Me.全部資料_ch.AutoSize = True Me.全部資料_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.全部資料_ch.Location = New System.Drawing.Point(668, 9) Me.全部資料_ch.Name = "全部資料_ch" Me.全部資料_ch.Size = New System.Drawing.Size(75, 20) Me.全部資料_ch.TabIndex = 533 Me.全部資料_ch.Text = "全部資料" Me.全部資料_ch.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.Location = New System.Drawing.Point(398, 4) Me.重新讀取_bt.Name = "重新讀取_bt" Me.重新讀取_bt.Size = New System.Drawing.Size(90, 25) Me.重新讀取_bt.TabIndex = 532 Me.重新讀取_bt.Text = "重新讀取" Me.重新讀取_bt.UseVisualStyleBackColor = True ' '月份_cb ' Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.月份_cb.FormattingEnabled = True Me.月份_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"}) Me.月份_cb.Location = New System.Drawing.Point(182, 5) Me.月份_cb.Name = "月份_cb" Me.月份_cb.Size = New System.Drawing.Size(114, 24) Me.月份_cb.TabIndex = 531 ' '年份_cb ' Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.年份_cb.FormattingEnabled = True Me.年份_cb.Items.AddRange(New Object() {"2019"}) Me.年份_cb.Location = New System.Drawing.Point(62, 5) Me.年份_cb.Name = "年份_cb" Me.年份_cb.Size = New System.Drawing.Size(114, 24) Me.年份_cb.TabIndex = 530 ' '查詢月份_lb ' Me.查詢月份_lb.AutoSize = True Me.查詢月份_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.查詢月份_lb.Location = New System.Drawing.Point(6, 9) Me.查詢月份_lb.Name = "查詢月份_lb" Me.查詢月份_lb.Size = New System.Drawing.Size(56, 16) Me.查詢月份_lb.TabIndex = 529 Me.查詢月份_lb.Text = "查詢月份" ' 'Timer1 ' Me.Timer1.Interval = 500 ' '查詢單據驗證碼_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(1380, 4) Me.查詢單據驗證碼_bt.Name = "查詢單據驗證碼_bt" Me.查詢單據驗證碼_bt.Size = New System.Drawing.Size(153, 25) Me.查詢單據驗證碼_bt.TabIndex = 564 Me.查詢單據驗證碼_bt.Text = "查詢單據驗證碼" 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(1914, 971) Me.Controls.Add(Me.查詢單據驗證碼_bt) Me.Controls.Add(Me.清除_bt) Me.Controls.Add(Me.列印成EXCEL_bt) Me.Controls.Add(Me.未出納_ch) Me.Controls.Add(Me.已出納_ch) Me.Controls.Add(Me.全部資料1_ch) Me.Controls.Add(Me.出納_lb) Me.Controls.Add(Me.會計_lb) Me.Controls.Add(Me.明細3_dgv) Me.Controls.Add(Me.查詢_bt) Me.Controls.Add(Me.對帳記錄存檔_bt) Me.Controls.Add(Me.資料尚未存檔_lb) Me.Controls.Add(Me.已核對_ch) Me.Controls.Add(Me.未核對_ch) Me.Controls.Add(Me.全部資料_ch) Me.Controls.Add(Me.重新讀取_bt) Me.Controls.Add(Me.月份_cb) Me.Controls.Add(Me.年份_cb) Me.Controls.Add(Me.查詢月份_lb) 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.明細3_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 清除_bt As Button Friend WithEvents 列印成EXCEL_bt As Button Friend WithEvents 未出納_ch As CheckBox Friend WithEvents 已出納_ch As CheckBox Friend WithEvents 全部資料1_ch As CheckBox Friend WithEvents 出納_lb As Label Friend WithEvents 會計_lb As Label Friend WithEvents 明細3_dgv As DataGridView Friend WithEvents 查詢_bt As Button Friend WithEvents 對帳記錄存檔_bt As Button Friend WithEvents 資料尚未存檔_lb As Label Friend WithEvents 已核對_ch As CheckBox Friend WithEvents 未核對_ch As CheckBox Friend WithEvents 全部資料_ch As CheckBox Friend WithEvents 重新讀取_bt As Button Friend WithEvents 月份_cb As ComboBox Friend WithEvents 年份_cb As ComboBox Friend WithEvents 查詢月份_lb As Label Friend WithEvents Timer1 As Timer Friend WithEvents 查詢單據驗證碼_bt As Button End Class