home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMARCHIVERESTORE / TFORMARCHIVERESTORE.txt
Encoding:
Text File  |  2004-04-06  |  2.9 KB  |  144 lines

  1. object FormArchiveRestore: TFormArchiveRestore
  2.   Left = 453
  3.   Top = 313
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'Restore Picture From Archive'
  7.   ClientHeight = 183
  8.   ClientWidth = 371
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 29
  23.     Top = 87
  24.     Width = 80
  25.     Height = 13
  26.     Caption = 'Archive Location'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 29
  30.     Top = 60
  31.     Width = 71
  32.     Height = 13
  33.     Caption = 'Image filename'
  34.   end
  35.   object LblImageFilename: TLabel
  36.     Left = 120
  37.     Top = 61
  38.     Width = 85
  39.     Height = 13
  40.     Caption = 'LblImageFilename'
  41.     ParentShowHint = False
  42.     ShowHint = True
  43.   end
  44.   object Bevel1: TBevel
  45.     Left = 0
  46.     Top = 49
  47.     Width = 371
  48.     Height = 4
  49.     Align = alTop
  50.     Shape = bsTopLine
  51.   end
  52.   object Label5: TLabel
  53.     Left = 75
  54.     Top = 120
  55.     Width = 220
  56.     Height = 13
  57.     Cursor = crHandPoint
  58.     Caption = 'Click here to view the archives with this image.'
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clBlue
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = [fsUnderline]
  64.     ParentFont = False
  65.     OnClick = Label5Click
  66.   end
  67.   object Panel1: TPanel
  68.     Left = 0
  69.     Top = 142
  70.     Width = 371
  71.     Height = 41
  72.     Align = alBottom
  73.     BevelOuter = bvNone
  74.     TabOrder = 0
  75.     object BtnRestore: TButton
  76.       Left = 90
  77.       Top = 8
  78.       Width = 75
  79.       Height = 25
  80.       Caption = 'Restore'
  81.       Default = True
  82.       TabOrder = 0
  83.       OnClick = BtnRestoreClick
  84.     end
  85.     object BtnCancel: TButton
  86.       Left = 210
  87.       Top = 8
  88.       Width = 75
  89.       Height = 25
  90.       Cancel = True
  91.       Caption = 'Cancel'
  92.       TabOrder = 1
  93.       OnClick = BtnCancelClick
  94.     end
  95.   end
  96.   object cbArchiveDrives: TComboBox
  97.     Left = 120
  98.     Top = 84
  99.     Width = 129
  100.     Height = 21
  101.     Style = csDropDownList
  102.     ItemHeight = 13
  103.     TabOrder = 1
  104.   end
  105.   object Panel2: TPanel
  106.     Left = 0
  107.     Top = 0
  108.     Width = 371
  109.     Height = 49
  110.     Align = alTop
  111.     BevelOuter = bvNone
  112.     Color = clBtnHighlight
  113.     TabOrder = 2
  114.     DesignSize = (
  115.       371
  116.       49)
  117.     object Label3: TLabel
  118.       Left = 8
  119.       Top = 8
  120.       Width = 99
  121.       Height = 13
  122.       Caption = 'Restoring Picture'
  123.       Font.Charset = DEFAULT_CHARSET
  124.       Font.Color = clWindowText
  125.       Font.Height = -11
  126.       Font.Name = 'MS Sans Serif'
  127.       Font.Style = [fsBold]
  128.       ParentFont = False
  129.     end
  130.     object Label4: TLabel
  131.       Left = 120
  132.       Top = 8
  133.       Width = 219
  134.       Height = 25
  135.       Anchors = [akLeft, akTop, akRight]
  136.       AutoSize = False
  137.       Caption = 
  138.         'To restore this image, insert the CD/DVD archive you wish to rec' +
  139.         'over from.'
  140.       WordWrap = True
  141.     end
  142.   end
  143. end
  144.