home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 9 / FreelogHS09.iso / FractalExplo / FE.exe / 0 / RCDATA / TFRAMECOUNT / TFRAMECOUNT.txt < prev   
Text File  |  2001-06-15  |  1KB  |  66 lines

  1. object FrameCount: TFrameCount
  2.   Left = 299
  3.   Top = 218
  4.   ActiveControl = SpinEdit1
  5.   BorderStyle = bsSingle
  6.   Caption = 'Frame count'
  7.   ClientHeight = 72
  8.   ClientWidth = 289
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object StaticText1: TStaticText
  20.     Left = 8
  21.     Top = 24
  22.     Width = 94
  23.     Height = 20
  24.     Caption = 'Frame count:'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     TabOrder = 0
  32.   end
  33.   object SpinEdit1: TSpinEdit
  34.     Left = 104
  35.     Top = 21
  36.     Width = 57
  37.     Height = 26
  38.     Increment = 5
  39.     MaxLength = 3
  40.     MaxValue = 999
  41.     MinValue = 1
  42.     TabOrder = 1
  43.     Value = 1
  44.   end
  45.   object Button1: TButton
  46.     Left = 184
  47.     Top = 8
  48.     Width = 97
  49.     Height = 25
  50.     Caption = '&Ok'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 2
  54.   end
  55.   object Button2: TButton
  56.     Left = 184
  57.     Top = 40
  58.     Width = 97
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = '&Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 3
  64.   end
  65. end
  66.