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

📄 uspeed.dfm

📁 搞笑俄罗斯方块这个程序由delphi制作而成。
💻 DFM
字号:
object LevelForm: TLevelForm
  Left = 354
  Top = 219
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = '选关'
  ClientHeight = 139
  ClientWidth = 237
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 221
    Height = 82
    Caption = ' 等级: 1 '
    TabOrder = 0
    object TrackBar1: TTrackBar
      Left = 24
      Top = 24
      Width = 177
      Height = 33
      Cursor = crSizeWE
      Min = 1
      Orientation = trHorizontal
      PageSize = 1
      Frequency = 1
      Position = 1
      SelEnd = 0
      SelStart = 0
      TabOrder = 0
      TabStop = False
      ThumbLength = 15
      TickMarks = tmTopLeft
      TickStyle = tsAuto
      OnChange = TrackBar1Change
    end
  end
  object ButtonOk: TButton
    Left = 37
    Top = 104
    Width = 75
    Height = 25
    Caption = '确定'
    Default = True
    ModalResult = 1
    TabOrder = 1
    OnClick = ButtonOkClick
  end
  object ButtonCancel: TButton
    Left = 125
    Top = 104
    Width = 75
    Height = 25
    Caption = '取消'
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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