search.dfm

来自「delphi+mapx应用实例,包含MAPX所有功能!值得下载学习!」· DFM 代码 · 共 81 行

DFM
81
字号
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
    ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
    ItemHeight = 13
    TabOrder = 0
  end
  object city: TEdit
    Left = 200
    Top = 56
    Width = 81
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
    TabOrder = 1
  end
  object state: TEdit
    Left = 328
    Top = 56
    Width = 97
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
    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 + =
减小字号Ctrl + -
显示快捷键?