srtm.dfm

来自「欢迎大家相互学习。delphi系统 四个文件夹分别对应书中的四个实例」· DFM 代码 · 共 45 行

DFM
45
字号
object srtm_Form: Tsrtm_Form
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #36755#20837#22270#20070#26465#30721
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Height = 139
  Width = 201
  Left = 8
  Top = 8
  PixelsPerInch = 96
  TextHeight = 13
  object cmdok: TButton
    Caption = #30830'  '#23450
    TabOrder = 0
    Left = 32
    Top = 64
    Width = 57
    Height = 25
    OnClick = cmdokClick
  end
  object cmdclose: TButton
    Caption = #21462'  '#28040
    TabOrder = 1
    Left = 104
    Top = 64
    Width = 59
    Height = 25
    OnClick = cmdcloseClick
  end
  object tm_LEdit: TLabeledEdit
    EditLabel.Caption = #36755#20837#22270#20070#26465#30721
    EditLabel.Height = 13
    EditLabel.Width = 88
    TabOrder = 2
    Left = 24
    Top = 32
    Width = 145
    Height = 21
  end
end

⌨️ 快捷键说明

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