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

  1. object Mainform: TMainform
  2.   Left = 80
  3.   Top = 79
  4.   Width = 620
  5.   Height = 440
  6.   ActiveControl = ZipOpenBut
  7.   Caption = 'Delphi Zip Demo1'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Panel2: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 612
  23.     Height = 125
  24.     Align = alTop
  25.     TabOrder = 0
  26.     object Panel3: TPanel
  27.       Left = 1
  28.       Top = 1
  29.       Width = 124
  30.       Height = 123
  31.       Align = alLeft
  32.       TabOrder = 1
  33.       object DeleteZipBut: TButton
  34.         Left = 15
  35.         Top = 83
  36.         Width = 96
  37.         Height = 26
  38.         Caption = 'Destroy Zipfile'
  39.         TabOrder = 0
  40.         OnClick = DeleteZipButClick
  41.       end
  42.       object NewZipBut: TButton
  43.         Left = 15
  44.         Top = 48
  45.         Width = 96
  46.         Height = 26
  47.         Caption = '&New Zipfile'
  48.         TabOrder = 1
  49.         OnClick = NewZipButClick
  50.       end
  51.       object ZipOpenBut: TButton
  52.         Left = 15
  53.         Top = 13
  54.         Width = 96
  55.         Height = 25
  56.         Caption = '&Open Zip'
  57.         TabOrder = 2
  58.         OnClick = ZipOpenButClick
  59.       end
  60.     end
  61.     object Panel1: TPanel
  62.       Left = 508
  63.       Top = 1
  64.       Width = 103
  65.       Height = 123
  66.       Align = alRight
  67.       TabOrder = 0
  68.       object Bevel2: TBevel
  69.         Left = 9
  70.         Top = 72
  71.         Width = 85
  72.         Height = 33
  73.       end
  74.       object Label1: TLabel
  75.         Left = 64
  76.         Top = 79
  77.         Width = 24
  78.         Height = 16
  79.         Caption = 'files'
  80.       end
  81.       object FilesLabel: TLabel
  82.         Left = 27
  83.         Top = 79
  84.         Width = 7
  85.         Height = 16
  86.         Caption = '0'
  87.       end
  88.       object CloseBut: TButton
  89.         Left = 9
  90.         Top = 20
  91.         Width = 85
  92.         Height = 27
  93.         Caption = 'E&xit'
  94.         TabOrder = 0
  95.         OnClick = CloseButClick
  96.       end
  97.     end
  98.     object Panel4: TPanel
  99.       Left = 125
  100.       Top = 1
  101.       Width = 383
  102.       Height = 123
  103.       Align = alClient
  104.       TabOrder = 2
  105.       object ZipFName: TLabel
  106.         Left = 84
  107.         Top = 86
  108.         Width = 54
  109.         Height = 18
  110.         Caption = '<none>'
  111.         Font.Charset = ANSI_CHARSET
  112.         Font.Color = clBlack
  113.         Font.Height = -15
  114.         Font.Name = 'Arial'
  115.         Font.Style = [fsBold]
  116.         ParentFont = False
  117.       end
  118.       object Label2: TLabel
  119.         Left = 8
  120.         Top = 86
  121.         Width = 69
  122.         Height = 18
  123.         Caption = 'Zip Name:'
  124.         Font.Charset = ANSI_CHARSET
  125.         Font.Color = clBlack
  126.         Font.Height = -15
  127.         Font.Name = 'Arial'
  128.         Font.Style = [fsBold]
  129.         ParentFont = False
  130.       end
  131.       object Bevel1: TBevel
  132.         Left = 7
  133.         Top = 5
  134.         Width = 369
  135.         Height = 68
  136.       end
  137.       object DeleteBut: TButton
  138.         Left = 250
  139.         Top = 20
  140.         Width = 111
  141.         Height = 36
  142.         Caption = '&Delete From Zip'
  143.         TabOrder = 0
  144.         OnClick = DeleteButClick
  145.       end
  146.       object AddBut: TButton
  147.         Left = 142
  148.         Top = 20
  149.         Width = 85
  150.         Height = 36
  151.         Caption = '&Add  to Zip'
  152.         TabOrder = 1
  153.         OnClick = AddButClick
  154.       end
  155.       object ExtractBut: TButton
  156.         Left = 15
  157.         Top = 20
  158.         Width = 102
  159.         Height = 36
  160.         Caption = '&Extract from Zip'
  161.         TabOrder = 2
  162.         OnClick = ExtractButClick
  163.       end
  164.     end
  165.   end
  166.   object StringGrid1: TSortGrid
  167.     Left = 0
  168.     Top = 125
  169.     Width = 612
  170.     Height = 288
  171.     Align = alClient
  172.     DefaultRowHeight = 18
  173.     FixedCols = 0
  174.     Font.Charset = DEFAULT_CHARSET
  175.     Font.Color = clBlack
  176.     Font.Height = -15
  177.     Font.Name = 'MS Sans Serif'
  178.     Font.Style = []
  179.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goRowSelect, goThumbTracking]
  180.     ParentFont = False
  181.     TabOrder = 1
  182.     CaseSensitive = False
  183.     AlignmentHorz = taLeftJustify
  184.     AlignmentVert = taTopJustify
  185.     ClickSorting = True
  186.     BevelStyle = cbNone
  187.     ProportionalScrollBars = True
  188.     ExtendedKeys = False
  189.   end
  190.   object ZipMaster1: TZipMaster
  191.     Verbose = False
  192.     Trace = False
  193.     AddCompLevel = 9
  194.     AddOptions = []
  195.     ExtrOptions = []
  196.     OnDirUpdate = ZipMaster1DirUpdate
  197.     OnProgress = ZipMaster1Progress
  198.     OnMessage = ZipMaster1Message
  199.     Left = 464
  200.     Top = 80
  201.   end
  202.   object OpenDialog1: TOpenDialog
  203.     Left = 424
  204.     Top = 80
  205.   end
  206. end
  207.