home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 February
/
Chip_2000-02_cd.bin
/
oddech
/
hry
/
Funny
/
TextUtil.exe
/
0
/
RCDATA
/
TFMAIN
/
TFMAIN.txt
< prev
Wrap
Text File
|
1999-11-26
|
3KB
|
141 lines
object fMain: TfMain
Left = 208
Top = 101
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsNone
Caption = 'Funny Ball 2000 Text utility'
ClientHeight = 440
ClientWidth = 550
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Visible = True
OnCreate = FormCreate
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 2
Top = 2
Width = 550
Height = 440
AutoSize = True
Picture.Data = {<image001.bmp>}
end
object Shape1: TShape
Left = 50
Top = 304
Width = 453
Height = 57
Brush.Color = 6047290
Pen.Mode = pmMask
Shape = stRoundRect
end
object bnFinish: TSpeedButton
Left = 346
Top = 310
Width = 151
Height = 25
Caption = 'Finish'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -19
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
OnClick = bnFinishClick
end
object bnSearch: TSpeedButton
Left = 58
Top = 310
Width = 229
Height = 25
Caption = 'Search for game folder'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -19
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
OnClick = bnSearchClick
end
object Label1: TLabel
Left = 58
Top = 342
Width = 441
Height = 16
Alignment = taCenter
AutoSize = False
Caption = 'Press the '#39'Finish'#39' button to insert Your text.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object SpeedButton1: TSpeedButton
Left = 176
Top = 426
Width = 221
Height = 15
Cursor = crHandPoint
Flat = True
OnClick = SpeedButton1Click
end
object Memo1: TMemo
Left = 50
Top = 106
Width = 450
Height = 159
Alignment = taCenter
Color = clBlack
Ctl3D = False
Font.Charset = RUSSIAN_CHARSET
Font.Color = clGreen
Font.Height = -21
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
Lines.Strings = (
'Enter Your congratulations here')
ParentCtl3D = False
ParentFont = False
TabOrder = 0
OnChange = Memo1Change
end
object Memo2: TMemo
Left = 50
Top = 270
Width = 450
Height = 31
Alignment = taRightJustify
Color = clBlack
Ctl3D = False
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWhite
Font.Height = -21
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
Lines.Strings = (
'Enter Your signature here')
ParentCtl3D = False
ParentFont = False
TabOrder = 1
end
object Dialog: TOpenDialog
DefaultExt = '.exe'
Filter = 'Funny Ball'#39's executable (funnyx.exe)|funnyx.exe'
Options = [ofReadOnly, ofHideReadOnly, ofFileMustExist]
Title = 'Search for Funny.exe'
Left = 502
Top = 138
end
end