home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / wintalk / main.dfm / main.txt < prev   
Encoding:
Text File  |  1995-03-21  |  1.1 KB  |  65 lines

  1. object Form1: TForm1
  2.   Left = 209
  3.   Top = 159
  4.   Width = 435
  5.   Height = 156
  6.   ActiveControl = BTalkDos
  7.   Caption = 'A Windows Program Talks to a DOS Program'
  8.   Color = clMaroon
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   Scaled = False
  16.   Visible = True
  17.   TextHeight = 16
  18.   object TEnterData: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 74
  22.     Height = 20
  23.     AutoSize = False
  24.     Caption = 'Enter Data'
  25.   end
  26.   object BTalkDos: TButton
  27.     Left = 256
  28.     Top = 88
  29.     Width = 153
  30.     Height = 25
  31.     Caption = 'Talk To Dos'
  32.     TabOrder = 0
  33.     OnClick = BTalkDosClick
  34.   end
  35.   object Edit1: TEdit
  36.     Left = 96
  37.     Top = 9
  38.     Width = 316
  39.     Height = 25
  40.     Ctl3D = True
  41.     ParentCtl3D = False
  42.     TabOrder = 1
  43.     Text = 'Edit1'
  44.   end
  45.   object BSetData: TButton
  46.     Left = 16
  47.     Top = 88
  48.     Width = 153
  49.     Height = 25
  50.     Caption = 'Set Clipboard Data'
  51.     TabOrder = 2
  52.     OnClick = BSetDataClick
  53.   end
  54.   object Edit2: TEdit
  55.     Left = 16
  56.     Top = 48
  57.     Width = 396
  58.     Height = 25
  59.     Ctl3D = True
  60.     ParentCtl3D = False
  61.     TabOrder = 3
  62.     Text = 'Edit2'
  63.   end
  64. end
  65.