123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 營運成本收支單審核
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.components = New System.ComponentModel.Container()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.審核通過ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
- Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.簽名圖_pb = New System.Windows.Forms.PictureBox()
- 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.單據作廢_bt = New System.Windows.Forms.Button()
- Me.審核通過_bt = New System.Windows.Forms.Button()
- Me.明細_dgv = New System.Windows.Forms.DataGridView()
- Me.作廢的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
- Me.未核准的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
- Me.彙總_dgv = New System.Windows.Forms.DataGridView()
- Me.單據作廢ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.圖片編碼_tb = New System.Windows.Forms.TextBox()
- Me.驗證碼_tb = New System.Windows.Forms.TextBox()
- Me.圖片編碼_lb = New System.Windows.Forms.Label()
- Me.驗證碼_lb = New System.Windows.Forms.Label()
- Me.簽名清單_dgv = New System.Windows.Forms.DataGridView()
- Me.支票_lb = New System.Windows.Forms.Label()
- Me.零用金_tb = New System.Windows.Forms.TextBox()
- Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
- Me.零用金_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.非當天日期_ch = New System.Windows.Forms.CheckBox()
- Me.日期_lb = New System.Windows.Forms.Label()
- Me.審核日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.支票_tb = New System.Windows.Forms.TextBox()
- Me.語言_dgv = New System.Windows.Forms.DataGridView()
- CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.簽名清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.ContextMenuStrip1.SuspendLayout()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '審核通過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 = "審核通過"
- '
- 'ToolStripSeparator6
- '
- Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
- Me.ToolStripSeparator6.Size = New System.Drawing.Size(119, 6)
- '
- '重新讀取ToolStripMenuItem
- '
- Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem"
- Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
- Me.重新讀取ToolStripMenuItem.Text = "重新讀取"
- '
- '簽名圖_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(224, 536)
- Me.簽名圖_pb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
- Me.簽名圖_pb.Name = "簽名圖_pb"
- Me.簽名圖_pb.Size = New System.Drawing.Size(150, 61)
- Me.簽名圖_pb.TabIndex = 1018
- Me.簽名圖_pb.TabStop = False
- '
- '現金_tb
- '
- Me.現金_tb.Location = New System.Drawing.Point(721, 34)
- 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 = 1005
- Me.現金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '現金_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.Location = New System.Drawing.Point(661, 37)
- Me.現金_lb.Name = "現金_lb"
- Me.現金_lb.Size = New System.Drawing.Size(32, 16)
- Me.現金_lb.TabIndex = 1004
- 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.Location = New System.Drawing.Point(725, 8)
- Me.申請人_lb.Name = "申請人_lb"
- Me.申請人_lb.Size = New System.Drawing.Size(44, 16)
- Me.申請人_lb.TabIndex = 1003
- Me.申請人_lb.Text = "申請人"
- '
- '申請人_tb
- '
- Me.申請人_tb.Location = New System.Drawing.Point(790, 4)
- 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 = 1002
- '
- '營運成本收支單號_tb
- '
- Me.營運成本收支單號_tb.Location = New System.Drawing.Point(572, 3)
- Me.營運成本收支單號_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
- Me.營運成本收支單號_tb.Name = "營運成本收支單號_tb"
- Me.營運成本收支單號_tb.Size = New System.Drawing.Size(142, 23)
- Me.營運成本收支單號_tb.TabIndex = 1000
- '
- '營運成本收支單號_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.Location = New System.Drawing.Point(387, 6)
- Me.營運成本收支單號_lb.Name = "營運成本收支單號_lb"
- Me.營運成本收支單號_lb.Size = New System.Drawing.Size(104, 16)
- Me.營運成本收支單號_lb.TabIndex = 1001
- Me.營運成本收支單號_lb.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.Red
- Me.單據作廢_bt.Location = New System.Drawing.Point(1234, 42)
- Me.單據作廢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.單據作廢_bt.Name = "單據作廢_bt"
- Me.單據作廢_bt.Size = New System.Drawing.Size(226, 30)
- Me.單據作廢_bt.TabIndex = 999
- Me.單據作廢_bt.Text = "單據作廢"
- Me.單據作廢_bt.UseVisualStyleBackColor = True
- '
- '審核通過_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(1234, 5)
- Me.審核通過_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.審核通過_bt.Name = "審核通過_bt"
- Me.審核通過_bt.Size = New System.Drawing.Size(226, 30)
- Me.審核通過_bt.TabIndex = 998
- Me.審核通過_bt.Text = "審核通過"
- Me.審核通過_bt.UseVisualStyleBackColor = True
- '
- '明細_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- 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(380, 86)
- Me.明細_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.明細_dgv.Name = "明細_dgv"
- Me.明細_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
- Me.明細_dgv.RowTemplate.Height = 24
- Me.明細_dgv.Size = New System.Drawing.Size(1092, 513)
- Me.明細_dgv.TabIndex = 997
- '
- '作廢的營運成本收支單_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(7, 30)
- Me.作廢的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.作廢的營運成本收支單_rb.Name = "作廢的營運成本收支單_rb"
- Me.作廢的營運成本收支單_rb.Size = New System.Drawing.Size(146, 20)
- Me.作廢的營運成本收支單_rb.TabIndex = 996
- 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(7, 5)
- Me.未核准的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.未核准的營運成本收支單_rb.Name = "未核准的營運成本收支單_rb"
- Me.未核准的營運成本收支單_rb.Size = New System.Drawing.Size(158, 20)
- Me.未核准的營運成本收支單_rb.TabIndex = 995
- Me.未核准的營運成本收支單_rb.TabStop = True
- Me.未核准的營運成本收支單_rb.Text = "未核准的營運成本收支單"
- Me.未核准的營運成本收支單_rb.UseVisualStyleBackColor = True
- '
- '彙總_dgv
- '
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.彙總_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
- 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(9, 57)
- 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, 424)
- Me.彙總_dgv.TabIndex = 994
- '
- '單據作廢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.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(148, 482)
- Me.圖片編碼_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.圖片編碼_tb.Name = "圖片編碼_tb"
- Me.圖片編碼_tb.Size = New System.Drawing.Size(228, 23)
- Me.圖片編碼_tb.TabIndex = 1022
- 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(148, 508)
- Me.驗證碼_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.驗證碼_tb.Name = "驗證碼_tb"
- Me.驗證碼_tb.Size = New System.Drawing.Size(228, 23)
- Me.驗證碼_tb.TabIndex = 1021
- Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '圖片編碼_lb
- '
- Me.圖片編碼_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.圖片編碼_lb.AutoSize = True
- Me.圖片編碼_lb.ForeColor = System.Drawing.Color.Blue
- Me.圖片編碼_lb.Location = New System.Drawing.Point(6, 485)
- Me.圖片編碼_lb.Name = "圖片編碼_lb"
- Me.圖片編碼_lb.Size = New System.Drawing.Size(56, 16)
- Me.圖片編碼_lb.TabIndex = 1020
- Me.圖片編碼_lb.Text = "圖片編碼"
- '
- '驗證碼_lb
- '
- Me.驗證碼_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.驗證碼_lb.AutoSize = True
- Me.驗證碼_lb.ForeColor = System.Drawing.Color.Blue
- Me.驗證碼_lb.Location = New System.Drawing.Point(6, 511)
- Me.驗證碼_lb.Name = "驗證碼_lb"
- Me.驗證碼_lb.Size = New System.Drawing.Size(44, 16)
- Me.驗證碼_lb.TabIndex = 1019
- Me.驗證碼_lb.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, 536)
- 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(210, 63)
- Me.簽名清單_dgv.TabIndex = 1017
- '
- '支票_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.Location = New System.Drawing.Point(416, 34)
- Me.支票_lb.Name = "支票_lb"
- Me.支票_lb.Size = New System.Drawing.Size(32, 16)
- Me.支票_lb.TabIndex = 1015
- Me.支票_lb.Text = "支票"
- '
- '零用金_tb
- '
- Me.零用金_tb.Location = New System.Drawing.Point(512, 60)
- 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 = 1014
- Me.零用金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '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)
- '
- '零用金_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.Location = New System.Drawing.Point(416, 66)
- Me.零用金_lb.Name = "零用金_lb"
- Me.零用金_lb.Size = New System.Drawing.Size(44, 16)
- Me.零用金_lb.TabIndex = 1013
- Me.零用金_lb.Text = "零用金"
- '
- '現金餘額_tb
- '
- Me.現金餘額_tb.Location = New System.Drawing.Point(969, 49)
- 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 = 1012
- Me.現金餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '現金餘額_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.Location = New System.Drawing.Point(865, 53)
- Me.現金餘額_lb.Name = "現金餘額_lb"
- Me.現金餘額_lb.Size = New System.Drawing.Size(56, 16)
- Me.現金餘額_lb.TabIndex = 1011
- Me.現金餘額_lb.Text = "現金餘額"
- '
- '支出_tb
- '
- Me.支出_tb.Location = New System.Drawing.Point(724, 61)
- 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 = 1010
- Me.支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '支出_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.Location = New System.Drawing.Point(655, 66)
- Me.支出_lb.Name = "支出_lb"
- Me.支出_lb.Size = New System.Drawing.Size(32, 16)
- Me.支出_lb.TabIndex = 1009
- Me.支出_lb.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(1097, 6)
- Me.非當天日期_ch.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.非當天日期_ch.Name = "非當天日期_ch"
- Me.非當天日期_ch.Size = New System.Drawing.Size(39, 20)
- Me.非當天日期_ch.TabIndex = 1008
- Me.非當天日期_ch.Text = "補"
- Me.非當天日期_ch.UseVisualStyleBackColor = True
- '
- '日期_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.Blue
- Me.日期_lb.Location = New System.Drawing.Point(905, 9)
- Me.日期_lb.Name = "日期_lb"
- Me.日期_lb.Size = New System.Drawing.Size(32, 16)
- Me.日期_lb.TabIndex = 1007
- Me.日期_lb.Text = "日期"
- '
- '審核日期_dtp
- '
- Me.審核日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.審核日期_dtp.Location = New System.Drawing.Point(974, 4)
- Me.審核日期_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.審核日期_dtp.Name = "審核日期_dtp"
- Me.審核日期_dtp.Size = New System.Drawing.Size(112, 23)
- Me.審核日期_dtp.TabIndex = 1006
- '
- '支票_tb
- '
- Me.支票_tb.Location = New System.Drawing.Point(512, 33)
- 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 = 1016
- Me.支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '語言_dgv
- '
- Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.語言_dgv.Location = New System.Drawing.Point(695, 277)
- 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 = 1023
- Me.語言_dgv.Visible = False
- '
- '營運成本收支單審核
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1478, 603)
- Me.Controls.Add(Me.語言_dgv)
- Me.Controls.Add(Me.簽名圖_pb)
- 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.單據作廢_bt)
- Me.Controls.Add(Me.審核通過_bt)
- Me.Controls.Add(Me.明細_dgv)
- Me.Controls.Add(Me.作廢的營運成本收支單_rb)
- Me.Controls.Add(Me.未核准的營運成本收支單_rb)
- Me.Controls.Add(Me.彙總_dgv)
- Me.Controls.Add(Me.圖片編碼_tb)
- Me.Controls.Add(Me.驗證碼_tb)
- Me.Controls.Add(Me.圖片編碼_lb)
- Me.Controls.Add(Me.驗證碼_lb)
- Me.Controls.Add(Me.簽名清單_dgv)
- Me.Controls.Add(Me.支票_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.支出_tb)
- Me.Controls.Add(Me.支出_lb)
- Me.Controls.Add(Me.非當天日期_ch)
- Me.Controls.Add(Me.日期_lb)
- Me.Controls.Add(Me.審核日期_dtp)
- Me.Controls.Add(Me.支票_tb)
- 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.簽名圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.簽名清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ContextMenuStrip1.ResumeLayout(False)
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 審核通過ToolStripMenuItem As ToolStripMenuItem
- Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
- Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem
- Friend WithEvents 簽名圖_pb As PictureBox
- 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 單據作廢_bt As Button
- Friend WithEvents 審核通過_bt As Button
- Friend WithEvents 明細_dgv As DataGridView
- Friend WithEvents 作廢的營運成本收支單_rb As RadioButton
- Friend WithEvents 未核准的營運成本收支單_rb As RadioButton
- Friend WithEvents 彙總_dgv As DataGridView
- Friend WithEvents 單據作廢ToolStripMenuItem As ToolStripMenuItem
- Friend WithEvents 圖片編碼_tb As TextBox
- Friend WithEvents 驗證碼_tb As TextBox
- Friend WithEvents 圖片編碼_lb As Label
- Friend WithEvents 驗證碼_lb As Label
- Friend WithEvents 簽名清單_dgv As DataGridView
- Friend WithEvents 支票_lb As Label
- Friend WithEvents 零用金_tb As TextBox
- Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
- Friend WithEvents 零用金_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 非當天日期_ch As CheckBox
- Friend WithEvents 日期_lb As Label
- Friend WithEvents 審核日期_dtp As DateTimePicker
- Friend WithEvents 支票_tb As TextBox
- Friend WithEvents 語言_dgv As DataGridView
- End Class
|