home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / WCMD3532 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TFINDFILE / TFINDFILE.txt
Text File  |  1998-03-18  |  14KB  |  649 lines

  1. object FindFile: TFindFile
  2.   Tag = 1
  3.   Left = 199
  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 = clBtnText
  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 = 469
  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.       Font.Color = clWindowText
  117.       Font.Height = -11
  118.       Font.Name = 'MS Sans Serif'
  119.       Font.Style = []
  120.       ItemHeight = 16
  121.       ParentFont = False
  122.       Style = lbOwnerDrawFixed
  123.       TabOrder = 0
  124.       OnClick = id_ResultBoxClick
  125.       OnDblClick = id_gotopathClick
  126.       OnDrawItem = id_ResultboxDrawItem
  127.     end
  128.     object id_StatusPanel: TMyPanel
  129.       Left = 3
  130.       Top = 162
  131.       Width = 475
  132.       Height = 17
  133.       Alignment = taLeftJustify
  134.       BevelOuter = bvLowered
  135.       TabOrder = 5
  136.       RightLine = False
  137.     end
  138.   end
  139.   object TabbedNotebook1: TMyTabbedNotebook
  140.     Tag = 2
  141.     Left = 1
  142.     Top = 2
  143.     Width = 384
  144.     Height = 201
  145.     TabFont.Color = clBtnText
  146.     TabFont.Height = -11
  147.     TabFont.Name = 'MS Sans Serif'
  148.     TabFont.Style = []
  149.     TabOrder = 3
  150.     OnChange = TabbedNotebook1Change
  151.     object TTabPage
  152.       Left = 4
  153.       Top = 24
  154.       HelpContext = 100
  155.       Caption = 'General'
  156.       object Searchfor: TLabel
  157.         Tag = 3
  158.         Left = 5
  159.         Top = 7
  160.         Width = 80
  161.         Height = 14
  162.         AutoSize = False
  163.         Caption = 'Search &for:'
  164.         FocusControl = id_SearchName
  165.         WordWrap = True
  166.       end
  167.       object StartIn: TLabel
  168.         Tag = 4
  169.         Left = 5
  170.         Top = 35
  171.         Width = 80
  172.         Height = 14
  173.         AutoSize = False
  174.         Caption = 'Search &in:'
  175.         FocusControl = id_SearchIn
  176.         WordWrap = True
  177.       end
  178.       object Bevel1: TBevel
  179.         Left = 0
  180.         Top = 80
  181.         Width = 361
  182.         Height = 9
  183.         Shape = bsTopLine
  184.       end
  185.       object id_SearchName: TComboBox
  186.         Left = 85
  187.         Top = 6
  188.         Width = 286
  189.         Height = 21
  190.         DropDownCount = 20
  191.         Font.Color = clWindowText
  192.         Font.Height = -11
  193.         Font.Name = 'MS Sans Serif'
  194.         Font.Style = []
  195.         ItemHeight = 13
  196.         MaxLength = 255
  197.         ParentFont = False
  198.         TabOrder = 0
  199.       end
  200.       object id_SearchIn: TComboBox
  201.         Left = 85
  202.         Top = 32
  203.         Width = 222
  204.         Height = 21
  205.         DropDownCount = 20
  206.         Font.Color = clWindowText
  207.         Font.Height = -11
  208.         Font.Name = 'MS Sans Serif'
  209.         Font.Style = []
  210.         ItemHeight = 13
  211.         MaxLength = 255
  212.         ParentFont = False
  213.         TabOrder = 1
  214.       end
  215.       object id_Drives: TButton
  216.         Tag = 5
  217.         Left = 310
  218.         Top = 30
  219.         Width = 61
  220.         Height = 23
  221.         Caption = '&Drives'
  222.         TabOrder = 2
  223.         OnClick = id_DrivesClick
  224.       end
  225.       object id_searchpackers: TCheckBox
  226.         Tag = 6
  227.         Left = 84
  228.         Top = 60
  229.         Width = 285
  230.         Height = 17
  231.         Caption = 'Search a&rchives (ZIP, ARJ, LZH, TAR, GZ, CAB)'
  232.         TabOrder = 3
  233.       end
  234.       object id_DoFindText: TCheckBox
  235.         Tag = 7
  236.         Left = 5
  237.         Top = 90
  238.         Width = 80
  239.         Height = 17
  240.         Caption = 'Find &text:'
  241.         TabOrder = 4
  242.         OnClick = id_DoFindTextClick
  243.       end
  244.       object id_TextToFind: TComboBox
  245.         Left = 85
  246.         Top = 88
  247.         Width = 286
  248.         Height = 21
  249.         DropDownCount = 10
  250.         Font.Color = clWindowText
  251.         Font.Height = -11
  252.         Font.Name = 'MS Sans Serif'
  253.         Font.Style = []
  254.         ItemHeight = 13
  255.         MaxLength = 255
  256.         ParentFont = False
  257.         TabOrder = 5
  258.       end
  259.       object id_wholewords: TCheckBox
  260.         Tag = 8
  261.         Left = 85
  262.         Top = 112
  263.         Width = 286
  264.         Height = 17
  265.         Caption = '&Whole words only'
  266.         Enabled = False
  267.         TabOrder = 6
  268.       end
  269.       object id_case: TCheckBox
  270.         Tag = 9
  271.         Left = 85
  272.         Top = 128
  273.         Width = 286
  274.         Height = 17
  275.         Caption = 'Cas&e sensitive'
  276.         Enabled = False
  277.         TabOrder = 7
  278.       end
  279.       object id_Dos: TCheckBox
  280.         Tag = 10
  281.         Left = 85
  282.         Top = 144
  283.         Width = 286
  284.         Height = 17
  285.         Caption = '&ASCII charset (DOS)'
  286.         Enabled = False
  287.         TabOrder = 8
  288.       end
  289.     end
  290.     object TTabPage
  291.       Left = 4
  292.       Top = 24
  293.       HelpContext = 310
  294.       Caption = 'Advanced'
  295.       object cm_and: TLabel
  296.         Tag = 21
  297.         Left = 208
  298.         Top = 14
  299.         Width = 45
  300.         Height = 13
  301.         Alignment = taCenter
  302.         AutoSize = False
  303.         Caption = 'a&nd'
  304.         FocusControl = id_DateTo
  305.       end
  306.       object Bevel2: TBevel
  307.         Left = 0
  308.         Top = 64
  309.         Width = 361
  310.         Height = 9
  311.         Shape = bsTopLine
  312.       end
  313.       object Bevel3: TBevel
  314.         Left = 0
  315.         Top = 108
  316.         Width = 361
  317.         Height = 9
  318.         Shape = bsTopLine
  319.       end
  320.       object id_SearchDate: TCheckBox
  321.         Tag = 20
  322.         Left = 8
  323.         Top = 13
  324.         Width = 101
  325.         Height = 17
  326.         Caption = 'Date &between:'
  327.         TabOrder = 0
  328.         OnClick = id_SearchDateClick
  329.       end
  330.       object id_DateFrom: TEdit
  331.         Left = 112
  332.         Top = 12
  333.         Width = 93
  334.         Height = 21
  335.         Font.Color = clWindowText
  336.         Font.Height = -11
  337.         Font.Name = 'MS Sans Serif'
  338.         Font.Style = []
  339.         MaxLength = 17
  340.         ParentFont = False
  341.         TabOrder = 1
  342.       end
  343.       object id_DateTo: TEdit
  344.         Left = 256
  345.         Top = 12
  346.         Width = 93
  347.         Height = 21
  348.         Font.Color = clWindowText
  349.         Font.Height = -11
  350.         Font.Name = 'MS Sans Serif'
  351.         Font.Style = []
  352.         MaxLength = 17
  353.         ParentFont = False
  354.         TabOrder = 2
  355.       end
  356.       object id_SearchDelay: TCheckBox
  357.         Tag = 22
  358.         Left = 8
  359.         Top = 40
  360.         Width = 101
  361.         Height = 17
  362.         Caption = 'Not &older than:'
  363.         TabOrder = 3
  364.         OnClick = id_SearchDelayClick
  365.       end
  366.       object id_DelayEdit: TEdit
  367.         Left = 112
  368.         Top = 40
  369.         Width = 93
  370.         Height = 21
  371.         Font.Color = clWindowText
  372.         Font.Height = -11
  373.         Font.Name = 'MS Sans Serif'
  374.         Font.Style = []
  375.         MaxLength = 6
  376.         ParentFont = False
  377.         TabOrder = 4
  378.         Text = '1'
  379.       end
  380.       object id_DelayScroll: TScrollBar
  381.         Left = 205
  382.         Top = 40
  383.         Width = 15
  384.         Height = 21
  385.         Enabled = False
  386.         Kind = sbVertical
  387.         TabOrder = 5
  388.         OnScroll = id_DelayScrollScroll
  389.       end
  390.       object id_DelayUnit: TComboBox
  391.         Tag = 30
  392.         Left = 256
  393.         Top = 40
  394.         Width = 93
  395.         Height = 21
  396.         Style = csDropDownList
  397.         Enabled = False
  398.         Font.Color = clWindowText
  399.         Font.Height = -11
  400.         Font.Name = 'MS Sans Serif'
  401.         Font.Style = []
  402.         ItemHeight = 13
  403.         Items.Strings = (
  404.           'hour(s)'
  405.           'day(s)'
  406.           'week(s)'
  407.           'month(s)'
  408.           'year(s)')
  409.         ParentFont = False
  410.         TabOrder = 6
  411.       end
  412.       object id_SearchSize: TCheckBox
  413.         Tag = 23
  414.         Left = 8
  415.         Top = 76
  416.         Width = 101
  417.         Height = 17
  418.         Caption = '&File size:'
  419.         TabOrder = 7
  420.         OnClick = id_SearchSizeClick
  421.       end
  422.       object id_LargerSmaller: TComboBox
  423.         Left = 112
  424.         Top = 76
  425.         Width = 53
  426.         Height = 21
  427.         Style = csDropDownList
  428.         Enabled = False
  429.         Font.Color = clWindowText
  430.         Font.Height = -11
  431.         Font.Name = 'MS Sans Serif'
  432.         Font.Style = []
  433.         ItemHeight = 13
  434.         Items.Strings = (
  435.           '='
  436.           '>'
  437.           '<')
  438.         ParentFont = False
  439.         TabOrder = 8
  440.       end
  441.       object id_SizeEdit: TEdit
  442.         Left = 168
  443.         Top = 76
  444.         Width = 89
  445.         Height = 21
  446.         Font.Color = clWindowText
  447.         Font.Height = -11
  448.         Font.Name = 'MS Sans Serif'
  449.         Font.Style = []
  450.         MaxLength = 10
  451.         ParentFont = False
  452.         TabOrder = 9
  453.         Text = '1'
  454.       end
  455.       object id_SizeUnit: TComboBox
  456.         Left = 276
  457.         Top = 76
  458.         Width = 73
  459.         Height = 21
  460.         Style = csDropDownList
  461.         Enabled = False
  462.         Font.Color = clWindowText
  463.         Font.Height = -11
  464.         Font.Name = 'MS Sans Serif'
  465.         Font.Style = []
  466.         ItemHeight = 13
  467.         Items.Strings = (
  468.           'bytes'
  469.           'kbytes'
  470.           'Mbytes')
  471.         ParentFont = False
  472.         TabOrder = 10
  473.       end
  474.       object id_SearchAttribs: TCheckBox
  475.         Tag = 24
  476.         Left = 8
  477.         Top = 120
  478.         Width = 101
  479.         Height = 17
  480.         Caption = 'A&ttributes:'
  481.         TabOrder = 11
  482.         OnClick = id_SearchAttribsClick
  483.       end
  484.       object id_Archive: TMyCheckBox
  485.         Tag = 25
  486.         Left = 112
  487.         Top = 120
  488.         Width = 90
  489.         Height = 17
  490.         AllowGrayed = True
  491.         Caption = '&Archive'
  492.         Enabled = False
  493.         State = cbGrayed
  494.         TabOrder = 12
  495.       end
  496.       object id_Hidden: TMyCheckBox
  497.         Tag = 27
  498.         Left = 202
  499.         Top = 120
  500.         Width = 90
  501.         Height = 17
  502.         AllowGrayed = True
  503.         Caption = '&Hidden'
  504.         Enabled = False
  505.         State = cbGrayed
  506.         TabOrder = 13
  507.       end
  508.       object id_Directory: TMyCheckBox
  509.         Tag = 29
  510.         Left = 292
  511.         Top = 120
  512.         Width = 81
  513.         Height = 17
  514.         AllowGrayed = True
  515.         Caption = '&Directory'
  516.         Enabled = False
  517.         State = cbGrayed
  518.         TabOrder = 14
  519.       end
  520.       object id_ReadOnly: TMyCheckBox
  521.         Tag = 26
  522.         Left = 112
  523.         Top = 144
  524.         Width = 90
  525.         Height = 17
  526.         AllowGrayed = True
  527.         Caption = '&Read only'
  528.         Enabled = False
  529.         State = cbGrayed
  530.         TabOrder = 15
  531.       end
  532.       object id_System: TMyCheckBox
  533.         Tag = 28
  534.         Left = 202
  535.         Top = 144
  536.         Width = 90
  537.         Height = 17
  538.         AllowGrayed = True
  539.         Caption = 'S&ystem'
  540.         Enabled = False
  541.         State = cbGrayed
  542.         TabOrder = 16
  543.       end
  544.       object id_SizeScroll: TScrollBar
  545.         Left = 257
  546.         Top = 76
  547.         Width = 15
  548.         Height = 21
  549.         Enabled = False
  550.         Kind = sbVertical
  551.         TabOrder = 17
  552.         OnScroll = id_SizeScrollScroll
  553.       end
  554.     end
  555.     object TTabPage
  556.       Left = 4
  557.       Top = 24
  558.       HelpContext = 102
  559.       Caption = 'Load/Save'
  560.       object id_PreviousHeader: TLabel
  561.         Tag = 40
  562.         Left = 8
  563.         Top = 4
  564.         Width = 357
  565.         Height = 14
  566.         AutoSize = False
  567.         Caption = '&Previous searches:'
  568.         FocusControl = id_PreviousList
  569.       end
  570.       object id_PreviousList: TListBox
  571.         Left = 8
  572.         Top = 20
  573.         Width = 357
  574.         Height = 102
  575.         Font.Color = clWindowText
  576.         Font.Height = -11
  577.         Font.Name = 'MS Sans Serif'
  578.         Font.Style = []
  579.         ItemHeight = 13
  580.         ParentFont = False
  581.         Sorted = True
  582.         TabOrder = 0
  583.         OnClick = id_PreviousListClick
  584.         OnDblClick = id_LoadClick
  585.       end
  586.       object id_SearchContents: TPanel
  587.         Left = 8
  588.         Top = 124
  589.         Width = 357
  590.         Height = 17
  591.         Alignment = taLeftJustify
  592.         BevelOuter = bvLowered
  593.         TabOrder = 1
  594.       end
  595.       object id_Load: TButton
  596.         Tag = 41
  597.         Left = 40
  598.         Top = 144
  599.         Width = 89
  600.         Height = 25
  601.         Caption = '&Load'
  602.         TabOrder = 2
  603.         OnClick = id_LoadClick
  604.       end
  605.       object id_Save: TButton
  606.         Tag = 42
  607.         Left = 142
  608.         Top = 144
  609.         Width = 89
  610.         Height = 25
  611.         Caption = 'S&ave'
  612.         TabOrder = 3
  613.         OnClick = id_SaveClick
  614.       end
  615.       object id_Delete: TButton
  616.         Tag = 43
  617.         Left = 244
  618.         Top = 144
  619.         Width = 89
  620.         Height = 25
  621.         Caption = '&Delete'
  622.         TabOrder = 4
  623.         OnClick = id_DeleteClick
  624.       end
  625.     end
  626.   end
  627.   object id_GlobalHelp: TButton
  628.     Tag = 4003
  629.     Left = 390
  630.     Top = 78
  631.     Width = 91
  632.     Height = 25
  633.     Cancel = True
  634.     Caption = '&Help'
  635.     TabOrder = 4
  636.     TabStop = False
  637.     OnClick = id_GlobalHelpClick
  638.   end
  639.   object Translate1: TTranslate
  640.     Tag = 5600
  641.     Left = 448
  642.     Top = 88
  643.   end
  644.   object ResolutionFix1: TResolutionFix
  645.     Left = 448
  646.     Top = 120
  647.   end
  648. end
  649.