home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form formpicclip
- Caption = "Form1"
- ClientHeight = 2985
- ClientLeft = 2955
- ClientTop = 2070
- ClientWidth = 3405
- Height = 3390
- Left = 2895
- LinkTopic = "Form1"
- ScaleHeight = 2985
- ScaleWidth = 3405
- Top = 1725
- Width = 3525
- Begin Threed.SSCommand cmdHelp
- Height = 495
- Left = 1860
- TabIndex = 1
- Top = 2100
- Width = 1215
- _Version = 65536
- _ExtentX = 2143
- _ExtentY = 873
- _StockProps = 78
- AutoSize = 2
- End
- Begin Threed.SSCommand cmdPrint
- Height = 495
- Left = 240
- TabIndex = 0
- Top = 2100
- Width = 1215
- _Version = 65536
- _ExtentX = 2143
- _ExtentY = 873
- _StockProps = 78
- AutoSize = 2
- End
- Begin PicClip.PictureClip PictureClip1
- Left = 300
- Top = 300
- _Version = 65536
- _ExtentX = 3810
- _ExtentY = 2328
- _StockProps = 0
- Rows = 4
- Cols = 6
- Picture = "Frmpic.frx":0000
- End
- Attribute VB_Name = "formpicclip"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub SSCommand2_Click()
- End Sub
- Private Sub Form_Load()
- cmdhelp.picture = PictureClip1.GraphicCell(6)
- cmdprint.picture = PictureClip1.GraphicCell(5)
- End Sub
-