home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / DDEREG.DFM / DDEREG.txt
Text File  |  1997-02-28  |  2KB  |  93 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.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnActivate = DoPasteCheck
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 273
  21.     Height = 89
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 12
  26.     Top = 20
  27.     Width = 65
  28.     Height = 18
  29.     AutoSize = False
  30.     Caption = 'DdeService:'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 12
  34.     Top = 44
  35.     Width = 61
  36.     Height = 18
  37.     AutoSize = False
  38.     Caption = 'DdeTopic:'
  39.   end
  40.   object AppEdit: TEdit
  41.     Left = 88
  42.     Top = 16
  43.     Width = 185
  44.     Height = 20
  45.     TabOrder = 0
  46.   end
  47.   object TopicEdit: TEdit
  48.     Left = 88
  49.     Top = 40
  50.     Width = 185
  51.     Height = 20
  52.     TabOrder = 1
  53.   end
  54.   object OK: TButton
  55.     Left = 40
  56.     Top = 104
  57.     Width = 77
  58.     Height = 27
  59.     Caption = '&OK'
  60.     Default = True
  61.     ModalResult = 1
  62.     TabOrder = 2
  63.   end
  64.   object CancelBtn: TButton
  65.     Left = 124
  66.     Top = 104
  67.     Width = 77
  68.     Height = 27
  69.     Cancel = True
  70.     Caption = 'Cancel'
  71.     ModalResult = 2
  72.     TabOrder = 3
  73.   end
  74.   object PasteBtn: TButton
  75.     Left = 80
  76.     Top = 64
  77.     Width = 93
  78.     Height = 27
  79.     Caption = '&Paste Link'
  80.     TabOrder = 4
  81.     OnClick = doPasteLink
  82.   end
  83.   object HelpBtn: TButton
  84.     Left = 208
  85.     Top = 104
  86.     Width = 73
  87.     Height = 27
  88.     Caption = '&Help'
  89.     TabOrder = 5
  90.     OnClick = HelpBtnClick
  91.   end
  92. end
  93.