home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Zip / Arcpek95 / ARCPEEK.EXE / 0 / RCDATA / TARCPEEKWINDOW / TARCPEEKWINDOW.txt < prev   
Text File  |  1998-02-23  |  3KB  |  129 lines

  1. object ArcPeekWindow: TArcPeekWindow
  2.   Left = 191
  3.   Top = 71
  4.   Cursor = crArrow
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderIcons = [biSystemMenu, biMinimize]
  8.   BorderStyle = bsSingle
  9.   Caption = 'Archive Peek'
  10.   ClientHeight = 228
  11.   ClientWidth = 211
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -12
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   Menu = MainMenu1
  19.   Position = poScreenCenter
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 160
  27.     Width = 74
  28.     Height = 13
  29.     Caption = 'Files to look for:'
  30.   end
  31.   object Label1: TLabel
  32.     Left = 8
  33.     Top = 0
  34.     Width = 74
  35.     Height = 13
  36.     Caption = 'Look for files in:'
  37.   end
  38.   object DirectoryListBox1: TDirectoryListBox
  39.     Left = 8
  40.     Top = 16
  41.     Width = 193
  42.     Height = 113
  43.     Hint = 'Choose here the directory you want Archive Peek to search in'
  44.     ItemHeight = 16
  45.     TabOrder = 0
  46.   end
  47.   object Files: TEdit
  48.     Left = 7
  49.     Top = 175
  50.     Width = 194
  51.     Height = 21
  52.     TabOrder = 2
  53.     OnChange = FilesChange
  54.     OnKeyPress = FilesKeyPress
  55.   end
  56.   object BeginSearch: TButton
  57.     Left = 8
  58.     Top = 199
  59.     Width = 73
  60.     Height = 25
  61.     Hint = 'Click here to start your search'
  62.     Caption = 'Begin search'
  63.     Enabled = False
  64.     TabOrder = 3
  65.     OnClick = BeginSearchClick
  66.   end
  67.   object DriveComboBox1: TDriveComboBox
  68.     Left = 8
  69.     Top = 136
  70.     Width = 193
  71.     Height = 19
  72.     Hint = 'Choose here the drive you want Archive Peek to search in'
  73.     TabOrder = 1
  74.     OnChange = DriveComboBox1Change
  75.   end
  76.   object ShowResults: TButton
  77.     Left = 88
  78.     Top = 199
  79.     Width = 113
  80.     Height = 25
  81.     Caption = 'Show Results Window'
  82.     TabOrder = 4
  83.     Visible = False
  84.     OnClick = ShowResultsClick
  85.   end
  86.   object MainMenu1: TMainMenu
  87.     Left = 152
  88.     Top = 96
  89.     object Options1: TMenuItem
  90.       Caption = '&Options'
  91.       ShortCut = 0
  92.       object Casesensitive1: TMenuItem
  93.         Caption = '&Case sensitive'
  94.         ShortCut = 0
  95.         OnClick = Casesensitive1Click
  96.       end
  97.       object Includesubfolders1: TMenuItem
  98.         Caption = 'Include &subfolders'
  99.         ShortCut = 0
  100.         OnClick = Includesubfolders1Click
  101.       end
  102.       object Displaycountonly1: TMenuItem
  103.         Caption = 'Display count &only'
  104.         ShortCut = 0
  105.         OnClick = Displaycountonly1Click
  106.       end
  107.       object Advancedoptions1: TMenuItem
  108.         Caption = '&Advanced options...'
  109.         ShortCut = 0
  110.         OnClick = Advancedoptions1Click
  111.       end
  112.     end
  113.     object Help1: TMenuItem
  114.       Caption = '&Help'
  115.       ShortCut = 0
  116.       object Contents1: TMenuItem
  117.         Caption = '&Contents'
  118.         ShortCut = 0
  119.         OnClick = Contents1Click
  120.       end
  121.       object About1: TMenuItem
  122.         Caption = '&About Archive Peek...'
  123.         ShortCut = 0
  124.         OnClick = About1Click
  125.       end
  126.     end
  127.   end
  128. end
  129.