home *** CD-ROM | disk | FTP | other *** search
/ PC Computing Multimedia MegaPac / Multimedia_MegaPac_PC_Computing_D31N_Ziff-s_1999.iso / ZIP / ezzip2k.exe / _SETUP.1 / EZip.exe / 0 / RCDATA / TFINDFORM / TFINDFORM.txt
Text File  |  1999-06-03  |  5KB  |  259 lines

  1. object FindForm: TFindForm
  2.   Left = 270
  3.   Top = 180
  4.   BorderStyle = bsDialog
  5.   Caption = 'Find file(s)'
  6.   ClientHeight = 223
  7.   ClientWidth = 363
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object TabNote: TTabbedNotebook
  17.     Left = 0
  18.     Top = 0
  19.     Width = 361
  20.     Height = 185
  21.     TabFont.Charset = DEFAULT_CHARSET
  22.     TabFont.Color = clBtnText
  23.     TabFont.Height = -11
  24.     TabFont.Name = 'MS Sans Serif'
  25.     TabFont.Style = []
  26.     TabOrder = 0
  27.     object TTabPage
  28.       Left = 4
  29.       Top = 24
  30.       Caption = 'Scope'
  31.       object FTypeL: TLabel
  32.         Left = 16
  33.         Top = 56
  34.         Width = 42
  35.         Height = 13
  36.         Caption = 'File &type:'
  37.         FocusControl = FType
  38.       end
  39.       object FType: TEdit
  40.         Left = 64
  41.         Top = 53
  42.         Width = 281
  43.         Height = 21
  44.         TabOrder = 0
  45.       end
  46.     end
  47.     object TTabPage
  48.       Left = 4
  49.       Top = 24
  50.       Caption = 'Date'
  51.       object BetweenAndL: TLabel
  52.         Left = 48
  53.         Top = 56
  54.         Width = 171
  55.         Height = 13
  56.         Caption = 'Between                                     and'
  57.       end
  58.       object DayL: TLabel
  59.         Left = 48
  60.         Top = 79
  61.         Width = 22
  62.         Height = 13
  63.         Caption = '&Day:'
  64.         FocusControl = Day1
  65.       end
  66.       object MonthL: TLabel
  67.         Left = 48
  68.         Top = 102
  69.         Width = 33
  70.         Height = 13
  71.         Caption = '&Month:'
  72.         FocusControl = Month1
  73.       end
  74.       object YearL: TLabel
  75.         Left = 48
  76.         Top = 126
  77.         Width = 25
  78.         Height = 13
  79.         Caption = 'Y&ear:'
  80.         FocusControl = Year1
  81.       end
  82.       object DayEL: TLabel
  83.         Left = 208
  84.         Top = 79
  85.         Width = 22
  86.         Height = 13
  87.         Caption = 'Da&y:'
  88.         FocusControl = Day2
  89.       end
  90.       object MonthEL: TLabel
  91.         Left = 208
  92.         Top = 102
  93.         Width = 33
  94.         Height = 13
  95.         Caption = 'M&onth:'
  96.         FocusControl = Month2
  97.       end
  98.       object YearEL: TLabel
  99.         Left = 208
  100.         Top = 126
  101.         Width = 25
  102.         Height = 13
  103.         Caption = 'Yea&r:'
  104.         FocusControl = Year2
  105.       end
  106.       object AllDates: TRadioButton
  107.         Left = 16
  108.         Top = 8
  109.         Width = 113
  110.         Height = 17
  111.         Caption = '&All Dates'
  112.         TabOrder = 0
  113.         OnClick = AllDatesClick
  114.       end
  115.       object ModifiedDates: TRadioButton
  116.         Left = 16
  117.         Top = 32
  118.         Width = 161
  119.         Height = 17
  120.         Caption = '&Find Files created or modified '
  121.         TabOrder = 1
  122.         OnClick = ModifiedDatesClick
  123.       end
  124.       object Day1: TSpinEdit
  125.         Left = 88
  126.         Top = 72
  127.         Width = 73
  128.         Height = 22
  129.         MaxValue = 31
  130.         MinValue = 1
  131.         TabOrder = 2
  132.         Value = 1
  133.       end
  134.       object Month1: TSpinEdit
  135.         Left = 88
  136.         Top = 96
  137.         Width = 73
  138.         Height = 22
  139.         MaxValue = 12
  140.         MinValue = 1
  141.         TabOrder = 3
  142.         Value = 1
  143.       end
  144.       object Year1: TSpinEdit
  145.         Left = 88
  146.         Top = 120
  147.         Width = 73
  148.         Height = 22
  149.         MaxValue = 2060
  150.         MinValue = 1960
  151.         TabOrder = 4
  152.         Value = 1960
  153.       end
  154.       object Day2: TSpinEdit
  155.         Left = 256
  156.         Top = 72
  157.         Width = 65
  158.         Height = 22
  159.         MaxValue = 31
  160.         MinValue = 1
  161.         TabOrder = 5
  162.         Value = 1
  163.       end
  164.       object Month2: TSpinEdit
  165.         Left = 256
  166.         Top = 96
  167.         Width = 65
  168.         Height = 22
  169.         MaxValue = 12
  170.         MinValue = 1
  171.         TabOrder = 6
  172.         Value = 1
  173.       end
  174.       object Year2: TSpinEdit
  175.         Left = 256
  176.         Top = 120
  177.         Width = 65
  178.         Height = 22
  179.         MaxValue = 2060
  180.         MinValue = 1960
  181.         TabOrder = 7
  182.         Value = 1960
  183.       end
  184.     end
  185.     object TTabPage
  186.       Left = 4
  187.       Top = 24
  188.       Caption = 'Size'
  189.       object bytesL: TLabel
  190.         Left = 208
  191.         Top = 80
  192.         Width = 25
  193.         Height = 13
  194.         Caption = 'bytes'
  195.       end
  196.       object AllSizes: TRadioButton
  197.         Left = 24
  198.         Top = 16
  199.         Width = 113
  200.         Height = 17
  201.         Caption = '&All sizes'
  202.         TabOrder = 0
  203.         OnClick = AllSizesClick
  204.       end
  205.       object CSize: TRadioButton
  206.         Left = 24
  207.         Top = 40
  208.         Width = 209
  209.         Height = 17
  210.         Caption = '&Find  file size in the range'
  211.         TabOrder = 1
  212.         OnClick = CSizeClick
  213.       end
  214.       object SelSize: TMaskEdit
  215.         Left = 88
  216.         Top = 72
  217.         Width = 113
  218.         Height = 21
  219.         CharCase = ecLowerCase
  220.         EditMask = '999,999,999,999,999;0;_'
  221.         MaxLength = 19
  222.         TabOrder = 2
  223.       end
  224.       object SizeMode: TComboBox
  225.         Left = 88
  226.         Top = 104
  227.         Width = 153
  228.         Height = 21
  229.         Style = csDropDownList
  230.         ItemHeight = 13
  231.         Items.Strings = (
  232.           'Below (<=)'
  233.           'Above (>=)'
  234.           'Exact (=)')
  235.         TabOrder = 3
  236.       end
  237.     end
  238.   end
  239.   object OKButt: TCorelButton
  240.     Left = 200
  241.     Top = 192
  242.     Width = 75
  243.     Height = 23
  244.     Caption = '&OK'
  245.     Default = True
  246.     TabOrder = 1
  247.     OnClick = OKButtClick
  248.   end
  249.   object CancelButt: TCorelButton
  250.     Left = 280
  251.     Top = 192
  252.     Width = 75
  253.     Height = 23
  254.     Caption = '&Cancel'
  255.     TabOrder = 2
  256.     OnClick = CancelButtClick
  257.   end
  258. end
  259.