home *** CD-ROM | disk | FTP | other *** search
- object frmGetMbrSector: TfrmGetMbrSector
- Left = 434
- Top = 210
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'MBR Sector Selection'
- ClientHeight = 107
- ClientWidth = 369
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 20
- Width = 203
- Height = 13
- Caption = 'Enter the sector to view as an MBR sector:'
- end
- object edSector: TEdit
- Left = 224
- Top = 16
- Width = 121
- Height = 21
- TabOrder = 0
- Text = '0'
- end
- object Button1: TButton
- Left = 87
- Top = 64
- Width = 75
- Height = 25
- Caption = '&Ok'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 207
- Top = 64
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-