home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / source / chap30 / cres.frm (.txt) next >
Encoding:
Visual Basic Form  |  1995-07-27  |  4.6 KB  |  143 lines

  1. VERSION 4.00
  2. Begin VB.Form frmcres 
  3.    Caption         =   "Cresent SoftWare Controls"
  4.    ClientHeight    =   4020
  5.    ClientLeft      =   3045
  6.    ClientTop       =   1770
  7.    ClientWidth     =   6690
  8.    Height          =   4425
  9.    Left            =   2985
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   4020
  12.    ScaleWidth      =   6690
  13.    Top             =   1425
  14.    Width           =   6810
  15.    Begin VBX.CSChkList CSChk1 
  16.       Alignment       =   2  'Center
  17.       BorderEffect    =   2  'Lowered
  18.       BorderStyle     =   0  'None
  19.       Caption         =   "Multi Check Frame"
  20.       Contents        =   "CRES.frx":0000
  21.       FontBold        =   0   'False
  22.       FontItalic      =   0   'False
  23.       FontName        =   "MS Sans Serif"
  24.       FontSize        =   "8.25"
  25.       FontStrikethru  =   0   'False
  26.       FontUnderline   =   0   'False
  27.       Height          =   2055
  28.       ItemAlignment   =   0  'Left
  29.       ItemFontBold    =   -1  'True
  30.       ItemFontItalic  =   0   'False
  31.       ItemFontName    =   "MS Sans Serif"
  32.       ItemFontSize    =   "8.25"
  33.       ItemFontStrikethru=   0   'False
  34.       ItemFontUnderline=   0   'False
  35.       ItemForeColor   =   &H00000000&
  36.       Left            =   60
  37.       LeftMargin      =   240
  38.       ShadowColor     =   &H00808080&
  39.       Spacing         =   500
  40.       TabIndex        =   5
  41.       ThreeD          =   -1  'True
  42.       Top             =   960
  43.       TopMargin       =   300
  44.       Value           =   0
  45.       Width           =   1755
  46.    End
  47.    Begin VBX.sitxEdit CSText1 
  48.       CharacterTable  =   "CRES.frx":003E
  49.       Height          =   495
  50.       Justification   =   "CRES.frx":0040
  51.       Left            =   0
  52.       Mask            =   "CRES.frx":0086
  53.       TabIndex        =   2
  54.       Text            =   "This Is A CS  Text Box"
  55.       Top             =   60
  56.       Width           =   1875
  57.    End
  58.    Begin VBX.sidtEdit CSDate1 
  59.       DataProperty    =   1  'RawData
  60.       Height          =   240
  61.       Justification   =   "CRES.frx":0088
  62.       Left            =   0
  63.       TabIndex        =   1
  64.       Text            =   "12/09/95"
  65.       Top             =   600
  66.       Width           =   1140
  67.    End
  68.    Begin VBX.csPicture csPicture1 
  69.       AnimatedCursor  =   -1  'True
  70.       Caption         =   "csPicture1"
  71.       DrawMode        =   13  'Copy Pen
  72.       DrawStyle       =   0  'Solid
  73.       DrawWidth       =   0
  74.       FillColor       =   &H00000000&
  75.       FillStyle       =   1  'Transparent
  76.       Height          =   3315
  77.       Left            =   3060
  78.       MDBFormat       =   1  'Bitmap
  79.       PrintLeft       =   0
  80.       PrintTop        =   0
  81.       PrintXScale     =   0
  82.       PrintYScale     =   0
  83.       ScaleMode       =   1  'Twip
  84.       ScrollBars      =   3  'Both
  85.       TabIndex        =   3
  86.       Text            =   "csPicture1"
  87.       Top             =   0
  88.       Width           =   3615
  89.       ZoomFactor      =   1
  90.    End
  91.    Begin VBX.CSMeter CSMeter1 
  92.       BackColor       =   &H00C0C0C0&
  93.       BevelWidth      =   1
  94.       BorderColor     =   0  'White
  95.       BorderEffect    =   2  'Drop (Concave Frame)
  96.       BorderStyle     =   0  'None
  97.       FillType        =   0  'Left to Right
  98.       ForeColor       =   &H00FF0000&
  99.       Height          =   495
  100.       Left            =   60
  101.       MaxValue        =   100
  102.       MinValue        =   0
  103.       PercentMode     =   0  'Standard (0-100%)
  104.       PercentValue    =   25
  105.       ShadowColor     =   4  'Black
  106.       ShowPercent     =   -1  'True
  107.       Top             =   3420
  108.       UserValue       =   0
  109.       Width           =   2775
  110.    End
  111.    Begin VBX.CSCmdBtn CSCmd1 
  112.       BackColor       =   &H8000000F&
  113.       Bookmark        =   ""
  114.       Border          =   0   'False
  115.       ForeColor       =   &H80000012&
  116.       Height          =   555
  117.       Left            =   4680
  118.       MultiLine       =   2  'Left
  119.       Picture         =   "CRES.frx":00CE
  120.       SizePicture     =   -1  'True
  121.       TabIndex        =   0
  122.       Top             =   3420
  123.       Width           =   555
  124.       ZoomFactor      =   1
  125.    End
  126.    Begin VB.PictureBox CurTime1 
  127.       BackColor       =   &H00C0C0C0&
  128.       BorderStyle     =   0  'None
  129.       Height          =   495
  130.       Left            =   5520
  131.       ScaleHeight     =   495
  132.       ScaleWidth      =   1095
  133.       TabIndex        =   4
  134.       Top             =   3420
  135.       Width           =   1095
  136.    End
  137. Attribute VB_Name = "frmcres"
  138. Attribute VB_Creatable = False
  139. Attribute VB_Exposed = False
  140. Private Sub Form_Load()
  141. csPicture1.picture = "c:\windows\x_inst01.bmp"
  142. End Sub
  143.