home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFEXTLINKS / TFEXTLINKS.txt
Text File  |  2006-09-21  |  2KB  |  97 lines

  1. object fExtLinks: TfExtLinks
  2.   Left = 195
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 286
  7.   ClientWidth = 447
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 240
  10.   Constraints.MinWidth = 320
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object btAdd: TButton
  24.     Left = 366
  25.     Top = 8
  26.     Width = 72
  27.     Height = 22
  28.     TabOrder = 0
  29.     OnClick = btAddClick
  30.   end
  31.   object btEdit: TButton
  32.     Left = 366
  33.     Top = 36
  34.     Width = 72
  35.     Height = 22
  36.     Enabled = False
  37.     TabOrder = 1
  38.     OnClick = btEditClick
  39.   end
  40.   object btDelete: TButton
  41.     Left = 366
  42.     Top = 65
  43.     Width = 72
  44.     Height = 22
  45.     Enabled = False
  46.     TabOrder = 2
  47.     OnClick = btDeleteClick
  48.   end
  49.   object btOk: TButton
  50.     Left = 365
  51.     Top = 201
  52.     Width = 72
  53.     Height = 22
  54.     HelpContext = 49
  55.     Default = True
  56.     TabOrder = 3
  57.     OnClick = btOkClick
  58.   end
  59.   object btCancel: TButton
  60.     Left = 365
  61.     Top = 229
  62.     Width = 72
  63.     Height = 22
  64.     HelpContext = 44
  65.     Cancel = True
  66.     ModalResult = 2
  67.     TabOrder = 4
  68.   end
  69.   object BtnHelp: TButton
  70.     Left = 365
  71.     Top = 257
  72.     Width = 72
  73.     Height = 22
  74.     TabOrder = 5
  75.     OnClick = BtnHelpClick
  76.   end
  77.   object ListView: TListView
  78.     Left = 0
  79.     Top = 0
  80.     Width = 355
  81.     Height = 286
  82.     HelpContext = 4920
  83.     Align = alLeft
  84.     Columns = <
  85.       item
  86.         Width = 350
  87.       end>
  88.     ColumnClick = False
  89.     GridLines = True
  90.     MultiSelect = True
  91.     ShowColumnHeaders = False
  92.     TabOrder = 6
  93.     ViewStyle = vsReport
  94.     OnChange = ListViewChange
  95.   end
  96. end
  97.