_ 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.Panel1 = New System.Windows.Forms.Panel() Me.營運成本收支單號_tb = New System.Windows.Forms.TextBox() Me.簽名圖_pb = New System.Windows.Forms.PictureBox() Me.簽名清單_dgv = New System.Windows.Forms.DataGridView() Me.圖片編碼_tb = New System.Windows.Forms.TextBox() Me.驗證碼_tb = New System.Windows.Forms.TextBox() Me.語轉扭_bt = New System.Windows.Forms.Button() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.作廢_rb = New System.Windows.Forms.RadioButton() Me.未核准_rb = New System.Windows.Forms.RadioButton() Me.明細_dgv = New System.Windows.Forms.DataGridView() Me.已核准_rb = New System.Windows.Forms.RadioButton() Me.Panel1.SuspendLayout() CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.簽名清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.Controls.Add(Me.營運成本收支單號_tb) Me.Panel1.Controls.Add(Me.簽名圖_pb) Me.Panel1.Controls.Add(Me.簽名清單_dgv) Me.Panel1.Controls.Add(Me.圖片編碼_tb) Me.Panel1.Controls.Add(Me.驗證碼_tb) Me.Panel1.Controls.Add(Me.語轉扭_bt) Me.Panel1.Location = New System.Drawing.Point(242, 359) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(419, 125) Me.Panel1.TabIndex = 0 ' '營運成本收支單號_tb ' Me.營運成本收支單號_tb.Location = New System.Drawing.Point(268, 5) 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 = 1659 ' '簽名圖_pb ' Me.簽名圖_pb.BackColor = System.Drawing.Color.White Me.簽名圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.簽名圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.簽名圖_pb.Location = New System.Drawing.Point(214, 56) 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 = 1658 Me.簽名圖_pb.TabStop = False ' '簽名清單_dgv ' Me.簽名清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.簽名清單_dgv.BackgroundColor = System.Drawing.Color.White Me.簽名清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.簽名清單_dgv.Location = New System.Drawing.Point(3, 56) 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, 61) Me.簽名清單_dgv.TabIndex = 1657 ' '圖片編碼_tb ' Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue Me.圖片編碼_tb.Location = New System.Drawing.Point(34, 5) 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 = 1656 Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '驗證碼_tb ' Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue Me.驗證碼_tb.Location = New System.Drawing.Point(34, 31) 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 = 1655 Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '語轉扭_bt ' 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(3, 3) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1654 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' 'ToolTip1 ' Me.ToolTip1.AutoPopDelay = 5000 Me.ToolTip1.InitialDelay = 500 Me.ToolTip1.IsBalloon = True Me.ToolTip1.ReshowDelay = 100 Me.ToolTip1.ToolTipTitle = "illustrate" ' '作廢_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.ForeColor = System.Drawing.Color.Red Me.作廢_rb.Location = New System.Drawing.Point(512, 4) Me.作廢_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.作廢_rb.Name = "作廢_rb" Me.作廢_rb.Size = New System.Drawing.Size(49, 20) Me.作廢_rb.TabIndex = 998 Me.作廢_rb.Text = "作廢" Me.作廢_rb.UseVisualStyleBackColor = True ' '未核准_rb ' Me.未核准_rb.AutoSize = True Me.未核准_rb.Checked = True Me.未核准_rb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.未核准_rb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.未核准_rb.Location = New System.Drawing.Point(12, 4) Me.未核准_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.未核准_rb.Name = "未核准_rb" Me.未核准_rb.Size = New System.Drawing.Size(61, 20) Me.未核准_rb.TabIndex = 997 Me.未核准_rb.TabStop = True Me.未核准_rb.Text = "未核准" Me.未核准_rb.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.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(5, 26) 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(924, 569) Me.明細_dgv.TabIndex = 999 ' '已核准_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.ForeColor = System.Drawing.Color.Green Me.已核准_rb.Location = New System.Drawing.Point(263, 4) Me.已核准_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.已核准_rb.Name = "已核准_rb" Me.已核准_rb.Size = New System.Drawing.Size(61, 20) Me.已核准_rb.TabIndex = 1000 Me.已核准_rb.Text = "已核准" Me.已核准_rb.UseVisualStyleBackColor = True ' '電信費追加執行 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(933, 600) Me.Controls.Add(Me.已核准_rb) Me.Controls.Add(Me.作廢_rb) Me.Controls.Add(Me.未核准_rb) Me.Controls.Add(Me.Panel1) 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(4) Me.Name = "電信費追加執行" Me.Text = "電信費追加執行" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.簽名清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Panel1 As Panel Friend WithEvents 語轉扭_bt As Button Friend WithEvents ToolTip1 As ToolTip Friend WithEvents 作廢_rb As RadioButton Friend WithEvents 未核准_rb As RadioButton Friend WithEvents 圖片編碼_tb As TextBox Friend WithEvents 驗證碼_tb As TextBox Friend WithEvents 簽名圖_pb As PictureBox Friend WithEvents 簽名清單_dgv As DataGridView Friend WithEvents 明細_dgv As DataGridView Friend WithEvents 已核准_rb As RadioButton Friend WithEvents 營運成本收支單號_tb As TextBox End Class