123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328 |
- <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()
- 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()
- Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.總經理作廢的零用金支付單_lb = New System.Windows.Forms.Label()
- Me.二級作廢_dgv = New System.Windows.Forms.DataGridView()
- Me.總經理未核准的零用金支付單_lb = New System.Windows.Forms.Label()
- Me.二級未核准_dgv = New System.Windows.Forms.DataGridView()
- Me.明細_dgv = New System.Windows.Forms.DataGridView()
- 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.零用金單號_tb = New System.Windows.Forms.TextBox()
- Me.作廢_bt = New System.Windows.Forms.Button()
- 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.核准_bt = New System.Windows.Forms.Button()
- Me.PictureBox1 = New System.Windows.Forms.PictureBox()
- Me.簽名檔_dgv = New System.Windows.Forms.DataGridView()
- Me.總金額_tb = New System.Windows.Forms.TextBox()
- Me.總金額_lb = New System.Windows.Forms.Label()
- CType(Me.二級作廢_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.二級未核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '總經理作廢的零用金支付單_lb
- '
- Me.總經理作廢的零用金支付單_lb.AutoSize = True
- Me.總經理作廢的零用金支付單_lb.Location = New System.Drawing.Point(2, 502)
- Me.總經理作廢的零用金支付單_lb.Name = "總經理作廢的零用金支付單_lb"
- Me.總經理作廢的零用金支付單_lb.Size = New System.Drawing.Size(152, 16)
- Me.總經理作廢的零用金支付單_lb.TabIndex = 746
- Me.總經理作廢的零用金支付單_lb.Text = "總經理作廢的零用金支付單"
- '
- '二級作廢_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, 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), 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(2, 524)
- Me.二級作廢_dgv.Name = "二級作廢_dgv"
- Me.二級作廢_dgv.RowHeadersWidth = 5
- Me.二級作廢_dgv.RowTemplate.Height = 24
- Me.二級作廢_dgv.Size = New System.Drawing.Size(947, 440)
- Me.二級作廢_dgv.TabIndex = 745
- '
- '總經理未核准的零用金支付單_lb
- '
- Me.總經理未核准的零用金支付單_lb.AutoSize = True
- Me.總經理未核准的零用金支付單_lb.Location = New System.Drawing.Point(2, 14)
- Me.總經理未核准的零用金支付單_lb.Name = "總經理未核准的零用金支付單_lb"
- Me.總經理未核准的零用金支付單_lb.Size = New System.Drawing.Size(164, 16)
- Me.總經理未核准的零用金支付單_lb.TabIndex = 744
- Me.總經理未核准的零用金支付單_lb.Text = "總經理未核准的零用金支付單"
- '
- '二級未核准_dgv
- '
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.二級未核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
- Me.二級未核准_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.二級未核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.二級未核准_dgv.Location = New System.Drawing.Point(5, 35)
- Me.二級未核准_dgv.Name = "二級未核准_dgv"
- Me.二級未核准_dgv.RowHeadersWidth = 5
- Me.二級未核准_dgv.RowTemplate.Height = 24
- Me.二級未核准_dgv.Size = New System.Drawing.Size(947, 451)
- Me.二級未核准_dgv.TabIndex = 743
- '
- '明細_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) _
- 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(953, 170)
- Me.明細_dgv.Name = "明細_dgv"
- Me.明細_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
- Me.明細_dgv.RowTemplate.Height = 24
- Me.明細_dgv.Size = New System.Drawing.Size(958, 794)
- Me.明細_dgv.TabIndex = 756
- '
- '申請人_lb
- '
- Me.申請人_lb.AutoSize = True
- Me.申請人_lb.Location = New System.Drawing.Point(952, 67)
- Me.申請人_lb.Name = "申請人_lb"
- Me.申請人_lb.Size = New System.Drawing.Size(44, 16)
- Me.申請人_lb.TabIndex = 755
- Me.申請人_lb.Text = "申請人"
- '
- '申請人_tb
- '
- Me.申請人_tb.Location = New System.Drawing.Point(1026, 64)
- Me.申請人_tb.Name = "申請人_tb"
- Me.申請人_tb.Size = New System.Drawing.Size(437, 23)
- Me.申請人_tb.TabIndex = 754
- '
- '申請部門_lb
- '
- Me.申請部門_lb.AutoSize = True
- Me.申請部門_lb.Location = New System.Drawing.Point(952, 38)
- Me.申請部門_lb.Name = "申請部門_lb"
- Me.申請部門_lb.Size = New System.Drawing.Size(56, 16)
- Me.申請部門_lb.TabIndex = 753
- Me.申請部門_lb.Text = "申請部門"
- '
- '申請部門_tb
- '
- Me.申請部門_tb.Location = New System.Drawing.Point(1026, 35)
- Me.申請部門_tb.Name = "申請部門_tb"
- Me.申請部門_tb.Size = New System.Drawing.Size(437, 23)
- Me.申請部門_tb.TabIndex = 752
- '
- '零用金單號_lb
- '
- Me.零用金單號_lb.AutoSize = True
- Me.零用金單號_lb.Location = New System.Drawing.Point(952, 9)
- Me.零用金單號_lb.Name = "零用金單號_lb"
- Me.零用金單號_lb.Size = New System.Drawing.Size(68, 16)
- Me.零用金單號_lb.TabIndex = 751
- Me.零用金單號_lb.Text = "零用金單號"
- '
- '零用金單號_tb
- '
- Me.零用金單號_tb.Location = New System.Drawing.Point(1026, 6)
- Me.零用金單號_tb.Name = "零用金單號_tb"
- Me.零用金單號_tb.Size = New System.Drawing.Size(437, 23)
- Me.零用金單號_tb.TabIndex = 750
- '
- '作廢_bt
- '
- Me.作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 18.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(1212, 123)
- Me.作廢_bt.Name = "作廢_bt"
- Me.作廢_bt.Size = New System.Drawing.Size(251, 41)
- Me.作廢_bt.TabIndex = 764
- Me.作廢_bt.Text = "作廢"
- Me.作廢_bt.UseVisualStyleBackColor = True
- '
- '圖片編碼_lb
- '
- Me.圖片編碼_lb.AutoSize = True
- Me.圖片編碼_lb.ForeColor = System.Drawing.Color.Blue
- Me.圖片編碼_lb.Location = New System.Drawing.Point(1675, 115)
- Me.圖片編碼_lb.Name = "圖片編碼_lb"
- Me.圖片編碼_lb.Size = New System.Drawing.Size(56, 16)
- Me.圖片編碼_lb.TabIndex = 763
- Me.圖片編碼_lb.Text = "圖片編碼"
- '
- '圖片編碼_tb
- '
- Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue
- Me.圖片編碼_tb.Location = New System.Drawing.Point(1737, 112)
- Me.圖片編碼_tb.Name = "圖片編碼_tb"
- Me.圖片編碼_tb.Size = New System.Drawing.Size(155, 23)
- Me.圖片編碼_tb.TabIndex = 762
- Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '驗證碼_lb
- '
- Me.驗證碼_lb.AutoSize = True
- Me.驗證碼_lb.ForeColor = System.Drawing.Color.Blue
- Me.驗證碼_lb.Location = New System.Drawing.Point(1673, 144)
- Me.驗證碼_lb.Name = "驗證碼_lb"
- Me.驗證碼_lb.Size = New System.Drawing.Size(44, 16)
- Me.驗證碼_lb.TabIndex = 761
- Me.驗證碼_lb.Text = "驗證碼"
- '
- '驗證碼_tb
- '
- Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue
- Me.驗證碼_tb.Location = New System.Drawing.Point(1723, 141)
- Me.驗證碼_tb.Name = "驗證碼_tb"
- Me.驗證碼_tb.Size = New System.Drawing.Size(169, 23)
- Me.驗證碼_tb.TabIndex = 760
- Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '核准_bt
- '
- Me.核准_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.核准_bt.ForeColor = System.Drawing.Color.Blue
- Me.核准_bt.Location = New System.Drawing.Point(955, 123)
- Me.核准_bt.Name = "核准_bt"
- Me.核准_bt.Size = New System.Drawing.Size(251, 41)
- Me.核准_bt.TabIndex = 759
- Me.核准_bt.Text = "核准"
- Me.核准_bt.UseVisualStyleBackColor = True
- '
- 'PictureBox1
- '
- Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.PictureBox1.Location = New System.Drawing.Point(1673, 6)
- Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.PictureBox1.Name = "PictureBox1"
- Me.PictureBox1.Size = New System.Drawing.Size(219, 99)
- Me.PictureBox1.TabIndex = 758
- Me.PictureBox1.TabStop = False
- '
- '簽名檔_dgv
- '
- Me.簽名檔_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.簽名檔_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.簽名檔_dgv.Location = New System.Drawing.Point(1469, 6)
- Me.簽名檔_dgv.Name = "簽名檔_dgv"
- Me.簽名檔_dgv.RowHeadersWidth = 5
- Me.簽名檔_dgv.RowTemplate.Height = 24
- Me.簽名檔_dgv.Size = New System.Drawing.Size(198, 157)
- Me.簽名檔_dgv.TabIndex = 757
- '
- '總金額_tb
- '
- Me.總金額_tb.Location = New System.Drawing.Point(1026, 93)
- Me.總金額_tb.Name = "總金額_tb"
- Me.總金額_tb.Size = New System.Drawing.Size(437, 23)
- Me.總金額_tb.TabIndex = 787
- '
- '總金額_lb
- '
- Me.總金額_lb.AutoSize = True
- Me.總金額_lb.Location = New System.Drawing.Point(952, 96)
- Me.總金額_lb.Name = "總金額_lb"
- Me.總金額_lb.Size = New System.Drawing.Size(44, 16)
- Me.總金額_lb.TabIndex = 786
- Me.總金額_lb.Text = "總金額"
- '
- '零用金支付核准
- '
- 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.總金額_tb)
- Me.Controls.Add(Me.總金額_lb)
- Me.Controls.Add(Me.作廢_bt)
- Me.Controls.Add(Me.圖片編碼_lb)
- Me.Controls.Add(Me.圖片編碼_tb)
- Me.Controls.Add(Me.驗證碼_lb)
- Me.Controls.Add(Me.驗證碼_tb)
- Me.Controls.Add(Me.核准_bt)
- Me.Controls.Add(Me.PictureBox1)
- Me.Controls.Add(Me.簽名檔_dgv)
- 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.二級作廢_dgv)
- Me.Controls.Add(Me.總經理未核准的零用金支付單_lb)
- Me.Controls.Add(Me.二級未核准_dgv)
- 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.二級作廢_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.二級未核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 總經理作廢的零用金支付單_lb As Label
- Friend WithEvents 二級作廢_dgv As DataGridView
- Friend WithEvents 總經理未核准的零用金支付單_lb As Label
- Friend WithEvents 明細_dgv As DataGridView
- 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 零用金單號_tb As TextBox
- Friend WithEvents 作廢_bt As Button
- Friend WithEvents 圖片編碼_lb As Label
- Friend WithEvents 圖片編碼_tb As TextBox
- Friend WithEvents 驗證碼_lb As Label
- Friend WithEvents 驗證碼_tb As TextBox
- Friend WithEvents 核准_bt As Button
- Friend WithEvents PictureBox1 As PictureBox
- Friend WithEvents 簽名檔_dgv As DataGridView
- Friend WithEvents 總金額_tb As TextBox
- Friend WithEvents 總金額_lb As Label
- Friend WithEvents 二級未核准_dgv As DataGridView
- End Class
|