home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "*\A..\OCX Compressione\FSComprFile.vbp"
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 2400
- ClientLeft = 1470
- ClientTop = 2535
- ClientWidth = 5235
- LinkTopic = "Form1"
- ScaleHeight = 2400
- ScaleWidth = 5235
- Begin FSCompressFile.FSComprFile FSComprFile1
- Height = 375
- Left = 1080
- TabIndex = 3
- Top = 480
- Width = 3855
- _ExtentX = 6800
- _ExtentY = 661
- OutputFile = "aa"
- End
- Begin VB.CommandButton Command2
- Caption = "Command2"
- Height = 495
- Left = 3360
- TabIndex = 2
- Top = 1800
- Width = 1455
- End
- Begin VB.CommandButton Command1
- Caption = "Command1"
- Height = 615
- Left = 1200
- TabIndex = 0
- Top = 1440
- Width = 1695
- End
- Begin VB.Label lblRisultato
- Caption = "Risultato"
- Height = 255
- Left = 3360
- TabIndex = 1
- Top = 1440
- Width = 1095
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Command1_Click()
- FSComprFile1.Compress
- lblRisultato = FSComprFile1.ResultStatus
- End Sub
-