home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 54
/
Freelog054.iso
/
Solution
/
Screen-Saver
/
pfssm
/
pfssm.exe
/
0
/
RCDATA
/
TFORM1
/
TFORM1.txt
< prev
Wrap
Text File
|
2003-02-25
|
2KB
|
114 lines
object Form1: TForm1
Left = 200
Top = 257
BorderStyle = bsToolWindow
Caption = 'Pro Flash ScreenSaver Maker 1.0'
ClientHeight = 127
ClientWidth = 328
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 5
Width = 34
Height = 13
Caption = 'Source'
end
object Label2: TLabel
Left = 0
Top = 45
Width = 53
Height = 13
Caption = 'Destination'
end
object Label3: TLabel
Left = 0
Top = 112
Width = 163
Height = 13
Caption = 'Pro Flash Screen Saver Maker 1.0'
end
object Button1: TButton
Left = 248
Top = 21
Width = 73
Height = 25
Caption = 'Browse'
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 0
Top = 21
Width = 241
Height = 21
Enabled = False
TabOrder = 1
Text = 'Choose swf'
OnChange = Edit1Change
end
object Button2: TButton
Left = 248
Top = 96
Width = 73
Height = 25
Caption = 'Make'
Enabled = False
TabOrder = 2
OnClick = Button2Click
end
object Edit2: TEdit
Left = 0
Top = 61
Width = 241
Height = 21
Enabled = False
TabOrder = 3
Text = 'Choose scr'
OnChange = Edit1Change
end
object Button3: TButton
Left = 248
Top = 61
Width = 73
Height = 25
Caption = 'Browse'
TabOrder = 4
OnClick = Button3Click
end
object Button4: TButton
Left = 168
Top = 96
Width = 73
Height = 25
Caption = 'about'
TabOrder = 5
OnClick = Button4Click
end
object OpenDialog1: TOpenDialog
DefaultExt = 'swf'
Filter = 'Shockwave Flash Files (*.swf)|*.swf'
Options = [ofFileMustExist, ofEnableSizing]
Title = 'Choose source swf'
Left = 32
Top = 88
end
object SaveDialog1: TSaveDialog
DefaultExt = 'scr'
Filter = 'screensaver (*.scr)|*.scr'
Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
Title = 'Choose destination File'
Left = 64
Top = 88
end
end