📄 frmisdsearch.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class Form6
#Region "Windows Form Designer generated code "
<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
End Sub
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> 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
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
Public ToolTip1 As System.Windows.Forms.ToolTip
Public WithEvents Option1 As System.Windows.Forms.RadioButton
Public WithEvents Option2 As System.Windows.Forms.RadioButton
Public WithEvents Text1 As System.Windows.Forms.TextBox
Public WithEvents Command3 As System.Windows.Forms.Button
Public WithEvents Command1 As System.Windows.Forms.Button
Public WithEvents Command2 As System.Windows.Forms.Button
Public WithEvents Label3 As System.Windows.Forms.Label
Public WithEvents Label4 As System.Windows.Forms.Label
Public WithEvents Label5 As System.Windows.Forms.Label
Public WithEvents Label6 As System.Windows.Forms.Label
Public WithEvents Frame1 As System.Windows.Forms.GroupBox
Public WithEvents Image2 As System.Windows.Forms.PictureBox
Public WithEvents Label7 As System.Windows.Forms.Label
Public WithEvents Frame2 As System.Windows.Forms.GroupBox
Public WithEvents Image1 As System.Windows.Forms.PictureBox
Public WithEvents Label1 As System.Windows.Forms.Label
Public WithEvents Label2 As System.Windows.Forms.Label
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(Form6))
Me.components = New System.ComponentModel.Container()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(components)
Me.Frame1 = New System.Windows.Forms.GroupBox
Me.Option1 = New System.Windows.Forms.RadioButton
Me.Option2 = New System.Windows.Forms.RadioButton
Me.Text1 = New System.Windows.Forms.TextBox
Me.Command3 = New System.Windows.Forms.Button
Me.Command1 = New System.Windows.Forms.Button
Me.Command2 = New System.Windows.Forms.Button
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Frame2 = New System.Windows.Forms.GroupBox
Me.Image2 = New System.Windows.Forms.PictureBox
Me.Label7 = New System.Windows.Forms.Label
Me.Image1 = New System.Windows.Forms.PictureBox
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Frame1.SuspendLayout()
Me.Frame2.SuspendLayout()
Me.SuspendLayout()
Me.ToolTip1.Active = True
Me.BackColor = System.Drawing.Color.White
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Text = "Form6"
Me.ClientSize = New System.Drawing.Size(312, 213)
Me.Location = New System.Drawing.Point(0, -7)
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation
Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
Me.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ControlBox = True
Me.Enabled = True
Me.KeyPreview = False
Me.MaximizeBox = True
Me.MinimizeBox = True
Me.Cursor = System.Windows.Forms.Cursors.Default
Me.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.HelpButton = False
Me.Name = "Form6"
Me.Frame1.BackColor = System.Drawing.Color.FromARGB(255, 224, 192)
Me.Frame1.ForeColor = System.Drawing.Color.Black
Me.Frame1.Size = New System.Drawing.Size(873, 225)
Me.Frame1.Location = New System.Drawing.Point(40, 232)
Me.Frame1.TabIndex = 2
Me.Frame1.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Frame1.Enabled = True
Me.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Frame1.Visible = True
Me.Frame1.Name = "Frame1"
Me.Option1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Option1.BackColor = System.Drawing.Color.FromARGB(255, 224, 192)
Me.Option1.Text = "State Name"
Me.Option1.Size = New System.Drawing.Size(81, 17)
Me.Option1.Location = New System.Drawing.Point(256, 56)
Me.Option1.TabIndex = 8
Me.Option1.Checked = True
Me.Option1.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Option1.CheckAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Option1.CausesValidation = True
Me.Option1.Enabled = True
Me.Option1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Option1.Cursor = System.Windows.Forms.Cursors.Default
Me.Option1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Option1.Appearance = System.Windows.Forms.Appearance.Normal
Me.Option1.TabStop = True
Me.Option1.Visible = True
Me.Option1.Name = "Option1"
Me.Option2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Option2.BackColor = System.Drawing.Color.FromARGB(255, 224, 192)
Me.Option2.Text = "State Code"
Me.Option2.Size = New System.Drawing.Size(113, 17)
Me.Option2.Location = New System.Drawing.Point(368, 56)
Me.Option2.TabIndex = 7
Me.Option2.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Option2.CheckAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Option2.CausesValidation = True
Me.Option2.Enabled = True
Me.Option2.ForeColor = System.Drawing.SystemColors.ControlText
Me.Option2.Cursor = System.Windows.Forms.Cursors.Default
Me.Option2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Option2.Appearance = System.Windows.Forms.Appearance.Normal
Me.Option2.TabStop = True
Me.Option2.Checked = False
Me.Option2.Visible = True
Me.Option2.Name = "Option2"
Me.Text1.AutoSize = False
Me.Text1.Size = New System.Drawing.Size(185, 25)
Me.Text1.Location = New System.Drawing.Point(464, 104)
Me.Text1.TabIndex = 6
Me.Text1.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Text1.AcceptsReturn = True
Me.Text1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.Text1.BackColor = System.Drawing.SystemColors.Window
Me.Text1.CausesValidation = True
Me.Text1.Enabled = True
Me.Text1.ForeColor = System.Drawing.SystemColors.WindowText
Me.Text1.HideSelection = True
Me.Text1.ReadOnly = False
Me.Text1.Maxlength = 0
Me.Text1.Cursor = System.Windows.Forms.Cursors.IBeam
Me.Text1.MultiLine = False
Me.Text1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Text1.ScrollBars = System.Windows.Forms.ScrollBars.None
Me.Text1.TabStop = True
Me.Text1.Visible = True
Me.Text1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.Text1.Name = "Text1"
Me.Command3.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.Command3.BackColor = System.Drawing.Color.FromARGB(192, 255, 192)
Me.Command3.Text = "Home"
Me.Command3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Command3.Size = New System.Drawing.Size(129, 41)
Me.Command3.Location = New System.Drawing.Point(512, 176)
Me.Command3.Image = CType(resources.GetObject("Command3.Image"), System.Drawing.Image)
Me.Command3.TabIndex = 5
Me.Command3.CausesValidation = True
Me.Command3.Enabled = True
Me.Command3.ForeColor = System.Drawing.SystemColors.ControlText
Me.Command3.Cursor = System.Windows.Forms.Cursors.Default
Me.Command3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Command3.TabStop = True
Me.Command3.Name = "Command3"
Me.Command1.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.Command1.BackColor = System.Drawing.Color.FromARGB(192, 255, 192)
Me.Command1.Text = "Search"
Me.Command1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Command1.Size = New System.Drawing.Size(129, 41)
Me.Command1.Location = New System.Drawing.Point(224, 176)
Me.Command1.Image = CType(resources.GetObject("Command1.Image"), System.Drawing.Image)
Me.Command1.TabIndex = 4
Me.Command1.CausesValidation = True
Me.Command1.Enabled = True
Me.Command1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Command1.Cursor = System.Windows.Forms.Cursors.Default
Me.Command1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Command1.TabStop = True
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -