home *** CD-ROM | disk | FTP | other *** search
/ BUG 6 / BUGCD1997_09.BIN / DESKTOP / IDA / IDA.EXE / 0 / RCDATA / TSEARCHFORM / TSEARCHFORM.txt < prev   
Text File  |  1997-06-17  |  4KB  |  190 lines

  1. object Searchform: TSearchform
  2.   Left = 279
  3.   Top = 288
  4.   HorzScrollBar.Visible = False
  5.   ActiveControl = SearchFor
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   AutoScroll = False
  8.   Caption = 'Find file'
  9.   ClientHeight = 242
  10.   ClientWidth = 383
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnActivate = FormActivate
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnResize = FormResize
  23.   PixelsPerInch = 120
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 10
  27.     Top = 64
  28.     Width = 54
  29.     Height = 13
  30.     Caption = 'Scanning...'
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object DirLabel: TLabel
  39.     Left = 10
  40.     Top = 80
  41.     Width = 15
  42.     Height = 13
  43.     Caption = 'C:\'
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object Label2: TLabel
  52.     Left = 8
  53.     Top = 15
  54.     Width = 49
  55.     Height = 13
  56.     Caption = 'Search for'
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clWindowText
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.   end
  64.   object SearchFor: TEdit
  65.     Left = 8
  66.     Top = 32
  67.     Width = 185
  68.     Height = 21
  69.     HelpContext = 910
  70.     TabOrder = 0
  71.   end
  72.   object FoundFiles: TListView
  73.     Left = 0
  74.     Top = 103
  75.     Width = 383
  76.     Height = 120
  77.     Align = alBottom
  78.     OnDblClick = Open1Click
  79.     Columns = <
  80.       item
  81.         Caption = 'Filename'
  82.         Width = 100
  83.       end
  84.       item
  85.         Caption = 'Type'
  86.         Width = 90
  87.       end
  88.       item
  89.         Caption = 'Path'
  90.         Width = 120
  91.       end
  92.       item
  93.         Alignment = taRightJustify
  94.         Caption = 'Size'
  95.       end>
  96.     AllocBy = 5
  97.     MultiSelect = True
  98.     PopupMenu = FindPopup
  99.     TabOrder = 1
  100.     ViewStyle = vsReport
  101.     Visible = False
  102.   end
  103.   object FindStatusBar: TStatusBar
  104.     Left = 0
  105.     Top = 223
  106.     Width = 383
  107.     Height = 19
  108.     Panels = <
  109.       item
  110.         Text = '0 File(s) found'
  111.         Width = 50
  112.       end>
  113.     SimplePanel = False
  114.     Visible = False
  115.   end
  116.   object Panel1: TPanel
  117.     Left = 283
  118.     Top = 0
  119.     Width = 100
  120.     Height = 103
  121.     Align = alRight
  122.     BevelOuter = bvNone
  123.     TabOrder = 3
  124.     object BtnFind: TButton
  125.       Left = 17
  126.       Top = 8
  127.       Width = 75
  128.       Height = 25
  129.       HelpContext = 920
  130.       Caption = 'Find'
  131.       Default = True
  132.       ModalResult = 1
  133.       TabOrder = 0
  134.       OnClick = BtnFindClick
  135.     end
  136.     object CancelBtn: TButton
  137.       Left = 17
  138.       Top = 40
  139.       Width = 75
  140.       Height = 25
  141.       HelpContext = 930
  142.       Cancel = True
  143.       Caption = 'Stop'
  144.       Font.Charset = DEFAULT_CHARSET
  145.       Font.Color = clWindowText
  146.       Font.Height = -11
  147.       Font.Name = 'MS Sans Serif'
  148.       Font.Style = []
  149.       ModalResult = 2
  150.       ParentFont = False
  151.       TabOrder = 1
  152.       OnClick = CancelBtnClick
  153.     end
  154.     object btnClose: TButton
  155.       Left = 17
  156.       Top = 72
  157.       Width = 75
  158.       Height = 25
  159.       Caption = 'Close'
  160.       TabOrder = 2
  161.       OnClick = btnCloseClick
  162.     end
  163.   end
  164.   object FindPopup: TPopupMenu
  165.     OnPopup = FindPopupPopup
  166.     Left = 96
  167.     object Open1: TMenuItem
  168.       Caption = '&Open'
  169.       Default = True
  170.       OnClick = Open1Click
  171.     end
  172.     object N1: TMenuItem
  173.       Caption = '-'
  174.     end
  175.     object Addtomenu1: TMenuItem
  176.       Caption = 'Add to menu'
  177.       Visible = False
  178.       OnClick = Addtomenu1Click
  179.     end
  180.     object Delete1: TMenuItem
  181.       Caption = '&Delete'
  182.       OnClick = Delete1Click
  183.     end
  184.   end
  185.   object ListImages: TImageList
  186.     Left = 224
  187.     Top = 8
  188.   end
  189. end
  190.