📄 banksearch.vb
字号:
Public Class bankSearch
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComponent()
'在 InitializeComponent() 调用之后添加任何初始化
End Sub
'窗体重写 dispose 以清理组件列表。
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改此过程。
'不要使用代码编辑器修改它。
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents TextBox6 As System.Windows.Forms.TextBox
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents CheckBox8 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox6 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox5 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox3 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents DataGrid1 As System.Windows.Forms.DataGrid
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(bankSearch))
Me.GroupBox3 = New System.Windows.Forms.GroupBox
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.TextBox6 = New System.Windows.Forms.TextBox
Me.TextBox3 = New System.Windows.Forms.TextBox
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.CheckBox8 = New System.Windows.Forms.CheckBox
Me.CheckBox6 = New System.Windows.Forms.CheckBox
Me.CheckBox5 = New System.Windows.Forms.CheckBox
Me.CheckBox3 = New System.Windows.Forms.CheckBox
Me.CheckBox2 = New System.Windows.Forms.CheckBox
Me.CheckBox1 = New System.Windows.Forms.CheckBox
Me.TextBox4 = New System.Windows.Forms.TextBox
Me.TextBox5 = New System.Windows.Forms.TextBox
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.Label9 = New System.Windows.Forms.Label
Me.DataGrid1 = New System.Windows.Forms.DataGrid
Me.GroupBox3.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
CType(Me.DataGrid1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.PictureBox1)
Me.GroupBox3.Location = New System.Drawing.Point(560, 144)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(176, 128)
Me.GroupBox3.TabIndex = 57
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "查找按钮"
'
'PictureBox1
'
Me.PictureBox1.Dock = System.Windows.Forms.DockStyle.Fill
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(3, 17)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(170, 108)
Me.PictureBox1.TabIndex = 0
Me.PictureBox1.TabStop = False
'
'TextBox6
'
Me.TextBox6.Location = New System.Drawing.Point(408, 215)
Me.TextBox6.Name = "TextBox6"
Me.TextBox6.Size = New System.Drawing.Size(136, 21)
Me.TextBox6.TabIndex = 54
Me.TextBox6.Text = "TextBox6"
'
'TextBox3
'
Me.TextBox3.Location = New System.Drawing.Point(152, 121)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(392, 21)
Me.TextBox3.TabIndex = 53
Me.TextBox3.Text = "TextBox3"
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(152, 74)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(392, 21)
Me.TextBox2.TabIndex = 52
Me.TextBox2.Text = "TextBox2"
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(152, 27)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(392, 21)
Me.TextBox1.TabIndex = 51
Me.TextBox1.Text = "TextBox1"
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.CheckBox8)
Me.GroupBox1.Controls.Add(Me.CheckBox6)
Me.GroupBox1.Controls.Add(Me.CheckBox5)
Me.GroupBox1.Controls.Add(Me.CheckBox3)
Me.GroupBox1.Controls.Add(Me.CheckBox2)
Me.GroupBox1.Controls.Add(Me.CheckBox1)
Me.GroupBox1.Controls.Add(Me.TextBox4)
Me.GroupBox1.Controls.Add(Me.TextBox5)
Me.GroupBox1.Location = New System.Drawing.Point(16, 11)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(536, 264)
Me.GroupBox1.TabIndex = 55
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "查询选择区域"
'
'CheckBox8
'
Me.CheckBox8.Location = New System.Drawing.Point(24, 208)
Me.CheckBox8.Name = "CheckBox8"
Me.CheckBox8.TabIndex = 7
Me.CheckBox8.Text = "联系电话"
'
'CheckBox6
'
Me.CheckBox6.Location = New System.Drawing.Point(312, 208)
Me.CheckBox6.Name = "CheckBox6"
Me.CheckBox6.Size = New System.Drawing.Size(64, 24)
Me.CheckBox6.TabIndex = 5
Me.CheckBox6.Text = "备 注"
'
'CheckBox5
'
Me.CheckBox5.Location = New System.Drawing.Point(24, 160)
Me.CheckBox5.Name = "CheckBox5"
Me.CheckBox5.TabIndex = 4
Me.CheckBox5.Text = "银行地址"
'
'CheckBox3
'
Me.CheckBox3.Location = New System.Drawing.Point(24, 112)
Me.CheckBox3.Name = "CheckBox3"
Me.CheckBox3.TabIndex = 2
Me.CheckBox3.Text = "银行帐号"
'
'CheckBox2
'
Me.CheckBox2.Location = New System.Drawing.Point(24, 64)
Me.CheckBox2.Name = "CheckBox2"
Me.CheckBox2.TabIndex = 1
Me.CheckBox2.Text = "银行名称"
'
'CheckBox1
'
Me.CheckBox1.Location = New System.Drawing.Point(24, 16)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.TabIndex = 0
Me.CheckBox1.Text = "银行编号"
'
'TextBox4
'
Me.TextBox4.Location = New System.Drawing.Point(136, 160)
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.Size = New System.Drawing.Size(392, 21)
Me.TextBox4.TabIndex = 42
Me.TextBox4.Text = "TextBox4"
'
'TextBox5
'
Me.TextBox5.Location = New System.Drawing.Point(136, 207)
Me.TextBox5.Name = "TextBox5"
Me.TextBox5.Size = New System.Drawing.Size(160, 21)
Me.TextBox5.TabIndex = 43
Me.TextBox5.Text = "TextBox5"
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.Label9)
Me.GroupBox2.Location = New System.Drawing.Point(560, 11)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(176, 133)
Me.GroupBox2.TabIndex = 58
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "查询注意项"
'
'Label9
'
Me.Label9.Dock = System.Windows.Forms.DockStyle.Fill
Me.Label9.ImageAlign = System.Drawing.ContentAlignment.BottomRight
Me.Label9.Location = New System.Drawing.Point(3, 17)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(170, 113)
Me.Label9.TabIndex = 38
Me.Label9.Tag = ""
Me.Label9.Text = "注意:1、想要用某项查询,先选择该项前的复选框;2、如果想多项查询的话,就选择各项前的复选框,再填写要查询的内容;3、最后点击下面的查询按钮,进行查询;4、双击下" & _
"面的图象进行查询操作"
'
'DataGrid1
'
Me.DataGrid1.CaptionText = "查询结果显示区域"
Me.DataGrid1.DataMember = ""
Me.DataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText
Me.DataGrid1.Location = New System.Drawing.Point(16, 283)
Me.DataGrid1.Name = "DataGrid1"
Me.DataGrid1.ReadOnly = True
Me.DataGrid1.Size = New System.Drawing.Size(720, 208)
Me.DataGrid1.TabIndex = 56
'
'bankSearch
'
Me.AutoScaleBaseSize = New System.Drawing.Size(6, 14)
Me.ClientSize = New System.Drawing.Size(752, 502)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -