home *** CD-ROM | disk | FTP | other *** search
- object SelWDir: TSelWDir
- Left = 197
- Top = 177
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Select working directory'
- ClientHeight = 79
- ClientWidth = 263
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 8
- Top = 48
- Width = 75
- Height = 25
- Caption = '&Ok'
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 184
- Top = 48
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object DirectoryEdit1: TDirectoryEdit
- Left = 8
- Top = 16
- Width = 249
- Height = 21
- GlyphKind = gkEllipsis
- NumGlyphs = 1
- TabOrder = 2
- end
- end
-