home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / DDECOLOR / CLIMAIN.dfm / CLIMAIN.txt
Text File  |  1998-05-12  |  1KB  |  62 lines

  1. object MainForm: TMainForm
  2.   Left = 191
  3.   Top = 289
  4.   Width = 391
  5.   Height = 223
  6.   Caption = 'DDE Color Client (CClient)'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object Label1: TLabel
  18.     Left = 20
  19.     Top = 10
  20.     Width = 47
  21.     Height = 20
  22.     Caption = 'Color:'
  23.   end
  24.   object ColorValueLabel: TLabel
  25.     Left = 20
  26.     Top = 140
  27.     Width = 36
  28.     Height = 20
  29.     Caption = '0000'
  30.   end
  31.   object Edit1: TEdit
  32.     Left = 20
  33.     Top = 30
  34.     Width = 111
  35.     Height = 28
  36.     TabStop = False
  37.     Enabled = False
  38.     TabOrder = 0
  39.   end
  40.   object BitBtn1: TBitBtn
  41.     Left = 220
  42.     Top = 110
  43.     Width = 111
  44.     Height = 41
  45.     TabOrder = 1
  46.     Kind = bkClose
  47.   end
  48.   object DdeClientConv1: TDdeClientConv
  49.     Left = 128
  50.     Top = 24
  51.   end
  52.   object DdeClientItem1: TDdeClientItem
  53.     Text = '$00A8F181  '
  54.     Lines.Strings = (
  55.       '$00A8F181  ')
  56.     DdeConv = DdeClientConv1
  57.     OnChange = DdeClientItem1Change
  58.     Left = 216
  59.     Top = 24
  60.   end
  61. end
  62.