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   
Text File  |  1999-11-26  |  3KB  |  141 lines

  1. object fMain: TfMain
  2.   Left = 208
  3.   Top = 101
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsNone
  6.   Caption = 'Funny Ball 2000 Text utility'
  7.   ClientHeight = 440
  8.   ClientWidth = 550
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Visible = True
  17.   OnCreate = FormCreate
  18.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 2
  23.     Top = 2
  24.     Width = 550
  25.     Height = 440
  26.     AutoSize = True
  27.     Picture.Data = {<image001.bmp>}
  28.   end
  29.   object Shape1: TShape
  30.     Left = 50
  31.     Top = 304
  32.     Width = 453
  33.     Height = 57
  34.     Brush.Color = 6047290
  35.     Pen.Mode = pmMask
  36.     Shape = stRoundRect
  37.   end
  38.   object bnFinish: TSpeedButton
  39.     Left = 346
  40.     Top = 310
  41.     Width = 151
  42.     Height = 25
  43.     Caption = 'Finish'
  44.     Flat = True
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clWhite
  47.     Font.Height = -19
  48.     Font.Name = 'Times New Roman'
  49.     Font.Style = [fsBold]
  50.     ParentFont = False
  51.     OnClick = bnFinishClick
  52.   end
  53.   object bnSearch: TSpeedButton
  54.     Left = 58
  55.     Top = 310
  56.     Width = 229
  57.     Height = 25
  58.     Caption = 'Search for game folder'
  59.     Flat = True
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clWhite
  62.     Font.Height = -19
  63.     Font.Name = 'Times New Roman'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     OnClick = bnSearchClick
  67.   end
  68.   object Label1: TLabel
  69.     Left = 58
  70.     Top = 342
  71.     Width = 441
  72.     Height = 16
  73.     Alignment = taCenter
  74.     AutoSize = False
  75.     Caption = 'Press the '#39'Finish'#39' button to insert Your text.'
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clWhite
  78.     Font.Height = -13
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = [fsBold]
  81.     ParentFont = False
  82.     Transparent = True
  83.   end
  84.   object SpeedButton1: TSpeedButton
  85.     Left = 176
  86.     Top = 426
  87.     Width = 221
  88.     Height = 15
  89.     Cursor = crHandPoint
  90.     Flat = True
  91.     OnClick = SpeedButton1Click
  92.   end
  93.   object Memo1: TMemo
  94.     Left = 50
  95.     Top = 106
  96.     Width = 450
  97.     Height = 159
  98.     Alignment = taCenter
  99.     Color = clBlack
  100.     Ctl3D = False
  101.     Font.Charset = RUSSIAN_CHARSET
  102.     Font.Color = clGreen
  103.     Font.Height = -21
  104.     Font.Name = 'Times New Roman'
  105.     Font.Style = [fsBold]
  106.     Lines.Strings = (
  107.       'Enter Your congratulations here')
  108.     ParentCtl3D = False
  109.     ParentFont = False
  110.     TabOrder = 0
  111.     OnChange = Memo1Change
  112.   end
  113.   object Memo2: TMemo
  114.     Left = 50
  115.     Top = 270
  116.     Width = 450
  117.     Height = 31
  118.     Alignment = taRightJustify
  119.     Color = clBlack
  120.     Ctl3D = False
  121.     Font.Charset = RUSSIAN_CHARSET
  122.     Font.Color = clWhite
  123.     Font.Height = -21
  124.     Font.Name = 'Times New Roman'
  125.     Font.Style = [fsBold]
  126.     Lines.Strings = (
  127.       'Enter Your signature here')
  128.     ParentCtl3D = False
  129.     ParentFont = False
  130.     TabOrder = 1
  131.   end
  132.   object Dialog: TOpenDialog
  133.     DefaultExt = '.exe'
  134.     Filter = 'Funny Ball'#39's executable (funnyx.exe)|funnyx.exe'
  135.     Options = [ofReadOnly, ofHideReadOnly, ofFileMustExist]
  136.     Title = 'Search for Funny.exe'
  137.     Left = 502
  138.     Top = 138
  139.   end
  140. end
  141.