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