home *** CD-ROM | disk | FTP | other *** search
- object Repairform: TRepairform
- Left = 785
- Top = 304
- BorderStyle = bsDialog
- Caption = 'Repair Archive'
- ClientHeight = 209
- ClientWidth = 417
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Topbevel: TBevel
- Left = 0
- Top = 65
- Width = 417
- Height = 8
- Align = alTop
- Shape = bsTopLine
- end
- object Bottombevel: TBevel
- Left = 8
- Top = 168
- Width = 401
- Height = 9
- Shape = bsTopLine
- end
- object Arcbutton: TSpeedButton
- Left = 384
- Top = 88
- Width = 23
- Height = 22
- Hint = 'Browse.'
- Caption = '...'
- OnClick = ArcbuttonClick
- end
- object Repbutton: TSpeedButton
- Left = 384
- Top = 136
- Width = 23
- Height = 22
- Hint = 'Browse.'
- Caption = '...'
- OnClick = RepbuttonClick
- end
- object Toppanel: TPanel
- Left = 0
- Top = 0
- Width = 417
- Height = 65
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 0
- object Captionlabel: TLabel
- Left = 8
- Top = 8
- Width = 140
- Height = 13
- Caption = 'Repair a Broken Archive'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Infolabel: TLabel
- Left = 16
- Top = 24
- Width = 319
- Height = 26
- Caption =
- 'Please select which archive to repair in the upper field and the' +
- ' new filename of the repaired archive in the lower field.'
- WordWrap = True
- end
- object Image: TImage
- Left = 361
- Top = 8
- Width = 48
- Height = 48
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- end
- object Arcedit: TLabeledEdit
- Left = 8
- Top = 88
- Width = 369
- Height = 21
- EditLabel.Width = 75
- EditLabel.Height = 13
- EditLabel.Caption = 'Broken archive:'
- LabelPosition = lpAbove
- LabelSpacing = 3
- ReadOnly = True
- TabOrder = 1
- end
- object Repedit: TLabeledEdit
- Left = 8
- Top = 136
- Width = 369
- Height = 21
- EditLabel.Width = 117
- EditLabel.Height = 13
- EditLabel.Caption = 'Repaired archive output:'
- LabelPosition = lpAbove
- LabelSpacing = 3
- ReadOnly = True
- TabOrder = 2
- end
- object Cancelbutton: TButton
- Left = 336
- Top = 176
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = CancelbuttonClick
- end
- object Repairbutton: TButton
- Left = 256
- Top = 176
- Width = 75
- Height = 25
- Caption = 'Repair'
- Default = True
- TabOrder = 4
- OnClick = RepairbuttonClick
- end
- object Helpbutton: TButton
- Left = 8
- Top = 176
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 5
- OnClick = HelpbuttonClick
- end
- end
-