home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / CD.EXE / 0 / RCDATA / TLMDRICHFRMLINKDIALOG / TLMDRICHFRMLINKDIALOG.txt
Text File  |  2008-06-16  |  2KB  |  85 lines

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