object FindForm: TFindForm Left = 270 Top = 180 BorderStyle = bsDialog Caption = 'Find file(s)' ClientHeight = 223 ClientWidth = 363 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object TabNote: TTabbedNotebook Left = 0 Top = 0 Width = 361 Height = 185 TabFont.Charset = DEFAULT_CHARSET TabFont.Color = clBtnText TabFont.Height = -11 TabFont.Name = 'MS Sans Serif' TabFont.Style = [] TabOrder = 0 object TTabPage Left = 4 Top = 24 Caption = 'Scope' object FTypeL: TLabel Left = 16 Top = 56 Width = 42 Height = 13 Caption = 'File &type:' FocusControl = FType end object FType: TEdit Left = 64 Top = 53 Width = 281 Height = 21 TabOrder = 0 end end object TTabPage Left = 4 Top = 24 Caption = 'Date' object BetweenAndL: TLabel Left = 48 Top = 56 Width = 171 Height = 13 Caption = 'Between and' end object DayL: TLabel Left = 48 Top = 79 Width = 22 Height = 13 Caption = '&Day:' FocusControl = Day1 end object MonthL: TLabel Left = 48 Top = 102 Width = 33 Height = 13 Caption = '&Month:' FocusControl = Month1 end object YearL: TLabel Left = 48 Top = 126 Width = 25 Height = 13 Caption = 'Y&ear:' FocusControl = Year1 end object DayEL: TLabel Left = 208 Top = 79 Width = 22 Height = 13 Caption = 'Da&y:' FocusControl = Day2 end object MonthEL: TLabel Left = 208 Top = 102 Width = 33 Height = 13 Caption = 'M&onth:' FocusControl = Month2 end object YearEL: TLabel Left = 208 Top = 126 Width = 25 Height = 13 Caption = 'Yea&r:' FocusControl = Year2 end object AllDates: TRadioButton Left = 16 Top = 8 Width = 113 Height = 17 Caption = '&All Dates' TabOrder = 0 OnClick = AllDatesClick end object ModifiedDates: TRadioButton Left = 16 Top = 32 Width = 161 Height = 17 Caption = '&Find Files created or modified ' TabOrder = 1 OnClick = ModifiedDatesClick end object Day1: TSpinEdit Left = 88 Top = 72 Width = 73 Height = 22 MaxValue = 31 MinValue = 1 TabOrder = 2 Value = 1 end object Month1: TSpinEdit Left = 88 Top = 96 Width = 73 Height = 22 MaxValue = 12 MinValue = 1 TabOrder = 3 Value = 1 end object Year1: TSpinEdit Left = 88 Top = 120 Width = 73 Height = 22 MaxValue = 2060 MinValue = 1960 TabOrder = 4 Value = 1960 end object Day2: TSpinEdit Left = 256 Top = 72 Width = 65 Height = 22 MaxValue = 31 MinValue = 1 TabOrder = 5 Value = 1 end object Month2: TSpinEdit Left = 256 Top = 96 Width = 65 Height = 22 MaxValue = 12 MinValue = 1 TabOrder = 6 Value = 1 end object Year2: TSpinEdit Left = 256 Top = 120 Width = 65 Height = 22 MaxValue = 2060 MinValue = 1960 TabOrder = 7 Value = 1960 end end object TTabPage Left = 4 Top = 24 Caption = 'Size' object bytesL: TLabel Left = 208 Top = 80 Width = 25 Height = 13 Caption = 'bytes' end object AllSizes: TRadioButton Left = 24 Top = 16 Width = 113 Height = 17 Caption = '&All sizes' TabOrder = 0 OnClick = AllSizesClick end object CSize: TRadioButton Left = 24 Top = 40 Width = 209 Height = 17 Caption = '&Find file size in the range' TabOrder = 1 OnClick = CSizeClick end object SelSize: TMaskEdit Left = 88 Top = 72 Width = 113 Height = 21 CharCase = ecLowerCase EditMask = '999,999,999,999,999;0;_' MaxLength = 19 TabOrder = 2 end object SizeMode: TComboBox Left = 88 Top = 104 Width = 153 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Below (<=)' 'Above (>=)' 'Exact (=)') TabOrder = 3 end end end object OKButt: TCorelButton Left = 200 Top = 192 Width = 75 Height = 23 Caption = '&OK' Default = True TabOrder = 1 OnClick = OKButtClick end object CancelButt: TCorelButton Left = 280 Top = 192 Width = 75 Height = 23 Caption = '&Cancel' TabOrder = 2 OnClick = CancelButtClick end end