home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 209
- Top = 159
- Width = 435
- Height = 156
- ActiveControl = BTalkDos
- Caption = 'A Windows Program Talks to a DOS Program'
- Color = clMaroon
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- PixelsPerInch = 96
- Scaled = False
- Visible = True
- TextHeight = 16
- object TEnterData: TLabel
- Left = 16
- Top = 8
- Width = 74
- Height = 20
- AutoSize = False
- Caption = 'Enter Data'
- end
- object BTalkDos: TButton
- Left = 256
- Top = 88
- Width = 153
- Height = 25
- Caption = 'Talk To Dos'
- TabOrder = 0
- OnClick = BTalkDosClick
- end
- object Edit1: TEdit
- Left = 96
- Top = 9
- Width = 316
- Height = 25
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 1
- Text = 'Edit1'
- end
- object BSetData: TButton
- Left = 16
- Top = 88
- Width = 153
- Height = 25
- Caption = 'Set Clipboard Data'
- TabOrder = 2
- OnClick = BSetDataClick
- end
- object Edit2: TEdit
- Left = 16
- Top = 48
- Width = 396
- Height = 25
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 3
- Text = 'Edit2'
- end
- end
-