home *** CD-ROM | disk | FTP | other *** search
- object FormArchiveRestore: TFormArchiveRestore
- Left = 453
- Top = 313
- AutoScroll = False
- BorderIcons = [biSystemMenu]
- Caption = 'Restore Picture From Archive'
- ClientHeight = 183
- ClientWidth = 371
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 29
- Top = 87
- Width = 80
- Height = 13
- Caption = 'Archive Location'
- end
- object Label2: TLabel
- Left = 29
- Top = 60
- Width = 71
- Height = 13
- Caption = 'Image filename'
- end
- object LblImageFilename: TLabel
- Left = 120
- Top = 61
- Width = 85
- Height = 13
- Caption = 'LblImageFilename'
- ParentShowHint = False
- ShowHint = True
- end
- object Bevel1: TBevel
- Left = 0
- Top = 49
- Width = 371
- Height = 4
- Align = alTop
- Shape = bsTopLine
- end
- object Label5: TLabel
- Left = 75
- Top = 120
- Width = 220
- Height = 13
- Cursor = crHandPoint
- Caption = 'Click here to view the archives with this image.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = Label5Click
- end
- object Panel1: TPanel
- Left = 0
- Top = 142
- Width = 371
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object BtnRestore: TButton
- Left = 90
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Restore'
- Default = True
- TabOrder = 0
- OnClick = BtnRestoreClick
- end
- object BtnCancel: TButton
- Left = 210
- Top = 8
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = BtnCancelClick
- end
- end
- object cbArchiveDrives: TComboBox
- Left = 120
- Top = 84
- Width = 129
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 371
- Height = 49
- Align = alTop
- BevelOuter = bvNone
- Color = clBtnHighlight
- TabOrder = 2
- DesignSize = (
- 371
- 49)
- object Label3: TLabel
- Left = 8
- Top = 8
- Width = 99
- Height = 13
- Caption = 'Restoring Picture'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 120
- Top = 8
- Width = 219
- Height = 25
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption =
- 'To restore this image, insert the CD/DVD archive you wish to rec' +
- 'over from.'
- WordWrap = True
- end
- end
- end
-