_ 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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(財務_收支單審核)) Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.批量審核_bt = New System.Windows.Forms.Button() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator() Me.審核通過ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.單據作廢ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.備註_tb = New System.Windows.Forms.TextBox() Me.字體大小調整_lb = New System.Windows.Forms.Label() Me.字體_NUD = New System.Windows.Forms.NumericUpDown() Me.圖片編碼_tb = New System.Windows.Forms.TextBox() Me.驗證碼_tb = New System.Windows.Forms.TextBox() Me.Label20 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.簽名清單_dgv = New System.Windows.Forms.DataGridView() Me.零用金_tb = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.現金餘額_tb = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.支出_tb = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.非當天日期_ch = New System.Windows.Forms.CheckBox() Me.審核日期_dtp = New System.Windows.Forms.DateTimePicker() Me.支票_tb = New System.Windows.Forms.TextBox() Me.簽名圖_pb = New System.Windows.Forms.PictureBox() Me.現金_tb = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.申請人_tb = New System.Windows.Forms.TextBox() Me.營運成本收支單號_tb = New System.Windows.Forms.TextBox() Me.單據作廢_bt = New System.Windows.Forms.Button() Me.審核通過_bt = New System.Windows.Forms.Button() Me.作廢的營運成本收支單_rb = New System.Windows.Forms.RadioButton() Me.未核准的營運成本收支單_rb = New System.Windows.Forms.RadioButton() Me.彙總_dgv = New System.Windows.Forms.DataGridView() Me.Label3 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.明細_dgv = New System.Windows.Forms.DataGridView() Me.Panel1 = New System.Windows.Forms.Panel() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.ContextMenuStrip1.SuspendLayout() CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.簽名清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' '重新讀取ToolStripMenuItem ' Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem" Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(122, 22) Me.重新讀取ToolStripMenuItem.Text = "重新讀取" ' '批量審核_bt ' Me.批量審核_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.批量審核_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.批量審核_bt.Location = New System.Drawing.Point(10, 147) Me.批量審核_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.批量審核_bt.Name = "批量審核_bt" Me.批量審核_bt.Size = New System.Drawing.Size(80, 73) Me.批量審核_bt.TabIndex = 1536 Me.批量審核_bt.Text = "批量審核" Me.批量審核_bt.UseVisualStyleBackColor = True ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem, Me.ToolStripSeparator6, Me.審核通過ToolStripMenuItem, Me.單據作廢ToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 76) ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" Me.ToolStripSeparator6.Size = New System.Drawing.Size(119, 6) ' '審核通過ToolStripMenuItem ' Me.審核通過ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.審核通過ToolStripMenuItem.Name = "審核通過ToolStripMenuItem" Me.審核通過ToolStripMenuItem.Size = New System.Drawing.Size(122, 22) Me.審核通過ToolStripMenuItem.Text = "審核通過" ' '單據作廢ToolStripMenuItem ' Me.單據作廢ToolStripMenuItem.ForeColor = System.Drawing.Color.Red Me.單據作廢ToolStripMenuItem.Name = "單據作廢ToolStripMenuItem" Me.單據作廢ToolStripMenuItem.Size = New System.Drawing.Size(122, 22) Me.單據作廢ToolStripMenuItem.Text = "單據作廢" ' '備註_tb ' Me.備註_tb.Location = New System.Drawing.Point(432, 53) Me.備註_tb.Multiline = True Me.備註_tb.Name = "備註_tb" Me.備註_tb.ReadOnly = True Me.備註_tb.Size = New System.Drawing.Size(131, 22) Me.備註_tb.TabIndex = 1534 Me.備註_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '字體大小調整_lb ' Me.字體大小調整_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) 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.Brown Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.字體大小調整_lb.Location = New System.Drawing.Point(916, 7) Me.字體大小調整_lb.Name = "字體大小調整_lb" Me.字體大小調整_lb.Size = New System.Drawing.Size(55, 16) Me.字體大小調整_lb.TabIndex = 1533 Me.字體大小調整_lb.Text = "字體調整" ' '字體_NUD ' Me.字體_NUD.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.字體_NUD.DecimalPlaces = 1 Me.字體_NUD.Increment = New Decimal(New Integer() {1, 0, 0, 65536}) Me.字體_NUD.Location = New System.Drawing.Point(972, 4) Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0}) Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0}) Me.字體_NUD.Name = "字體_NUD" Me.字體_NUD.Size = New System.Drawing.Size(52, 23) Me.字體_NUD.TabIndex = 1532 Me.字體_NUD.Value = New Decimal(New Integer() {9, 0, 0, 0}) ' '圖片編碼_tb ' Me.圖片編碼_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue Me.圖片編碼_tb.Location = New System.Drawing.Point(257, 11) Me.圖片編碼_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.圖片編碼_tb.Name = "圖片編碼_tb" Me.圖片編碼_tb.Size = New System.Drawing.Size(115, 23) Me.圖片編碼_tb.TabIndex = 1531 Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '驗證碼_tb ' Me.驗證碼_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue Me.驗證碼_tb.Location = New System.Drawing.Point(53, 11) Me.驗證碼_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.驗證碼_tb.Name = "驗證碼_tb" Me.驗證碼_tb.Size = New System.Drawing.Size(139, 23) Me.驗證碼_tb.TabIndex = 1530 Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label20 ' Me.Label20.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label20.AutoSize = True Me.Label20.ForeColor = System.Drawing.Color.Blue Me.Label20.Location = New System.Drawing.Point(194, 15) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(55, 16) Me.Label20.TabIndex = 1529 Me.Label20.Text = "圖片編碼" ' 'Label19 ' Me.Label19.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label19.AutoSize = True Me.Label19.ForeColor = System.Drawing.Color.Blue Me.Label19.Location = New System.Drawing.Point(4, 15) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(43, 16) Me.Label19.TabIndex = 1528 Me.Label19.Text = "驗證碼" ' '簽名清單_dgv ' Me.簽名清單_dgv.Anchor = CType((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(7, 36) Me.簽名清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.簽名清單_dgv.Name = "簽名清單_dgv" Me.簽名清單_dgv.RowHeadersWidth = 5 Me.簽名清單_dgv.RowTemplate.Height = 24 Me.簽名清單_dgv.Size = New System.Drawing.Size(185, 70) Me.簽名清單_dgv.TabIndex = 1526 ' '零用金_tb ' Me.零用金_tb.Location = New System.Drawing.Point(61, 115) Me.零用金_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5) Me.零用金_tb.Name = "零用金_tb" Me.零用金_tb.Size = New System.Drawing.Size(131, 23) Me.零用金_tb.TabIndex = 1523 Me.零用金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label10.Location = New System.Drawing.Point(7, 119) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(43, 16) Me.Label10.TabIndex = 1522 Me.Label10.Text = "零用金" ' '現金餘額_tb ' Me.現金餘額_tb.Location = New System.Drawing.Point(779, 28) Me.現金餘額_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5) Me.現金餘額_tb.Name = "現金餘額_tb" Me.現金餘額_tb.Size = New System.Drawing.Size(245, 23) Me.現金餘額_tb.TabIndex = 1521 Me.現金餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label9.Location = New System.Drawing.Point(741, 31) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(31, 16) Me.Label9.TabIndex = 1520 Me.Label9.Text = "總和" ' '支出_tb ' Me.支出_tb.Location = New System.Drawing.Point(609, 28) Me.支出_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5) Me.支出_tb.Name = "支出_tb" Me.支出_tb.Size = New System.Drawing.Size(130, 23) Me.支出_tb.TabIndex = 1519 Me.支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label6.Location = New System.Drawing.Point(577, 31) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(31, 16) Me.Label6.TabIndex = 1518 Me.Label6.Text = "支出" ' '非當天日期_ch ' Me.非當天日期_ch.AutoSize = True Me.非當天日期_ch.Checked = True Me.非當天日期_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.非當天日期_ch.Location = New System.Drawing.Point(873, 5) Me.非當天日期_ch.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.非當天日期_ch.Name = "非當天日期_ch" Me.非當天日期_ch.Size = New System.Drawing.Size(38, 20) Me.非當天日期_ch.TabIndex = 1517 Me.非當天日期_ch.Text = "補" Me.非當天日期_ch.UseVisualStyleBackColor = True ' '審核日期_dtp ' Me.審核日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.審核日期_dtp.Location = New System.Drawing.Point(779, 3) Me.審核日期_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.審核日期_dtp.Name = "審核日期_dtp" Me.審核日期_dtp.Size = New System.Drawing.Size(88, 23) Me.審核日期_dtp.TabIndex = 1515 ' '支票_tb ' Me.支票_tb.Location = New System.Drawing.Point(238, 115) Me.支票_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5) Me.支票_tb.Name = "支票_tb" Me.支票_tb.Size = New System.Drawing.Size(107, 23) Me.支票_tb.TabIndex = 1525 Me.支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '簽名圖_pb ' Me.簽名圖_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.簽名圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.簽名圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.簽名圖_pb.Location = New System.Drawing.Point(198, 36) Me.簽名圖_pb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5) Me.簽名圖_pb.Name = "簽名圖_pb" Me.簽名圖_pb.Size = New System.Drawing.Size(176, 70) Me.簽名圖_pb.TabIndex = 1527 Me.簽名圖_pb.TabStop = False ' '現金_tb ' Me.現金_tb.Location = New System.Drawing.Point(434, 28) Me.現金_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5) Me.現金_tb.Name = "現金_tb" Me.現金_tb.Size = New System.Drawing.Size(129, 23) Me.現金_tb.TabIndex = 1514 Me.現金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label8.Location = New System.Drawing.Point(401, 31) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(31, 16) Me.Label8.TabIndex = 1513 Me.Label8.Text = "收入" ' '申請人_tb ' Me.申請人_tb.Location = New System.Drawing.Point(609, 3) Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(130, 23) Me.申請人_tb.TabIndex = 1511 ' '營運成本收支單號_tb ' Me.營運成本收支單號_tb.Location = New System.Drawing.Point(433, 3) Me.營運成本收支單號_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5) Me.營運成本收支單號_tb.Name = "營運成本收支單號_tb" Me.營運成本收支單號_tb.Size = New System.Drawing.Size(130, 23) Me.營運成本收支單號_tb.TabIndex = 1509 ' '單據作廢_bt ' Me.單據作廢_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close Me.單據作廢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.單據作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.單據作廢_bt.ForeColor = System.Drawing.Color.Red Me.單據作廢_bt.Location = New System.Drawing.Point(1200, 5) Me.單據作廢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.單據作廢_bt.Name = "單據作廢_bt" Me.單據作廢_bt.Size = New System.Drawing.Size(70, 70) Me.單據作廢_bt.TabIndex = 1508 Me.單據作廢_bt.UseVisualStyleBackColor = True ' '審核通過_bt ' Me.審核通過_bt.BackgroundImage = CType(resources.GetObject("審核通過_bt.BackgroundImage"), System.Drawing.Image) Me.審核通過_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.審核通過_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.審核通過_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.審核通過_bt.Location = New System.Drawing.Point(1125, 5) Me.審核通過_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.審核通過_bt.Name = "審核通過_bt" Me.審核通過_bt.Size = New System.Drawing.Size(70, 70) Me.審核通過_bt.TabIndex = 1507 Me.審核通過_bt.UseVisualStyleBackColor = True ' '作廢的營運成本收支單_rb ' Me.作廢的營運成本收支單_rb.AutoSize = True Me.作廢的營運成本收支單_rb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.作廢的營運成本收支單_rb.Location = New System.Drawing.Point(167, 2) Me.作廢的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.作廢的營運成本收支單_rb.Name = "作廢的營運成本收支單_rb" Me.作廢的營運成本收支單_rb.Size = New System.Drawing.Size(97, 20) Me.作廢的營運成本收支單_rb.TabIndex = 1505 Me.作廢的營運成本收支單_rb.TabStop = True Me.作廢的營運成本收支單_rb.Text = "作廢的收支單" Me.作廢的營運成本收支單_rb.UseVisualStyleBackColor = True ' '未核准的營運成本收支單_rb ' Me.未核准的營運成本收支單_rb.AutoSize = True Me.未核准的營運成本收支單_rb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.未核准的營運成本收支單_rb.Location = New System.Drawing.Point(3, 2) Me.未核准的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.未核准的營運成本收支單_rb.Name = "未核准的營運成本收支單_rb" Me.未核准的營運成本收支單_rb.Size = New System.Drawing.Size(109, 20) Me.未核准的營運成本收支單_rb.TabIndex = 1504 Me.未核准的營運成本收支單_rb.TabStop = True Me.未核准的營運成本收支單_rb.Text = "未核准的收支單" Me.未核准的營運成本收支單_rb.UseVisualStyleBackColor = True ' '彙總_dgv ' DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.彙總_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4 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(5, 22) Me.彙總_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.彙總_dgv.Name = "彙總_dgv" Me.彙總_dgv.RowHeadersWidth = 5 Me.彙總_dgv.RowTemplate.Height = 24 Me.彙總_dgv.Size = New System.Drawing.Size(367, 574) Me.彙總_dgv.TabIndex = 1503 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.Location = New System.Drawing.Point(565, 6) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(43, 16) Me.Label3.TabIndex = 1512 Me.Label3.Text = "申請人" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.Location = New System.Drawing.Point(377, 7) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(55, 16) Me.Label1.TabIndex = 1510 Me.Label1.Text = "財務單號" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(377, 56) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(55, 16) Me.Label4.TabIndex = 1535 Me.Label4.Text = "憑證數量" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.ForeColor = System.Drawing.Color.Blue Me.Label2.Location = New System.Drawing.Point(741, 6) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(31, 16) Me.Label2.TabIndex = 1516 Me.Label2.Text = "日期" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label11.Location = New System.Drawing.Point(195, 119) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(43, 16) Me.Label11.TabIndex = 1524 Me.Label11.Text = "支 票" ' '明細_dgv ' DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5 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(376, 76) Me.明細_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.明細_dgv.Name = "明細_dgv" Me.明細_dgv.RowHeadersWidth = 5 DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6 Me.明細_dgv.RowTemplate.Height = 24 Me.明細_dgv.Size = New System.Drawing.Size(896, 520) Me.明細_dgv.TabIndex = 1506 ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Label20) Me.Panel1.Controls.Add(Me.簽名圖_pb) Me.Panel1.Controls.Add(Me.批量審核_bt) Me.Panel1.Controls.Add(Me.簽名清單_dgv) Me.Panel1.Controls.Add(Me.Label19) Me.Panel1.Controls.Add(Me.驗證碼_tb) Me.Panel1.Controls.Add(Me.圖片編碼_tb) Me.Panel1.Controls.Add(Me.零用金_tb) Me.Panel1.Controls.Add(Me.Label10) Me.Panel1.Controls.Add(Me.Label11) Me.Panel1.Controls.Add(Me.支票_tb) Me.Panel1.Location = New System.Drawing.Point(500, 323) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(434, 242) Me.Panel1.TabIndex = 1537 Me.Panel1.Visible = False ' 'ToolTip1 ' Me.ToolTip1.IsBalloon = True Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.ToolTip1.ToolTipTitle = "系統說明" ' '財務_收支單審核 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1276, 603) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.備註_tb) Me.Controls.Add(Me.字體大小調整_lb) Me.Controls.Add(Me.字體_NUD) Me.Controls.Add(Me.現金餘額_tb) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.支出_tb) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.非當天日期_ch) Me.Controls.Add(Me.審核日期_dtp) Me.Controls.Add(Me.現金_tb) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.申請人_tb) Me.Controls.Add(Me.營運成本收支單號_tb) Me.Controls.Add(Me.單據作廢_bt) Me.Controls.Add(Me.審核通過_bt) Me.Controls.Add(Me.作廢的營運成本收支單_rb) Me.Controls.Add(Me.未核准的營運成本收支單_rb) Me.Controls.Add(Me.彙總_dgv) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.明細_dgv) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "財務_收支單審核" Me.Text = "財務收支單審核" Me.ContextMenuStrip1.ResumeLayout(False) CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.簽名清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 批量審核_bt As Button Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents ToolStripSeparator6 As ToolStripSeparator Friend WithEvents 審核通過ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 單據作廢ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 備註_tb As TextBox Friend WithEvents 字體大小調整_lb As Label Friend WithEvents 字體_NUD As NumericUpDown Friend WithEvents 圖片編碼_tb As TextBox Friend WithEvents 驗證碼_tb As TextBox Friend WithEvents Label20 As Label Friend WithEvents Label19 As Label Friend WithEvents 簽名清單_dgv As DataGridView Friend WithEvents 零用金_tb As TextBox Friend WithEvents Label10 As Label Friend WithEvents 現金餘額_tb As TextBox Friend WithEvents Label9 As Label Friend WithEvents 支出_tb As TextBox Friend WithEvents Label6 As Label Friend WithEvents 非當天日期_ch As CheckBox Friend WithEvents 審核日期_dtp As DateTimePicker Friend WithEvents 支票_tb As TextBox Friend WithEvents 簽名圖_pb As PictureBox Friend WithEvents 現金_tb As TextBox Friend WithEvents Label8 As Label Friend WithEvents 申請人_tb As TextBox Friend WithEvents 營運成本收支單號_tb As TextBox Friend WithEvents 單據作廢_bt As Button Friend WithEvents 審核通過_bt As Button Friend WithEvents 作廢的營運成本收支單_rb As RadioButton Friend WithEvents 未核准的營運成本收支單_rb As RadioButton Friend WithEvents 彙總_dgv As DataGridView Friend WithEvents Label3 As Label Friend WithEvents Label1 As Label Friend WithEvents Label4 As Label Friend WithEvents Label2 As Label Friend WithEvents Label11 As Label Friend WithEvents 明細_dgv As DataGridView Friend WithEvents Panel1 As Panel Friend WithEvents ToolTip1 As ToolTip End Class