previewrateset.dfm

来自「多媒体视频程序设计--使用Delphi 第七章 源碼 7-1 视频压缩对话框」· DFM 代码 · 共 61 行

DFM
61
字号
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 + =
减小字号Ctrl + -
显示快捷键?