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

📄 search.~dfm

📁 delphi+mapx应用实例,包含MAPX所有功能!值得下载学习!
💻 ~DFM
字号:
object searchform: Tsearchform
  Left = 272
  Top = 354
  Width = 457
  Height = 238
  Caption = 'searchform'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object TLabel
    Left = 24
    Top = 24
    Width = 22
    Height = 13
    Caption = 'layer'
  end
  object Label1: TLabel
    Left = 216
    Top = 24
    Width = 16
    Height = 13
    Caption = 'city'
  end
  object Label2: TLabel
    Left = 336
    Top = 24
    Width = 23
    Height = 13
    Caption = 'state'
  end
  object ComboBoxlayer: TComboBox
    Left = 16
    Top = 56
    Width = 129
    Height = 21
    ItemHeight = 13
    TabOrder = 0
  end
  object city: TEdit
    Left = 200
    Top = 56
    Width = 81
    Height = 21
    TabOrder = 1
  end
  object state: TEdit
    Left = 328
    Top = 56
    Width = 97
    Height = 21
    TabOrder = 2
  end
  object ok: TButton
    Left = 72
    Top = 136
    Width = 97
    Height = 41
    Caption = 'ok'
    TabOrder = 3
    OnClick = okClick
  end
  object cancle: TButton
    Left = 264
    Top = 128
    Width = 121
    Height = 49
    Caption = 'cancle'
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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