addlayerinfo.dfm

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

DFM
51
字号
object layerform: Tlayerform
  Left = 368
  Top = 419
  Width = 357
  Height = 232
  Caption = 'layerform'
  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 Label1: TLabel
    Left = 8
    Top = 8
    Width = 56
    Height = 13
    Caption = #22270#23618#21015#34920
  end
  object layerListBox: TListBox
    Left = 8
    Top = 40
    Width = 169
    Height = 145
    ItemHeight = 13
    TabOrder = 0
  end
  object addinfo: TButton
    Left = 200
    Top = 48
    Width = 137
    Height = 41
    Caption = 'create table'
    TabOrder = 1
    OnClick = addinfoClick
  end
  object Button1: TButton
    Left = 200
    Top = 120
    Width = 137
    Height = 41
    Caption = 'ok'
    TabOrder = 2
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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