home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #9 / K-CD_2002-09.iso / K.EXE / 0 / RCDATA / TLMDRICHFRMLINKDIALOG / TLMDRICHFRMLINKDIALOG.txt
Text File  |  2002-05-25  |  2KB  |  78 lines

  1. object LMDRichfrmLinkDialog: TLMDRichfrmLinkDialog
  2.   Left = 295
  3.   Top = 221
  4.   Width = 371
  5.   Height = 210
  6.   Caption = 'Link'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object pcLinkType: TPageControl
  18.     Left = 7
  19.     Top = 7
  20.     Width = 350
  21.     Height = 129
  22.     ActivePage = tabURL
  23.     TabOrder = 0
  24.     object tabURL: TTabSheet
  25.       Caption = 'URL'
  26.       object URLAddress: TEdit
  27.         Left = 8
  28.         Top = 8
  29.         Width = 317
  30.         Height = 21
  31.         Anchors = [akLeft, akTop, akRight]
  32.         TabOrder = 0
  33.       end
  34.     end
  35.     object tabLink: TTabSheet
  36.       Caption = 'Link'
  37.       ImageIndex = 1
  38.       object LINKAddress: TComboBox
  39.         Left = 8
  40.         Top = 8
  41.         Width = 245
  42.         Height = 21
  43.         Anchors = [akLeft, akTop, akRight]
  44.         ItemHeight = 0
  45.         TabOrder = 0
  46.       end
  47.     end
  48.   end
  49.   object btnOK: TButton
  50.     Left = 203
  51.     Top = 144
  52.     Width = 75
  53.     Height = 24
  54.     Caption = 'OK'
  55.     TabOrder = 1
  56.     OnClick = btnOKClick
  57.   end
  58.   object btnDelete: TButton
  59.     Left = 118
  60.     Top = 144
  61.     Width = 75
  62.     Height = 24
  63.     Caption = 'Delete'
  64.     Enabled = False
  65.     TabOrder = 3
  66.     OnClick = btnDeleteClick
  67.   end
  68.   object btnCancel: TButton
  69.     Left = 281
  70.     Top = 144
  71.     Width = 75
  72.     Height = 24
  73.     Caption = 'Cancel'
  74.     TabOrder = 2
  75.     OnClick = btnCancelClick
  76.   end
  77. end
  78.