object LimitDlg: TLimitDlg Left = 404 Top = 235 ActiveControl = Button1 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'CD meter limit ' ClientHeight = 170 ClientWidth = 377 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 48 Top = 68 Width = 12 Height = 13 Caption = 'M:' end object Label2: TLabel Left = 104 Top = 68 Width = 10 Height = 13 Caption = 'S:' end object Label3: TLabel Left = 160 Top = 68 Width = 6 Height = 13 Caption = 'F' end object Label4: TLabel Left = 104 Top = 99 Width = 34 Height = 13 Caption = 'sectors' end object Bevel1: TBevel Left = 8 Top = 48 Width = 169 Height = 81 Shape = bsFrame end object Label5: TLabel Left = 16 Top = 42 Width = 55 Height = 13 Caption = 'Custom limit' end object Bevel2: TBevel Left = 184 Top = 16 Width = 185 Height = 113 Shape = bsFrame end object Label6: TLabel Left = 192 Top = 10 Width = 29 Height = 13 Caption = 'Colors' end object Label7: TLabel Left = 192 Top = 45 Width = 70 Height = 13 Caption = 'Size within limit' end object Label8: TLabel Left = 192 Top = 93 Width = 73 Height = 13 Caption = 'Size above limit' end object Label9: TLabel Left = 318 Top = 22 Width = 42 Height = 13 Caption = 'Selected' end object LimitPreset: TComboBox Left = 29 Top = 16 Width = 129 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = LimitPresetChange Items.Strings = ( '18 min' '63 min' '74 min' '80 min' 'custom') end object Minutes: TMaskEdit Left = 16 Top = 64 Width = 26 Height = 21 Enabled = False EditMask = '999;1; ' MaxLength = 3 TabOrder = 1 Text = ' ' OnExit = MSFExit end object Seconds: TMaskEdit Left = 72 Top = 64 Width = 20 Height = 21 Enabled = False EditMask = '99;1; ' MaxLength = 2 TabOrder = 2 Text = ' ' OnExit = MSFExit end object Frames: TMaskEdit Left = 128 Top = 64 Width = 20 Height = 21 Enabled = False EditMask = '99;1; ' MaxLength = 2 TabOrder = 3 Text = ' ' OnExit = MSFExit end object blocks: TMaskEdit Left = 40 Top = 96 Width = 46 Height = 21 Enabled = False EditMask = '999999;1; ' MaxLength = 6 TabOrder = 4 Text = ' ' OnExit = blocksExit end object Button1: TButton Left = 24 Top = 136 Width = 73 Height = 25 Caption = 'OK' Default = True TabOrder = 5 OnClick = Button1Click end object Button2: TButton Left = 280 Top = 136 Width = 73 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 6 end object LimNonSel: TPanel Left = 280 Top = 40 Width = 25 Height = 25 Cursor = crHandPoint TabOrder = 7 OnClick = PanelClick end object LimSel: TPanel Left = 328 Top = 40 Width = 25 Height = 25 Cursor = crHandPoint TabOrder = 8 OnClick = PanelClick end object NonLimNonSel: TPanel Left = 280 Top = 88 Width = 25 Height = 25 Cursor = crHandPoint TabOrder = 9 OnClick = PanelClick end object NonLimSel: TPanel Left = 328 Top = 88 Width = 25 Height = 25 Cursor = crHandPoint TabOrder = 10 OnClick = PanelClick end object ColorDialog: TColorDialog Ctl3D = True Options = [cdFullOpen, cdSolidColor, cdAnyColor] Left = 168 Top = 136 end end