home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIP_CD_2003-05.iso / software / cdmage / CDmage1-02-1B5.exe / CDmage.exe / 0 / RCDATA / TLIMITDLG / TLIMITDLG.txt
Text File  |  2001-07-26  |  4KB  |  220 lines

  1. object LimitDlg: TLimitDlg
  2.   Left = 404
  3.   Top = 235
  4.   ActiveControl = Button1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'CD meter limit '
  8.   ClientHeight = 170
  9.   ClientWidth = 377
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   OldCreateOrder = True
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 48
  18.     Top = 68
  19.     Width = 12
  20.     Height = 13
  21.     Caption = 'M:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 104
  25.     Top = 68
  26.     Width = 10
  27.     Height = 13
  28.     Caption = 'S:'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 160
  32.     Top = 68
  33.     Width = 6
  34.     Height = 13
  35.     Caption = 'F'
  36.   end
  37.   object Label4: TLabel
  38.     Left = 104
  39.     Top = 99
  40.     Width = 34
  41.     Height = 13
  42.     Caption = 'sectors'
  43.   end
  44.   object Bevel1: TBevel
  45.     Left = 8
  46.     Top = 48
  47.     Width = 169
  48.     Height = 81
  49.     Shape = bsFrame
  50.   end
  51.   object Label5: TLabel
  52.     Left = 16
  53.     Top = 42
  54.     Width = 55
  55.     Height = 13
  56.     Caption = 'Custom limit'
  57.   end
  58.   object Bevel2: TBevel
  59.     Left = 184
  60.     Top = 16
  61.     Width = 185
  62.     Height = 113
  63.     Shape = bsFrame
  64.   end
  65.   object Label6: TLabel
  66.     Left = 192
  67.     Top = 10
  68.     Width = 29
  69.     Height = 13
  70.     Caption = 'Colors'
  71.   end
  72.   object Label7: TLabel
  73.     Left = 192
  74.     Top = 45
  75.     Width = 70
  76.     Height = 13
  77.     Caption = 'Size within limit'
  78.   end
  79.   object Label8: TLabel
  80.     Left = 192
  81.     Top = 93
  82.     Width = 73
  83.     Height = 13
  84.     Caption = 'Size above limit'
  85.   end
  86.   object Label9: TLabel
  87.     Left = 318
  88.     Top = 22
  89.     Width = 42
  90.     Height = 13
  91.     Caption = 'Selected'
  92.   end
  93.   object LimitPreset: TComboBox
  94.     Left = 29
  95.     Top = 16
  96.     Width = 129
  97.     Height = 21
  98.     Style = csDropDownList
  99.     ItemHeight = 13
  100.     TabOrder = 0
  101.     OnChange = LimitPresetChange
  102.     Items.Strings = (
  103.       '18 min'
  104.       '63 min'
  105.       '74 min'
  106.       '80 min'
  107.       'custom')
  108.   end
  109.   object Minutes: TMaskEdit
  110.     Left = 16
  111.     Top = 64
  112.     Width = 26
  113.     Height = 21
  114.     Enabled = False
  115.     EditMask = '999;1; '
  116.     MaxLength = 3
  117.     TabOrder = 1
  118.     Text = '   '
  119.     OnExit = MSFExit
  120.   end
  121.   object Seconds: TMaskEdit
  122.     Left = 72
  123.     Top = 64
  124.     Width = 20
  125.     Height = 21
  126.     Enabled = False
  127.     EditMask = '99;1; '
  128.     MaxLength = 2
  129.     TabOrder = 2
  130.     Text = '  '
  131.     OnExit = MSFExit
  132.   end
  133.   object Frames: TMaskEdit
  134.     Left = 128
  135.     Top = 64
  136.     Width = 20
  137.     Height = 21
  138.     Enabled = False
  139.     EditMask = '99;1; '
  140.     MaxLength = 2
  141.     TabOrder = 3
  142.     Text = '  '
  143.     OnExit = MSFExit
  144.   end
  145.   object blocks: TMaskEdit
  146.     Left = 40
  147.     Top = 96
  148.     Width = 46
  149.     Height = 21
  150.     Enabled = False
  151.     EditMask = '999999;1; '
  152.     MaxLength = 6
  153.     TabOrder = 4
  154.     Text = '      '
  155.     OnExit = blocksExit
  156.   end
  157.   object Button1: TButton
  158.     Left = 24
  159.     Top = 136
  160.     Width = 73
  161.     Height = 25
  162.     Caption = 'OK'
  163.     Default = True
  164.     TabOrder = 5
  165.     OnClick = Button1Click
  166.   end
  167.   object Button2: TButton
  168.     Left = 280
  169.     Top = 136
  170.     Width = 73
  171.     Height = 25
  172.     Cancel = True
  173.     Caption = 'Cancel'
  174.     ModalResult = 2
  175.     TabOrder = 6
  176.   end
  177.   object LimNonSel: TPanel
  178.     Left = 280
  179.     Top = 40
  180.     Width = 25
  181.     Height = 25
  182.     Cursor = crHandPoint
  183.     TabOrder = 7
  184.     OnClick = PanelClick
  185.   end
  186.   object LimSel: TPanel
  187.     Left = 328
  188.     Top = 40
  189.     Width = 25
  190.     Height = 25
  191.     Cursor = crHandPoint
  192.     TabOrder = 8
  193.     OnClick = PanelClick
  194.   end
  195.   object NonLimNonSel: TPanel
  196.     Left = 280
  197.     Top = 88
  198.     Width = 25
  199.     Height = 25
  200.     Cursor = crHandPoint
  201.     TabOrder = 9
  202.     OnClick = PanelClick
  203.   end
  204.   object NonLimSel: TPanel
  205.     Left = 328
  206.     Top = 88
  207.     Width = 25
  208.     Height = 25
  209.     Cursor = crHandPoint
  210.     TabOrder = 10
  211.     OnClick = PanelClick
  212.   end
  213.   object ColorDialog: TColorDialog
  214.     Ctl3D = True
  215.     Options = [cdFullOpen, cdSolidColor, cdAnyColor]
  216.     Left = 168
  217.     Top = 136
  218.   end
  219. end
  220.