umodifytheme.dfm

来自「用DELPHI 和MAPX的基础练习.是学习的好资料」· DFM 代码 · 共 61 行

DFM
61
字号
object FModifyTheme: TFModifyTheme
  Left = 359
  Top = 279
  Width = 348
  Height = 137
  Caption = #20462#25913#19987#39064#22270
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 10
    Width = 56
    Height = 13
    Caption = #19987#39064#22270#65306
  end
  object ComboBox1: TComboBox
    Left = 15
    Top = 35
    Width = 313
    Height = 22
    Style = csOwnerDrawFixed
    ItemHeight = 16
    TabOrder = 0
  end
  object Button1: TButton
    Left = 15
    Top = 78
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 134
    Top = 78
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 253
    Top = 78
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 3
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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