unit1.~dfm

来自「PCI8408的驱动接口源文件(带示例)」· ~DFM 代码 · 共 50 行

~DFM
50
字号
object Form1: TForm1
  Left = 192
  Top = 122
  Width = 641
  Height = 240
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 72
    Top = 15
    Width = 177
    Height = 13
    AutoSize = False
    Caption = #38169#35823#21495':'
  end
  object Button1: TButton
    Left = 144
    Top = 159
    Width = 145
    Height = 25
    Caption = #25152#26377#24320#20851#37327#36755#20986#39640
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 344
    Top = 159
    Width = 153
    Height = 25
    Caption = #25152#26377#24320#20851#37327#36755#20986#20302
    TabOrder = 1
    OnClick = Button2Click
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 16
    Top = 8
  end
end

⌨️ 快捷键说明

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