⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 331
  Top = 200
  Width = 385
  Height = 258
  Caption = 'Timer'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 14
    Width = 361
    Height = 145
  end
  object Image1: TImage
    Left = 16
    Top = 24
    Width = 64
    Height = 125
    AutoSize = True
  end
  object Image2: TImage
    Left = 96
    Top = 24
    Width = 64
    Height = 125
    AutoSize = True
  end
  object Image3: TImage
    Left = 176
    Top = 24
    Width = 20
    Height = 125
    AutoSize = True
  end
  object Image4: TImage
    Left = 216
    Top = 24
    Width = 64
    Height = 125
    AutoSize = True
  end
  object Image5: TImage
    Left = 296
    Top = 24
    Width = 64
    Height = 125
    AutoSize = True
  end
  object Button1: TButton
    Left = 160
    Top = 184
    Width = 75
    Height = 33
    Caption = #24320#22987
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 272
    Top = 184
    Width = 75
    Height = 33
    Caption = #20572#27490
    TabOrder = 1
    OnClick = Button2Click
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 56
    Top = 184
  end
  object Timer2: TTimer
    Enabled = False
    Interval = 500
    OnTimer = Timer2Timer
    Left = 104
    Top = 184
  end
end

⌨️ 快捷键说明

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