object FormEnterFPS: TFormEnterFPS Left = 316 Top = 110 BorderIcons = [biSystemMenu] BorderStyle = bsDialog ClientHeight = 172 ClientWidth = 401 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnShow = FormShow DesignSize = ( 401 172) PixelsPerInch = 96 TextHeight = 13 object LabelFPS: TLabel Left = 80 Top = 101 Width = 3 Height = 13 ShowAccelChar = False end object Label3: TLabel Left = 14 Top = 49 Width = 3 Height = 13 ShowAccelChar = False end object Label2: TLabel Left = 14 Top = 29 Width = 3 Height = 13 ShowAccelChar = False end object Label1: TLabel Left = 14 Top = 10 Width = 3 Height = 13 ShowAccelChar = False end object EditFPS: TEdit Left = 16 Top = 99 Width = 57 Height = 21 Anchors = [akBottom] TabOrder = 2 end object CheckBoxFPS: TCheckBox Left = 16 Top = 72 Width = 378 Height = 17 Checked = True State = cbChecked TabOrder = 0 OnClick = CheckBoxFPSClick end object ComboBoxFPS: TComboBox Left = 16 Top = 99 Width = 57 Height = 21 Anchors = [akBottom] ItemHeight = 13 ItemIndex = 2 TabOrder = 1 Text = '25.000' OnChange = ComboBoxFPSChange Items.Strings = ( '23.976' '24.000' '25.000' '29.970' '30.000') end object ButtonSetFPSNow: TButton Left = 86 Top = 130 Width = 75 Height = 25 Anchors = [akBottom] TabOrder = 3 OnClick = ButtonSetFPSNowClick end object ButtonEnterFPSCancel: TButton Left = 241 Top = 130 Width = 75 Height = 25 Anchors = [akBottom] Cancel = True TabOrder = 4 OnClick = ButtonEnterFPSCancelClick end end