home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / explorer / update.dfm / update.txt < prev   
Encoding:
Text File  |  1995-03-21  |  1.7 KB  |  94 lines

  1. object UpdateDlg: TUpdateDlg
  2.   Left = 218
  3.   Top = 111
  4.   ActiveControl = CheckBox1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Update Objects'
  8.   ClientHeight = 182
  9.   ClientWidth = 333
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   TextHeight = 16
  18.   object Bevel2: TBevel
  19.     Left = 22
  20.     Top = 8
  21.     Width = 289
  22.     Height = 65
  23.   end
  24.   object Bevel1: TBevel
  25.     Left = 24
  26.     Top = 80
  27.     Width = 289
  28.     Height = 49
  29.   end
  30.   object Label1: TLabel
  31.     Left = 32
  32.     Top = 16
  33.     Width = 273
  34.     Height = 49
  35.     Alignment = taCenter
  36.     AutoSize = False
  37.     Caption = 
  38.       'Please select the object libraries you would like to update.  Ma' +
  39.       'ke sure your paths are correct in the Options Dialog.'
  40.     Font.Color = clBlack
  41.     Font.Height = -13
  42.     Font.Name = 'Arial'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object Bevel3: TBevel
  47.     Left = 0
  48.     Top = 128
  49.     Width = 337
  50.     Height = 10
  51.     Shape = bsBottomLine
  52.   end
  53.   object CheckBox1: TCheckBox
  54.     Left = 51
  55.     Top = 96
  56.     Width = 46
  57.     Height = 17
  58.     Caption = 'VCL'
  59.     TabOrder = 0
  60.   end
  61.   object CheckBox2: TCheckBox
  62.     Left = 147
  63.     Top = 96
  64.     Width = 54
  65.     Height = 17
  66.     Caption = 'OWL'
  67.     TabOrder = 1
  68.   end
  69.   object CheckBox3: TCheckBox
  70.     Left = 243
  71.     Top = 96
  72.     Width = 38
  73.     Height = 17
  74.     Caption = 'TV'
  75.     TabOrder = 2
  76.   end
  77.   object BitBtn1: TBitBtn
  78.     Left = 54
  79.     Top = 144
  80.     Width = 89
  81.     Height = 33
  82.     TabOrder = 3
  83.     Kind = bkOK
  84.   end
  85.   object BitBtn2: TBitBtn
  86.     Left = 190
  87.     Top = 144
  88.     Width = 89
  89.     Height = 33
  90.     TabOrder = 4
  91.     Kind = bkCancel
  92.   end
  93. end
  94.