home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 September / PCW0901.iso / Utilitiy / PartitionMagic / PartitionMagic6PRODEMO.ZIP / WINDOWS / RESCUEME / OS2DOS / PTEDIT32.EXE / 0 / RCDATA / TFRMGETMBRSECTOR / TFRMGETMBRSECTOR.txt
Text File  |  2000-10-10  |  982b  |  51 lines

  1. object frmGetMbrSector: TfrmGetMbrSector
  2.   Left = 434
  3.   Top = 210
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'MBR Sector Selection'
  7.   ClientHeight = 107
  8.   ClientWidth = 369
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 20
  20.     Width = 203
  21.     Height = 13
  22.     Caption = 'Enter the sector to view as an MBR sector:'
  23.   end
  24.   object edSector: TEdit
  25.     Left = 224
  26.     Top = 16
  27.     Width = 121
  28.     Height = 21
  29.     TabOrder = 0
  30.     Text = '0'
  31.   end
  32.   object Button1: TButton
  33.     Left = 87
  34.     Top = 64
  35.     Width = 75
  36.     Height = 25
  37.     Caption = '&Ok'
  38.     TabOrder = 1
  39.     OnClick = Button1Click
  40.   end
  41.   object Button2: TButton
  42.     Left = 207
  43.     Top = 64
  44.     Width = 75
  45.     Height = 25
  46.     Caption = '&Cancel'
  47.     TabOrder = 2
  48.     OnClick = Button2Click
  49.   end
  50. end
  51.