home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / source / chap30 / sscal1.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-07-30  |  1.6 KB  |  50 lines

  1. VERSION 4.00
  2. Begin VB.Form ssmonth 
  3.    Caption         =   "Sheridan MonthView"
  4.    ClientHeight    =   3090
  5.    ClientLeft      =   1725
  6.    ClientTop       =   1830
  7.    ClientWidth     =   5625
  8.    Height          =   3495
  9.    Left            =   1665
  10.    LinkTopic       =   "Form2"
  11.    ScaleHeight     =   3090
  12.    ScaleWidth      =   5625
  13.    Top             =   1485
  14.    Width           =   5745
  15.    Begin SSCalendarWidgets_A.SSMonth SSMonth1 
  16.       Height          =   3015
  17.       Left            =   0
  18.       TabIndex        =   0
  19.       Top             =   0
  20.       Width           =   5595
  21.       _version        =   65536
  22.       _extentx        =   9869
  23.       _extenty        =   5318
  24.       _stockprops     =   76
  25.       dayname(1)      =   "Sun"
  26.       dayname(2)      =   "Mon"
  27.       dayname(3)      =   "Tue"
  28.       dayname(4)      =   "Wed"
  29.       dayname(5)      =   "Thu"
  30.       dayname(6)      =   "Fri"
  31.       dayname(7)      =   "Sat"
  32.       stylesets.count =   2
  33.       stylesets(0).name=   "Sunday"
  34.       stylesets(0).forecolor=   255
  35.       stylesets(0).backcolor=   12632256
  36.       stylesets(0).picture=   "SSCAL1.frx":0000
  37.       stylesets(0).picturemetawidth=   26
  38.       stylesets(0).picturemetaheight=   26
  39.       stylesets(1).name=   "saturday"
  40.       stylesets(1).forecolor=   16711680
  41.       stylesets(1).backcolor=   12632256
  42.       dayofweek(1).styleset=   "Sunday"
  43.       dayofweek(7).styleset=   "saturday"
  44.       showcentury     =   -1  'True
  45.    End
  46. Attribute VB_Name = "ssmonth"
  47. Attribute VB_Creatable = False
  48. Attribute VB_Exposed = False
  49. Option Explicit
  50.