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

📄 track_unit.~dfm

📁 一系列DELPHI的控件如何使用的例子,例子有的比较简单,但是能详细的说明了控件的使用,对许多刚涉足DELPHI的朋友会很有帮助的
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 248
    Top = 56
    Width = 180
    Height = 180
  end
  object HeaderControl1: THeaderControl
    Left = 0
    Top = 0
    Width = 688
    Height = 41
    Sections = <
      item
        ImageIndex = -1
        Width = 344
      end
      item
        ImageIndex = -1
        Width = 344
      end>
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 416
    Width = 688
    Height = 37
    Panels = <
      item
        Width = 344
      end
      item
        Width = 50
      end>
  end
  object TrackBar1: TTrackBar
    Left = 152
    Top = 256
    Width = 369
    Height = 45
    LineSize = 10
    Max = 90
    PageSize = 10
    Frequency = 2
    TabOrder = 2
    ThumbLength = 30
    OnChange = TrackBar1Change
  end
  object ProgressBar1: TProgressBar
    Left = 160
    Top = 328
    Width = 361
    Height = 16
    Max = 90
    TabOrder = 3
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 8
    Top = 8
  end
  object Timer2: TTimer
    Interval = 200
    OnTimer = Timer2Timer
    Left = 48
    Top = 8
  end
end

⌨️ 快捷键说明

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