home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / delphi / komprese / zip / DELZIP12.ZIP / DEMO1.ZIP / ADDUNIT.DFM / ADDUNIT.txt
Text File  |  1997-09-28  |  5KB  |  253 lines

  1. object AddForm: TAddForm
  2.   Left = 91
  3.   Top = 86
  4.   Width = 630
  5.   Height = 440
  6.   Caption = 'Add Files'
  7.   Font.Color = clWindowText
  8.   Font.Height = -10
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 173
  17.     Top = 0
  18.     Width = 449
  19.     Height = 413
  20.     Align = alClient
  21.     TabOrder = 0
  22.     object Panel5: TPanel
  23.       Left = 1
  24.       Top = 1
  25.       Width = 104
  26.       Height = 411
  27.       Align = alLeft
  28.       TabOrder = 0
  29.       object Bevel1: TBevel
  30.         Left = 3
  31.         Top = 39
  32.         Width = 99
  33.         Height = 53
  34.       end
  35.       object Label2: TLabel
  36.         Left = 32
  37.         Top = 20
  38.         Width = 44
  39.         Height = 13
  40.         Caption = 'Options'
  41.         Font.Color = clBlack
  42.         Font.Height = -11
  43.         Font.Name = 'MS Sans Serif'
  44.         Font.Style = [fsBold]
  45.         ParentFont = False
  46.       end
  47.       object AddFileBut: TButton
  48.         Left = 8
  49.         Top = 154
  50.         Width = 84
  51.         Height = 20
  52.         Caption = '&Add File ==>'
  53.         Font.Color = clBlack
  54.         Font.Height = -11
  55.         Font.Name = 'MS Sans Serif'
  56.         Font.Style = [fsBold]
  57.         ParentFont = False
  58.         TabOrder = 0
  59.         OnClick = AddFileButClick
  60.       end
  61.       object RemoveBut: TButton
  62.         Left = 8
  63.         Top = 186
  64.         Width = 84
  65.         Height = 21
  66.         Caption = '&Remove <=='
  67.         Font.Color = clBlack
  68.         Font.Height = -11
  69.         Font.Name = 'MS Sans Serif'
  70.         Font.Style = [fsBold]
  71.         ParentFont = False
  72.         TabOrder = 1
  73.         OnClick = RemoveButClick
  74.       end
  75.       object OKBut: TButton
  76.         Left = 12
  77.         Top = 257
  78.         Width = 77
  79.         Height = 20
  80.         Caption = 'Add To &Zip'
  81.         Font.Color = clBlack
  82.         Font.Height = -11
  83.         Font.Name = 'MS Sans Serif'
  84.         Font.Style = [fsBold]
  85.         ParentFont = False
  86.         TabOrder = 2
  87.         OnClick = OKButClick
  88.       end
  89.       object CancelBut: TButton
  90.         Left = 12
  91.         Top = 289
  92.         Width = 77
  93.         Height = 20
  94.         Caption = '&Cancel'
  95.         Font.Color = clBlack
  96.         Font.Height = -11
  97.         Font.Name = 'MS Sans Serif'
  98.         Font.Style = [fsBold]
  99.         ParentFont = False
  100.         TabOrder = 3
  101.         OnClick = CancelButClick
  102.       end
  103.       object DirNameCB: TCheckBox
  104.         Left = 6
  105.         Top = 48
  106.         Width = 95
  107.         Height = 14
  108.         Caption = 'Save DirNames'
  109.         TabOrder = 4
  110.       end
  111.       object RecurseCB: TCheckBox
  112.         Left = 6
  113.         Top = 70
  114.         Width = 91
  115.         Height = 14
  116.         Caption = 'Recurse Dirs'
  117.         TabOrder = 5
  118.       end
  119.       object AddDirBut: TButton
  120.         Left = 8
  121.         Top = 120
  122.         Width = 85
  123.         Height = 21
  124.         Caption = 'Add &Dir  ==>'
  125.         Font.Color = clBlack
  126.         Font.Height = -11
  127.         Font.Name = 'MS Sans Serif'
  128.         Font.Style = [fsBold]
  129.         ParentFont = False
  130.         TabOrder = 6
  131.         OnClick = AddDirButClick
  132.       end
  133.     end
  134.     object Panel6: TPanel
  135.       Left = 105
  136.       Top = 1
  137.       Width = 343
  138.       Height = 411
  139.       Align = alClient
  140.       TabOrder = 1
  141.       object SelectedList: TListBox
  142.         Left = 1
  143.         Top = 27
  144.         Width = 341
  145.         Height = 383
  146.         TabStop = False
  147.         Align = alClient
  148.         ItemHeight = 13
  149.         MultiSelect = True
  150.         TabOrder = 0
  151.       end
  152.       object Panel7: TPanel
  153.         Left = 1
  154.         Top = 1
  155.         Width = 341
  156.         Height = 26
  157.         Align = alTop
  158.         TabOrder = 1
  159.         object Label1: TLabel
  160.           Left = 65
  161.           Top = 7
  162.           Width = 72
  163.           Height = 13
  164.           Caption = 'Files to Add:'
  165.           Font.Color = clBlack
  166.           Font.Height = -11
  167.           Font.Name = 'MS Sans Serif'
  168.           Font.Style = [fsBold]
  169.           ParentFont = False
  170.         end
  171.         object SortBut: TButton
  172.           Left = 172
  173.           Top = 5
  174.           Width = 37
  175.           Height = 15
  176.           Caption = '&Sort'
  177.           TabOrder = 0
  178.           OnClick = SortButClick
  179.         end
  180.       end
  181.     end
  182.   end
  183.   object Panel2: TPanel
  184.     Left = 0
  185.     Top = 0
  186.     Width = 173
  187.     Height = 413
  188.     Align = alLeft
  189.     TabOrder = 1
  190.     object Panel3: TPanel
  191.       Left = 1
  192.       Top = 1
  193.       Width = 171
  194.       Height = 23
  195.       Align = alTop
  196.       TabOrder = 0
  197.       object DriveComboBox1: TDriveComboBox
  198.         Left = 3
  199.         Top = 3
  200.         Width = 157
  201.         Height = 19
  202.         DirList = DirectoryListBox1
  203.         TabOrder = 0
  204.       end
  205.     end
  206.     object FileListBox1: TFileListBox
  207.       Left = 1
  208.       Top = 147
  209.       Width = 171
  210.       Height = 265
  211.       Align = alClient
  212.       ItemHeight = 13
  213.       MultiSelect = True
  214.       TabOrder = 1
  215.     end
  216.     object Panel4: TPanel
  217.       Left = 1
  218.       Top = 24
  219.       Width = 171
  220.       Height = 97
  221.       Align = alTop
  222.       TabOrder = 2
  223.       object DirectoryListBox1: TDirectoryListBox
  224.         Left = 1
  225.         Top = 1
  226.         Width = 169
  227.         Height = 95
  228.         Align = alClient
  229.         FileList = FileListBox1
  230.         ItemHeight = 16
  231.         TabOrder = 0
  232.       end
  233.     end
  234.     object Panel8: TPanel
  235.       Left = 1
  236.       Top = 121
  237.       Width = 171
  238.       Height = 26
  239.       Align = alTop
  240.       TabOrder = 3
  241.       object SelectAllBut: TButton
  242.         Left = 43
  243.         Top = 4
  244.         Width = 81
  245.         Height = 17
  246.         Caption = 'Select All Files'
  247.         TabOrder = 0
  248.         OnClick = SelectAllButClick
  249.       end
  250.     end
  251.   end
  252. end
  253.