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

📄 mainform.dfm

📁 C++Builder程序员编程手记《配书光盘》
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 500
  Height = 380
  Caption = '平面动画示例'
  Color = clWindowFrame
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnMouseUp = FormMouseUp
  OnPaint = FormPaint
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 333
    Top = 150
    Width = 3
    Height = 13
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clAqua
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 492
    Height = 27
    Align = alTop
    AutoSize = True
    TabOrder = 0
    object Edit1: TEdit
      Left = 9
      Top = 1
      Width = 38
      Height = 22
      TabOrder = 0
      Text = '10'
      OnChange = Edit1Change
    end
    object Edit2: TEdit
      Left = 67
      Top = 3
      Width = 177
      Height = 22
      TabOrder = 1
      Text = '平面动画示例'
      OnChange = Edit2Change
    end
    object UpDown1: TUpDown
      Left = 47
      Top = 2
      Width = 17
      Height = 22
      Associate = Edit1
      Min = 10
      Max = 1000
      Increment = 10
      Position = 10
      TabOrder = 2
      Wrap = False
    end
    object CheckBox1: TCheckBox
      Left = 246
      Top = 2
      Width = 87
      Height = 24
      Caption = '运行动画'
      TabOrder = 3
      OnClick = CheckBox1Click
    end
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 5
    Top = 81
  end
end

⌨️ 快捷键说明

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