属性查询.designer.vb
来自「GIS的Arcengine编程」· VB 代码 · 共 302 行
VB
302 行
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class 属性查询
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.Button1 = New System.Windows.Forms.Button
Me.Button2 = New System.Windows.Forms.Button
Me.ListBox1 = New System.Windows.Forms.ListBox
Me.ComboBox1 = New System.Windows.Forms.ComboBox
Me.Button4 = New System.Windows.Forms.Button
Me.Button5 = New System.Windows.Forms.Button
Me.Button6 = New System.Windows.Forms.Button
Me.ListBox2 = New System.Windows.Forms.ListBox
Me.Button7 = New System.Windows.Forms.Button
Me.Label1 = New System.Windows.Forms.Label
Me.Button9 = New System.Windows.Forms.Button
Me.Button10 = New System.Windows.Forms.Button
Me.Button3 = New System.Windows.Forms.Button
Me.Button11 = New System.Windows.Forms.Button
Me.Button12 = New System.Windows.Forms.Button
Me.Button13 = New System.Windows.Forms.Button
Me.Button8 = New System.Windows.Forms.Button
Me.Button14 = New System.Windows.Forms.Button
Me.Button15 = New System.Windows.Forms.Button
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.Button16 = New System.Windows.Forms.Button
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(236, 403)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(132, 30)
Me.Button1.TabIndex = 1
Me.Button1.Text = "查询"
Me.Button1.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(1, 244)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(45, 30)
Me.Button2.TabIndex = 2
Me.Button2.Text = " > "
Me.Button2.UseVisualStyleBackColor = True
'
'ListBox1
'
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.ItemHeight = 12
Me.ListBox1.Location = New System.Drawing.Point(1, 54)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(357, 148)
Me.ListBox1.TabIndex = 4
'
'ComboBox1
'
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Items.AddRange(New Object() {"cities", "roads", "states"})
Me.ComboBox1.Location = New System.Drawing.Point(99, 23)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(191, 20)
Me.ComboBox1.TabIndex = 5
'
'Button4
'
Me.Button4.Location = New System.Drawing.Point(103, 244)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(45, 30)
Me.Button4.TabIndex = 6
Me.Button4.Text = " and "
Me.Button4.UseVisualStyleBackColor = True
'
'Button5
'
Me.Button5.Location = New System.Drawing.Point(103, 208)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(45, 30)
Me.Button5.TabIndex = 7
Me.Button5.Text = " like "
Me.Button5.UseVisualStyleBackColor = True
'
'Button6
'
Me.Button6.Location = New System.Drawing.Point(52, 316)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(45, 30)
Me.Button6.TabIndex = 8
Me.Button6.Text = " % "
Me.Button6.UseVisualStyleBackColor = True
'
'ListBox2
'
Me.ListBox2.FormattingEnabled = True
Me.ListBox2.ItemHeight = 12
Me.ListBox2.Location = New System.Drawing.Point(171, 208)
Me.ListBox2.Name = "ListBox2"
Me.ListBox2.Size = New System.Drawing.Size(187, 136)
Me.ListBox2.TabIndex = 9
'
'Button7
'
Me.Button7.Location = New System.Drawing.Point(171, 352)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(187, 27)
Me.Button7.TabIndex = 10
Me.Button7.Text = "Get Values"
Me.Button7.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(45, 26)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(35, 12)
Me.Label1.TabIndex = 12
Me.Label1.Text = "Layer"
'
'Button9
'
Me.Button9.Location = New System.Drawing.Point(1, 208)
Me.Button9.Name = "Button9"
Me.Button9.Size = New System.Drawing.Size(45, 30)
Me.Button9.TabIndex = 13
Me.Button9.Text = " = "
Me.Button9.UseVisualStyleBackColor = True
'
'Button10
'
Me.Button10.Location = New System.Drawing.Point(52, 244)
Me.Button10.Name = "Button10"
Me.Button10.Size = New System.Drawing.Size(45, 30)
Me.Button10.TabIndex = 14
Me.Button10.Text = " >= "
Me.Button10.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(1, 280)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(45, 30)
Me.Button3.TabIndex = 15
Me.Button3.Text = " < "
Me.Button3.UseVisualStyleBackColor = True
'
'Button11
'
Me.Button11.Location = New System.Drawing.Point(52, 280)
Me.Button11.Name = "Button11"
Me.Button11.Size = New System.Drawing.Size(45, 30)
Me.Button11.TabIndex = 16
Me.Button11.Text = " <= "
Me.Button11.UseVisualStyleBackColor = True
'
'Button12
'
Me.Button12.Location = New System.Drawing.Point(103, 280)
Me.Button12.Name = "Button12"
Me.Button12.Size = New System.Drawing.Size(45, 30)
Me.Button12.TabIndex = 17
Me.Button12.Text = " or "
Me.Button12.UseVisualStyleBackColor = True
'
'Button13
'
Me.Button13.Location = New System.Drawing.Point(103, 316)
Me.Button13.Name = "Button13"
Me.Button13.Size = New System.Drawing.Size(45, 30)
Me.Button13.TabIndex = 18
Me.Button13.Text = " not "
Me.Button13.UseVisualStyleBackColor = True
'
'Button8
'
Me.Button8.Location = New System.Drawing.Point(1, 316)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(45, 30)
Me.Button8.TabIndex = 19
Me.Button8.Text = " is "
Me.Button8.UseVisualStyleBackColor = True
'
'Button14
'
Me.Button14.Location = New System.Drawing.Point(52, 208)
Me.Button14.Name = "Button14"
Me.Button14.Size = New System.Drawing.Size(45, 30)
Me.Button14.TabIndex = 20
Me.Button14.Text = " <> "
Me.Button14.UseVisualStyleBackColor = True
'
'Button15
'
Me.Button15.Location = New System.Drawing.Point(236, 440)
Me.Button15.Name = "Button15"
Me.Button15.Size = New System.Drawing.Size(132, 41)
Me.Button15.TabIndex = 21
Me.Button15.Text = "显示查得要素的属性表"
Me.Button15.UseVisualStyleBackColor = True
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(6, 14)
Me.TextBox1.Multiline = True
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(214, 72)
Me.TextBox1.TabIndex = 0
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.TextBox1)
Me.GroupBox1.Location = New System.Drawing.Point(1, 395)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(229, 92)
Me.GroupBox1.TabIndex = 22
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "SQL语句"
'
'Button16
'
Me.Button16.Location = New System.Drawing.Point(1, 352)
Me.Button16.Name = "Button16"
Me.Button16.Size = New System.Drawing.Size(147, 27)
Me.Button16.TabIndex = 23
Me.Button16.Text = "清除SQL语句"
Me.Button16.UseVisualStyleBackColor = True
'
'属性查询
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(380, 490)
Me.Controls.Add(Me.Button16)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.Button15)
Me.Controls.Add(Me.Button14)
Me.Controls.Add(Me.Button8)
Me.Controls.Add(Me.Button13)
Me.Controls.Add(Me.Button12)
Me.Controls.Add(Me.Button11)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button10)
Me.Controls.Add(Me.Button9)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Button7)
Me.Controls.Add(Me.ListBox2)
Me.Controls.Add(Me.Button6)
Me.Controls.Add(Me.Button5)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.ComboBox1)
Me.Controls.Add(Me.ListBox1)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Name = "属性查询"
Me.Text = "属性查询"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
Friend WithEvents Button4 As System.Windows.Forms.Button
Friend WithEvents Button5 As System.Windows.Forms.Button
Friend WithEvents Button6 As System.Windows.Forms.Button
Friend WithEvents ListBox2 As System.Windows.Forms.ListBox
Friend WithEvents Button7 As System.Windows.Forms.Button
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Button9 As System.Windows.Forms.Button
Friend WithEvents Button10 As System.Windows.Forms.Button
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents Button11 As System.Windows.Forms.Button
Friend WithEvents Button12 As System.Windows.Forms.Button
Friend WithEvents Button13 As System.Windows.Forms.Button
Friend WithEvents Button8 As System.Windows.Forms.Button
Friend WithEvents Button14 As System.Windows.Forms.Button
Friend WithEvents Button15 As System.Windows.Forms.Button
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents Button16 As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?