unit1.dfm

来自「这是小弟下载的控制并口的程序」· DFM 代码 · 共 122 行

DFM
122
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 284
  Height = 103
  Caption = #24182#21475#28436#31034
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object ChkBit0: TCheckBox
    Left = 240
    Top = 16
    Width = 33
    Height = 17
    Caption = '0'
    TabOrder = 0
    OnClick = ChkBit0Click
  end
  object ChkBit1: TCheckBox
    Left = 208
    Top = 16
    Width = 33
    Height = 17
    Caption = '1'
    TabOrder = 1
    OnClick = ChkBit0Click
  end
  object ChkBit2: TCheckBox
    Left = 176
    Top = 16
    Width = 33
    Height = 17
    Caption = '2'
    TabOrder = 2
    OnClick = ChkBit0Click
  end
  object ChkBit3: TCheckBox
    Left = 144
    Top = 16
    Width = 33
    Height = 17
    Caption = '3'
    TabOrder = 3
    OnClick = ChkBit0Click
  end
  object ChkBit4: TCheckBox
    Left = 112
    Top = 16
    Width = 33
    Height = 17
    Caption = '4'
    TabOrder = 4
    OnClick = ChkBit0Click
  end
  object ChkBit5: TCheckBox
    Left = 80
    Top = 16
    Width = 33
    Height = 17
    Caption = '5'
    TabOrder = 5
    OnClick = ChkBit0Click
  end
  object ChkBit6: TCheckBox
    Left = 48
    Top = 16
    Width = 33
    Height = 17
    Caption = '6'
    TabOrder = 6
    OnClick = ChkBit0Click
  end
  object ChkBit7: TCheckBox
    Left = 16
    Top = 16
    Width = 33
    Height = 17
    Caption = '7'
    TabOrder = 7
    OnClick = ChkBit0Click
  end
  object CheckBox1: TCheckBox
    Left = 32
    Top = 48
    Width = 81
    Height = 17
    Caption = #27969#27700#28783
    TabOrder = 8
    OnClick = CheckBox1Click
  end
  object CheckBox2: TCheckBox
    Left = 144
    Top = 48
    Width = 97
    Height = 17
    Caption = #30417#25511#31471#21475
    TabOrder = 9
    OnClick = CheckBox2Click
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 100
    OnTimer = Timer1Timer
    Left = 104
    Top = 40
  end
  object Timer2: TTimer
    Enabled = False
    Interval = 1
    OnTimer = Timer2Timer
    Left = 208
    Top = 40
  end
end

⌨️ 快捷键说明

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