home *** CD-ROM | disk | FTP | other *** search
- object r: Tr
- Left = 133
- Top = 185
- BorderStyle = bsDialog
- Caption = 'Run'
- ClientHeight = 96
- ClientWidth = 363
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 153
- Height = 16
- Caption = 'We will open it for you :'
- end
- object Edit1: TEdit
- Left = 16
- Top = 32
- Width = 329
- Height = 24
- TabOrder = 0
- Text = 'Edit1'
- end
- object Button1: TButton
- Left = 136
- Top = 64
- Width = 89
- Height = 25
- Caption = 'RUN'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 248
- Top = 64
- Width = 89
- Height = 25
- Caption = 'CANCEL'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-