home *** CD-ROM | disk | FTP | other *** search
/ Freelog 7 / Freelog007.iso / BAS / Fichiers / Renovator / ReNovator.exe / 0 / RCDATA / TIMPORTINFO / TIMPORTINFO.txt
Text File  |  1998-01-26  |  3KB  |  124 lines

  1. object ImportInfo: TImportInfo
  2.   Left = 286
  3.   Top = 94
  4.   HelpContext = 3150
  5.   BorderIcons = []
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Import Info'
  8.   ClientHeight = 307
  9.   ClientWidth = 415
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   OnClick = FormClick
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object LTitle: TLabel
  23.     Left = 15
  24.     Top = 8
  25.     Width = 45
  26.     Height = 20
  27.     Caption = 'LTitle'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -16
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.     OnClick = FormClick
  35.   end
  36.   object LType: TLabel
  37.     Left = 15
  38.     Top = 40
  39.     Width = 39
  40.     Height = 16
  41.     Caption = 'LType'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -13
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.     OnClick = FormClick
  49.   end
  50.   object LAuthor: TLabel
  51.     Left = 15
  52.     Top = 64
  53.     Width = 45
  54.     Height = 16
  55.     Caption = 'LAuthor'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clWindowText
  58.     Font.Height = -13
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ParentFont = False
  62.     OnClick = FormClick
  63.   end
  64.   object LEmail: TLabel
  65.     Left = 15
  66.     Top = 88
  67.     Width = 41
  68.     Height = 16
  69.     Cursor = crHandPoint
  70.     Caption = 'LEmail'
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clWindowText
  73.     Font.Height = -13
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = [fsUnderline]
  76.     ParentFont = False
  77.     OnClick = LEmailClick
  78.   end
  79.   object LWebSite: TLabel
  80.     Left = 15
  81.     Top = 112
  82.     Width = 59
  83.     Height = 16
  84.     Cursor = crHandPoint
  85.     Caption = 'LWebSite'
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clWindowText
  88.     Font.Height = -13
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = [fsUnderline]
  91.     ParentFont = False
  92.     OnClick = LWebSiteClick
  93.   end
  94.   object LGreetings: TLabel
  95.     Left = 15
  96.     Top = 136
  97.     Width = 65
  98.     Height = 16
  99.     Caption = 'LGreetings'
  100.     Font.Charset = DEFAULT_CHARSET
  101.     Font.Color = clWindowText
  102.     Font.Height = -13
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = []
  105.     ParentFont = False
  106.     OnClick = FormClick
  107.   end
  108.   object ImgSplash: TImage
  109.     Left = 15
  110.     Top = 160
  111.     Width = 393
  112.     Height = 137
  113.     Center = True
  114.     OnClick = FormClick
  115.   end
  116.   object GoToWeb1: TGoToWeb
  117.     Url = 'http://www.mygale.org/~cresto/'
  118.     EMail = 'cresto@mygale.org'
  119.     BrowserState = gwNormal
  120.     Left = 120
  121.     Top = 112
  122.   end
  123. end
  124.