📄 cx.vb
字号:
Public Class cx
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
'Add any initialization after the InitializeComponent() call
End Sub
'Form overrides dispose to clean up the component list.
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
'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.
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Field1 As System.Windows.Forms.ComboBox
Friend WithEvents Field2 As System.Windows.Forms.ComboBox
Friend WithEvents opt1 As System.Windows.Forms.ComboBox
Friend WithEvents Value1 As System.Windows.Forms.TextBox
Friend WithEvents opt2 As System.Windows.Forms.ComboBox
Friend WithEvents Value2 As System.Windows.Forms.TextBox
Friend WithEvents Button5 As System.Windows.Forms.Button
Friend WithEvents Button6 As System.Windows.Forms.Button
Friend WithEvents Button7 As System.Windows.Forms.Button
Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
Friend WithEvents DateTimePicker2 As System.Windows.Forms.DateTimePicker
Friend WithEvents Relation1 As System.Windows.Forms.RadioButton
Friend WithEvents Relation2 As System.Windows.Forms.RadioButton
Friend WithEvents Button4 As System.Windows.Forms.Button
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents ListBox2 As System.Windows.Forms.ListBox
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton
Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton
Friend WithEvents RadioButton3 As System.Windows.Forms.RadioButton
Friend WithEvents RadioButton4 As System.Windows.Forms.RadioButton
Friend WithEvents RadioButton5 As System.Windows.Forms.RadioButton
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.Button4 = New System.Windows.Forms.Button
Me.Button3 = New System.Windows.Forms.Button
Me.Button2 = New System.Windows.Forms.Button
Me.Button1 = New System.Windows.Forms.Button
Me.ListBox2 = New System.Windows.Forms.ListBox
Me.ListBox1 = New System.Windows.Forms.ListBox
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.Relation2 = New System.Windows.Forms.RadioButton
Me.Relation1 = New System.Windows.Forms.RadioButton
Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker
Me.Button7 = New System.Windows.Forms.Button
Me.Button6 = New System.Windows.Forms.Button
Me.Button5 = New System.Windows.Forms.Button
Me.Label6 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Value2 = New System.Windows.Forms.TextBox
Me.opt2 = New System.Windows.Forms.ComboBox
Me.Value1 = New System.Windows.Forms.TextBox
Me.opt1 = New System.Windows.Forms.ComboBox
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.Field2 = New System.Windows.Forms.ComboBox
Me.Field1 = New System.Windows.Forms.ComboBox
Me.GroupBox3 = New System.Windows.Forms.GroupBox
Me.RadioButton5 = New System.Windows.Forms.RadioButton
Me.RadioButton4 = New System.Windows.Forms.RadioButton
Me.RadioButton3 = New System.Windows.Forms.RadioButton
Me.RadioButton2 = New System.Windows.Forms.RadioButton
Me.RadioButton1 = New System.Windows.Forms.RadioButton
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.Button4)
Me.GroupBox1.Controls.Add(Me.Button3)
Me.GroupBox1.Controls.Add(Me.Button2)
Me.GroupBox1.Controls.Add(Me.Button1)
Me.GroupBox1.Controls.Add(Me.ListBox2)
Me.GroupBox1.Controls.Add(Me.ListBox1)
Me.GroupBox1.Location = New System.Drawing.Point(16, 96)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(296, 168)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "选择浏览字段"
'
'Button4
'
Me.Button4.Font = New System.Drawing.Font("SimSun", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Button4.ForeColor = System.Drawing.SystemColors.ActiveCaption
Me.Button4.Location = New System.Drawing.Point(128, 129)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(32, 24)
Me.Button4.TabIndex = 11
Me.Button4.Text = "<<"
'
'Button3
'
Me.Button3.Font = New System.Drawing.Font("SimSun", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Button3.ForeColor = System.Drawing.SystemColors.ActiveCaption
Me.Button3.Location = New System.Drawing.Point(128, 97)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(32, 24)
Me.Button3.TabIndex = 10
Me.Button3.Text = ">>"
'
'Button2
'
Me.Button2.Font = New System.Drawing.Font("SimSun", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Button2.ForeColor = System.Drawing.SystemColors.ActiveCaption
Me.Button2.Location = New System.Drawing.Point(128, 65)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(32, 24)
Me.Button2.TabIndex = 9
Me.Button2.Text = "<"
'
'Button1
'
Me.Button1.Font = New System.Drawing.Font("SimSun", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Button1.ForeColor = System.Drawing.SystemColors.ActiveCaption
Me.Button1.Location = New System.Drawing.Point(128, 33)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(32, 24)
Me.Button1.TabIndex = 8
Me.Button1.Text = ">"
'
'ListBox2
'
Me.ListBox2.ItemHeight = 12
Me.ListBox2.Location = New System.Drawing.Point(176, 23)
Me.ListBox2.Name = "ListBox2"
Me.ListBox2.Size = New System.Drawing.Size(112, 136)
Me.ListBox2.TabIndex = 7
'
'ListBox1
'
Me.ListBox1.ItemHeight = 12
Me.ListBox1.Items.AddRange(New Object() {""})
Me.ListBox1.Location = New System.Drawing.Point(8, 23)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(112, 136)
Me.ListBox1.TabIndex = 6
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.Relation2)
Me.GroupBox2.Controls.Add(Me.Relation1)
Me.GroupBox2.Controls.Add(Me.DateTimePicker2)
Me.GroupBox2.Controls.Add(Me.DateTimePicker1)
Me.GroupBox2.Controls.Add(Me.Button7)
Me.GroupBox2.Controls.Add(Me.Button6)
Me.GroupBox2.Controls.Add(Me.Button5)
Me.GroupBox2.Controls.Add(Me.Label6)
Me.GroupBox2.Controls.Add(Me.Label5)
Me.GroupBox2.Controls.Add(Me.Label4)
Me.GroupBox2.Controls.Add(Me.Label3)
Me.GroupBox2.Controls.Add(Me.Value2)
Me.GroupBox2.Controls.Add(Me.opt2)
Me.GroupBox2.Controls.Add(Me.Value1)
Me.GroupBox2.Controls.Add(Me.opt1)
Me.GroupBox2.Controls.Add(Me.Label2)
Me.GroupBox2.Controls.Add(Me.Label1)
Me.GroupBox2.Controls.Add(Me.Field2)
Me.GroupBox2.Controls.Add(Me.Field1)
Me.GroupBox2.Location = New System.Drawing.Point(320, 16)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(320, 248)
Me.GroupBox2.TabIndex = 1
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "条件表达式"
'
'Relation2
'
Me.Relation2.Font = New System.Drawing.Font("SimSun", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Relation2.Location = New System.Drawing.Point(177, 100)
Me.Relation2.Name = "Relation2"
Me.Relation2.Size = New System.Drawing.Size(48, 24)
Me.Relation2.TabIndex = 18
Me.Relation2.Text = "或"
'
'Relation1
'
Me.Relation1.Font = New System.Drawing.Font("SimSun", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Relation1.Location = New System.Drawing.Point(97, 100)
Me.Relation1.Name = "Relation1"
Me.Relation1.Size = New System.Drawing.Size(48, 24)
Me.Relation1.TabIndex = 17
Me.Relation1.Text = "与"
'
'DateTimePicker2
'
Me.DateTimePicker2.Location = New System.Drawing.Point(200, 153)
Me.DateTimePicker2.Name = "DateTimePicker2"
Me.DateTimePicker2.Size = New System.Drawing.Size(112, 21)
Me.DateTimePicker2.TabIndex = 16
Me.DateTimePicker2.Visible = False
'
'DateTimePicker1
'
Me.DateTimePicker1.Location = New System.Drawing.Point(200, 64)
Me.DateTimePicker1.Name = "DateTimePicker1"
Me.DateTimePicker1.Size = New System.Drawing.Size(112, 21)
Me.DateTimePicker1.TabIndex = 15
Me.DateTimePicker1.Visible = False
'
'Button7
'
Me.Button7.Location = New System.Drawing.Point(216, 201)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(56, 24)
Me.Button7.TabIndex = 14
Me.Button7.Text = "返回"
'
'Button6
'
Me.Button6.Location = New System.Drawing.Point(112, 201)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(88, 24)
Me.Button6.TabIndex = 13
Me.Button6.Text = "无条件检索"
'
'Button5
'
Me.Button5.Location = New System.Drawing.Point(24, 201)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(72, 24)
Me.Button5.TabIndex = 12
Me.Button5.Text = "条件检索"
'
'Label6
'
Me.Label6.Font = New System.Drawing.Font("SimSun", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label6.ForeColor = System.Drawing.SystemColors.ActiveCaption
Me.Label6.Location = New System.Drawing.Point(224, 137)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(48, 16)
Me.Label6.TabIndex = 11
Me.Label6.Text = "值2"
'
'Label5
'
Me.Label5.Font = New System.Drawing.Font("SimSun", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label5.ForeColor = System.Drawing.SystemColors.ActiveCaption
Me.Label5.Location = New System.Drawing.Point(136, 137)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(48, 16)
Me.Label5.TabIndex = 10
Me.Label5.Text = "操作2"
'
'Label4
'
Me.Label4.Font = New System.Drawing.Font("SimSun", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label4.ForeColor = System.Drawing.SystemColors.ActiveCaption
Me.Label4.Location = New System.Drawing.Point(232, 40)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(48, 16)
Me.Label4.TabIndex = 9
Me.Label4.Text = "值1"
'
'Label3
'
Me.Label3.Font = New System.Drawing.Font("SimSun", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label3.ForeColor = System.Drawing.SystemColors.ActiveCaption
Me.Label3.Location = New System.Drawing.Point(136, 40)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(48, 16)
Me.Label3.TabIndex = 8
Me.Label3.Text = "操作1"
'
'Value2
'
Me.Value2.Location = New System.Drawing.Point(208, 153)
Me.Value2.Name = "Value2"
Me.Value2.Size = New System.Drawing.Size(96, 21)
Me.Value2.TabIndex = 7
Me.Value2.Text = ""
'
'opt2
'
Me.opt2.Items.AddRange(New Object() {"大于", "小于", "等于", "大于等于", "小于等于", "不等于", "左包含", "右包含", "包含"})
Me.opt2.Location = New System.Drawing.Point(128, 153)
Me.opt2.Name = "opt2"
Me.opt2.Size = New System.Drawing.Size(64, 20)
Me.opt2.TabIndex = 6
Me.opt2.Text = "等于"
'
'Value1
'
Me.Value1.Location = New System.Drawing.Point(208, 64)
Me.Value1.Name = "Value1"
Me.Value1.Size = New System.Drawing.Size(96, 21)
Me.Value1.TabIndex = 5
Me.Value1.Text = ""
'
'opt1
'
Me.opt1.Items.AddRange(New Object() {"大于", "小于", "等于", "大于等于", "小于等于", "不等于", "左包含", "右包含", "包含"})
Me.opt1.Location = New System.Drawing.Point(128, 64)
Me.opt1.Name = "opt1"
Me.opt1.Size = New System.Drawing.Size(64, 20)
Me.opt1.TabIndex = 4
Me.opt1.Text = "等于"
'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -