home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 November / Chip_1999-11_cd.bin / ctenari / Vindis / LEON.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1999-09-09  |  1KB  |  54 lines

  1. object Form2: TForm2
  2.   Left = 288
  3.   Top = 189
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Leon 1.0'
  6.   ClientHeight = 129
  7.   ClientWidth = 292
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 32
  18.     Top = 16
  19.     Width = 210
  20.     Height = 13
  21.     Caption = 'Leon 1.0 - Database to JavaScript convertor'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 32
  25.     Top = 40
  26.     Width = 165
  27.     Height = 13
  28.     Caption = 'Created by: Robbie Vindish - AXEC'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 32
  32.     Top = 64
  33.     Width = 86
  34.     Height = 13
  35.     Caption = 'Copyright (c) 1999'
  36.   end
  37.   object Label4: TLabel
  38.     Left = 11
  39.     Top = 112
  40.     Width = 258
  41.     Height = 13
  42.     Caption = 'www.sinet.sk/axec/leon        e-mail: axec@pp.sinet.sk'
  43.   end
  44.   object Button1: TButton
  45.     Left = 192
  46.     Top = 72
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'OK'
  50.     TabOrder = 0
  51.     OnClick = Button1Click
  52.   end
  53. end
  54.