home *** CD-ROM | disk | FTP | other *** search
/ Freelog 54 / Freelog054.iso / Solution / Screen-Saver / pfssm / pfssm.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2003-02-25  |  2KB  |  114 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 257
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Pro Flash ScreenSaver Maker 1.0'
  6.   ClientHeight = 127
  7.   ClientWidth = 328
  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.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 0
  21.     Top = 5
  22.     Width = 34
  23.     Height = 13
  24.     Caption = 'Source'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 0
  28.     Top = 45
  29.     Width = 53
  30.     Height = 13
  31.     Caption = 'Destination'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 0
  35.     Top = 112
  36.     Width = 163
  37.     Height = 13
  38.     Caption = 'Pro Flash Screen Saver Maker 1.0'
  39.   end
  40.   object Button1: TButton
  41.     Left = 248
  42.     Top = 21
  43.     Width = 73
  44.     Height = 25
  45.     Caption = 'Browse'
  46.     TabOrder = 0
  47.     OnClick = Button1Click
  48.   end
  49.   object Edit1: TEdit
  50.     Left = 0
  51.     Top = 21
  52.     Width = 241
  53.     Height = 21
  54.     Enabled = False
  55.     TabOrder = 1
  56.     Text = 'Choose swf'
  57.     OnChange = Edit1Change
  58.   end
  59.   object Button2: TButton
  60.     Left = 248
  61.     Top = 96
  62.     Width = 73
  63.     Height = 25
  64.     Caption = 'Make'
  65.     Enabled = False
  66.     TabOrder = 2
  67.     OnClick = Button2Click
  68.   end
  69.   object Edit2: TEdit
  70.     Left = 0
  71.     Top = 61
  72.     Width = 241
  73.     Height = 21
  74.     Enabled = False
  75.     TabOrder = 3
  76.     Text = 'Choose scr'
  77.     OnChange = Edit1Change
  78.   end
  79.   object Button3: TButton
  80.     Left = 248
  81.     Top = 61
  82.     Width = 73
  83.     Height = 25
  84.     Caption = 'Browse'
  85.     TabOrder = 4
  86.     OnClick = Button3Click
  87.   end
  88.   object Button4: TButton
  89.     Left = 168
  90.     Top = 96
  91.     Width = 73
  92.     Height = 25
  93.     Caption = 'about'
  94.     TabOrder = 5
  95.     OnClick = Button4Click
  96.   end
  97.   object OpenDialog1: TOpenDialog
  98.     DefaultExt = 'swf'
  99.     Filter = 'Shockwave Flash Files (*.swf)|*.swf'
  100.     Options = [ofFileMustExist, ofEnableSizing]
  101.     Title = 'Choose source swf'
  102.     Left = 32
  103.     Top = 88
  104.   end
  105.   object SaveDialog1: TSaveDialog
  106.     DefaultExt = 'scr'
  107.     Filter = 'screensaver (*.scr)|*.scr'
  108.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  109.     Title = 'Choose destination File'
  110.     Left = 64
  111.     Top = 88
  112.   end
  113. end
  114.