home *** CD-ROM | disk | FTP | other *** search
- object BulkDescriptionDlg: TBulkDescriptionDlg
- Left = 664
- Top = 721
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Archive Description'
- ClientHeight = 163
- ClientWidth = 460
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- PixelsPerInch = 96
- Position = poScreenCenter
- OnShow = FormShow
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 18
- Width = 460
- Height = 145
- HelpContext = 1021
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 6
- TabOrder = 0
- object Panel2: TPanel
- Left = 6
- Top = 98
- Width = 448
- Height = 41
- HelpContext = 1021
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object OkButton: TBitBtn
- Left = 1
- Top = 14
- Width = 75
- Height = 25
- Hint = 'Accept description for this file'
- HelpContext = 1021
- Caption = '&OK'
- Default = True
- ModalResult = 1
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- end
- object AllButton: TBitBtn
- Left = 93
- Top = 14
- Width = 75
- Height = 25
- Hint = 'Use description for remaining files'
- HelpContext = 1021
- Caption = 'Apply to &All'
- ModalResult = 6
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- end
- object CancelButton: TBitBtn
- Left = 276
- Top = 14
- Width = 75
- Height = 25
- Hint = 'Stop archiving files'
- HelpContext = 1021
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- end
- object HelpButton: TBitBtn
- Left = 365
- Top = 14
- Width = 75
- Height = 25
- Hint = 'Get explanation of dialog'
- HelpContext = 1021
- Caption = '&Help'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 4
- OnClick = HelpButtonClick
- end
- object SkipButton: TBitBtn
- Left = 184
- Top = 14
- Width = 75
- Height = 25
- Hint = 'Skip this file'
- HelpContext = 1021
- Caption = '&Skip'
- ModalResult = 7
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- end
- end
- object Panel3: TPanel
- Left = 6
- Top = 6
- Width = 448
- Height = 92
- Align = alClient
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 1
- object Description: TRichEdit
- Left = 1
- Top = 1
- Width = 446
- Height = 90
- Hint = 'Enter description of this file.'
- HelpContext = 1021
- Align = alClient
- PlainText = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- end
- object Panel4: TPanel
- Left = 0
- Top = 0
- Width = 460
- Height = 18
- HelpContext = 1021
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object Label1: TLabel
- Left = 10
- Top = 4
- Width = 84
- Height = 13
- Caption = 'Description of file:'
- end
- end
- end
-