unit1.~dfm

来自「Fortran95的一些有用的源程序」· ~DFM 代码 · 共 88 行

~DFM
88
字号
object Form1: TForm1
  Left = 332
  Top = 181
  Width = 279
  Height = 300
  Caption = 'Delphi App'
  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 = 16
    Top = 16
    Width = 27
    Height = 13
    Caption = #21322#24452':'
  end
  object Label2: TLabel
    Left = 152
    Top = 16
    Width = 39
    Height = 13
    Caption = #22278#38754#31215':'
  end
  object Label3: TLabel
    Left = 211
    Top = 16
    Width = 3
    Height = 13
  end
  object Label4: TLabel
    Left = 16
    Top = 168
    Width = 3
    Height = 13
  end
  object Edit1: TEdit
    Left = 56
    Top = 16
    Width = 81
    Height = 21
    ImeName = #20013#25991' ('#32321#39636') - '#26032#20489#38945
    TabOrder = 0
    Text = '1'
  end
  object Edit2: TEdit
    Left = 16
    Top = 88
    Width = 209
    Height = 21
    ImeName = #20013#25991' ('#32321#39636') - '#26032#20489#38945
    TabOrder = 1
    Text = 'ABC'
  end
  object Button1: TButton
    Left = 64
    Top = 120
    Width = 57
    Height = 25
    Caption = #21464#25104#22823#20889
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 64
    Top = 48
    Width = 89
    Height = 25
    Caption = #35745#31639#22278#38754#31215
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 64
    Top = 208
    Width = 89
    Height = 25
    Caption = #35745#31639#38543#26426#25968#25968#21015
    TabOrder = 4
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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