frmmain.dfm

来自「Delphi面向对象编程思想附书源码 好用哦!」· DFM 代码 · 共 36 行

DFM
36
字号
object Form1: TForm1
  Left = 388
  Top = 237
  Width = 346
  Height = 211
  Caption = #25509#21475#32487#25215#30340#22810#37325#32487#25215
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 120
    Top = 112
    Width = 75
    Height = 25
    Caption = 'SayHello'
    TabOrder = 0
    OnClick = Button1Click
  end
  object LabeledEdit1: TLabeledEdit
    Left = 64
    Top = 40
    Width = 121
    Height = 21
    EditLabel.Width = 36
    EditLabel.Height = 13
    EditLabel.Caption = #22995#21517#65306
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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