📄 quitsearchform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class QuitSearchForm
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(QuitSearchForm))
Me.Panel3 = New System.Windows.Forms.Panel
Me.GroupBox4 = New System.Windows.Forms.GroupBox
Me.QuitSearchFormYDateCheckBox = New System.Windows.Forms.CheckBox
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.QuitSearchFormEndDateTimePicker = New System.Windows.Forms.DateTimePicker
Me.QuitSearchFormStartDateTimePicker = New System.Windows.Forms.DateTimePicker
Me.QuitSearchFormPointRadioButton = New System.Windows.Forms.RadioButton
Me.QuitSearchFormFromRadioButton = New System.Windows.Forms.RadioButton
Me.GroupBox3 = New System.Windows.Forms.GroupBox
Me.QuitSearchFormExitButton = New System.Windows.Forms.Button
Me.QuitSearchFormSearchButton = New System.Windows.Forms.Button
Me.QuitSearchFormCountTextBox = New System.Windows.Forms.TextBox
Me.QuitSearchFormJineTextBox = New System.Windows.Forms.TextBox
Me.QuitSearchFormNameTextBox = New System.Windows.Forms.TextBox
Me.QuitSearchFormNumberTextBox = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.QuitSearchFormGNameTextBox = New System.Windows.Forms.TextBox
Me.QuitSearchFormGNumberTextBox = New System.Windows.Forms.TextBox
Me.QuitSearchFormJStyleComboBox = New System.Windows.Forms.ComboBox
Me.Label8 = New System.Windows.Forms.Label
Me.QuitSearchFormDataGridView = New System.Windows.Forms.DataGridView
Me.Label9 = New System.Windows.Forms.Label
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.Panel1 = New System.Windows.Forms.Panel
Me.Panel2 = New System.Windows.Forms.Panel
Me.GroupBox5 = New System.Windows.Forms.GroupBox
Me.QuitSearchFormCStyleComboBox = New System.Windows.Forms.ComboBox
Me.Label7 = New System.Windows.Forms.Label
Me.QuitSearchFormUserTextBox = New System.Windows.Forms.TextBox
Me.Label6 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Panel3.SuspendLayout()
Me.GroupBox4.SuspendLayout()
Me.GroupBox3.SuspendLayout()
CType(Me.QuitSearchFormDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox1.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.Panel2.SuspendLayout()
Me.GroupBox5.SuspendLayout()
Me.SuspendLayout()
'
'Panel3
'
Me.Panel3.Controls.Add(Me.GroupBox4)
Me.Panel3.Controls.Add(Me.GroupBox3)
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Right
Me.Panel3.Location = New System.Drawing.Point(449, 0)
Me.Panel3.Name = "Panel3"
Me.Panel3.Size = New System.Drawing.Size(162, 220)
Me.Panel3.TabIndex = 6
'
'GroupBox4
'
Me.GroupBox4.Controls.Add(Me.QuitSearchFormYDateCheckBox)
Me.GroupBox4.Controls.Add(Me.Label2)
Me.GroupBox4.Controls.Add(Me.Label1)
Me.GroupBox4.Controls.Add(Me.QuitSearchFormEndDateTimePicker)
Me.GroupBox4.Controls.Add(Me.QuitSearchFormStartDateTimePicker)
Me.GroupBox4.Controls.Add(Me.QuitSearchFormPointRadioButton)
Me.GroupBox4.Controls.Add(Me.QuitSearchFormFromRadioButton)
Me.GroupBox4.Dock = System.Windows.Forms.DockStyle.Fill
Me.GroupBox4.Location = New System.Drawing.Point(0, 0)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(162, 169)
Me.GroupBox4.TabIndex = 4
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "日期"
'
'QuitSearchFormYDateCheckBox
'
Me.QuitSearchFormYDateCheckBox.AutoSize = True
Me.QuitSearchFormYDateCheckBox.Checked = True
Me.QuitSearchFormYDateCheckBox.CheckState = System.Windows.Forms.CheckState.Checked
Me.QuitSearchFormYDateCheckBox.Location = New System.Drawing.Point(18, 27)
Me.QuitSearchFormYDateCheckBox.Name = "QuitSearchFormYDateCheckBox"
Me.QuitSearchFormYDateCheckBox.Size = New System.Drawing.Size(96, 16)
Me.QuitSearchFormYDateCheckBox.TabIndex = 7
Me.QuitSearchFormYDateCheckBox.Text = "是否查询时间"
Me.QuitSearchFormYDateCheckBox.UseVisualStyleBackColor = True
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(21, 115)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(17, 12)
Me.Label2.TabIndex = 5
Me.Label2.Text = "到"
Me.Label2.Visible = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(21, 75)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(17, 12)
Me.Label1.TabIndex = 4
Me.Label1.Text = "从"
Me.Label1.Visible = False
'
'QuitSearchFormEndDateTimePicker
'
Me.QuitSearchFormEndDateTimePicker.Location = New System.Drawing.Point(11, 136)
Me.QuitSearchFormEndDateTimePicker.Name = "QuitSearchFormEndDateTimePicker"
Me.QuitSearchFormEndDateTimePicker.Size = New System.Drawing.Size(137, 21)
Me.QuitSearchFormEndDateTimePicker.TabIndex = 3
'
'QuitSearchFormStartDateTimePicker
'
Me.QuitSearchFormStartDateTimePicker.Location = New System.Drawing.Point(11, 91)
Me.QuitSearchFormStartDateTimePicker.Name = "QuitSearchFormStartDateTimePicker"
Me.QuitSearchFormStartDateTimePicker.Size = New System.Drawing.Size(137, 21)
Me.QuitSearchFormStartDateTimePicker.TabIndex = 2
Me.QuitSearchFormStartDateTimePicker.Visible = False
'
'QuitSearchFormPointRadioButton
'
Me.QuitSearchFormPointRadioButton.AutoSize = True
Me.QuitSearchFormPointRadioButton.Checked = True
Me.QuitSearchFormPointRadioButton.Location = New System.Drawing.Point(18, 54)
Me.QuitSearchFormPointRadioButton.Name = "QuitSearchFormPointRadioButton"
Me.QuitSearchFormPointRadioButton.Size = New System.Drawing.Size(59, 16)
Me.QuitSearchFormPointRadioButton.TabIndex = 1
Me.QuitSearchFormPointRadioButton.TabStop = True
Me.QuitSearchFormPointRadioButton.Text = "时间点"
Me.QuitSearchFormPointRadioButton.UseVisualStyleBackColor = True
'
'QuitSearchFormFromRadioButton
'
Me.QuitSearchFormFromRadioButton.AutoSize = True
Me.QuitSearchFormFromRadioButton.Location = New System.Drawing.Point(83, 54)
Me.QuitSearchFormFromRadioButton.Name = "QuitSearchFormFromRadioButton"
Me.QuitSearchFormFromRadioButton.Size = New System.Drawing.Size(59, 16)
Me.QuitSearchFormFromRadioButton.TabIndex = 0
Me.QuitSearchFormFromRadioButton.Text = "时间段"
Me.QuitSearchFormFromRadioButton.UseVisualStyleBackColor = True
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.QuitSearchFormExitButton)
Me.GroupBox3.Controls.Add(Me.QuitSearchFormSearchButton)
Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Bottom
Me.GroupBox3.Location = New System.Drawing.Point(0, 169)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(162, 51)
Me.GroupBox3.TabIndex = 1
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "操作"
'
'QuitSearchFormExitButton
'
Me.QuitSearchFormExitButton.Location = New System.Drawing.Point(88, 16)
Me.QuitSearchFormExitButton.Name = "QuitSearchFormExitButton"
Me.QuitSearchFormExitButton.Size = New System.Drawing.Size(71, 29)
Me.QuitSearchFormExitButton.TabIndex = 2
Me.QuitSearchFormExitButton.Text = "退出"
Me.QuitSearchFormExitButton.UseVisualStyleBackColor = True
'
'QuitSearchFormSearchButton
'
Me.QuitSearchFormSearchButton.Location = New System.Drawing.Point(11, 16)
Me.QuitSearchFormSearchButton.Name = "QuitSearchFormSearchButton"
Me.QuitSearchFormSearchButton.Size = New System.Drawing.Size(71, 29)
Me.QuitSearchFormSearchButton.TabIndex = 0
Me.QuitSearchFormSearchButton.Text = "查询"
Me.QuitSearchFormSearchButton.UseVisualStyleBackColor = True
'
'QuitSearchFormCountTextBox
'
Me.QuitSearchFormCountTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.QuitSearchFormCountTextBox.Location = New System.Drawing.Point(122, 157)
Me.QuitSearchFormCountTextBox.Name = "QuitSearchFormCountTextBox"
Me.QuitSearchFormCountTextBox.Size = New System.Drawing.Size(321, 21)
Me.QuitSearchFormCountTextBox.TabIndex = 3
'
'QuitSearchFormJineTextBox
'
Me.QuitSearchFormJineTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.QuitSearchFormJineTextBox.Location = New System.Drawing.Point(122, 130)
Me.QuitSearchFormJineTextBox.Name = "QuitSearchFormJineTextBox"
Me.QuitSearchFormJineTextBox.Size = New System.Drawing.Size(321, 21)
Me.QuitSearchFormJineTextBox.TabIndex = 2
'
'QuitSearchFormNameTextBox
'
Me.QuitSearchFormNameTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.QuitSearchFormNameTextBox.Location = New System.Drawing.Point(70, 47)
Me.QuitSearchFormNameTextBox.Name = "QuitSearchFormNameTextBox"
Me.QuitSearchFormNameTextBox.Size = New System.Drawing.Size(373, 21)
Me.QuitSearchFormNameTextBox.TabIndex = 1
'
'QuitSearchFormNumberTextBox
'
Me.QuitSearchFormNumberTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.QuitSearchFormNumberTextBox.Location = New System.Drawing.Point(70, 20)
Me.QuitSearchFormNumberTextBox.Name = "QuitSearchFormNumberTextBox"
Me.QuitSearchFormNumberTextBox.Size = New System.Drawing.Size(373, 21)
Me.QuitSearchFormNumberTextBox.TabIndex = 0
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(11, 26)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(53, 12)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -