home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / space / _setup.1 / PKDUse32.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt < prev   
Text File  |  1997-03-06  |  8KB  |  327 lines

  1. object frmMain: TfrmMain
  2.   Left = 231
  3.   Top = 109
  4.   ActiveControl = cboPath
  5.   BorderStyle = bsNone
  6.   ClientHeight = 290
  7.   ClientWidth = 528
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Icon.Data = {<image000.ico>}
  14.   KeyPreview = True
  15.   Menu = MainMenu
  16.   Position = poDefault
  17.   Visible = True
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyUp = FormKeyUp
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object pnlAvailableDirectories: TGroupBox
  26.     Left = 8
  27.     Top = 8
  28.     Width = 225
  29.     Height = 273
  30.     Caption = 'Available Folders'
  31.     TabOrder = 0
  32.     object lblPath: TLabel
  33.       Left = 8
  34.       Top = 21
  35.       Width = 25
  36.       Height = 13
  37.       Caption = '&Path:'
  38.       FocusControl = cboPath
  39.     end
  40.     object lblFilter: TLabel
  41.       Left = 8
  42.       Top = 46
  43.       Width = 29
  44.       Height = 13
  45.       AutoSize = False
  46.       Caption = 'Fi<er:'
  47.       FocusControl = FilterComboBox1
  48.     end
  49.     object DirectoryListBox1: TDirectoryListBox
  50.       Left = 8
  51.       Top = 68
  52.       Width = 209
  53.       Height = 101
  54.       FileList = FileListBox1
  55.       Font.Color = clWindowText
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = []
  59.       ItemHeight = 16
  60.       ParentFont = False
  61.       TabOrder = 2
  62.       OnMouseDown = DirectoryListBox1MouseDown
  63.     end
  64.     object FileListBox1: TFileListBox
  65.       Left = 8
  66.       Top = 198
  67.       Width = 209
  68.       Height = 67
  69.       FileType = [ftReadOnly, ftHidden, ftSystem, ftArchive, ftNormal]
  70.       Font.Color = clWindowText
  71.       Font.Height = -11
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = []
  74.       ItemHeight = 16
  75.       ParentFont = False
  76.       ShowGlyphs = True
  77.       TabOrder = 4
  78.       OnDblClick = FileListBox1DblClick
  79.     end
  80.     object DriveComboBox1: TDriveComboBox
  81.       Left = 8
  82.       Top = 174
  83.       Width = 209
  84.       Height = 19
  85.       DirList = DirectoryListBox1
  86.       Font.Color = clWindowText
  87.       Font.Height = -11
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = []
  90.       ParentFont = False
  91.       TabOrder = 3
  92.     end
  93.     object FilterComboBox1: TFilterComboBox
  94.       Left = 40
  95.       Top = 42
  96.       Width = 177
  97.       Height = 21
  98.       FileList = FileListBox1
  99.       Filter = 
  100.         'All files (*.*)|*.*|Text files (*.TXT)|*.TXT|Temp files (*.TMP)|' +
  101.         '*.TMP|Backup files (*.BAK)|*.BAK|Batch files (*.BAT)|*.BAT|Progr' +
  102.         'ams|*.EXE;*.COM|Bitmaps (*.BMP)|*.BMP'
  103.       Font.Color = clWindowText
  104.       Font.Height = -11
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = []
  107.       ParentFont = False
  108.       TabOrder = 1
  109.       OnChange = FilterComboBox1Change
  110.     end
  111.     object cboPath: TMRUList
  112.       Left = 40
  113.       Top = 16
  114.       Width = 177
  115.       Height = 21
  116.       Font.Color = clWindowText
  117.       Font.Height = -11
  118.       Font.Name = 'MS Sans Serif'
  119.       Font.Style = []
  120.       ItemHeight = 13
  121.       ParentFont = False
  122.       TabOrder = 0
  123.       OnClick = cboPathClick
  124.       OnKeyPress = cboPathKeyPress
  125.       MRUMax = 20
  126.     end
  127.   end
  128.   object pnlSelectedDirectories: TGroupBox
  129.     Left = 296
  130.     Top = 8
  131.     Width = 225
  132.     Height = 273
  133.     Caption = 'Selected Folders'
  134.     TabOrder = 2
  135.     object lblDescription: TLabel
  136.       Left = 8
  137.       Top = 20
  138.       Width = 56
  139.       Height = 13
  140.       Caption = 'D&escription:'
  141.       FocusControl = edtDescription
  142.     end
  143.     object lstSelectedDirs: TListBox
  144.       Left = 8
  145.       Top = 41
  146.       Width = 209
  147.       Height = 193
  148.       Font.Color = clWindowText
  149.       Font.Height = -11
  150.       Font.Name = 'MS Sans Serif'
  151.       Font.Style = []
  152.       ItemHeight = 13
  153.       ParentFont = False
  154.       TabOrder = 1
  155.       OnClick = lstSelectedDirsClick
  156.       OnDblClick = cmdRemoveClick
  157.       OnDragDrop = lstSelectedDirsDragDrop
  158.       OnDragOver = lstSelectedDirsDragOver
  159.     end
  160.     object cmdClearList: TButton
  161.       Left = 40
  162.       Top = 240
  163.       Width = 65
  164.       Height = 25
  165.       Caption = '&Clear List'
  166.       TabOrder = 2
  167.       OnClick = cmdClearListClick
  168.     end
  169.     object cmdRemove: TButton
  170.       Left = 120
  171.       Top = 240
  172.       Width = 65
  173.       Height = 25
  174.       Caption = '&Remove'
  175.       TabOrder = 3
  176.       OnClick = cmdRemoveClick
  177.     end
  178.     object edtDescription: TEdit
  179.       Left = 72
  180.       Top = 16
  181.       Width = 145
  182.       Height = 21
  183.       Font.Color = clWindowText
  184.       Font.Height = -11
  185.       Font.Name = 'MS Sans Serif'
  186.       Font.Style = []
  187.       ParentFont = False
  188.       TabOrder = 0
  189.       OnChange = edtDescriptionChange
  190.     end
  191.   end
  192.   object cmdAdd: TBitBtn
  193.     Left = 240
  194.     Top = 104
  195.     Width = 49
  196.     Height = 65
  197.     Caption = '&Add'
  198.     Font.Color = clWindowText
  199.     Font.Height = -11
  200.     Font.Name = 'MS Sans Serif'
  201.     Font.Style = []
  202.     ParentFont = False
  203.     TabOrder = 1
  204.     OnClick = cmdAddClick
  205.     Glyph.Data = {
  206.       78010000424D7801000000000000760000002800000020000000100000000100
  207.       04000000000000000000120B0000120B00000000000000000000000000000000
  208.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  209.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  210.       3333333333333333333333333333333333333FFF333333333333000333333333
  211.       3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0
  212.       3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF
  213.       0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF
  214.       BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033
  215.       33337777773FF733333333333300033333333333337773333333333333333333
  216.       3333333333333333333333333333333333333333333333333333333333333333
  217.       33333333333333333333333333333333333333333333333333330000}
  218.     Layout = blGlyphBottom
  219.     NumGlyphs = 2
  220.   end
  221.   object MainMenu: TMainMenu
  222.     Left = 348
  223.     Top = 56
  224.     object mnuFile: TMenuItem
  225.       Caption = '&File'
  226.       ShortCut = 0
  227.       object mnuFNew: TMenuItem
  228.         Caption = '&New'
  229.         Hint = 'Create a new file'
  230.         ShortCut = 16462
  231.         OnClick = mnuFNewClick
  232.       end
  233.       object mnuFOpen: TMenuItem
  234.         Caption = '&Open...'
  235.         Hint = 'Open an existing file'
  236.         ShortCut = 16463
  237.         OnClick = mnuFOpenClick
  238.       end
  239.       object mnuFSave: TMenuItem
  240.         Caption = '&Save Folder Selection'
  241.         Hint = 'Save current file'
  242.         ShortCut = 16467
  243.         OnClick = mnuFSaveClick
  244.       end
  245.       object mnuFSaveAs: TMenuItem
  246.         Caption = 'Save Folder Selection &As...'
  247.         ShortCut = 0
  248.         OnClick = mnuFSaveAsClick
  249.       end
  250.       object mnuFClose: TMenuItem
  251.         Caption = '&Close'
  252.         ShortCut = 0
  253.         Visible = False
  254.       end
  255.       object mnuFPrint: TMenuItem
  256.         Caption = '&Print'
  257.         Hint = 'Print current file'
  258.         ShortCut = 16464
  259.         Visible = False
  260.         OnClick = mnuFPrintClick
  261.       end
  262.       object mnuFPrintSetup: TMenuItem
  263.         Caption = 'P&rint Setup...'
  264.         Hint = 'Change printer setup'
  265.         ShortCut = 0
  266.         Visible = False
  267.         OnClick = mnuFPrintSetupClick
  268.       end
  269.       object N1: TMenuItem
  270.         Caption = '-'
  271.         ShortCut = 0
  272.       end
  273.       object mnuFExit: TMenuItem
  274.         Caption = 'E&xit'
  275.         Hint = 'Exit this application'
  276.         ShortCut = 16472
  277.         OnClick = mnuFExitClick
  278.       end
  279.     end
  280.     object mnuDirectory: TMenuItem
  281.       Caption = 'F&older'
  282.       GroupIndex = 2
  283.       ShortCut = 0
  284.       object mnuDCalculateSizes: TMenuItem
  285.         Caption = 'Ca&lculate Sizes'
  286.         ShortCut = 16460
  287.         OnClick = mnuDCalculateSizesClick
  288.       end
  289.       object mnuDAddToList: TMenuItem
  290.         Caption = '&Add to Selection'
  291.         ShortCut = 16449
  292.         OnClick = cmdAddClick
  293.       end
  294.       object mnuDRemovefromList: TMenuItem
  295.         Caption = '&Remove from Selection'
  296.         ShortCut = 16466
  297.         OnClick = cmdRemoveClick
  298.       end
  299.     end
  300.   end
  301.   object SaveDialog: TSaveDialog
  302.     FileEditStyle = fsEdit
  303.     Left = 376
  304.     Top = 56
  305.   end
  306.   object OpenDialog: TOpenDialog
  307.     FileEditStyle = fsEdit
  308.     Left = 324
  309.     Top = 56
  310.   end
  311.   object PrintDialog: TPrintDialog
  312.     Left = 452
  313.     Top = 56
  314.   end
  315.   object PrinterSetupDialog: TPrinterSetupDialog
  316.     Left = 424
  317.     Top = 56
  318.   end
  319.   object MRUFiles: TRecentFiles
  320.     Menu = mnuFile
  321.     MaxFiles = 9
  322.     OnClick = MRUFilesClick
  323.     Left = 400
  324.     Top = 56
  325.   end
  326. end
  327.