123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571 |
- <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()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.選擇品項編號_cb = New System.Windows.Forms.ComboBox()
- Me.語言_dgv = New System.Windows.Forms.DataGridView()
- Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.TextBox2 = New System.Windows.Forms.TextBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.項次_tb = New System.Windows.Forms.TextBox()
- Me.Label27 = New System.Windows.Forms.Label()
- Me.Label28 = New System.Windows.Forms.Label()
- Me.新增項目_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.Panel2 = New System.Windows.Forms.Panel()
- Me.清單_dgv = New System.Windows.Forms.DataGridView()
- Me.Panel3 = New System.Windows.Forms.Panel()
- Me.核准_bt = New System.Windows.Forms.Button()
- Me.作廢_bt = New System.Windows.Forms.Button()
- Me.系統說明_bt = New System.Windows.Forms.Button()
- Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
- Me.縮放1_bt = New System.Windows.Forms.Button()
- Me.大間距_ch = New System.Windows.Forms.CheckBox()
- Me.選擇品項_cb = New System.Windows.Forms.ComboBox()
- Me.中間距_ch = New System.Windows.Forms.CheckBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.小間距_ch = New System.Windows.Forms.CheckBox()
- Me.單據_tb = New System.Windows.Forms.TextBox()
- Me.申請人_tb = New System.Windows.Forms.TextBox()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.明細_dgv = New System.Windows.Forms.DataGridView()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.總金額_tb = New System.Windows.Forms.TextBox()
- Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
- Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
- Me.開立零用金支付單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.申請完成ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
- Me.新增一筆資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.刪除支付單中選中的資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
- Me.刪除選中的零用金支付單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
- Me.Panel1.SuspendLayout()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel2.SuspendLayout()
- CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel3.SuspendLayout()
- CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.ContextMenuStrip1.SuspendLayout()
- Me.SuspendLayout()
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.選擇品項編號_cb)
- Me.Panel1.Controls.Add(Me.語言_dgv)
- Me.Panel1.Controls.Add(Me.TextBox2)
- Me.Panel1.Controls.Add(Me.Label2)
- Me.Panel1.Controls.Add(Me.項次_tb)
- Me.Panel1.Controls.Add(Me.Label27)
- Me.Panel1.Controls.Add(Me.Label28)
- Me.Panel1.Controls.Add(Me.新增項目_bt)
- Me.Panel1.Controls.Add(Me.刪除項目_bt)
- Me.Panel1.Controls.Add(Me.重新讀取_bt)
- Me.Panel1.Controls.Add(Me.語轉扭_bt)
- Me.Panel1.Location = New System.Drawing.Point(398, 153)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(422, 225)
- Me.Panel1.TabIndex = 1842
- '
- '選擇品項編號_cb
- '
- Me.選擇品項編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.選擇品項編號_cb.FormattingEnabled = True
- Me.選擇品項編號_cb.Location = New System.Drawing.Point(218, 79)
- Me.選擇品項編號_cb.Name = "選擇品項編號_cb"
- Me.選擇品項編號_cb.Size = New System.Drawing.Size(59, 24)
- Me.選擇品項編號_cb.TabIndex = 820
- '
- '語言_dgv
- '
- Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
- Me.語言_dgv.Location = New System.Drawing.Point(3, 3)
- Me.語言_dgv.Name = "語言_dgv"
- Me.語言_dgv.RowHeadersWidth = 5
- Me.語言_dgv.RowTemplate.Height = 24
- Me.語言_dgv.Size = New System.Drawing.Size(209, 48)
- Me.語言_dgv.TabIndex = 648
- Me.語言_dgv.Visible = False
- '
- 'Column1
- '
- Me.Column1.HeaderText = "Column1"
- Me.Column1.Name = "Column1"
- '
- 'Column2
- '
- Me.Column2.HeaderText = "Column2"
- Me.Column2.Name = "Column2"
- '
- 'TextBox2
- '
- Me.TextBox2.Location = New System.Drawing.Point(3, 79)
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(209, 23)
- Me.TextBox2.TabIndex = 801
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(2, 60)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(176, 16)
- Me.Label2.TabIndex = 802
- Me.Label2.Text = "申請部門/Departemen aplikasi"
- '
- '項次_tb
- '
- Me.項次_tb.Location = New System.Drawing.Point(72, 138)
- Me.項次_tb.Name = "項次_tb"
- Me.項次_tb.Size = New System.Drawing.Size(68, 23)
- Me.項次_tb.TabIndex = 812
- '
- 'Label27
- '
- Me.Label27.AutoSize = True
- Me.Label27.Location = New System.Drawing.Point(6, 141)
- Me.Label27.Name = "Label27"
- Me.Label27.Size = New System.Drawing.Size(59, 16)
- Me.Label27.TabIndex = 810
- Me.Label27.Text = "選擇/Pilih"
- '
- 'Label28
- '
- Me.Label28.AutoSize = True
- Me.Label28.Location = New System.Drawing.Point(146, 141)
- Me.Label28.Name = "Label28"
- Me.Label28.Size = New System.Drawing.Size(61, 16)
- Me.Label28.TabIndex = 811
- Me.Label28.Text = "項次/Item"
- '
- '新增項目_bt
- '
- Me.新增項目_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
- Me.新增項目_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- 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(218, 3)
- Me.新增項目_bt.Name = "新增項目_bt"
- Me.新增項目_bt.Size = New System.Drawing.Size(50, 50)
- Me.新增項目_bt.TabIndex = 822
- Me.新增項目_bt.UseVisualStyleBackColor = True
- '
- '刪除項目_bt
- '
- Me.刪除項目_bt.BackgroundImage = Global.HX_PGS_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.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.刪除項目_bt.Location = New System.Drawing.Point(274, 3)
- Me.刪除項目_bt.Name = "刪除項目_bt"
- Me.刪除項目_bt.Size = New System.Drawing.Size(50, 50)
- Me.刪除項目_bt.TabIndex = 823
- Me.刪除項目_bt.UseVisualStyleBackColor = True
- '
- '重新讀取_bt
- '
- Me.重新讀取_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載
- Me.重新讀取_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- 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(330, 3)
- Me.重新讀取_bt.Name = "重新讀取_bt"
- Me.重新讀取_bt.Size = New System.Drawing.Size(50, 50)
- Me.重新讀取_bt.TabIndex = 820
- Me.重新讀取_bt.UseVisualStyleBackColor = True
- '
- '語轉扭_bt
- '
- Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- 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.Black
- Me.語轉扭_bt.Location = New System.Drawing.Point(283, 79)
- Me.語轉扭_bt.Name = "語轉扭_bt"
- Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
- Me.語轉扭_bt.TabIndex = 1836
- Me.語轉扭_bt.Text = "L"
- Me.語轉扭_bt.UseVisualStyleBackColor = True
- '
- 'Panel2
- '
- Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Panel2.BackColor = System.Drawing.Color.Transparent
- Me.Panel2.Controls.Add(Me.清單_dgv)
- Me.Panel2.Location = New System.Drawing.Point(0, 0)
- Me.Panel2.Name = "Panel2"
- Me.Panel2.Size = New System.Drawing.Size(335, 681)
- Me.Panel2.TabIndex = 1843
- '
- '清單_dgv
- '
- 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.BackgroundColor = System.Drawing.Color.White
- Me.清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.清單_dgv.Location = New System.Drawing.Point(2, 3)
- Me.清單_dgv.Name = "清單_dgv"
- Me.清單_dgv.RowHeadersWidth = 5
- Me.清單_dgv.RowTemplate.Height = 24
- Me.清單_dgv.Size = New System.Drawing.Size(330, 674)
- Me.清單_dgv.TabIndex = 763
- '
- 'Panel3
- '
- Me.Panel3.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.Panel3.BackColor = System.Drawing.Color.Transparent
- Me.Panel3.Controls.Add(Me.核准_bt)
- Me.Panel3.Controls.Add(Me.作廢_bt)
- Me.Panel3.Controls.Add(Me.系統說明_bt)
- Me.Panel3.Controls.Add(Me.合約編號1_cb)
- Me.Panel3.Controls.Add(Me.縮放1_bt)
- Me.Panel3.Controls.Add(Me.大間距_ch)
- Me.Panel3.Controls.Add(Me.選擇品項_cb)
- Me.Panel3.Controls.Add(Me.中間距_ch)
- Me.Panel3.Controls.Add(Me.Label1)
- Me.Panel3.Controls.Add(Me.小間距_ch)
- Me.Panel3.Controls.Add(Me.單據_tb)
- Me.Panel3.Controls.Add(Me.申請人_tb)
- Me.Panel3.Controls.Add(Me.Label3)
- Me.Panel3.Controls.Add(Me.明細_dgv)
- Me.Panel3.Controls.Add(Me.Label8)
- Me.Panel3.Controls.Add(Me.總金額_tb)
- Me.Panel3.Location = New System.Drawing.Point(334, 0)
- Me.Panel3.Name = "Panel3"
- Me.Panel3.Size = New System.Drawing.Size(1015, 681)
- Me.Panel3.TabIndex = 1844
- '
- '核准_bt
- '
- Me.核准_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.check
- Me.核准_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- 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(358, 2)
- Me.核准_bt.Name = "核准_bt"
- Me.核准_bt.Size = New System.Drawing.Size(50, 50)
- Me.核准_bt.TabIndex = 1898
- Me.核准_bt.UseVisualStyleBackColor = True
- '
- '作廢_bt
- '
- Me.作廢_bt.BackgroundImage = Global.HX_PGS_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.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.作廢_bt.Location = New System.Drawing.Point(414, 2)
- Me.作廢_bt.Name = "作廢_bt"
- Me.作廢_bt.Size = New System.Drawing.Size(50, 50)
- Me.作廢_bt.TabIndex = 1897
- Me.作廢_bt.UseVisualStyleBackColor = True
- '
- '系統說明_bt
- '
- Me.系統說明_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.系統說明_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.question_mark
- Me.系統說明_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- 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.Blue
- Me.系統說明_bt.Location = New System.Drawing.Point(960, 4)
- Me.系統說明_bt.Name = "系統說明_bt"
- Me.系統說明_bt.Size = New System.Drawing.Size(50, 50)
- Me.系統說明_bt.TabIndex = 1896
- Me.系統說明_bt.UseVisualStyleBackColor = True
- '
- '合約編號1_cb
- '
- Me.合約編號1_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.合約編號1_cb.FormattingEnabled = True
- Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
- Me.合約編號1_cb.Location = New System.Drawing.Point(358, 54)
- Me.合約編號1_cb.Name = "合約編號1_cb"
- Me.合約編號1_cb.Size = New System.Drawing.Size(97, 24)
- Me.合約編號1_cb.TabIndex = 1895
- '
- '縮放1_bt
- '
- Me.縮放1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.縮放1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.ZOOM01
- Me.縮放1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.縮放1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.縮放1_bt.ForeColor = System.Drawing.Color.Blue
- Me.縮放1_bt.Location = New System.Drawing.Point(908, 4)
- Me.縮放1_bt.Name = "縮放1_bt"
- Me.縮放1_bt.Size = New System.Drawing.Size(50, 50)
- Me.縮放1_bt.TabIndex = 1894
- Me.縮放1_bt.UseVisualStyleBackColor = True
- '
- '大間距_ch
- '
- Me.大間距_ch.AutoSize = True
- Me.大間距_ch.Location = New System.Drawing.Point(971, 59)
- Me.大間距_ch.Name = "大間距_ch"
- Me.大間距_ch.Size = New System.Drawing.Size(39, 20)
- Me.大間距_ch.TabIndex = 1839
- Me.大間距_ch.Text = "L3"
- Me.大間距_ch.UseVisualStyleBackColor = True
- '
- '選擇品項_cb
- '
- Me.選擇品項_cb.FormattingEnabled = True
- Me.選擇品項_cb.Location = New System.Drawing.Point(458, 54)
- Me.選擇品項_cb.Name = "選擇品項_cb"
- Me.選擇品項_cb.Size = New System.Drawing.Size(266, 24)
- Me.選擇品項_cb.TabIndex = 819
- '
- '中間距_ch
- '
- Me.中間距_ch.AutoSize = True
- Me.中間距_ch.Checked = True
- Me.中間距_ch.CheckState = System.Windows.Forms.CheckState.Checked
- Me.中間距_ch.Location = New System.Drawing.Point(926, 59)
- Me.中間距_ch.Name = "中間距_ch"
- Me.中間距_ch.Size = New System.Drawing.Size(39, 20)
- Me.中間距_ch.TabIndex = 1838
- Me.中間距_ch.Text = "L2"
- Me.中間距_ch.UseVisualStyleBackColor = True
- '
- 'Label1
- '
- Me.Label1.Location = New System.Drawing.Point(60, 7)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(88, 16)
- Me.Label1.TabIndex = 800
- Me.Label1.Text = "Serial Number"
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '小間距_ch
- '
- Me.小間距_ch.AutoSize = True
- Me.小間距_ch.Location = New System.Drawing.Point(881, 59)
- Me.小間距_ch.Name = "小間距_ch"
- Me.小間距_ch.Size = New System.Drawing.Size(39, 20)
- Me.小間距_ch.TabIndex = 1837
- Me.小間距_ch.Text = "L1"
- Me.小間距_ch.UseVisualStyleBackColor = True
- '
- '單據_tb
- '
- Me.單據_tb.Location = New System.Drawing.Point(151, 4)
- Me.單據_tb.Name = "單據_tb"
- Me.單據_tb.Size = New System.Drawing.Size(201, 23)
- Me.單據_tb.TabIndex = 799
- '
- '申請人_tb
- '
- Me.申請人_tb.Location = New System.Drawing.Point(151, 29)
- Me.申請人_tb.Name = "申請人_tb"
- Me.申請人_tb.Size = New System.Drawing.Size(201, 23)
- Me.申請人_tb.TabIndex = 803
- '
- 'Label3
- '
- Me.Label3.Location = New System.Drawing.Point(86, 32)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(62, 16)
- Me.Label3.TabIndex = 804
- Me.Label3.Text = "Pemohon"
- Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '明細_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.BackgroundColor = System.Drawing.Color.White
- Me.明細_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.明細_dgv.Location = New System.Drawing.Point(3, 80)
- 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(1007, 597)
- Me.明細_dgv.TabIndex = 805
- '
- 'Label8
- '
- Me.Label8.Location = New System.Drawing.Point(66, 58)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(84, 16)
- Me.Label8.TabIndex = 817
- Me.Label8.Text = "Total Amount"
- Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '總金額_tb
- '
- Me.總金額_tb.Location = New System.Drawing.Point(151, 55)
- Me.總金額_tb.Name = "總金額_tb"
- Me.總金額_tb.Size = New System.Drawing.Size(201, 23)
- Me.總金額_tb.TabIndex = 818
- '
- 'ContextMenuStrip1
- '
- Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem, Me.ToolStripSeparator6, Me.開立零用金支付單ToolStripMenuItem, Me.申請完成ToolStripMenuItem, Me.ToolStripSeparator1, Me.新增一筆資料ToolStripMenuItem, Me.刪除支付單中選中的資料ToolStripMenuItem, Me.ToolStripSeparator2, Me.刪除選中的零用金支付單ToolStripMenuItem})
- Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
- Me.ContextMenuStrip1.Size = New System.Drawing.Size(367, 154)
- '
- '重新讀取ToolStripMenuItem
- '
- Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem"
- Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(366, 22)
- Me.重新讀取ToolStripMenuItem.Text = "重新讀取 / Baca kembali"
- '
- 'ToolStripSeparator6
- '
- Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
- Me.ToolStripSeparator6.Size = New System.Drawing.Size(363, 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(366, 22)
- Me.開立零用金支付單ToolStripMenuItem.Text = "開立零用金支付單/Siapkan slip pembayaran kas kecil"
- '
- '申請完成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(366, 22)
- Me.申請完成ToolStripMenuItem.Text = "申請完成 / Aplikasi selesai"
- '
- 'ToolStripSeparator1
- '
- Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
- Me.ToolStripSeparator1.Size = New System.Drawing.Size(363, 6)
- '
- '新增一筆資料ToolStripMenuItem
- '
- Me.新增一筆資料ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.新增一筆資料ToolStripMenuItem.Name = "新增一筆資料ToolStripMenuItem"
- Me.新增一筆資料ToolStripMenuItem.Size = New System.Drawing.Size(366, 22)
- Me.新增一筆資料ToolStripMenuItem.Text = "支付單中新增一筆空白資料 / Tambah Item"
- '
- '刪除支付單中選中的資料ToolStripMenuItem
- '
- Me.刪除支付單中選中的資料ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
- Me.刪除支付單中選中的資料ToolStripMenuItem.Name = "刪除支付單中選中的資料ToolStripMenuItem"
- Me.刪除支付單中選中的資料ToolStripMenuItem.Size = New System.Drawing.Size(366, 22)
- Me.刪除支付單中選中的資料ToolStripMenuItem.Text = "刪除一筆支付單中選中的資料 / Hapus sepotong data"
- '
- 'ToolStripSeparator2
- '
- Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
- Me.ToolStripSeparator2.Size = New System.Drawing.Size(363, 6)
- '
- '刪除選中的零用金支付單ToolStripMenuItem
- '
- Me.刪除選中的零用金支付單ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
- Me.刪除選中的零用金支付單ToolStripMenuItem.Name = "刪除選中的零用金支付單ToolStripMenuItem"
- Me.刪除選中的零用金支付單ToolStripMenuItem.Size = New System.Drawing.Size(366, 22)
- Me.刪除選中的零用金支付單ToolStripMenuItem.Text = "刪除選中的零用金支付單 / Hapus"
- '
- 'ToolTip1
- '
- Me.ToolTip1.AutoPopDelay = 5000
- Me.ToolTip1.InitialDelay = 500
- Me.ToolTip1.IsBalloon = True
- Me.ToolTip1.ReshowDelay = 100
- Me.ToolTip1.ToolTipTitle = "illustrate"
- '
- '特支費審核
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1349, 681)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.Panel2)
- Me.Controls.Add(Me.Panel3)
- 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(4)
- Me.Name = "特支費審核"
- Me.Text = "特支費審核"
- Me.Panel1.ResumeLayout(False)
- Me.Panel1.PerformLayout()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel2.ResumeLayout(False)
- CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel3.ResumeLayout(False)
- Me.Panel3.PerformLayout()
- CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ContextMenuStrip1.ResumeLayout(False)
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents Panel1 As Panel
- Friend WithEvents 選擇品項編號_cb As ComboBox
- Friend WithEvents 語言_dgv As DataGridView
- Friend WithEvents Column1 As DataGridViewTextBoxColumn
- Friend WithEvents Column2 As DataGridViewTextBoxColumn
- Friend WithEvents TextBox2 As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents 項次_tb As TextBox
- Friend WithEvents Label27 As Label
- Friend WithEvents Label28 As Label
- Friend WithEvents 新增項目_bt As Button
- Friend WithEvents 刪除項目_bt As Button
- Friend WithEvents 重新讀取_bt As Button
- Friend WithEvents 語轉扭_bt As Button
- Friend WithEvents Panel2 As Panel
- Friend WithEvents 清單_dgv As DataGridView
- Friend WithEvents Panel3 As Panel
- Friend WithEvents 系統說明_bt As Button
- Friend WithEvents 合約編號1_cb As ComboBox
- Friend WithEvents 縮放1_bt As Button
- Friend WithEvents 大間距_ch As CheckBox
- Friend WithEvents 選擇品項_cb As ComboBox
- Friend WithEvents 中間距_ch As CheckBox
- Friend WithEvents Label1 As Label
- Friend WithEvents 小間距_ch As CheckBox
- Friend WithEvents 單據_tb As TextBox
- Friend WithEvents 申請人_tb As TextBox
- Friend WithEvents Label3 As Label
- Friend WithEvents 明細_dgv As DataGridView
- Friend WithEvents Label8 As Label
- Friend WithEvents 總金額_tb As TextBox
- Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
- Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem
- Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
- Friend WithEvents 開立零用金支付單ToolStripMenuItem As ToolStripMenuItem
- Friend WithEvents 申請完成ToolStripMenuItem As ToolStripMenuItem
- Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
- Friend WithEvents 新增一筆資料ToolStripMenuItem As ToolStripMenuItem
- Friend WithEvents 刪除支付單中選中的資料ToolStripMenuItem As ToolStripMenuItem
- Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
- Friend WithEvents 刪除選中的零用金支付單ToolStripMenuItem As ToolStripMenuItem
- Friend WithEvents ToolTip1 As ToolTip
- Friend WithEvents 核准_bt As Button
- Friend WithEvents 作廢_bt As Button
- End Class
|