home *** CD-ROM | disk | FTP | other *** search
/ Powerdrive 1997 June / POWERDRIVE0697.ISO / share / win95 / anwend / qcopy / _setup.1 / Qcwin.exe / 0 / RCDATA / TWARNDLG / TWARNDLG.txt < prev   
Text File  |  1997-03-24  |  2KB  |  103 lines

  1. object WarnDlg: TWarnDlg
  2.   Left = 264
  3.   Top = 110
  4.   HelpContext = 71
  5.   ActiveControl = BitBtn2
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 288
  8.   ClientWidth = 358
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object Bevel1: TBevel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 358
  25.     Height = 288
  26.     Visible = False
  27.   end
  28.   object Label1: TLabel
  29.     Left = 64
  30.     Top = 216
  31.     Width = 3
  32.     Height = 14
  33.   end
  34.   object FileListBox1: TFileListBox
  35.     Left = 7
  36.     Top = 8
  37.     Width = 185
  38.     Height = 193
  39.     TabStop = False
  40.     FileType = [ftReadOnly, ftHidden, ftSystem, ftDirectory, ftArchive, ftNormal]
  41.     ItemHeight = 16
  42.     ShowGlyphs = True
  43.     TabOrder = 0
  44.   end
  45.   object DirectoryListBox1: TDirectoryListBox
  46.     Left = 207
  47.     Top = 32
  48.     Width = 145
  49.     Height = 169
  50.     TabStop = False
  51.     FileList = FileListBox1
  52.     ItemHeight = 16
  53.     TabOrder = 1
  54.   end
  55.   object DriveComboBox1: TDriveComboBox
  56.     Left = 207
  57.     Top = 8
  58.     Width = 145
  59.     Height = 20
  60.     TabStop = False
  61.     DirList = DirectoryListBox1
  62.     Enabled = False
  63.     TabOrder = 2
  64.   end
  65.   object BitBtn1: TBitBtn
  66.     Left = 8
  67.     Top = 244
  68.     Width = 109
  69.     Height = 24
  70.     Font.Color = clBlack
  71.     Font.Height = -11
  72.     Font.Name = 'Arial'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     TabOrder = 3
  76.     Kind = bkNo
  77.     Style = bsNew
  78.   end
  79.   object BitBtn2: TBitBtn
  80.     Left = 124
  81.     Top = 244
  82.     Width = 109
  83.     Height = 24
  84.     Font.Color = clBlack
  85.     Font.Height = -11
  86.     Font.Name = 'Arial'
  87.     Font.Style = []
  88.     ParentFont = False
  89.     TabOrder = 4
  90.     Kind = bkYes
  91.     Style = bsNew
  92.   end
  93.   object BitBtn3: TBitBtn
  94.     Left = 240
  95.     Top = 244
  96.     Width = 109
  97.     Height = 24
  98.     TabOrder = 5
  99.     Kind = bkCancel
  100.     Style = bsNew
  101.   end
  102. end
  103.