home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / ddedemo.pak / DDCLI.DFM / DDCLI.txt
Encoding:
Text File  |  1995-08-24  |  2.9 KB  |  152 lines

  1. object FormD: TFormD
  2.   Left = 124
  3.   Top = 108
  4.   AutoScroll = False
  5.   ActiveControl = AppName
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = 'DdeClientForm'
  9.   ClientHeight = 201
  10.   ClientWidth = 488
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   Menu = MainMenu1
  16.   PixelsPerInch = 96
  17.   Position = poScreenCenter
  18.   TextHeight = 13
  19.   object DdeDatLabel: TLabel
  20.     Left = 8
  21.     Top = 112
  22.     Width = 62
  23.     Height = 13
  24.     Caption = '&DDE Data:'
  25.     FocusControl = DdeDat
  26.   end
  27.   object GroupBox1: TGroupBox
  28.     Left = 4
  29.     Top = 4
  30.     Width = 285
  31.     Height = 101
  32.     Caption = 'Link Info'
  33.     TabOrder = 0
  34.     object Label2: TLabel
  35.       Left = 12
  36.       Top = 24
  37.       Width = 27
  38.       Height = 13
  39.       Caption = '&App:'
  40.       FocusControl = AppName
  41.     end
  42.     object Label3: TLabel
  43.       Left = 12
  44.       Top = 48
  45.       Width = 37
  46.       Height = 13
  47.       Caption = '&Topic:'
  48.       FocusControl = TopicName
  49.     end
  50.     object Label4: TLabel
  51.       Left = 12
  52.       Top = 72
  53.       Width = 29
  54.       Height = 13
  55.       Caption = '&Item:'
  56.       FocusControl = ItemName
  57.     end
  58.     object AppName: TEdit
  59.       Left = 60
  60.       Top = 20
  61.       Width = 217
  62.       Height = 20
  63.       TabOrder = 0
  64.       Text = 'DdeSrvr'
  65.     end
  66.     object TopicName: TEdit
  67.       Left = 60
  68.       Top = 44
  69.       Width = 217
  70.       Height = 20
  71.       TabOrder = 1
  72.       Text = 'DdeTestTopic'
  73.     end
  74.     object ItemName: TEdit
  75.       Left = 60
  76.       Top = 68
  77.       Width = 217
  78.       Height = 20
  79.       TabOrder = 2
  80.       Text = 'DdeTestItem'
  81.     end
  82.   end
  83.   object GroupBox2: TGroupBox
  84.     Left = 296
  85.     Top = 4
  86.     Width = 185
  87.     Height = 193
  88.     Caption = 'Extras'
  89.     TabOrder = 2
  90.     object Button3: TButton
  91.       Left = 8
  92.       Top = 20
  93.       Width = 77
  94.       Height = 27
  95.       Caption = 'Poke Data'
  96.       TabOrder = 0
  97.       OnClick = doPoke
  98.     end
  99.     object Button4: TButton
  100.       Left = 96
  101.       Top = 20
  102.       Width = 77
  103.       Height = 27
  104.       Caption = 'Exec Macro'
  105.       TabOrder = 1
  106.       OnClick = doMacro
  107.     end
  108.     object XEdit: TMemo
  109.       Left = 8
  110.       Top = 52
  111.       Width = 169
  112.       Height = 129
  113.       ScrollBars = ssVertical
  114.       TabOrder = 2
  115.     end
  116.   end
  117.   object DdeDat: TMemo
  118.     Left = 8
  119.     Top = 128
  120.     Width = 281
  121.     Height = 65
  122.     ScrollBars = ssVertical
  123.     TabOrder = 1
  124.   end
  125.   object MainMenu1: TMainMenu
  126.     Left = 456
  127.     object File1: TMenuItem
  128.       Caption = 'File'
  129.       object NewLink1: TMenuItem
  130.         Caption = 'New Link'
  131.         OnClick = doNewLink
  132.       end
  133.     end
  134.     object Edit1: TMenuItem
  135.       Caption = 'Edit'
  136.       OnClick = Edit1Click
  137.       object PasteLink1: TMenuItem
  138.         Caption = 'Paste Link'
  139.         OnClick = doPasteLink
  140.       end
  141.     end
  142.   end
  143.   object DdeClient: TDdeClientConv
  144.     Left = 392
  145.   end
  146.   object DdeClientItem: TDdeClientItem
  147.     OnChange = DdeClientItemChange
  148.     Left = 424
  149.     Top = 65532
  150.   end
  151. end
  152.