home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / internet / ebmen.exe / %MAINDIR% / ebm.exe / 0 / RCDATA / TDLGSEARCH / TDLGSEARCH.txt
Encoding:
Text File  |  2001-06-29  |  8.7 KB  |  409 lines

  1. object DlgSearch: TDlgSearch
  2.   Left = 269
  3.   Top = 126
  4.   Width = 495
  5.   Height = 458
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object PageControl: TPageControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 487
  25.     Height = 243
  26.     ActivePage = TSheetCheckDup
  27.     Align = alTop
  28.     TabOrder = 6
  29.     object TSheetSerach: TTabSheet
  30.       Caption = 'TSheetSerach'
  31.       TabVisible = False
  32.       object Bevel2: TBevel
  33.         Left = 4
  34.         Top = 2
  35.         Width = 396
  36.         Height = 143
  37.         Anchors = [akLeft, akTop, akRight]
  38.         Shape = bsFrame
  39.       end
  40.       object LabContent: TLabel
  41.         Tag = 3560
  42.         Left = 18
  43.         Top = 8
  44.         Width = 96
  45.         Height = 16
  46.         Caption = '╥¬∩┐╜∩┐╜∩┐╜╥╡∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  47.       end
  48.       object LabRange: TLabel
  49.         Tag = 3561
  50.         Left = 18
  51.         Top = 54
  52.         Width = 64
  53.         Height = 16
  54.         Caption = '∩┐╜∩┐╜∩┐╜╥╖∩┐╜╬º'
  55.       end
  56.       object CBoxSearchText: TComboBoxEx
  57.         Left = 18
  58.         Top = 23
  59.         Width = 366
  60.         Height = 24
  61.         Anchors = [akLeft, akTop, akRight]
  62.         ItemHeight = 16
  63.         TabOrder = 0
  64.         OnChange = CBoxSearchTextChange
  65.         SaveList = True
  66.         ListMAX = 30
  67.         RegKey = '\software\Rocky\ebookmark\Reuse\Search'
  68.       end
  69.       object CListBoxRange: TCheckListBox
  70.         Left = 19
  71.         Top = 74
  72.         Width = 267
  73.         Height = 61
  74.         Anchors = [akLeft, akTop, akRight]
  75.         Columns = 2
  76.         ItemHeight = 16
  77.         TabOrder = 1
  78.       end
  79.       object BtnSerachOpt: TButton
  80.         Tag = 8104
  81.         Left = 304
  82.         Top = 70
  83.         Width = 83
  84.         Height = 23
  85.         Anchors = [akTop, akRight]
  86.         Caption = '∩┐╜▀╝∩┐╜'
  87.         TabOrder = 2
  88.         OnClick = BtnSerachOptClick
  89.       end
  90.     end
  91.     object TSheetCheckDup: TTabSheet
  92.       Caption = 'TSheetCheckDup'
  93.       ImageIndex = 1
  94.       TabVisible = False
  95.       object Bevel1: TBevel
  96.         Left = 2
  97.         Top = 4
  98.         Width = 469
  99.         Height = 127
  100.         Anchors = [akLeft, akTop, akRight]
  101.         Shape = bsFrame
  102.       end
  103.       object LabCDRange: TLabel
  104.         Tag = 3563
  105.         Left = 13
  106.         Top = 14
  107.         Width = 64
  108.         Height = 16
  109.         Caption = '∩┐╜∩┐╜Θ╖╢╬º'
  110.       end
  111.       object CLBoxCDRange: TCheckListBox
  112.         Left = 15
  113.         Top = 31
  114.         Width = 124
  115.         Height = 70
  116.         OnClickCheck = CLBoxCDRangeClickCheck
  117.         ItemHeight = 16
  118.         TabOrder = 0
  119.       end
  120.       object RGroupURLCk: TRadioGroup
  121.         Tag = 3564
  122.         Left = 146
  123.         Top = 64
  124.         Width = 309
  125.         Height = 41
  126.         Anchors = [akLeft, akTop, akRight]
  127.         Caption = 'URL∩┐╜╪╕∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  128.         Columns = 2
  129.         TabOrder = 1
  130.       end
  131.       object RGroupKey: TRadioGroup
  132.         Tag = 3552
  133.         Left = 146
  134.         Top = 14
  135.         Width = 307
  136.         Height = 41
  137.         Anchors = [akLeft, akTop, akRight]
  138.         Caption = '∩┐╜╪╝∩┐╜∩┐╜∩┐╜'
  139.         Columns = 2
  140.         TabOrder = 2
  141.         OnClick = CLBoxCDRangeClickCheck
  142.       end
  143.     end
  144.   end
  145.   object StatusBar: TStatusBar
  146.     Left = 0
  147.     Top = 411
  148.     Width = 487
  149.     Height = 20
  150.     Panels = <
  151.       item
  152.         Width = 260
  153.       end
  154.       item
  155.         Style = psOwnerDraw
  156.         Width = 0
  157.       end
  158.       item
  159.         Width = 50
  160.       end>
  161.     SimplePanel = False
  162.     OnDrawPanel = StatusBarDrawPanel
  163.   end
  164.   object BMListView: TdfsExtListView
  165.     Left = 0
  166.     Top = 243
  167.     Width = 487
  168.     Height = 168
  169.     Columns = <
  170.       item
  171.         Tag = 1650
  172.         Width = 80
  173.       end
  174.       item
  175.         Tag = 1651
  176.         Width = 160
  177.       end
  178.       item
  179.         Tag = 1600
  180.         Width = 160
  181.       end
  182.       item
  183.         Tag = 1652
  184.         Width = 72
  185.       end
  186.       item
  187.         Tag = 1653
  188.         Width = 72
  189.       end
  190.       item
  191.         Tag = 1654
  192.         Width = 72
  193.       end
  194.       item
  195.         Tag = 1655
  196.         Width = 72
  197.       end
  198.       item
  199.         Tag = 1656
  200.         Width = 72
  201.       end
  202.       item
  203.         Tag = 1657
  204.       end>
  205.     ExtendedStyles = [lvxHeaderDragDrop, lvxFullRowSelect]
  206.     NoColumnResize = False
  207.     SaveSettings.AutoSave = True
  208.     SaveSettings.RegistryKey = '\software\rocky\ebookmark\setting\search'
  209.     ColumnsFormat = <>
  210.     ShowSortArrows = True
  211.     AutoColumnSort = acsSortToggle
  212.     AutoSortStyle = assDefault
  213.     AutoResort = False
  214.     AutoSortAscending = False
  215.     Align = alClient
  216.     OnDblClick = BMListViewDblClick
  217.     ReadOnly = True
  218.     MultiSelect = True
  219.     PopupMenu = PopupMenuLV
  220.     TabOrder = 0
  221.     ViewStyle = vsReport
  222.     SmallImages = eBookmarkForm.ImageListSmall
  223.   end
  224.   object BtnStart: TButton
  225.     Tag = 8108
  226.     Left = 130
  227.     Top = 215
  228.     Width = 79
  229.     Height = 21
  230.     Anchors = [akTop, akRight]
  231.     Caption = '∩┐╜∩┐╜╩╝'
  232.     Default = True
  233.     TabOrder = 1
  234.     OnClick = BtnStartClick
  235.   end
  236.   object BtnStop: TButton
  237.     Tag = 8109
  238.     Left = 218
  239.     Top = 215
  240.     Width = 79
  241.     Height = 21
  242.     Anchors = [akTop, akRight]
  243.     Caption = '═ú╓╣'
  244.     Enabled = False
  245.     TabOrder = 2
  246.     OnClick = BtnStopClick
  247.   end
  248.   object BtnClose: TButton
  249.     Tag = 8107
  250.     Left = 307
  251.     Top = 215
  252.     Width = 79
  253.     Height = 21
  254.     Anchors = [akTop, akRight]
  255.     Caption = '∩┐╜╪▒∩┐╜'
  256.     ModalResult = 2
  257.     TabOrder = 3
  258.   end
  259.   object BtnHelp: TButton
  260.     Tag = 8106
  261.     Left = 395
  262.     Top = 215
  263.     Width = 79
  264.     Height = 21
  265.     Anchors = [akTop, akRight]
  266.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜'
  267.     TabOrder = 4
  268.     OnClick = BtnHelpClick
  269.   end
  270.   object Panel1: TPanel
  271.     Left = 8
  272.     Top = 156
  273.     Width = 390
  274.     Height = 57
  275.     Anchors = [akLeft, akTop, akRight]
  276.     BevelOuter = bvNone
  277.     TabOrder = 7
  278.     object SBtnSelCatalog: TSpeedButton
  279.       Tag = 1618
  280.       Left = 355
  281.       Top = 28
  282.       Width = 23
  283.       Height = 22
  284.       Anchors = [akTop, akRight]
  285.       Enabled = False
  286.       ParentShowHint = False
  287.       ShowHint = True
  288.       OnClick = SBtnSelCatalogClick
  289.     end
  290.     object EditCatalog: TEdit
  291.       Left = 16
  292.       Top = 28
  293.       Width = 328
  294.       Height = 20
  295.       Anchors = [akLeft, akTop, akRight]
  296.       Color = clBtnFace
  297.       Enabled = False
  298.       Font.Charset = GB2312_CHARSET
  299.       Font.Color = clWindowText
  300.       Font.Height = -12
  301.       Font.Name = '∩┐╜∩┐╜∩┐╜∩┐╜'
  302.       Font.Style = []
  303.       ParentFont = False
  304.       ReadOnly = True
  305.       TabOrder = 0
  306.     end
  307.     object CBoxCatalog: TCheckBox
  308.       Tag = 3562
  309.       Left = 20
  310.       Top = 9
  311.       Width = 233
  312.       Height = 17
  313.       Caption = '∩┐╜∩┐╜╓╕∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╟⌐∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╨╜∩┐╜∩┐╜∩┐╜'
  314.       TabOrder = 1
  315.       OnClick = CBoxCatalogClick
  316.     end
  317.   end
  318.   object PopupMenuLV: TPopupMenu
  319.     AutoHotkeys = maManual
  320.     Images = eBookmarkForm.ImageListSmall
  321.     OnPopup = PopupMenuLVPopup
  322.     Left = 318
  323.     Top = 349
  324.     object LVPMItemEdit: TMenuItem
  325.       Tag = 1605
  326.       Caption = '∩┐╜▐╕∩┐╜'
  327.       ImageIndex = 9
  328.       ShortCut = 32781
  329.       OnClick = ItemEdit
  330.     end
  331.     object LVPMItemDel: TMenuItem
  332.       Tag = 1606
  333.       Caption = '╔╛∩┐╜∩┐╜'
  334.       ImageIndex = 10
  335.       ShortCut = 46
  336.       OnClick = LVPMItemDelClick
  337.     end
  338.     object N1: TMenuItem
  339.       Caption = '-'
  340.       GroupIndex = 1
  341.     end
  342.     object LVPMItemCut: TMenuItem
  343.       Tag = 1609
  344.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜'
  345.       GroupIndex = 1
  346.       ImageIndex = 5
  347.       ShortCut = 16472
  348.       OnClick = LVPMItemCutClick
  349.     end
  350.     object LVPMItemCopy: TMenuItem
  351.       Tag = 1610
  352.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜'
  353.       GroupIndex = 1
  354.       ImageIndex = 6
  355.       ShortCut = 16451
  356.       OnClick = LVPMItemCopyClick
  357.     end
  358.     object LVPMItemAutoSel: TMenuItem
  359.       Tag = 1255
  360.       Caption = '╤í∩┐╜∩┐╜∩┐╜╪╕∩┐╜∩┐╜∩┐╜╟⌐'
  361.       GroupIndex = 1
  362.       ShortCut = 16467
  363.       OnClick = LVPMItemAutoSelClick
  364.     end
  365.     object LVPMItemCpURL: TMenuItem
  366.       Tag = 1254
  367.       Caption = '∩┐╜∩┐╜∩┐╜╞╡∩┐╜╓╖'
  368.       GroupIndex = 1
  369.       ShortCut = 16429
  370.       OnClick = LVPMItemCpURLClick
  371.     end
  372.     object N7: TMenuItem
  373.       Caption = '-'
  374.       GroupIndex = 1
  375.     end
  376.     object LVPMView: TMenuItem
  377.       Tag = 1250
  378.       Caption = '∩┐╜Θ┐┤'
  379.       GroupIndex = 1
  380.       object LVPMItemList: TMenuItem
  381.         Tag = 1251
  382.         Caption = '∩┐╜╨▒∩┐╜'
  383.         GroupIndex = 1
  384.         RadioItem = True
  385.         OnClick = LVPMItemListClick
  386.       end
  387.       object LVPMItemReport: TMenuItem
  388.         Tag = 1252
  389.         Caption = '∩┐╜∩┐╜╧╕∩┐╜∩┐╜╧ó'
  390.         Checked = True
  391.         GroupIndex = 1
  392.         RadioItem = True
  393.         OnClick = LVPMItemReportClick
  394.       end
  395.     end
  396.     object N14: TMenuItem
  397.       Caption = '-'
  398.       GroupIndex = 1
  399.     end
  400.     object LVPMItemSelAll: TMenuItem
  401.       Tag = 1057
  402.       Caption = '╚½∩┐╜∩┐╜╤í∩┐╜∩┐╜'
  403.       GroupIndex = 1
  404.       ShortCut = 16449
  405.       OnClick = LVPMItemSelAllClick
  406.     end
  407.   end
  408. end
  409.