home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / multimedia / subtitles / subtitlesk5ky.exe / SubtitlesK5ky.EXE / 0 / RCDATA / TFORMENTERFPS / TFORMENTERFPS.txt
Text File  |  2006-09-24  |  2KB  |  107 lines

  1. object FormEnterFPS: TFormEnterFPS
  2.   Left = 316
  3.   Top = 110
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 172
  7.   ClientWidth = 401
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   DesignSize = (
  19.     401
  20.     172)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object LabelFPS: TLabel
  24.     Left = 80
  25.     Top = 101
  26.     Width = 3
  27.     Height = 13
  28.     ShowAccelChar = False
  29.   end
  30.   object Label3: TLabel
  31.     Left = 14
  32.     Top = 49
  33.     Width = 3
  34.     Height = 13
  35.     ShowAccelChar = False
  36.   end
  37.   object Label2: TLabel
  38.     Left = 14
  39.     Top = 29
  40.     Width = 3
  41.     Height = 13
  42.     ShowAccelChar = False
  43.   end
  44.   object Label1: TLabel
  45.     Left = 14
  46.     Top = 10
  47.     Width = 3
  48.     Height = 13
  49.     ShowAccelChar = False
  50.   end
  51.   object EditFPS: TEdit
  52.     Left = 16
  53.     Top = 99
  54.     Width = 57
  55.     Height = 21
  56.     Anchors = [akBottom]
  57.     TabOrder = 2
  58.   end
  59.   object CheckBoxFPS: TCheckBox
  60.     Left = 16
  61.     Top = 72
  62.     Width = 378
  63.     Height = 17
  64.     Checked = True
  65.     State = cbChecked
  66.     TabOrder = 0
  67.     OnClick = CheckBoxFPSClick
  68.   end
  69.   object ComboBoxFPS: TComboBox
  70.     Left = 16
  71.     Top = 99
  72.     Width = 57
  73.     Height = 21
  74.     Anchors = [akBottom]
  75.     ItemHeight = 13
  76.     ItemIndex = 2
  77.     TabOrder = 1
  78.     Text = '25.000'
  79.     OnChange = ComboBoxFPSChange
  80.     Items.Strings = (
  81.       '23.976'
  82.       '24.000'
  83.       '25.000'
  84.       '29.970'
  85.       '30.000')
  86.   end
  87.   object ButtonSetFPSNow: TButton
  88.     Left = 86
  89.     Top = 130
  90.     Width = 75
  91.     Height = 25
  92.     Anchors = [akBottom]
  93.     TabOrder = 3
  94.     OnClick = ButtonSetFPSNowClick
  95.   end
  96.   object ButtonEnterFPSCancel: TButton
  97.     Left = 241
  98.     Top = 130
  99.     Width = 75
  100.     Height = 25
  101.     Anchors = [akBottom]
  102.     Cancel = True
  103.     TabOrder = 4
  104.     OnClick = ButtonEnterFPSCancelClick
  105.   end
  106. end
  107.