unit1.~dfm

来自「多功能数据采集卡上位机完整代码」· ~DFM 代码 · 共 57 行

~DFM
57
字号
object Form1: TForm1
  Left = 192
  Top = 122
  Width = 766
  Height = 384
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 15
  object Label1: TLabel
    Left = 32
    Top = 16
    Width = 105
    Height = 15
    AutoSize = False
    Caption = #38169#35823#21495':'
  end
  object Button1: TButton
    Left = 234
    Top = 280
    Width = 105
    Height = 33
    Caption = #24320#22987#37319#38598
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 426
    Top = 280
    Width = 105
    Height = 33
    Caption = #20572#27490#37319#38598
    TabOrder = 1
    OnClick = Button2Click
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 100
    OnTimer = Timer1Timer
    Left = 216
    Top = 8
  end
end

⌨️ 快捷键说明

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