cacl.~dfm

来自「这有很多Delphi应用的例子」· ~DFM 代码 · 共 94 行

~DFM
94
字号
object Form1: TForm1
  Left = 243
  Top = 181
  Width = 479
  Height = 219
  Caption = #27604#36739#20540#21442#21644#21464#21442
  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 = 64
    Top = 56
    Width = 41
    Height = 17
    AutoSize = False
    Caption = #38271
  end
  object Label2: TLabel
    Left = 64
    Top = 88
    Width = 33
    Height = 17
    AutoSize = False
    Caption = #23485
  end
  object Label3: TLabel
    Left = 64
    Top = 120
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #38754#31215
  end
  object Label4: TLabel
    Left = 24
    Top = 152
    Width = 105
    Height = 25
    AutoSize = False
    Caption = #35843#29992#36807#31243#21518#30340#38271
  end
  object Label5: TLabel
    Left = 56
    Top = 24
    Width = 353
    Height = 17
    AutoSize = False
    Caption = #35831#22312#19968#19979#38271#21644#23485#21518#30340#31354#30333#22788#22635#19978#22823#20110'0'#23567#20110'100'#30340#25972#25968
  end
  object Button1: TButton
    Left = 336
    Top = 152
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 160
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 160
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 160
    Top = 120
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Edit4: TEdit
    Left = 160
    Top = 152
    Width = 121
    Height = 21
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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