⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unitsearch.~dfm

📁 此代码是关于mapgis的在
💻 ~DFM
字号:
object Frame_Search: TFrame_Search
  Left = 0
  Top = 0
  Width = 759
  Height = 138
  TabOrder = 0
  object Label1: TLabel
    Left = 8
    Top = 40
    Width = 36
    Height = 13
    Caption = #23383#27573#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 16
    Width = 36
    Height = 13
    Caption = #22270#23618#65306
  end
  object OperCombo: TComboBox
    Left = 184
    Top = 32
    Width = 57
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 0
    Text = '='
    Items.Strings = (
      '='
      '>'
      '>='
      '<'
      '<='
      '<>'
      'like')
  end
  object FieldsCombo: TComboBox
    Left = 40
    Top = 32
    Width = 137
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    OnChange = FieldsComboChange
  end
  object ValuesCombo: TComboBox
    Left = 248
    Top = 32
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 2
  end
  object LayersCombo: TComboBox
    Left = 40
    Top = 8
    Width = 353
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 3
    OnChange = LayersComboChange
  end
  object Button1: TButton
    Left = 400
    Top = 8
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 4
    OnClick = Button1Click
  end
  object GroupBox1: TGroupBox
    Left = 400
    Top = 40
    Width = 273
    Height = 89
    TabOrder = 5
    object Button5: TButton
      Left = 16
      Top = 48
      Width = 75
      Height = 25
      Caption = #24182#19988
      TabOrder = 0
      OnClick = Button5Click
    end
    object Button6: TButton
      Left = 96
      Top = 48
      Width = 75
      Height = 25
      Caption = #25110#32773
      TabOrder = 1
      OnClick = Button6Click
    end
    object Button7: TButton
      Left = 176
      Top = 48
      Width = 75
      Height = 25
      Caption = #19981
      TabOrder = 2
      OnClick = Button7Click
    end
    object BtnAdd: TButton
      Left = 14
      Top = 16
      Width = 75
      Height = 25
      Caption = #21152#20837
      TabOrder = 3
      OnClick = BtnAddClick
    end
    object Button4: TButton
      Left = 94
      Top = 16
      Width = 75
      Height = 25
      Caption = #25554#20837
      TabOrder = 4
      OnClick = Button4Click
    end
    object Button3: TButton
      Left = 174
      Top = 16
      Width = 75
      Height = 25
      Caption = #28165#31354
      TabOrder = 5
      OnClick = Button3Click
    end
  end
  object ConditionList: TListBox
    Left = 8
    Top = 56
    Width = 385
    Height = 73
    ItemHeight = 13
    TabOrder = 6
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -