home *** CD-ROM | disk | FTP | other *** search
- object FormDir: TFormDir
- Left = 299
- Top = 159
- Width = 580
- Height = 400
- BorderIcons = [biSystemMenu, biHelp]
- Caption = 'Directory Information'
- Color = clBtnFace
- Constraints.MinHeight = 337
- Constraints.MinWidth = 480
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 557
- Height = 328
- HelpContext = 82
- TabStop = False
- Anchors = [akLeft, akTop, akRight, akBottom]
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 3
- end
- object Button1: TButton
- Left = 168
- Top = 343
- Width = 75
- Height = 25
- HelpContext = 83
- Anchors = [akRight, akBottom]
- Caption = '&Save As'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 248
- Top = 343
- Width = 75
- Height = 25
- HelpContext = 84
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = '&Close'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 330
- Top = 343
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Help'
- TabOrder = 2
- OnClick = Button3Click
- end
- end
-