object FrameCount: TFrameCount Left = 299 Top = 218 ActiveControl = SpinEdit1 BorderStyle = bsSingle Caption = 'Frame count' ClientHeight = 72 ClientWidth = 289 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 16 object StaticText1: TStaticText Left = 8 Top = 24 Width = 94 Height = 20 Caption = 'Frame count:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object SpinEdit1: TSpinEdit Left = 104 Top = 21 Width = 57 Height = 26 Increment = 5 MaxLength = 3 MaxValue = 999 MinValue = 1 TabOrder = 1 Value = 1 end object Button1: TButton Left = 184 Top = 8 Width = 97 Height = 25 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 184 Top = 40 Width = 97 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end end