home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia Fácil 56 / INF1297.iso / RECOMEN / ILV16AU / _SETUP.1 / infolink.exe / 0 / RCDATA / TFRMLINKINFORMATION / TFRMLINKINFORMATION.txt < prev   
Text File  |  1997-04-22  |  3KB  |  144 lines

  1. object frmLinkInformation: TfrmLinkInformation
  2.   Left = 138
  3.   Top = 91
  4.   Width = 480
  5.   Height = 437
  6.   HelpContext = 130
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object panLinks: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 472
  22.     Height = 233
  23.     Align = alTop
  24.     TabOrder = 0
  25.     object splitLinks: TSplitIt
  26.       Left = 229
  27.       Top = 1
  28.       Width = 4
  29.       Height = 231
  30.       Cursor = crHSplit
  31.       SplitDirection = sdHorizontal
  32.       OnSplit = splitLinksSplit
  33.       Align = alLeft
  34.     end
  35.     object lstPages: TListBox
  36.       Left = 1
  37.       Top = 1
  38.       Width = 228
  39.       Height = 231
  40.       Align = alLeft
  41.       ItemHeight = 13
  42.       TabOrder = 0
  43.       OnClick = lstPagesClick
  44.     end
  45.     object lstLinks: TListBox
  46.       Left = 233
  47.       Top = 1
  48.       Width = 238
  49.       Height = 231
  50.       Align = alClient
  51.       ItemHeight = 13
  52.       TabOrder = 1
  53.       OnClick = lstLinksClick
  54.     end
  55.   end
  56.   object panFiles: TPanel
  57.     Left = 0
  58.     Top = 233
  59.     Width = 472
  60.     Height = 176
  61.     Align = alClient
  62.     TabOrder = 1
  63.     object Panel1: TPanel
  64.       Left = 1
  65.       Top = 1
  66.       Width = 470
  67.       Height = 174
  68.       Align = alClient
  69.       TabOrder = 0
  70.       object splitFiles: TSplitIt
  71.         Left = 229
  72.         Top = 21
  73.         Width = 4
  74.         Height = 83
  75.         Cursor = crHSplit
  76.         SplitDirection = sdHorizontal
  77.         OnSplit = splitFilesSplit
  78.         Align = alLeft
  79.       end
  80.       object Panel2: TPanel
  81.         Left = 1
  82.         Top = 1
  83.         Width = 468
  84.         Height = 20
  85.         Align = alTop
  86.         TabOrder = 0
  87.         object Label1: TLabel
  88.           Left = 5
  89.           Top = 3
  90.           Width = 72
  91.           Height = 13
  92.           Caption = 'Stored On Disk'
  93.         end
  94.       end
  95.       object lstLinkDisk: TListBox
  96.         Left = 233
  97.         Top = 21
  98.         Width = 236
  99.         Height = 83
  100.         HelpContext = 250
  101.         Align = alClient
  102.         ItemHeight = 13
  103.         TabOrder = 1
  104.         OnClick = lstLinkDiskClick
  105.         OnDblClick = lstLinkDiskDblClick
  106.       end
  107.       object lstPageDisk: TListBox
  108.         Left = 1
  109.         Top = 21
  110.         Width = 228
  111.         Height = 83
  112.         Align = alLeft
  113.         ItemHeight = 13
  114.         TabOrder = 2
  115.       end
  116.       object Panel3: TPanel
  117.         Left = 1
  118.         Top = 104
  119.         Width = 468
  120.         Height = 69
  121.         Align = alBottom
  122.         TabOrder = 3
  123.         object memoInfo: TMemo
  124.           Left = 1
  125.           Top = 1
  126.           Width = 466
  127.           Height = 67
  128.           HelpContext = 250
  129.           Align = alClient
  130.           Font.Color = clBlack
  131.           Font.Height = -12
  132.           Font.Name = 'Arial'
  133.           Font.Style = []
  134.           ParentFont = False
  135.           ReadOnly = True
  136.           ScrollBars = ssVertical
  137.           TabOrder = 0
  138.           WantReturns = False
  139.         end
  140.       end
  141.     end
  142.   end
  143. end
  144.