home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form frmPicbuf
- BorderStyle = 1 'Fixed Single
- Caption = "Picbuf"
- ClientHeight = 3345
- ClientLeft = 8790
- ClientTop = 3480
- ClientWidth = 3255
- ClipControls = 0 'False
- ControlBox = 0 'False
- Height = 3810
- Left = 8730
- LinkTopic = "Form1"
- LockControls = -1 'True
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 3345
- ScaleWidth = 3255
- ShowInTaskbar = 0 'False
- Top = 3075
- Width = 3375
- Begin ik32Lib.Picbuf Picbuf1
- Height = 3000
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 3000
- _Version = 65536
- _ExtentX = 5292
- _ExtentY = 5292
- _StockProps = 253
- ForeColor = 0
- BackColor = 16777215
- FileName = "D:\MAI\PROJECTS\IMK\SAMPLES\OCX\IMAGES\white.bmp"
- End
- Begin VB.Label Label24
- Caption = "200,200"
- Height = 255
- Left = 120
- TabIndex = 1
- Top = 3120
- Width = 735
- End
- Attribute VB_Name = "frmPicbuf"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub Form_Load()
- InitPicbuf frmPicbuf.picbuf1, False, "White24.bmp"
- End Sub
- Private Sub Picbuf1_Change()
- Draw.txtCD.Text = frmPicbuf.picbuf1.ColorDepth
- End Sub
-