unit1.dfm

来自「Delphi 7组件与分布式应用开发源码,介绍了基础的组件应用实例」· DFM 代码 · 共 43 行

DFM
43
字号
object Form1: TForm1
  Left = 284
  Top = 123
  Width = 301
  Height = 326
  Caption = #33258#23450#20041#32452#20214
  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 Panel1: TPanel
    Left = 16
    Top = 8
    Width = 257
    Height = 225
    Caption = 'Panel1'
    TabOrder = 0
  end
  object Button1: TButton
    Left = 200
    Top = 248
    Width = 75
    Height = 25
    Caption = #29983#25104#32452#20214
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 112
    Top = 248
    Width = 75
    Height = 25
    Caption = #28155#21152#34892
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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