unit1.dfm

来自「这是《Delphi程序设计基础》由李文池写的书的示例代码」· DFM 代码 · 共 62 行

DFM
62
字号
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 315
  Height = 229
  Caption = 'Form1'
  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 = 8
    Top = 16
    Width = 121
    Height = 13
    Caption = #35831#36755#20837#31532#19968#20010#25972#25968
  end
  object Label2: TLabel
    Left = 176
    Top = 16
    Width = 113
    Height = 13
    Caption = #35831#36755#20837#31532#20108#20010#25972#25968
  end
  object Label3: TLabel
    Left = 48
    Top = 144
    Width = 209
    Height = 13
    AutoSize = False
    Caption = #26174#31034#32467#26524
  end
  object Edit1: TEdit
    Left = 8
    Top = 40
    Width = 113
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 176
    Top = 40
    Width = 113
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 64
    Top = 88
    Width = 177
    Height = 33
    Caption = #24320#22987#27714#26368#22823#20844#32422#25968
    TabOrder = 2
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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