home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 026A / WCMD32.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TFINDFILE / TFINDFILE.txt
Text File  |  1996-12-31  |  13KB  |  592 lines

  1. object FindFile: TFindFile
  2.   Tag = 1
  3.   Left = 198
  4.   Top = 56
  5.   Width = 489
  6.   Height = 414
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Visible = False
  9.   BorderIcons = [biSystemMenu]
  10.   Caption = 'Find Files'
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object id_startsearch: TButton
  24.     Tag = 70
  25.     Left = 389
  26.     Top = 22
  27.     Width = 91
  28.     Height = 25
  29.     Caption = '&Start search'
  30.     Default = True
  31.     TabOrder = 0
  32.     TabStop = False
  33.     OnClick = id_startsearchClick
  34.   end
  35.   object Cancel: TButton
  36.     Tag = 4002
  37.     Left = 389
  38.     Top = 50
  39.     Width = 91
  40.     Height = 25
  41.     Cancel = True
  42.     Caption = '&Cancel'
  43.     TabOrder = 1
  44.     TabStop = False
  45.     OnClick = CancelClick
  46.   end
  47.   object id_ResultPanel: TPanel
  48.     Left = 0
  49.     Top = 206
  50.     Width = 481
  51.     Height = 181
  52.     TabOrder = 2
  53.     object Label1: TLabel
  54.       Tag = 60
  55.       Left = 8
  56.       Top = 2
  57.       Width = 225
  58.       Height = 13
  59.       AutoSize = False
  60.       Caption = 'Search res&ults:'
  61.       FocusControl = id_ResultBox
  62.     end
  63.     object id_NewSearch: TButton
  64.       Tag = 62
  65.       Left = 129
  66.       Top = 136
  67.       Width = 110
  68.       Height = 23
  69.       Caption = '&new search'
  70.       Enabled = False
  71.       TabOrder = 2
  72.       TabStop = False
  73.       OnClick = id_NewSearchClick
  74.     end
  75.     object id_gotopath: TButton
  76.       Tag = 63
  77.       Left = 241
  78.       Top = 136
  79.       Width = 110
  80.       Height = 23
  81.       Caption = '&go to file'
  82.       Enabled = False
  83.       TabOrder = 3
  84.       TabStop = False
  85.       OnClick = id_gotopathClick
  86.     end
  87.     object id_WorkWithFound: TButton
  88.       Tag = 64
  89.       Left = 353
  90.       Top = 136
  91.       Width = 110
  92.       Height = 23
  93.       Caption = 'Feed to &listbox'
  94.       Enabled = False
  95.       TabOrder = 4
  96.       TabStop = False
  97.       OnClick = id_WorkWithFoundClick
  98.     end
  99.     object id_view: TButton
  100.       Tag = 61
  101.       Left = 17
  102.       Top = 136
  103.       Width = 110
  104.       Height = 23
  105.       Caption = '&view'
  106.       Enabled = False
  107.       TabOrder = 1
  108.       TabStop = False
  109.       OnClick = id_viewClick
  110.     end
  111.     object id_ResultBox: TWidthListBox
  112.       Left = 4
  113.       Top = 17
  114.       Width = 474
  115.       Height = 117
  116.       ItemHeight = 16
  117.       Style = lbOwnerDrawFixed
  118.       TabOrder = 0
  119.       OnDblClick = id_gotopathClick
  120.       OnDrawItem = id_ResultboxDrawItem
  121.     end
  122.     object id_StatusPanel: TPanel
  123.       Left = 3
  124.       Top = 162
  125.       Width = 475
  126.       Height = 17
  127.       Alignment = taLeftJustify
  128.       BevelOuter = bvLowered
  129.       TabOrder = 5
  130.     end
  131.   end
  132.   object TabbedNotebook1: TMyTabbedNotebook
  133.     Tag = 2
  134.     Left = 1
  135.     Top = 2
  136.     Width = 384
  137.     Height = 201
  138.     TabFont.Color = clBtnText
  139.     TabFont.Height = -11
  140.     TabFont.Name = 'MS Sans Serif'
  141.     TabFont.Style = []
  142.     TabOrder = 3
  143.     OnChange = TabbedNotebook1Change
  144.     object TTabPage
  145.       Left = 4
  146.       Top = 24
  147.       HelpContext = 100
  148.       Caption = 'General'
  149.       object Searchfor: TLabel
  150.         Tag = 3
  151.         Left = 7
  152.         Top = 7
  153.         Width = 80
  154.         Height = 14
  155.         AutoSize = False
  156.         Caption = 'Search &for:'
  157.         FocusControl = id_SearchName
  158.         WordWrap = True
  159.       end
  160.       object StartIn: TLabel
  161.         Tag = 4
  162.         Left = 7
  163.         Top = 35
  164.         Width = 80
  165.         Height = 14
  166.         AutoSize = False
  167.         Caption = 'Search &in:'
  168.         FocusControl = id_SearchIn
  169.         WordWrap = True
  170.       end
  171.       object Bevel1: TBevel
  172.         Left = 0
  173.         Top = 80
  174.         Width = 361
  175.         Height = 9
  176.         Shape = bsTopLine
  177.       end
  178.       object id_SearchName: TComboBox
  179.         Left = 85
  180.         Top = 6
  181.         Width = 286
  182.         Height = 21
  183.         DropDownCount = 20
  184.         ItemHeight = 13
  185.         MaxLength = 255
  186.         TabOrder = 0
  187.       end
  188.       object id_SearchIn: TComboBox
  189.         Left = 85
  190.         Top = 32
  191.         Width = 222
  192.         Height = 21
  193.         DropDownCount = 20
  194.         ItemHeight = 13
  195.         MaxLength = 255
  196.         TabOrder = 1
  197.       end
  198.       object id_Drives: TButton
  199.         Tag = 5
  200.         Left = 310
  201.         Top = 30
  202.         Width = 61
  203.         Height = 23
  204.         Caption = '&Drives'
  205.         TabOrder = 2
  206.         OnClick = id_DrivesClick
  207.       end
  208.       object id_searchpackers: TCheckBox
  209.         Tag = 6
  210.         Left = 85
  211.         Top = 60
  212.         Width = 284
  213.         Height = 17
  214.         Caption = 'Search A&rchives (ZIP, ARJ, LZH)'
  215.         TabOrder = 3
  216.       end
  217.       object id_DoFindText: TCheckBox
  218.         Tag = 7
  219.         Left = 8
  220.         Top = 90
  221.         Width = 80
  222.         Height = 17
  223.         Caption = 'Find &text:'
  224.         TabOrder = 4
  225.         OnClick = id_DoFindTextClick
  226.       end
  227.       object id_TextToFind: TComboBox
  228.         Left = 85
  229.         Top = 88
  230.         Width = 286
  231.         Height = 21
  232.         DropDownCount = 10
  233.         Enabled = False
  234.         ItemHeight = 13
  235.         MaxLength = 255
  236.         TabOrder = 5
  237.       end
  238.       object id_wholewords: TCheckBox
  239.         Tag = 8
  240.         Left = 85
  241.         Top = 112
  242.         Width = 200
  243.         Height = 17
  244.         Caption = '&Whole words only'
  245.         Enabled = False
  246.         TabOrder = 6
  247.       end
  248.       object id_case: TCheckBox
  249.         Tag = 9
  250.         Left = 85
  251.         Top = 128
  252.         Width = 200
  253.         Height = 17
  254.         Caption = 'Cas&e sensitive'
  255.         Enabled = False
  256.         TabOrder = 7
  257.       end
  258.       object id_Dos: TCheckBox
  259.         Tag = 10
  260.         Left = 85
  261.         Top = 144
  262.         Width = 200
  263.         Height = 17
  264.         Caption = '&ASCII-Charset (DOS)'
  265.         Enabled = False
  266.         TabOrder = 8
  267.       end
  268.     end
  269.     object TTabPage
  270.       Left = 4
  271.       Top = 24
  272.       HelpContext = 310
  273.       Caption = 'Advanced'
  274.       object cm_and: TLabel
  275.         Tag = 21
  276.         Left = 208
  277.         Top = 14
  278.         Width = 45
  279.         Height = 13
  280.         Alignment = taCenter
  281.         AutoSize = False
  282.         Caption = 'a&nd'
  283.         FocusControl = id_DateTo
  284.       end
  285.       object Bevel2: TBevel
  286.         Left = 0
  287.         Top = 64
  288.         Width = 361
  289.         Height = 9
  290.         Shape = bsTopLine
  291.       end
  292.       object Bevel3: TBevel
  293.         Left = 0
  294.         Top = 108
  295.         Width = 361
  296.         Height = 9
  297.         Shape = bsTopLine
  298.       end
  299.       object id_SearchDate: TCheckBox
  300.         Tag = 20
  301.         Left = 8
  302.         Top = 13
  303.         Width = 101
  304.         Height = 17
  305.         Caption = 'Date &between:'
  306.         TabOrder = 0
  307.         OnClick = id_SearchDateClick
  308.       end
  309.       object id_DateFrom: TEdit
  310.         Left = 112
  311.         Top = 12
  312.         Width = 93
  313.         Height = 21
  314.         Enabled = False
  315.         MaxLength = 10
  316.         TabOrder = 1
  317.       end
  318.       object id_DateTo: TEdit
  319.         Left = 256
  320.         Top = 12
  321.         Width = 93
  322.         Height = 21
  323.         Enabled = False
  324.         MaxLength = 10
  325.         TabOrder = 2
  326.       end
  327.       object id_SearchDelay: TCheckBox
  328.         Tag = 22
  329.         Left = 8
  330.         Top = 40
  331.         Width = 97
  332.         Height = 17
  333.         Caption = 'Not &older than:'
  334.         TabOrder = 3
  335.         OnClick = id_SearchDelayClick
  336.       end
  337.       object id_DelayEdit: TEdit
  338.         Left = 112
  339.         Top = 40
  340.         Width = 93
  341.         Height = 21
  342.         Enabled = False
  343.         MaxLength = 6
  344.         TabOrder = 4
  345.         Text = '1'
  346.       end
  347.       object id_DelayScroll: TScrollBar
  348.         Left = 205
  349.         Top = 40
  350.         Width = 15
  351.         Height = 21
  352.         Enabled = False
  353.         Kind = sbVertical
  354.         TabOrder = 5
  355.         OnScroll = id_DelayScrollScroll
  356.       end
  357.       object id_DelayUnit: TComboBox
  358.         Tag = 30
  359.         Left = 256
  360.         Top = 40
  361.         Width = 93
  362.         Height = 21
  363.         Style = csDropDownList
  364.         Enabled = False
  365.         ItemHeight = 13
  366.         Items.Strings = (
  367.           'hour(s)'
  368.           'day(s)'
  369.           'week(s)'
  370.           'month(s)'
  371.           'year(s)')
  372.         TabOrder = 6
  373.       end
  374.       object id_SearchSize: TCheckBox
  375.         Tag = 23
  376.         Left = 8
  377.         Top = 76
  378.         Width = 97
  379.         Height = 17
  380.         Caption = '&File size:'
  381.         TabOrder = 7
  382.         OnClick = id_SearchSizeClick
  383.