home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / test / resplendentregistrar / rrtri.exe / RR.EXE / 0 / RCDATA / TDESCRIPTIONFORM / TDESCRIPTIONFORM.txt
Encoding:
Text File  |  2002-02-20  |  1.1 KB  |  57 lines

  1. object DescriptionForm: TDescriptionForm
  2.   Left = 362
  3.   Top = 391
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsToolWindow
  7.   BorderWidth = 10
  8.   Caption = 'Performing Backup'
  9.   ClientHeight = 79
  10.   ClientWidth = 387
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 107
  25.     Height = 13
  26.     Caption = 'Description of backup:'
  27.   end
  28.   object EditDescription: TEdit
  29.     Left = 0
  30.     Top = 18
  31.     Width = 387
  32.     Height = 21
  33.     TabOrder = 0
  34.   end
  35.   object ButtonOk: TButton
  36.     Left = 0
  37.     Top = 54
  38.     Width = 75
  39.     Height = 22
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.     OnClick = ButtonOkClick
  45.   end
  46.   object ButtonCancel: TButton
  47.     Left = 80
  48.     Top = 54
  49.     Width = 75
  50.     Height = 22
  51.     Caption = 'Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 2
  54.     OnClick = ButtonCancelClick
  55.   end
  56. end
  57.