📄 frmfindstuent_fee.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmFindStuent_Fee
Inherits System.Windows.Forms.Form
'Form 重写 Dispose,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.TxtFee = New System.Windows.Forms.TextBox
Me.DGVResult = New System.Windows.Forms.DataGridView
Me.BtnOK = New System.Windows.Forms.Button
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.ComboDBOperator = New System.Windows.Forms.ComboBox
Me.BtWord = New System.Windows.Forms.Button
Me.BtExcel = New System.Windows.Forms.Button
CType(Me.DGVResult, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'TxtFee
'
Me.TxtFee.Location = New System.Drawing.Point(152, 27)
Me.TxtFee.Name = "TxtFee"
Me.TxtFee.Size = New System.Drawing.Size(86, 21)
Me.TxtFee.TabIndex = 30
'
'DGVResult
'
Me.DGVResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DGVResult.Location = New System.Drawing.Point(16, 65)
Me.DGVResult.Name = "DGVResult"
Me.DGVResult.RowTemplate.Height = 23
Me.DGVResult.Size = New System.Drawing.Size(520, 300)
Me.DGVResult.TabIndex = 29
'
'BtnOK
'
Me.BtnOK.Location = New System.Drawing.Point(339, 25)
Me.BtnOK.Name = "BtnOK"
Me.BtnOK.Size = New System.Drawing.Size(109, 23)
Me.BtnOK.TabIndex = 28
Me.BtnOK.Text = "确定"
Me.BtnOK.UseVisualStyleBackColor = True
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(244, 31)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(41, 12)
Me.Label2.TabIndex = 27
Me.Label2.Text = "元查询"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(18, 30)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(65, 12)
Me.Label1.TabIndex = 26
Me.Label1.Text = "按收费金额"
'
'ComboDBOperator
'
Me.ComboDBOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboDBOperator.FormattingEnabled = True
Me.ComboDBOperator.Items.AddRange(New Object() {">", "=", "<"})
Me.ComboDBOperator.Location = New System.Drawing.Point(85, 28)
Me.ComboDBOperator.Name = "ComboDBOperator"
Me.ComboDBOperator.Size = New System.Drawing.Size(61, 20)
Me.ComboDBOperator.TabIndex = 31
'
'BtWord
'
Me.BtWord.Location = New System.Drawing.Point(69, 383)
Me.BtWord.Name = "BtWord"
Me.BtWord.Size = New System.Drawing.Size(112, 32)
Me.BtWord.TabIndex = 32
Me.BtWord.Text = "输出Word报表"
Me.BtWord.UseVisualStyleBackColor = True
'
'BtExcel
'
Me.BtExcel.Location = New System.Drawing.Point(325, 383)
Me.BtExcel.Name = "BtExcel"
Me.BtExcel.Size = New System.Drawing.Size(112, 32)
Me.BtExcel.TabIndex = 33
Me.BtExcel.Text = "输出Excel报表"
Me.BtExcel.UseVisualStyleBackColor = True
'
'FrmFindStuent_Fee
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(544, 427)
Me.Controls.Add(Me.BtExcel)
Me.Controls.Add(Me.BtWord)
Me.Controls.Add(Me.ComboDBOperator)
Me.Controls.Add(Me.TxtFee)
Me.Controls.Add(Me.DGVResult)
Me.Controls.Add(Me.BtnOK)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmFindStuent_Fee"
Me.Text = "按收费金额查询"
CType(Me.DGVResult, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents TxtFee As System.Windows.Forms.TextBox
Friend WithEvents DGVResult As System.Windows.Forms.DataGridView
Friend WithEvents BtnOK As System.Windows.Forms.Button
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents ComboDBOperator As System.Windows.Forms.ComboBox
Friend WithEvents BtWord As System.Windows.Forms.Button
Friend WithEvents BtExcel As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -