home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / cdmage / CDmage.exe / 0 / RCDATA / TSECTORDLG / TSECTORDLG.txt
Text File  |  2001-03-01  |  1KB  |  70 lines

  1. object SectorDlg: TSectorDlg
  2.   Left = 340
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit start sector of track %.1d'
  7.   ClientHeight = 109
  8.   ClientWidth = 210
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 193
  19.     Height = 57
  20.     Shape = bsFrame
  21.   end
  22.   object MinLabel: TLabel
  23.     Left = 12
  24.     Top = 16
  25.     Width = 89
  26.     Height = 13
  27.     AutoSize = False
  28.     Caption = 'Min value: %.1d'
  29.   end
  30.   object MaxLabel: TLabel
  31.     Left = 104
  32.     Top = 16
  33.     Width = 91
  34.     Height = 13
  35.     Alignment = taRightJustify
  36.     AutoSize = False
  37.     Caption = 'Max value: %.1d'
  38.   end
  39.   object OKBtn: TButton
  40.     Left = 11
  41.     Top = 75
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'OK'
  45.     Default = True
  46.     TabOrder = 1
  47.     OnClick = OKBtnClick
  48.   end
  49.   object CancelBtn: TButton
  50.     Left = 123
  51.     Top = 75
  52.     Width = 75
  53.     Height = 25
  54.     Cancel = True
  55.     Caption = 'Cancel'
  56.     ModalResult = 2
  57.     TabOrder = 2
  58.   end
  59.   object SectorValue: TMaskEdit
  60.     Left = 80
  61.     Top = 40
  62.     Width = 49
  63.     Height = 21
  64.     EditMask = '!999999;1; '
  65.     MaxLength = 6
  66.     TabOrder = 0
  67.     Text = '      '
  68.   end
  69. end
  70.