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 / TDLGVOLSETFORMAT / TDLGVOLSETFORMAT.txt
Text File  |  2002-09-16  |  2KB  |  93 lines

  1. object dlgVolSetFormat: TdlgVolSetFormat
  2.   Left = 323
  3.   Top = 436
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Format Volume Set'
  7.   ClientHeight = 165
  8.   ClientWidth = 358
  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 lblVolSetType: TIntlLabel
  21.     Left = 30
  22.     Top = 56
  23.     Width = 84
  24.     Height = 13
  25.     Caption = 'Volume Set Type:'
  26.     FocusControl = cbxVolSetType
  27.   end
  28.   object lblNewLabel: TIntlLabel
  29.     Left = 30
  30.     Top = 89
  31.     Width = 178
  32.     Height = 13
  33.     Caption = '&Label:'
  34.     FocusControl = edtNewLabel
  35.   end
  36.   object lblFormatWarning: TIntlLabel
  37.     Left = 30
  38.     Top = 16
  39.     Width = 308
  40.     Height = 28
  41.     AutoSize = False
  42.     Caption = 'Formatting this volume set will DESTROY the data it contains!'
  43.     WordWrap = True
  44.   end
  45.   object btnOK: TButton
  46.     Left = 48
  47.     Top = 129
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&OK'
  51.     Default = True
  52.     TabOrder = 2
  53.     OnClick = btnOKClick
  54.   end
  55.   object btnCancel: TButton
  56.     Left = 142
  57.     Top = 129
  58.     Width = 75
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = '&Cancel'
  62.     TabOrder = 3
  63.     OnClick = btnCancelClick
  64.   end
  65.   object btnHelp: TButton
  66.     Left = 235
  67.     Top = 129
  68.     Width = 75
  69.     Height = 25
  70.     Caption = '&Help'
  71.     TabOrder = 4
  72.     OnClick = btnHelpClick
  73.   end
  74.   object edtNewLabel: TEdit
  75.     Left = 124
  76.     Top = 82
  77.     Width = 136
  78.     Height = 21
  79.     TabOrder = 1
  80.     OnKeyPress = edtNewLabelKeyPress
  81.   end
  82.   object cbxVolSetType: TComboBoxInt
  83.     Left = 125
  84.     Top = 50
  85.     Width = 136
  86.     Height = 21
  87.     Style = csDropDownList
  88.     ItemHeight = 13
  89.     TabOrder = 0
  90.     OnChange = cbxVolSetTypeChange
  91.   end
  92. end
  93.