_ 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.匯出EXCEL_bt = New System.Windows.Forms.Button() Me.清除查詢資料_bt = New System.Windows.Forms.Button() Me.對帳記錄存檔_bt = New System.Windows.Forms.Button() Me.關鍵字查詢_bt = New System.Windows.Forms.Button() Me.明細_dgv = New System.Windows.Forms.DataGridView() Me.資料尚未存檔_lb = New System.Windows.Forms.Label() Me.未兌現支票1_tb = New System.Windows.Forms.TextBox() Me.未兌現支票1_lb = New System.Windows.Forms.Label() Me.未兌現支票_tb = New System.Windows.Forms.TextBox() Me.未兌現支票_lb = New System.Windows.Forms.Label() Me.已兌現支票1_tb = New System.Windows.Forms.TextBox() Me.已兌現支票1_lb = New System.Windows.Forms.Label() Me.已兌現支票_tb = New System.Windows.Forms.TextBox() Me.已兌現支票_lb = New System.Windows.Forms.Label() Me.零用金1_tb = New System.Windows.Forms.TextBox() Me.零用金1_lb = New System.Windows.Forms.Label() Me.零用金_tb = New System.Windows.Forms.TextBox() Me.零用金_lb = New System.Windows.Forms.Label() Me.只顯示支票資料_cb = New System.Windows.Forms.CheckBox() Me.隱藏作帳點交資訊_cb = New System.Windows.Forms.CheckBox() Me.隱藏申請審核資訊_cb = New System.Windows.Forms.CheckBox() Me.損益1_tb = New System.Windows.Forms.TextBox() Me.損益1_lb = New System.Windows.Forms.Label() Me.支出1_tb = New System.Windows.Forms.TextBox() Me.支出1_lb = New System.Windows.Forms.Label() Me.現金1_tb = New System.Windows.Forms.TextBox() Me.現金1_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.單號_lb = New System.Windows.Forms.Label() Me.收支單號_tb = New System.Windows.Forms.TextBox() Me.現金_tb = New System.Windows.Forms.TextBox() Me.現金_lb = New System.Windows.Forms.Label() Me.查詢日期1_cb = New System.Windows.Forms.ComboBox() Me.查詢日期_cb = New System.Windows.Forms.ComboBox() Me.查詢日期_lb = New System.Windows.Forms.Label() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.語言_dgv = New System.Windows.Forms.DataGridView() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '匯出EXCEL_bt ' Me.匯出EXCEL_bt.AutoSize = True Me.匯出EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.匯出EXCEL_bt.ForeColor = System.Drawing.Color.DarkRed Me.匯出EXCEL_bt.Location = New System.Drawing.Point(1340, 3) Me.匯出EXCEL_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.匯出EXCEL_bt.Name = "匯出EXCEL_bt" Me.匯出EXCEL_bt.Size = New System.Drawing.Size(90, 27) Me.匯出EXCEL_bt.TabIndex = 1473 Me.匯出EXCEL_bt.Text = "匯出EXCEL" Me.匯出EXCEL_bt.UseVisualStyleBackColor = True ' '清除查詢資料_bt ' Me.清除查詢資料_bt.Location = New System.Drawing.Point(1153, 3) Me.清除查詢資料_bt.Name = "清除查詢資料_bt" Me.清除查詢資料_bt.Size = New System.Drawing.Size(90, 27) Me.清除查詢資料_bt.TabIndex = 1472 Me.清除查詢資料_bt.Text = "清除查詢資料" Me.清除查詢資料_bt.UseVisualStyleBackColor = True ' '對帳記錄存檔_bt ' Me.對帳記錄存檔_bt.ForeColor = System.Drawing.Color.Green Me.對帳記錄存檔_bt.Location = New System.Drawing.Point(1246, 3) Me.對帳記錄存檔_bt.Name = "對帳記錄存檔_bt" Me.對帳記錄存檔_bt.Size = New System.Drawing.Size(90, 27) Me.對帳記錄存檔_bt.TabIndex = 1471 Me.對帳記錄存檔_bt.Text = "對帳記錄存檔" Me.對帳記錄存檔_bt.UseVisualStyleBackColor = True ' '關鍵字查詢_bt ' Me.關鍵字查詢_bt.Location = New System.Drawing.Point(1057, 3) Me.關鍵字查詢_bt.Name = "關鍵字查詢_bt" Me.關鍵字查詢_bt.Size = New System.Drawing.Size(90, 27) Me.關鍵字查詢_bt.TabIndex = 1470 Me.關鍵字查詢_bt.Text = "關鍵字查詢" Me.關鍵字查詢_bt.UseVisualStyleBackColor = True ' '明細_dgv ' 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(6, 101) Me.明細_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.明細_dgv.Name = "明細_dgv" Me.明細_dgv.RowHeadersWidth = 5 DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1 Me.明細_dgv.RowTemplate.Height = 24 Me.明細_dgv.Size = New System.Drawing.Size(1526, 497) Me.明細_dgv.TabIndex = 1468 ' '資料尚未存檔_lb ' Me.資料尚未存檔_lb.AutoSize = True Me.資料尚未存檔_lb.Font = New System.Drawing.Font("微軟正黑體", 18.0!, 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(1254, 36) Me.資料尚未存檔_lb.Name = "資料尚未存檔_lb" Me.資料尚未存檔_lb.Size = New System.Drawing.Size(278, 31) Me.資料尚未存檔_lb.TabIndex = 1469 Me.資料尚未存檔_lb.Text = "資 料 尚 未 存 檔" Me.資料尚未存檔_lb.Visible = False ' '未兌現支票1_tb ' Me.未兌現支票1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.未兌現支票1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.未兌現支票1_tb.Location = New System.Drawing.Point(348, 44) Me.未兌現支票1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.未兌現支票1_tb.Name = "未兌現支票1_tb" Me.未兌現支票1_tb.Size = New System.Drawing.Size(90, 23) Me.未兌現支票1_tb.TabIndex = 1467 Me.未兌現支票1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '未兌現支票1_lb ' Me.未兌現支票1_lb.AutoSize = True Me.未兌現支票1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.未兌現支票1_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.未兌現支票1_lb.Location = New System.Drawing.Point(237, 45) Me.未兌現支票1_lb.Name = "未兌現支票1_lb" Me.未兌現支票1_lb.Size = New System.Drawing.Size(68, 16) Me.未兌現支票1_lb.TabIndex = 1466 Me.未兌現支票1_lb.Text = "未兌現支票" ' '未兌現支票_tb ' Me.未兌現支票_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.未兌現支票_tb.ForeColor = System.Drawing.Color.Green Me.未兌現支票_tb.Location = New System.Drawing.Point(348, 74) Me.未兌現支票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.未兌現支票_tb.Name = "未兌現支票_tb" Me.未兌現支票_tb.Size = New System.Drawing.Size(90, 23) Me.未兌現支票_tb.TabIndex = 1465 Me.未兌現支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '未兌現支票_lb ' Me.未兌現支票_lb.AutoSize = True Me.未兌現支票_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.未兌現支票_lb.ForeColor = System.Drawing.Color.Green Me.未兌現支票_lb.Location = New System.Drawing.Point(237, 79) Me.未兌現支票_lb.Name = "未兌現支票_lb" Me.未兌現支票_lb.Size = New System.Drawing.Size(68, 16) Me.未兌現支票_lb.TabIndex = 1464 Me.未兌現支票_lb.Text = "未兌現支票" ' '已兌現支票1_tb ' Me.已兌現支票1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.已兌現支票1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.已兌現支票1_tb.Location = New System.Drawing.Point(524, 43) Me.已兌現支票1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.已兌現支票1_tb.Name = "已兌現支票1_tb" Me.已兌現支票1_tb.Size = New System.Drawing.Size(90, 23) Me.已兌現支票1_tb.TabIndex = 1463 Me.已兌現支票1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '已兌現支票1_lb ' Me.已兌現支票1_lb.AutoSize = True Me.已兌現支票1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.已兌現支票1_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.已兌現支票1_lb.Location = New System.Drawing.Point(441, 47) Me.已兌現支票1_lb.Name = "已兌現支票1_lb" Me.已兌現支票1_lb.Size = New System.Drawing.Size(68, 16) Me.已兌現支票1_lb.TabIndex = 1462 Me.已兌現支票1_lb.Text = "已兌現支票" ' '已兌現支票_tb ' Me.已兌現支票_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.已兌現支票_tb.ForeColor = System.Drawing.Color.Green Me.已兌現支票_tb.Location = New System.Drawing.Point(524, 74) Me.已兌現支票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.已兌現支票_tb.Name = "已兌現支票_tb" Me.已兌現支票_tb.Size = New System.Drawing.Size(90, 23) Me.已兌現支票_tb.TabIndex = 1461 Me.已兌現支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '已兌現支票_lb ' Me.已兌現支票_lb.AutoSize = True Me.已兌現支票_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.已兌現支票_lb.ForeColor = System.Drawing.Color.Green Me.已兌現支票_lb.Location = New System.Drawing.Point(440, 79) Me.已兌現支票_lb.Name = "已兌現支票_lb" Me.已兌現支票_lb.Size = New System.Drawing.Size(68, 16) Me.已兌現支票_lb.TabIndex = 1460 Me.已兌現支票_lb.Text = "已兌現支票" ' '零用金1_tb ' Me.零用金1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.零用金1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.零用金1_tb.Location = New System.Drawing.Point(688, 44) Me.零用金1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.零用金1_tb.Name = "零用金1_tb" Me.零用金1_tb.Size = New System.Drawing.Size(90, 23) Me.零用金1_tb.TabIndex = 1459 Me.零用金1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '零用金1_lb ' Me.零用金1_lb.AutoSize = True Me.零用金1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.零用金1_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.零用金1_lb.Location = New System.Drawing.Point(621, 47) Me.零用金1_lb.Name = "零用金1_lb" Me.零用金1_lb.Size = New System.Drawing.Size(44, 16) Me.零用金1_lb.TabIndex = 1458 Me.零用金1_lb.Text = "零用金" ' '零用金_tb ' Me.零用金_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.零用金_tb.ForeColor = System.Drawing.Color.Green Me.零用金_tb.Location = New System.Drawing.Point(688, 75) Me.零用金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.零用金_tb.Name = "零用金_tb" Me.零用金_tb.Size = New System.Drawing.Size(90, 23) Me.零用金_tb.TabIndex = 1457 Me.零用金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '零用金_lb ' Me.零用金_lb.AutoSize = True Me.零用金_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.零用金_lb.ForeColor = System.Drawing.Color.Green Me.零用金_lb.Location = New System.Drawing.Point(621, 79) Me.零用金_lb.Name = "零用金_lb" Me.零用金_lb.Size = New System.Drawing.Size(44, 16) Me.零用金_lb.TabIndex = 1456 Me.零用金_lb.Text = "零用金" ' '只顯示支票資料_cb ' Me.只顯示支票資料_cb.AutoSize = True Me.只顯示支票資料_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.只顯示支票資料_cb.Location = New System.Drawing.Point(817, 8) Me.只顯示支票資料_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.只顯示支票資料_cb.Name = "只顯示支票資料_cb" Me.只顯示支票資料_cb.Size = New System.Drawing.Size(111, 20) Me.只顯示支票資料_cb.TabIndex = 1455 Me.只顯示支票資料_cb.Text = "只顯示支票資料" Me.只顯示支票資料_cb.UseVisualStyleBackColor = True ' '隱藏作帳點交資訊_cb ' Me.隱藏作帳點交資訊_cb.AutoSize = True Me.隱藏作帳點交資訊_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.隱藏作帳點交資訊_cb.Location = New System.Drawing.Point(505, 7) Me.隱藏作帳點交資訊_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.隱藏作帳點交資訊_cb.Name = "隱藏作帳點交資訊_cb" Me.隱藏作帳點交資訊_cb.Size = New System.Drawing.Size(135, 20) Me.隱藏作帳點交資訊_cb.TabIndex = 1454 Me.隱藏作帳點交資訊_cb.Text = "隱藏作帳、點交資訊" Me.隱藏作帳點交資訊_cb.UseVisualStyleBackColor = True ' '隱藏申請審核資訊_cb ' Me.隱藏申請審核資訊_cb.AutoSize = True Me.隱藏申請審核資訊_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.隱藏申請審核資訊_cb.Location = New System.Drawing.Point(241, 7) Me.隱藏申請審核資訊_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.隱藏申請審核資訊_cb.Name = "隱藏申請審核資訊_cb" Me.隱藏申請審核資訊_cb.Size = New System.Drawing.Size(135, 20) Me.隱藏申請審核資訊_cb.TabIndex = 1453 Me.隱藏申請審核資訊_cb.Text = "隱藏申請、審核資訊" Me.隱藏申請審核資訊_cb.UseVisualStyleBackColor = True ' '損益1_tb ' Me.損益1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.損益1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.損益1_tb.Location = New System.Drawing.Point(1158, 44) Me.損益1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.損益1_tb.Name = "損益1_tb" Me.損益1_tb.Size = New System.Drawing.Size(90, 23) Me.損益1_tb.TabIndex = 1452 Me.損益1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '損益1_lb ' Me.損益1_lb.AutoSize = True Me.損益1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.損益1_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.損益1_lb.Location = New System.Drawing.Point(1086, 45) Me.損益1_lb.Name = "損益1_lb" Me.損益1_lb.Size = New System.Drawing.Size(32, 16) Me.損益1_lb.TabIndex = 1451 Me.損益1_lb.Text = "損益" ' '支出1_tb ' Me.支出1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.支出1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.支出1_tb.Location = New System.Drawing.Point(996, 43) Me.支出1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.支出1_tb.Name = "支出1_tb" Me.支出1_tb.Size = New System.Drawing.Size(90, 23) Me.支出1_tb.TabIndex = 1450 Me.支出1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '支出1_lb ' Me.支出1_lb.AutoSize = True Me.支出1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.支出1_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.支出1_lb.Location = New System.Drawing.Point(925, 44) Me.支出1_lb.Name = "支出1_lb" Me.支出1_lb.Size = New System.Drawing.Size(32, 16) Me.支出1_lb.TabIndex = 1449 Me.支出1_lb.Text = "支出" ' '現金1_tb ' Me.現金1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.現金1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.現金1_tb.Location = New System.Drawing.Point(829, 44) Me.現金1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.現金1_tb.Name = "現金1_tb" Me.現金1_tb.Size = New System.Drawing.Size(90, 23) Me.現金1_tb.TabIndex = 1448 Me.現金1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '現金1_lb ' Me.現金1_lb.AutoSize = True Me.現金1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.現金1_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.現金1_lb.Location = New System.Drawing.Point(785, 47) Me.現金1_lb.Name = "現金1_lb" Me.現金1_lb.Size = New System.Drawing.Size(32, 16) Me.現金1_lb.TabIndex = 1447 Me.現金1_lb.Text = "現金" ' '損益_tb ' Me.損益_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.損益_tb.ForeColor = System.Drawing.Color.Green Me.損益_tb.Location = New System.Drawing.Point(1158, 73) Me.損益_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.損益_tb.Name = "損益_tb" Me.損益_tb.Size = New System.Drawing.Size(90, 23) Me.損益_tb.TabIndex = 1446 Me.損益_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '損益_lb ' Me.損益_lb.AutoSize = True Me.損益_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.損益_lb.ForeColor = System.Drawing.Color.Green Me.損益_lb.Location = New System.Drawing.Point(1086, 78) Me.損益_lb.Name = "損益_lb" Me.損益_lb.Size = New System.Drawing.Size(32, 16) Me.損益_lb.TabIndex = 1445 Me.損益_lb.Text = "損益" ' '支出_tb ' Me.支出_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.支出_tb.ForeColor = System.Drawing.Color.Green Me.支出_tb.Location = New System.Drawing.Point(996, 74) Me.支出_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.支出_tb.Name = "支出_tb" Me.支出_tb.Size = New System.Drawing.Size(90, 23) Me.支出_tb.TabIndex = 1444 Me.支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '支出_lb ' Me.支出_lb.AutoSize = True Me.支出_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.支出_lb.ForeColor = System.Drawing.Color.Green Me.支出_lb.Location = New System.Drawing.Point(926, 76) Me.支出_lb.Name = "支出_lb" Me.支出_lb.Size = New System.Drawing.Size(32, 16) Me.支出_lb.TabIndex = 1443 Me.支出_lb.Text = "支出" ' '單號_lb ' Me.單號_lb.AutoSize = True Me.單號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.單號_lb.ForeColor = System.Drawing.Color.Green Me.單號_lb.Location = New System.Drawing.Point(11, 77) Me.單號_lb.Name = "單號_lb" Me.單號_lb.Size = New System.Drawing.Size(32, 16) Me.單號_lb.TabIndex = 1442 Me.單號_lb.Text = "單號" ' '收支單號_tb ' Me.收支單號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.收支單號_tb.ForeColor = System.Drawing.Color.Green Me.收支單號_tb.Location = New System.Drawing.Point(60, 73) Me.收支單號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.收支單號_tb.Name = "收支單號_tb" Me.收支單號_tb.Size = New System.Drawing.Size(172, 23) Me.收支單號_tb.TabIndex = 1441 Me.收支單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '現金_tb ' Me.現金_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.現金_tb.ForeColor = System.Drawing.Color.Green Me.現金_tb.Location = New System.Drawing.Point(829, 74) Me.現金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.現金_tb.Name = "現金_tb" Me.現金_tb.Size = New System.Drawing.Size(90, 23) Me.現金_tb.TabIndex = 1440 Me.現金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '現金_lb ' Me.現金_lb.AutoSize = True Me.現金_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.現金_lb.ForeColor = System.Drawing.Color.Green Me.現金_lb.Location = New System.Drawing.Point(785, 79) Me.現金_lb.Name = "現金_lb" Me.現金_lb.Size = New System.Drawing.Size(32, 16) Me.現金_lb.TabIndex = 1439 Me.現金_lb.Text = "現金" ' '查詢日期1_cb ' Me.查詢日期1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.查詢日期1_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.查詢日期1_cb.FormattingEnabled = True Me.查詢日期1_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"}) Me.查詢日期1_cb.Location = New System.Drawing.Point(173, 2) Me.查詢日期1_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.查詢日期1_cb.Name = "查詢日期1_cb" Me.查詢日期1_cb.Size = New System.Drawing.Size(63, 24) Me.查詢日期1_cb.TabIndex = 1438 ' '查詢日期_cb ' Me.查詢日期_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.查詢日期_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.查詢日期_cb.FormattingEnabled = True Me.查詢日期_cb.Items.AddRange(New Object() {"2019"}) Me.查詢日期_cb.Location = New System.Drawing.Point(87, 2) Me.查詢日期_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.查詢日期_cb.Name = "查詢日期_cb" Me.查詢日期_cb.Size = New System.Drawing.Size(81, 24) Me.查詢日期_cb.TabIndex = 1437 ' '查詢日期_lb ' Me.查詢日期_lb.AutoSize = True Me.查詢日期_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) 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(5, 6) Me.查詢日期_lb.Name = "查詢日期_lb" Me.查詢日期_lb.Size = New System.Drawing.Size(56, 16) Me.查詢日期_lb.TabIndex = 1436 Me.查詢日期_lb.Text = "查詢日期" ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4) ' 'Timer1 ' ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Location = New System.Drawing.Point(239, 404) Me.語言_dgv.Name = "語言_dgv" Me.語言_dgv.RowHeadersWidth = 5 Me.語言_dgv.RowTemplate.Height = 24 Me.語言_dgv.Size = New System.Drawing.Size(81, 49) Me.語言_dgv.TabIndex = 1474 Me.語言_dgv.Visible = False ' '營運成本收支單對帳表 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1537, 611) Me.Controls.Add(Me.語言_dgv) Me.Controls.Add(Me.匯出EXCEL_bt) Me.Controls.Add(Me.清除查詢資料_bt) Me.Controls.Add(Me.對帳記錄存檔_bt) Me.Controls.Add(Me.關鍵字查詢_bt) Me.Controls.Add(Me.明細_dgv) Me.Controls.Add(Me.資料尚未存檔_lb) Me.Controls.Add(Me.未兌現支票1_tb) Me.Controls.Add(Me.未兌現支票1_lb) Me.Controls.Add(Me.未兌現支票_tb) Me.Controls.Add(Me.未兌現支票_lb) Me.Controls.Add(Me.已兌現支票1_tb) Me.Controls.Add(Me.已兌現支票1_lb) Me.Controls.Add(Me.已兌現支票_tb) Me.Controls.Add(Me.已兌現支票_lb) Me.Controls.Add(Me.零用金1_tb) Me.Controls.Add(Me.零用金1_lb) Me.Controls.Add(Me.零用金_tb) Me.Controls.Add(Me.零用金_lb) Me.Controls.Add(Me.只顯示支票資料_cb) Me.Controls.Add(Me.隱藏作帳點交資訊_cb) Me.Controls.Add(Me.隱藏申請審核資訊_cb) Me.Controls.Add(Me.損益1_tb) Me.Controls.Add(Me.損益1_lb) Me.Controls.Add(Me.支出1_tb) Me.Controls.Add(Me.支出1_lb) Me.Controls.Add(Me.現金1_tb) Me.Controls.Add(Me.現金1_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.單號_lb) Me.Controls.Add(Me.收支單號_tb) Me.Controls.Add(Me.現金_tb) Me.Controls.Add(Me.現金_lb) Me.Controls.Add(Me.查詢日期1_cb) Me.Controls.Add(Me.查詢日期_cb) Me.Controls.Add(Me.查詢日期_lb) 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 匯出EXCEL_bt As Button Friend WithEvents 清除查詢資料_bt As Button Friend WithEvents 對帳記錄存檔_bt As Button Friend WithEvents 關鍵字查詢_bt As Button Friend WithEvents 明細_dgv As DataGridView Friend WithEvents 資料尚未存檔_lb As Label Friend WithEvents 未兌現支票1_tb As TextBox Friend WithEvents 未兌現支票1_lb As Label Friend WithEvents 未兌現支票_tb As TextBox Friend WithEvents 未兌現支票_lb As Label Friend WithEvents 已兌現支票1_tb As TextBox Friend WithEvents 已兌現支票1_lb As Label Friend WithEvents 已兌現支票_tb As TextBox Friend WithEvents 已兌現支票_lb As Label Friend WithEvents 零用金1_tb As TextBox Friend WithEvents 零用金1_lb As Label Friend WithEvents 零用金_tb As TextBox Friend WithEvents 零用金_lb As Label Friend WithEvents 只顯示支票資料_cb As CheckBox Friend WithEvents 隱藏作帳點交資訊_cb As CheckBox Friend WithEvents 隱藏申請審核資訊_cb As CheckBox Friend WithEvents 損益1_tb As TextBox Friend WithEvents 損益1_lb As Label Friend WithEvents 支出1_tb As TextBox Friend WithEvents 支出1_lb As Label Friend WithEvents 現金1_tb As TextBox Friend WithEvents 現金1_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 單號_lb As Label Friend WithEvents 收支單號_tb As TextBox Friend WithEvents 現金_tb As TextBox Friend WithEvents 現金_lb As Label Friend WithEvents 查詢日期1_cb As ComboBox Friend WithEvents 查詢日期_cb As ComboBox Friend WithEvents 查詢日期_lb As Label Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents Timer1 As Timer Friend WithEvents 語言_dgv As DataGridView End Class