theme.dfm

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

DFM
70
字号
object themeform: Tthemeform
  Left = 218
  Top = 74
  Width = 330
  Height = 304
  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 = 24
    Top = 32
    Width = 120
    Height = 13
    Caption = #35201#21019#24314#19987#39064#22320#22270#30340#22270#23618
  end
  object Label2: TLabel
    Left = 32
    Top = 128
    Width = 132
    Height = 13
    Caption = #33021#22815#21019#24314#19987#39064#22320#22270#30340#23383#27573
  end
  object themelayer: TComboBox
    Left = 24
    Top = 64
    Width = 145
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
    ItemHeight = 13
    TabOrder = 0
    Text = 'themelayer'
    OnChange = themelayerChange
  end
  object themefields: TListBox
    Left = 24
    Top = 160
    Width = 169
    Height = 97
    ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
    ItemHeight = 13
    TabOrder = 1
    OnClick = themefieldsClick
  end
  object create: TButton
    Left = 216
    Top = 64
    Width = 89
    Height = 49
    Caption = 'create'
    TabOrder = 2
    OnClick = createClick
  end
  object cancle: TButton
    Left = 216
    Top = 160
    Width = 89
    Height = 49
    Caption = 'cancle'
    TabOrder = 3
    OnClick = cancleClick
  end
end

⌨️ 快捷键说明

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