home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / CHIPCD_2_2000.iso / software / shareware / executefilelocker / Locker32.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1999-09-08  |  2KB  |  112 lines

  1. object Form1: TForm1
  2.   Left = 198
  3.   Top = 138
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Execute File Locker 32 (v2.0)'
  7.   ClientHeight = 233
  8.   ClientWidth = 401
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Menu = MainMenu1
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 401
  26.     Height = 233
  27.     Align = alClient
  28.   end
  29.   object filebox: TFileListBox
  30.     Left = 200
  31.     Top = 8
  32.     Width = 193
  33.     Height = 193
  34.     ItemHeight = 13
  35.     Mask = '*.exe'
  36.     TabOrder = 0
  37.     OnDblClick = fileboxDblClick
  38.   end
  39.   object list: TDirectoryListBox
  40.     Left = 8
  41.     Top = 8
  42.     Width = 185
  43.     Height = 193
  44.     FileList = filebox
  45.     ItemHeight = 16
  46.     TabOrder = 1
  47.   end
  48.   object DriveComboBox1: TDriveComboBox
  49.     Left = 8
  50.     Top = 208
  51.     Width = 185
  52.     Height = 19
  53.     DirList = list
  54.     TabOrder = 2
  55.   end
  56.   object FilterComboBox1: TFilterComboBox
  57.     Left = 200
  58.     Top = 208
  59.     Width = 193
  60.     Height = 21
  61.     FileList = filebox
  62.     Filter = 'Execute File |*.exe'
  63.     TabOrder = 3
  64.   end
  65.   object lz: Tlzrw1
  66.     Left = 136
  67.     Top = 160
  68.     Width = 49
  69.     Height = 41
  70.     CompressMode = Fast
  71.     TabOrder = 4
  72.     Visible = False
  73.   end
  74.   object op1: TOpenDialog
  75.     Filter = '*.EXE|*.EXE'
  76.     Left = 344
  77.     Top = 120
  78.   end
  79.   object MainMenu1: TMainMenu
  80.     Left = 344
  81.     Top = 152
  82.     object Action1: TMenuItem
  83.       Caption = '&Option'
  84.       object OpenExecuteShareware1: TMenuItem
  85.         Caption = 'Compress Mode'
  86.         OnClick = OpenExecuteShareware1Click
  87.       end
  88.       object N1: TMenuItem
  89.         Caption = '-'
  90.       end
  91.       object QuitProgram1: TMenuItem
  92.         Caption = '&Quit Program'
  93.         OnClick = QuitProgram1Click
  94.       end
  95.     end
  96.     object About1: TMenuItem
  97.       Caption = '&Help'
  98.       object HelpTopic1: TMenuItem
  99.         Caption = '&Order Full version'
  100.         OnClick = HelpTopic1Click
  101.       end
  102.       object N2: TMenuItem
  103.         Caption = '-'
  104.       end
  105.       object About2: TMenuItem
  106.         Caption = '&About...'
  107.         OnClick = About2Click
  108.       end
  109.     end
  110.   end
  111. end
  112.