home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Programy / enpm800retaildemo.exe / Setup / PMagic.cab / PMagicNT.exe / 0 / RCDATA / TDLGRESIZEROOT / TDLGRESIZEROOT.txt
Text File  |  2002-09-16  |  2KB  |  110 lines

  1. object dlgResizeRoot: TdlgResizeRoot
  2.   Left = 629
  3.   Top = 155
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Resize Root'
  7.   ClientHeight = 188
  8.   ClientWidth = 337
  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.   Position = poScreenCenter
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblCurUsed: TIntlLabel
  21.     Left = 65
  22.     Top = 27
  23.     Width = 173
  24.     Height = 13
  25.     Caption = 'Currently used:'
  26.   end
  27.   object lblNewCapacity: TIntlLabel
  28.     Left = 65
  29.     Top = 85
  30.     Width = 198
  31.     Height = 13
  32.     Caption = '&New capacity:'
  33.     FocusControl = edtNewCapacity
  34.   end
  35.   object lblCurCapacity: TIntlLabel
  36.     Left = 65
  37.     Top = 49
  38.     Width = 195
  39.     Height = 13
  40.     Caption = 'Current capacity:'
  41.   end
  42.   object lblCurUsedVal: TIntlLabel
  43.     Left = 203
  44.     Top = 27
  45.     Width = 193
  46.     Height = 13
  47.     Caption = '0 entries'
  48.   end
  49.   object lblCurCapacityVal: TIntlLabel
  50.     Left = 203
  51.     Top = 49
  52.     Width = 215
  53.     Height = 13
  54.     Caption = '0 entries'
  55.   end
  56.   object btnOK: TButton
  57.     Left = 49
  58.     Top = 139
  59.     Width = 70
  60.     Height = 25
  61.     Caption = '&OK'
  62.     Default = True
  63.     TabOrder = 2
  64.     OnClick = btnOKClick
  65.   end
  66.   object btnCancel: TButton
  67.     Left = 135
  68.     Top = 139
  69.     Width = 70
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = '&Cancel'
  73.     TabOrder = 3
  74.     OnClick = btnCancelClick
  75.   end
  76.   object btnHelp: TButton
  77.     Left = 221
  78.     Top = 139
  79.     Width = 70
  80.     Height = 25
  81.     Caption = '&Help'
  82.     TabOrder = 4
  83.     OnClick = btnHelpClick
  84.   end
  85.   object edtNewCapacity: TEdit
  86.     Left = 201
  87.     Top = 77
  88.     Width = 40
  89.     Height = 21
  90.     TabOrder = 0
  91.     Text = '512'
  92.     OnExit = edtNewCapacityExit
  93.     OnKeyPress = edtNewCapacityKeyPress
  94.   end
  95.   object spnNewCapacity: TUpDown
  96.     Left = 241
  97.     Top = 77
  98.     Width = 12
  99.     Height = 21
  100.     Associate = edtNewCapacity
  101.     Min = 512
  102.     Max = 4096
  103.     Position = 512
  104.     TabOrder = 1
  105.     Thousands = False
  106.     Wrap = False
  107.     OnChanging = spnNewCapacityChanging
  108.   end
  109. end
  110.