home *** CD-ROM | disk | FTP | other *** search
/ Eigen PC: CD-ROM 43 / epc53.zip / epc53 / CHECKIP / CHECKIP.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2000-03-21  |  2KB  |  82 lines

  1. object AboutBox: TAboutBox
  2.   Left = 353
  3.   Top = 358
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 203
  8.   ClientWidth = 298
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 146
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object Image1: TImage
  28.       Left = 12
  29.       Top = 9
  30.       Width = 91
  31.       Height = 127
  32.       Picture.Data = {<image000.bmp>}
  33.     end
  34.     object Label1: TLabel
  35.       Left = 111
  36.       Top = 12
  37.       Width = 101
  38.       Height = 13
  39.       Caption = 'CheckIP ver. 1.0beta'
  40.     end
  41.     object Label2: TLabel
  42.       Left = 111
  43.       Top = 34
  44.       Width = 156
  45.       Height = 13
  46.       Caption = 'Author looks handsome, isn'#39't he?'
  47.     end
  48.     object Label3: TLabel
  49.       Left = 111
  50.       Top = 56
  51.       Width = 98
  52.       Height = 13
  53.       Caption = 'Mail : info@infojet.cz'
  54.     end
  55.     object Label4: TLabel
  56.       Left = 111
  57.       Top = 77
  58.       Width = 101
  59.       Height = 13
  60.       Caption = 'Web : www.infojet.cz'
  61.     end
  62.     object Label5: TLabel
  63.       Left = 111
  64.       Top = 99
  65.       Width = 110
  66.       Height = 13
  67.       Caption = 'This version is FREE !!!'
  68.     end
  69.   end
  70.   object OKButton: TButton
  71.     Left = 111
  72.     Top = 168
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'OK'
  76.     Default = True
  77.     ModalResult = 1
  78.     TabOrder = 1
  79.     OnClick = OKButtonClick
  80.   end
  81. end
  82.