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

📄 previewrateset.dfm

📁 多媒體視頻程序設計--使用Delphi 第六章 源碼 6-1 视频显示模式 6-2 画面显示速度 6-3 显示画面尺寸调整
💻 DFM
字号:
object PreviewRateDlg: TPreviewRateDlg
  Left = 159
  Top = 138
  Width = 278
  Height = 121
  Caption = 'Preview Rate  Setup'
  Color = clBtnFace
  Font.Charset = CHINESEBIG5_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #26032#32048#26126#39636
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  Scaled = False
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 19
    Top = 15
    Width = 68
    Height = 16
    Caption = #38928#35222#36895#29575':'
  end
  object Label2: TLabel
    Left = 166
    Top = 18
    Width = 70
    Height = 16
    Caption = '( '#30059#38754'/'#31186' )'
  end
  object okButton: TButton
    Left = 81
    Top = 50
    Width = 75
    Height = 25
    Caption = #30906#23450
    ModalResult = 1
    TabOrder = 0
  end
  object CancelButton: TButton
    Left = 161
    Top = 50
    Width = 75
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 1
  end
  object RateEditBox: TSpinEdit
    Left = 92
    Top = 13
    Width = 69
    Height = 26
    MaxValue = 30
    MinValue = 1
    TabOrder = 2
    Value = 30
  end
end

⌨️ 快捷键说明

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