home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / offline / oc_setup.exe / %MAINDIR% / oc.exe / 0 / RCDATA / TSEARCHDLGFORM / TSEARCHDLGFORM.txt < prev   
Encoding:
Text File  |  2002-10-30  |  11.2 KB  |  455 lines

  1. object SearchDlgForm: TSearchDlgForm
  2.   Left = 282
  3.   Top = 189
  4.   HelpContext = 1033
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   BorderWidth = 3
  8.   Caption = 'Search in Retrieved Files'
  9.   ClientHeight = 278
  10.   ClientWidth = 429
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = 11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = True
  19.   Position = poMainFormCenter
  20.   PrintScale = poNone
  21.   Scaled = False
  22.   OnActivate = FormActivate
  23.   OnCloseQuery = FormCloseQuery
  24.   OnCreate = FormCreate
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object Panel1: TPanel
  28.     Left = 0
  29.     Top = 240
  30.     Width = 429
  31.     Height = 38
  32.     Align = alBottom
  33.     BevelOuter = bvNone
  34.     TabOrder = 1
  35.     object btOk: TBitBtn
  36.       Left = 160
  37.       Top = 9
  38.       Width = 77
  39.       Height = 25
  40.       Action = acSearch
  41.       Caption = 'Search'
  42.       TabOrder = 0
  43.       Kind = bkOK
  44.     end
  45.     object btCancel: TBitBtn
  46.       Left = 248
  47.       Top = 9
  48.       Width = 77
  49.       Height = 25
  50.       TabOrder = 1
  51.       OnClick = btCancelClick
  52.       Kind = bkCancel
  53.     end
  54.     object btHelp: TBitBtn
  55.       Left = 336
  56.       Top = 9
  57.       Width = 75
  58.       Height = 25
  59.       TabOrder = 2
  60.       Kind = bkHelp
  61.     end
  62.   end
  63.   object PageControl1: TPageControl
  64.     Left = 0
  65.     Top = 0
  66.     Width = 429
  67.     Height = 240
  68.     ActivePage = TabSheet1
  69.     Align = alClient
  70.     TabOrder = 0
  71.     object TabSheet1: TTabSheet
  72.       BorderWidth = 3
  73.       Caption = 'General'
  74.       object GroupBox1: TGroupBox
  75.         Left = 0
  76.         Top = 0
  77.         Width = 415
  78.         Height = 206
  79.         Align = alClient
  80.         Caption = 'Search for files '
  81.         TabOrder = 0
  82.         object Label2: TLabel
  83.           Left = 8
  84.           Top = 20
  85.           Width = 65
  86.           Height = 13
  87.           Caption = 'URL or mask:'
  88.           Layout = tlBottom
  89.         end
  90.         object Label6: TLabel
  91.           Left = 8
  92.           Top = 115
  93.           Width = 298
  94.           Height = 13
  95.           Caption = 'Containing text (you may join keywords with boolean operators):'
  96.         end
  97.         object Label1: TLabel
  98.           Left = 8
  99.           Top = 48
  100.           Width = 72
  101.           Height = 13
  102.           Caption = 'Title (bool exp):'
  103.           Layout = tlBottom
  104.         end
  105.         object Label9: TLabel
  106.           Left = 8
  107.           Top = 84
  108.           Width = 43
  109.           Height = 13
  110.           Caption = 'FileType:'
  111.         end
  112.         object edUrl: TEdit
  113.           Left = 84
  114.           Top = 16
  115.           Width = 321
  116.           Height = 21
  117.           TabOrder = 0
  118.         end
  119.         object edTitle: TEdit
  120.           Left = 84
  121.           Top = 44
  122.           Width = 321
  123.           Height = 21
  124.           TabOrder = 1
  125.         end
  126.         object mmFindText: TMemo
  127.           Left = 8
  128.           Top = 132
  129.           Width = 397
  130.           Height = 41
  131.           TabOrder = 4
  132.         end
  133.         object cbFileType: TxxxComboBox
  134.           Left = 56
  135.           Top = 80
  136.           Width = 117
  137.           Height = 21
  138.           Cursor = crArrow
  139.           Style = csDropDownList
  140.           ItemHeight = 13
  141.           TabOrder = 2
  142.           Items.Strings = (
  143.             'ALL'
  144.             'HTML'
  145.             'GIF'
  146.             'JPEG'
  147.             'BMP'
  148.             'OTHER'
  149.             'TEXT')
  150.           ItemIndex = -1
  151.         end
  152.         object gbState: TGroupBox
  153.           Left = 192
  154.           Top = 68
  155.           Width = 213
  156.           Height = 37
  157.           Caption = 'State'
  158.           TabOrder = 3
  159.           object cbQueued: TCheckBox
  160.             Left = 144
  161.             Top = 12
  162.             Width = 60
  163.             Height = 17
  164.             Caption = 'Queued'
  165.             Checked = True
  166.             Color = clBtnFace
  167.             ParentColor = False
  168.             State = cbChecked
  169.             TabOrder = 2
  170.           end
  171.           object cbSuccess: TCheckBox
  172.             Left = 8
  173.             Top = 12
  174.             Width = 60
  175.             Height = 17
  176.             Caption = 'Success'
  177.             Checked = True
  178.             Color = clBtnFace
  179.             ParentColor = False
  180.             State = cbChecked
  181.             TabOrder = 0
  182.           end
  183.           object cbError: TCheckBox
  184.             Left = 84
  185.             Top = 12
  186.             Width = 47
  187.             Height = 17
  188.             Caption = 'Error'
  189.             Checked = True
  190.             Color = clBtnFace
  191.             ParentColor = False
  192.             State = cbChecked
  193.             TabOrder = 1
  194.           end
  195.         end
  196.         object cbAddWildcards: TCheckBox
  197.           Left = 8
  198.           Top = 180
  199.           Width = 173
  200.           Height = 17
  201.           Caption = 'Add wildcards automatically'
  202.           Checked = True
  203.           State = cbChecked
  204.           TabOrder = 5
  205.           OnClick = cbAddWildcardsClick
  206.         end
  207.       end
  208.     end
  209.     object TabSheet2: TTabSheet
  210.       BorderWidth = 3
  211.       Caption = 'Advanced Search'
  212.       ImageIndex = 1
  213.       object GroupBox2: TGroupBox
  214.         Left = 0
  215.         Top = 0
  216.         Width = 415
  217.         Height = 206
  218.         Align = alClient
  219.         TabOrder = 0
  220.         object Label4: TLabel
  221.           Left = 240
  222.           Top = 64
  223.           Width = 156
  224.           Height = 13
  225.           Caption = 'Max Size or Min Size - Max Size :'
  226.           Layout = tlBottom
  227.         end
  228.         object edSize: TxxxEdit
  229.           Left = 240
  230.           Top = 82
  231.           Width = 153
  232.           Height = 21
  233.           TabOrder = 3
  234.           KeyFilter = kfDiapDigitOnly
  235.         end
  236.         object gbMaxRes: TGroupBox
  237.           Left = 240
  238.           Top = 12
  239.           Width = 165
  240.           Height = 45
  241.           TabOrder = 2
  242.           object cbMaxRes: TCheckBox
  243.             Left = 12
  244.             Top = -2
  245.             Width = 89
  246.             Height = 17
  247.             Caption = 'Max Results'
  248.             TabOrder = 0
  249.             OnClick = cbMaxResClick
  250.           end
  251.           object edMaxSearch: TxxxEdit
  252.             Left = 12
  253.             Top = 16
  254.             Width = 137
  255.             Height = 21
  256.             Color = clBtnFace
  257.             Enabled = False
  258.             TabOrder = 1
  259.             Text = 'Unlimited'
  260.             KeyFilter = kfDigitOnly
  261.           end
  262.         end
  263.         object gbDownload: TGroupBox
  264.           Left = 8
  265.           Top = 92
  266.           Width = 225
  267.           Height = 77
  268.           Caption = '          File Download Date  '
  269.           TabOrder = 0
  270.           object Label3: TLabel
  271.             Left = 8
  272.             Top = 24
  273.             Width = 29
  274.             Height = 13
  275.             Caption = 'From :'
  276.           end
  277.           object Label5: TLabel
  278.             Left = 8
  279.             Top = 48
  280.             Width = 19
  281.             Height = 13
  282.             Caption = 'To :'
  283.           end
  284.           object DownloadTimePicker1: TDateTimePicker
  285.             Left = 133
  286.             Top = 20
  287.             Width = 84
  288.             Height = 21
  289.             CalAlignment = dtaLeft
  290.             Date = 36861.678821875000000000
  291.             Time = 36861.678821875000000000
  292.             DateFormat = dfShort
  293.             DateMode = dmComboBox
  294.             Enabled = False
  295.             Kind = dtkTime
  296.             ParseInput = False
  297.             TabOrder = 2
  298.           end
  299.           object DownloadDatePicker1: TDateTimePicker
  300.             Left = 40
  301.             Top = 20
  302.             Width = 89
  303.             Height = 21
  304.             CalAlignment = dtaLeft
  305.             Date = 36861.720488541690000000
  306.             Time = 36861.720488541690000000
  307.             DateFormat = dfShort
  308.             DateMode = dmComboBox
  309.             Enabled = False
  310.             Kind = dtkDate
  311.             ParseInput = False
  312.             TabOrder = 1
  313.           end
  314.           object DownloadDatePicker2: TDateTimePicker
  315.             Left = 40
  316.             Top = 44
  317.             Width = 89
  318.             Height = 21
  319.             CalAlignment = dtaLeft
  320.             Date = 36861.720488541690000000
  321.             Time = 36861.720488541690000000
  322.             DateFormat = dfShort
  323.             DateMode = dmComboBox
  324.             Enabled = False
  325.             Kind = dtkDate
  326.             ParseInput = False
  327.             TabOrder = 3
  328.           end
  329.           object DownloadTimePicker2: TDateTimePicker
  330.             Left = 133
  331.             Top = 44
  332.             Width = 84
  333.             Height = 21
  334.             CalAlignment = dtaLeft
  335.             Date = 36861.720488541690000000
  336.             Time = 36861.720488541690000000
  337.             DateFormat = dfShort
  338.             DateMode = dmComboBox
  339.             Enabled = False
  340.             Kind = dtkTime
  341.             ParseInput = False
  342.             TabOrder = 4
  343.           end
  344.           object cbUseDlDateRange: TCheckBox
  345.             Left = 12
  346.             Top = -1
  347.             Width = 16
  348.             Height = 17
  349.             TabOrder = 0
  350.             OnClick = cbUseDlDateRangeClick
  351.           end
  352.         end
  353.         object gbChange: TGroupBox
  354.           Left = 8
  355.           Top = 12
  356.           Width = 225
  357.           Height = 77
  358.           Caption = '          File Modification Date  '
  359.           TabOrder = 1
  360.           object Label7: TLabel
  361.             Left = 8
  362.             Top = 24
  363.             Width = 29
  364.             Height = 13
  365.             Caption = 'From :'
  366.           end
  367.           object Label8: TLabel
  368.             Left = 8
  369.             Top = 48
  370.             Width = 19
  371.             Height = 13
  372.             Caption = 'To :'
  373.           end
  374.           object CreateTimePicker1: TDateTimePicker
  375.             Left = 133
  376.             Top = 20
  377.             Width = 84
  378.             Height = 21
  379.             CalAlignment = dtaLeft
  380.             Date = 36861.720488541690000000
  381.             Time = 36861.720488541690000000
  382.             DateFormat = dfShort
  383.             DateMode = dmComboBox
  384.             Enabled = False
  385.             Kind = dtkTime
  386.             ParseInput = False
  387.             TabOrder = 2
  388.           end
  389.           object CreateDatePicker1: TDateTimePicker
  390.             Left = 40
  391.             Top = 20
  392.             Width = 89
  393.             Height = 21
  394.             CalAlignment = dtaLeft
  395.             Date = 36861.720488541690000000
  396.             Time = 36861.720488541690000000
  397.             DateFormat = dfShort
  398.             DateMode = dmComboBox
  399.             Enabled = False
  400.             Kind = dtkDate
  401.             ParseInput = False
  402.             TabOrder = 1
  403.           end
  404.           object CreateDatePicker2: TDateTimePicker
  405.             Left = 40
  406.             Top = 44
  407.             Width = 89
  408.             Height = 21
  409.             CalAlignment = dtaLeft
  410.             Date = 36861.720488541690000000
  411.             Time = 36861.720488541690000000
  412.             DateFormat = dfShort
  413.             DateMode = dmComboBox
  414.             Enabled = False
  415.             Kind = dtkDate
  416.             ParseInput = False
  417.             TabOrder = 3
  418.           end
  419.           object CreateTimePicker2: TDateTimePicker
  420.             Left = 133
  421.             Top = 44
  422.             Width = 84
  423.             Height = 21
  424.             CalAlignment = dtaLeft
  425.             Date = 36861.720488541690000000
  426.             Time = 36861.720488541690000000
  427.             DateFormat = dfShort
  428.             DateMode = dmComboBox
  429.             Enabled = False
  430.             Kind = dtkTime
  431.             ParseInput = False
  432.             TabOrder = 4
  433.           end
  434.           object cbUseCrDateRange: TCheckBox
  435.             Left = 12
  436.             Top = -1
  437.             Width = 16
  438.             Height = 17
  439.             TabOrder = 0
  440.             OnClick = cbUseCrDateRangeClick
  441.           end
  442.         end
  443.       end
  444.     end
  445.   end
  446.   object ActionList1: TActionList
  447.     Left = 311
  448.     Top = 183
  449.     object acSearch: TAction
  450.       Caption = 'Search'
  451.       OnUpdate = acSearchUpdate
  452.     end
  453.   end
  454. end
  455.