home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form frmcres
- Caption = "Cresent SoftWare Controls"
- ClientHeight = 4020
- ClientLeft = 3045
- ClientTop = 1770
- ClientWidth = 6690
- Height = 4425
- Left = 2985
- LinkTopic = "Form1"
- ScaleHeight = 4020
- ScaleWidth = 6690
- Top = 1425
- Width = 6810
- Begin VBX.CSChkList CSChk1
- Alignment = 2 'Center
- BorderEffect = 2 'Lowered
- BorderStyle = 0 'None
- Caption = "Multi Check Frame"
- Contents = "CRES.frx":0000
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = "8.25"
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 2055
- ItemAlignment = 0 'Left
- ItemFontBold = -1 'True
- ItemFontItalic = 0 'False
- ItemFontName = "MS Sans Serif"
- ItemFontSize = "8.25"
- ItemFontStrikethru= 0 'False
- ItemFontUnderline= 0 'False
- ItemForeColor = &H00000000&
- Left = 60
- LeftMargin = 240
- ShadowColor = &H00808080&
- Spacing = 500
- TabIndex = 5
- ThreeD = -1 'True
- Top = 960
- TopMargin = 300
- Value = 0
- Width = 1755
- End
- Begin VBX.sitxEdit CSText1
- CharacterTable = "CRES.frx":003E
- Height = 495
- Justification = "CRES.frx":0040
- Left = 0
- Mask = "CRES.frx":0086
- TabIndex = 2
- Text = "This Is A CS Text Box"
- Top = 60
- Width = 1875
- End
- Begin VBX.sidtEdit CSDate1
- DataProperty = 1 'RawData
- Height = 240
- Justification = "CRES.frx":0088
- Left = 0
- TabIndex = 1
- Text = "12/09/95"
- Top = 600
- Width = 1140
- End
- Begin VBX.csPicture csPicture1
- AnimatedCursor = -1 'True
- Caption = "csPicture1"
- DrawMode = 13 'Copy Pen
- DrawStyle = 0 'Solid
- DrawWidth = 0
- FillColor = &H00000000&
- FillStyle = 1 'Transparent
- Height = 3315
- Left = 3060
- MDBFormat = 1 'Bitmap
- PrintLeft = 0
- PrintTop = 0
- PrintXScale = 0
- PrintYScale = 0
- ScaleMode = 1 'Twip
- ScrollBars = 3 'Both
- TabIndex = 3
- Text = "csPicture1"
- Top = 0
- Width = 3615
- ZoomFactor = 1
- End
- Begin VBX.CSMeter CSMeter1
- BackColor = &H00C0C0C0&
- BevelWidth = 1
- BorderColor = 0 'White
- BorderEffect = 2 'Drop (Concave Frame)
- BorderStyle = 0 'None
- FillType = 0 'Left to Right
- ForeColor = &H00FF0000&
- Height = 495
- Left = 60
- MaxValue = 100
- MinValue = 0
- PercentMode = 0 'Standard (0-100%)
- PercentValue = 25
- ShadowColor = 4 'Black
- ShowPercent = -1 'True
- Top = 3420
- UserValue = 0
- Width = 2775
- End
- Begin VBX.CSCmdBtn CSCmd1
- BackColor = &H8000000F&
- Bookmark = ""
- Border = 0 'False
- ForeColor = &H80000012&
- Height = 555
- Left = 4680
- MultiLine = 2 'Left
- Picture = "CRES.frx":00CE
- SizePicture = -1 'True
- TabIndex = 0
- Top = 3420
- Width = 555
- ZoomFactor = 1
- End
- Begin VB.PictureBox CurTime1
- BackColor = &H00C0C0C0&
- BorderStyle = 0 'None
- Height = 495
- Left = 5520
- ScaleHeight = 495
- ScaleWidth = 1095
- TabIndex = 4
- Top = 3420
- Width = 1095
- End
- Attribute VB_Name = "frmcres"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub Form_Load()
- csPicture1.picture = "c:\windows\x_inst01.bmp"
- End Sub
-