home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / DCLSTD50.BPL / 0 / RCDATA / TDDELINKDLG / TDDELINKDLG.txt
Text File  |  1999-08-11  |  2KB  |  95 lines

  1. object DdeLinkDlg: TDdeLinkDlg
  2.   Left = 277
  3.   Top = 181
  4.   ActiveControl = AppEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'DDE Info'
  7.   ClientHeight = 145
  8.   ClientWidth = 289
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnActivate = DoPasteCheck
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 273
  19.     Height = 89
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 12
  24.     Top = 20
  25.     Width = 69
  26.     Height = 18
  27.     Alignment = taRightJustify
  28.     AutoSize = False
  29.     Caption = 'Dde&Service:'
  30.     FocusControl = AppEdit
  31.   end
  32.   object Label2: TLabel
  33.     Left = 12
  34.     Top = 44
  35.     Width = 69
  36.     Height = 18
  37.     Alignment = taRightJustify
  38.     AutoSize = False
  39.     Caption = 'Dde&Topic:'
  40.     FocusControl = TopicEdit
  41.   end
  42.   object AppEdit: TEdit
  43.     Left = 88
  44.     Top = 16
  45.     Width = 185
  46.     Height = 21
  47.     TabOrder = 0
  48.   end
  49.   object TopicEdit: TEdit
  50.     Left = 88
  51.     Top = 40
  52.     Width = 185
  53.     Height = 21
  54.     TabOrder = 1
  55.   end
  56.   object OK: TButton
  57.     Left = 40
  58.     Top = 104
  59.     Width = 77
  60.     Height = 27
  61.     Caption = 'OK'
  62.     Default = True
  63.     ModalResult = 1
  64.     TabOrder = 2
  65.   end
  66.   object CancelBtn: TButton
  67.     Left = 124
  68.     Top = 104
  69.     Width = 77
  70.     Height = 27
  71.     Cancel = True
  72.     Caption = 'Cancel'
  73.     ModalResult = 2
  74.     TabOrder = 3
  75.   end
  76.   object PasteBtn: TButton
  77.     Left = 88
  78.     Top = 65
  79.     Width = 93
  80.     Height = 27
  81.     Caption = '&Paste Link'
  82.     TabOrder = 4
  83.     OnClick = doPasteLink
  84.   end
  85.   object HelpBtn: TButton
  86.     Left = 208
  87.     Top = 104
  88.     Width = 73
  89.     Height = 27
  90.     Caption = '&Help'
  91.     TabOrder = 5
  92.     OnClick = HelpBtnClick
  93.   end
  94. end
  95.