home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Programy / enpm800retaildemo.exe / Setup / PMagic.cab / PTEDIT32.EXE / 0 / RCDATA / TFRMGETMBRSECTOR / TFRMGETMBRSECTOR.txt
Text File  |  2002-09-16  |  1KB  |  53 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.   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.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 20
  22.     Width = 203
  23.     Height = 13
  24.     Caption = 'Enter the sector to view as an MBR sector:'
  25.   end
  26.   object edSector: TEdit
  27.     Left = 224
  28.     Top = 16
  29.     Width = 121
  30.     Height = 21
  31.     TabOrder = 0
  32.     Text = '0'
  33.   end
  34.   object Button1: TButton
  35.     Left = 87
  36.     Top = 64
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '&Ok'
  40.     TabOrder = 1
  41.     OnClick = Button1Click
  42.   end
  43.   object Button2: TButton
  44.     Left = 207
  45.     Top = 64
  46.     Width = 75
  47.     Height = 25
  48.     Caption = '&Cancel'
  49.     TabOrder = 2
  50.     OnClick = Button2Click
  51.   end
  52. end
  53.