home *** CD-ROM | disk | FTP | other *** search
- object d: Td
- Left = 179
- Top = 164
- BorderStyle = bsDialog
- Caption = 'Create Directory'
- ClientHeight = 95
- ClientWidth = 373
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object k: TLabel
- Left = 16
- Top = 8
- Width = 225
- Height = 16
- Caption = 'Type in and we will create for you :'
- end
- object Edit1: TEdit
- Left = 16
- Top = 32
- Width = 337
- Height = 24
- TabOrder = 0
- end
- object Button1: TButton
- Left = 168
- Top = 64
- Width = 73
- Height = 25
- Caption = 'Create'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 272
- Top = 64
- Width = 73
- Height = 25
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-