home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMEASYLINK / TFRMEASYLINK.txt
Text File  |  1996-10-14  |  3KB  |  127 lines

  1. object frmEasyLink: TfrmEasyLink
  2.   Left = 446
  3.   Top = 275
  4.   HelpContext = 97
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Easy Links'
  8.   ClientHeight = 240
  9.   ClientWidth = 318
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object flbFiles: TFileListBox
  24.     Left = 2
  25.     Top = 2
  26.     Width = 145
  27.     Height = 236
  28.     Hint = 
  29.       'Select the link text in your document, then double-click a filen' +
  30.       'ame or click on a filename and drag it to the document to create' +
  31.       ' a basic hypertext link'
  32.     DragMode = dmAutomatic
  33.     FileType = [ftReadOnly, ftNormal]
  34.     ItemHeight = 13
  35.     Mask = '*.htm;*.ht3'
  36.     TabOrder = 0
  37.     OnDblClick = flbFilesDblClick
  38.   end
  39.   object dlbDirectory: TDirectoryListBox
  40.     Left = 148
  41.     Top = 2
  42.     Width = 169
  43.     Height = 109
  44.     ItemHeight = 16
  45.     TabOrder = 1
  46.     OnChange = dlbDirectoryChange
  47.   end
  48.   object rbtnAll: TRadioButton
  49.     Left = 168
  50.     Top = 140
  51.     Width = 113
  52.     Height = 17
  53.     Caption = '&All Files'
  54.     TabOrder = 2
  55.     OnClick = rbtnAllClick
  56.   end
  57.   object rbtnSelect: TRadioButton
  58.     Left = 168
  59.     Top = 160
  60.     Width = 113
  61.     Height = 17
  62.     Caption = '&Selected Files'
  63.     Checked = True
  64.     TabOrder = 3
  65.     TabStop = True
  66.     OnClick = rbtnSelectClick
  67.   end
  68.   object pnlFileTypes: TPanel
  69.     Left = 152
  70.     Top = 181
  71.     Width = 161
  72.     Height = 58
  73.     BevelInner = bvRaised
  74.     BevelOuter = bvLowered
  75.     TabOrder = 4
  76.     object chkHTML: TCheckBox
  77.       Left = 9
  78.       Top = 8
  79.       Width = 60
  80.       Height = 17
  81.       Caption = '&HTML'
  82.       Enabled = False
  83.       State = cbChecked
  84.       TabOrder = 0
  85.       OnClick = rbtnSelectClick
  86.     end
  87.     object chkText: TCheckBox
  88.       Left = 9
  89.       Top = 34
  90.       Width = 60
  91.       Height = 17
  92.       Caption = 'Te&xt'
  93.       Enabled = False
  94.       TabOrder = 1
  95.       OnClick = rbtnSelectClick
  96.     end
  97.     object chkImage: TCheckBox
  98.       Left = 81
  99.       Top = 8
  100.       Width = 60
  101.       Height = 17
  102.       Caption = '&Images'
  103.       Enabled = False
  104.       TabOrder = 2
  105.       OnClick = rbtnSelectClick
  106.     end
  107.     object chkSound: TCheckBox
  108.       Left = 81
  109.       Top = 34
  110.       Width = 60
  111.       Height = 17
  112.       Caption = '&Sounds'
  113.       Enabled = False
  114.       TabOrder = 3
  115.       OnClick = rbtnSelectClick
  116.     end
  117.   end
  118.   object dcmbDrive: TDriveComboBox
  119.     Left = 148
  120.     Top = 112
  121.     Width = 169
  122.     Height = 19
  123.     TabOrder = 5
  124.     OnChange = dcmbDriveChange
  125.   end
  126. end
  127.