home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form ssmonth
- Caption = "Sheridan MonthView"
- ClientHeight = 3090
- ClientLeft = 1725
- ClientTop = 1830
- ClientWidth = 5625
- Height = 3495
- Left = 1665
- LinkTopic = "Form2"
- ScaleHeight = 3090
- ScaleWidth = 5625
- Top = 1485
- Width = 5745
- Begin SSCalendarWidgets_A.SSMonth SSMonth1
- Height = 3015
- Left = 0
- TabIndex = 0
- Top = 0
- Width = 5595
- _version = 65536
- _extentx = 9869
- _extenty = 5318
- _stockprops = 76
- dayname(1) = "Sun"
- dayname(2) = "Mon"
- dayname(3) = "Tue"
- dayname(4) = "Wed"
- dayname(5) = "Thu"
- dayname(6) = "Fri"
- dayname(7) = "Sat"
- stylesets.count = 2
- stylesets(0).name= "Sunday"
- stylesets(0).forecolor= 255
- stylesets(0).backcolor= 12632256
- stylesets(0).picture= "SSCAL1.frx":0000
- stylesets(0).picturemetawidth= 26
- stylesets(0).picturemetaheight= 26
- stylesets(1).name= "saturday"
- stylesets(1).forecolor= 16711680
- stylesets(1).backcolor= 12632256
- dayofweek(1).styleset= "Sunday"
- dayofweek(7).styleset= "saturday"
- showcentury = -1 'True
- End
- Attribute VB_Name = "ssmonth"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
-