home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Utilitare / idsearch / setup.exe / IManager.exe / 0 / RCDATA / TIMZONEOPTIONSFORM / TIMZONEOPTIONSFORM.txt
Text File  |  2004-05-28  |  7KB  |  286 lines

  1. object IMZoneOptionsForm: TIMZoneOptionsForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Properties'
  6.   ClientHeight = 405
  7.   ClientWidth = 438
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PageControl1: TPageControl
  23.     Left = 8
  24.     Top = 8
  25.     Width = 425
  26.     Height = 353
  27.     ActivePage = TabSheet1
  28.     TabOrder = 0
  29.     object TabSheet1: TTabSheet
  30.       Caption = 'Main'
  31.       object Label1: TLabel
  32.         Left = 24
  33.         Top = 24
  34.         Width = 31
  35.         Height = 13
  36.         Caption = 'Name:'
  37.       end
  38.       object Label2: TLabel
  39.         Left = 24
  40.         Top = 56
  41.         Width = 37
  42.         Height = 13
  43.         Caption = 'Folders:'
  44.       end
  45.       object Label3: TLabel
  46.         Left = 24
  47.         Top = 184
  48.         Width = 80
  49.         Height = 13
  50.         Caption = 'Document types:'
  51.       end
  52.       object Edit1: TEdit
  53.         Left = 72
  54.         Top = 24
  55.         Width = 257
  56.         Height = 21
  57.         TabOrder = 0
  58.         Text = 'Edit1'
  59.       end
  60.       object Memo1: TMemo
  61.         Left = 24
  62.         Top = 72
  63.         Width = 305
  64.         Height = 97
  65.         Lines.Strings = (
  66.           'Memo1')
  67.         TabOrder = 1
  68.         OnExit = Memo1Exit
  69.       end
  70.       object ListView1: TListView
  71.         Left = 24
  72.         Top = 200
  73.         Width = 305
  74.         Height = 113
  75.         Checkboxes = True
  76.         Columns = <
  77.           item
  78.             Caption = 'Type'
  79.             Width = 80
  80.           end
  81.           item
  82.             Caption = 'Description'
  83.             Width = 200
  84.           end>
  85.         TabOrder = 2
  86.         ViewStyle = vsReport
  87.       end
  88.       object Button1: TButton
  89.         Left = 344
  90.         Top = 72
  91.         Width = 65
  92.         Height = 25
  93.         Caption = 'Add...'
  94.         TabOrder = 3
  95.         OnClick = Button1Click
  96.       end
  97.       object Button2: TButton
  98.         Left = 344
  99.         Top = 104
  100.         Width = 65
  101.         Height = 25
  102.         Caption = 'Clear'
  103.         TabOrder = 4
  104.         OnClick = Button2Click
  105.       end
  106.     end
  107.     object TabSheet2: TTabSheet
  108.       Caption = 'Advanced'
  109.       ImageIndex = 1
  110.       object GroupBox1: TGroupBox
  111.         Left = 16
  112.         Top = 16
  113.         Width = 385
  114.         Height = 105
  115.         Caption = 'Zone parameters'
  116.         TabOrder = 0
  117.         object Label4: TLabel
  118.           Left = 16
  119.           Top = 36
  120.           Width = 56
  121.           Height = 13
  122.           Caption = 'Date range:'
  123.         end
  124.         object Label5: TLabel
  125.           Left = 16
  126.           Top = 68
  127.           Width = 76
  128.           Height = 13
  129.           Caption = 'Size range (KB):'
  130.         end
  131.         object DateTimePicker1: TDateTimePicker
  132.           Left = 120
  133.           Top = 32
  134.           Width = 97
  135.           Height = 21
  136.           CalAlignment = dtaLeft
  137.           Date = 38043.607603009300000000
  138.           Time = 38043.607603009300000000
  139.           DateFormat = dfShort
  140.           DateMode = dmComboBox
  141.           Kind = dtkDate
  142.           ParseInput = False
  143.           TabOrder = 0
  144.         end
  145.         object DateTimePicker2: TDateTimePicker
  146.           Left = 272
  147.           Top = 32
  148.           Width = 97
  149.           Height = 21
  150.           CalAlignment = dtaLeft
  151.           Date = 38043.607722569400000000
  152.           Time = 38043.607722569400000000
  153.           DateFormat = dfShort
  154.           DateMode = dmComboBox
  155.           Kind = dtkDate
  156.           ParseInput = False
  157.           TabOrder = 1
  158.         end
  159.         object Edit3: TEdit
  160.           Left = 120
  161.           Top = 64
  162.           Width = 97
  163.           Height = 21
  164.           MaxLength = 6
  165.           TabOrder = 2
  166.           Text = 'Edit3'
  167.           OnKeyPress = Edit3KeyPress
  168.         end
  169.         object Edit4: TEdit
  170.           Left = 272
  171.           Top = 64
  172.           Width = 97
  173.           Height = 21
  174.           MaxLength = 6
  175.           TabOrder = 3
  176.           Text = 'Edit4'
  177.           OnKeyPress = Edit3KeyPress
  178.         end
  179.       end
  180.       object GroupBox2: TGroupBox
  181.         Left = 16
  182.         Top = 136
  183.         Width = 385
  184.         Height = 137
  185.         Caption = 'Index options'
  186.         TabOrder = 1
  187.         object Label7: TLabel
  188.           Left = 16
  189.           Top = 36
  190.           Width = 32
  191.           Height = 13
  192.           Caption = 'Depth:'
  193.         end
  194.         object Label8: TLabel
  195.           Left = 16
  196.           Top = 68
  197.           Width = 51
  198.           Height = 13
  199.           Caption = 'Scheduler:'
  200.         end
  201.         object Label6: TLabel
  202.           Left = 16
  203.           Top = 100
  204.           Width = 55
  205.           Height = 13
  206.           Caption = 'Data folder:'
  207.         end
  208.         object ComboBox1: TComboBox
  209.           Left = 96
  210.           Top = 32
  211.           Width = 273
  212.           Height = 21
  213.           Style = csDropDownList
  214.           ItemHeight = 13
  215.           TabOrder = 0
  216.           Items.Strings = (
  217.             'index full document content'
  218.             'index first 500kb of document content'
  219.             'index first 200kb of document content'
  220.             'index first 100kb of document content'
  221.             'index first 20kb of document content')
  222.         end
  223.         object ComboBox2: TComboBox
  224.           Left = 96
  225.           Top = 64
  226.           Width = 273
  227.           Height = 21
  228.           Style = csDropDownList
  229.           ItemHeight = 13
  230.           TabOrder = 1
  231.           Items.Strings = (
  232.             'only manual updates'
  233.             'update every day'
  234.             'update every 3 days'
  235.             'update every 7 days'
  236.             'update every 15 days'
  237.             'update every 30 days')
  238.         end
  239.         object Edit2: TEdit
  240.           Left = 96
  241.           Top = 96
  242.           Width = 241
  243.           Height = 21
  244.           ReadOnly = True
  245.           TabOrder = 2
  246.           Text = 'Edit2'
  247.         end
  248.         object Button5: TButton
  249.           Left = 344
  250.           Top = 96
  251.           Width = 25
  252.           Height = 21
  253.           Caption = '...'
  254.           Enabled = False
  255.           TabOrder = 3
  256.         end
  257.       end
  258.     end
  259.   end
  260.   object Button3: TButton
  261.     Left = 256
  262.     Top = 372
  263.     Width = 75
  264.     Height = 25
  265.     Caption = 'OK'
  266.     Default = True
  267.     ModalResult = 1
  268.     TabOrder = 1
  269.   end
  270.   object Button4: TButton
  271.     Left = 344
  272.     Top = 372
  273.     Width = 75
  274.     Height = 25
  275.     Cancel = True
  276.     Caption = 'Cancel'
  277.     ModalResult = 2
  278.     TabOrder = 2
  279.   end
  280.   object BrowseDirectoryDlg1: TBrowseDirectoryDlg
  281.     ShowSelectionInStatus = False
  282.     Left = 16
  283.     Top = 376
  284.   end
  285. end
  286.