unit1.dfm

来自「Delphi函数参考大全的CD」· DFM 代码 · 共 47 行

DFM
47
字号
object Form1: TForm1
  Left = 408
  Top = 193
  Width = 345
  Height = 227
  Caption = 'Norm'#20989#25968
  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 Label1: TLabel
    Left = 48
    Top = 36
    Width = 168
    Height = 13
    Caption = #36755#20837#30452#35282#19977#35282#24418#30340#20004#38754#36793#65306'        '
  end
  object Button1: TButton
    Left = 138
    Top = 141
    Width = 75
    Height = 25
    Caption = #25191#34892
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 84
    Top = 62
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 84
    Top = 97
    Width = 121
    Height = 21
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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