unit1.dfm

来自「Delphi的函数例子」· DFM 代码 · 共 56 行

DFM
56
字号
object Form1: TForm1
  Left = 278
  Top = 295
  Width = 263
  Height = 195
  Caption = #21028#26029#23494#30721#26159#21542#30456#21516#65292#24182#25552#31034#23383#31526#20010#25968#30340#24046#36317
  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 = 23
    Top = 30
    Width = 82
    Height = 13
    Caption = 'A'#23383#31526#20018#65306'         '
  end
  object Label2: TLabel
    Left = 23
    Top = 69
    Width = 76
    Height = 13
    Caption = 'B'#23383#31526#20018#65306'       '
  end
  object Confirm: TButton
    Left = 134
    Top = 114
    Width = 75
    Height = 25
    Caption = #27604#36739
    TabOrder = 0
    OnClick = ConfirmClick
  end
  object Edit1: TEdit
    Left = 83
    Top = 26
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 83
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'edit1'
  end
end

⌨️ 快捷键说明

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