home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2004 August / Igromania_08.ISO / Disk.exe / 0 / RCDATA / TFORMINFO / TFORMINFO.txt
Text File  |  2004-07-21  |  1KB  |  50 lines

  1. object FormInfo: TFormInfo
  2.   Left = 221
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   BorderWidth = 1
  7.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  8.   ClientHeight = 95
  9.   ClientWidth = 300
  10.   Color = clSilver
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Button1: TButton
  23.     Left = 112
  24.     Top = 67
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'OK'
  28.     TabOrder = 0
  29.     OnClick = Button1Click
  30.   end
  31.   object INFO: TStaticText
  32.     Left = 3
  33.     Top = 4
  34.     Width = 294
  35.     Height = 53
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     BorderStyle = sbsSingle
  39.     Color = clWhite
  40.     Font.Charset = RUSSIAN_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentColor = False
  46.     ParentFont = False
  47.     TabOrder = 1
  48.   end
  49. end
  50.