home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form ssdatecombo
- Caption = "Sheridan Date ComboBox"
- ClientHeight = 4200
- ClientLeft = 1095
- ClientTop = 1515
- ClientWidth = 6720
- Height = 4605
- Left = 1035
- LinkTopic = "Form2"
- ScaleHeight = 4200
- ScaleWidth = 6720
- Top = 1170
- Width = 6840
- Begin VB.Label Label1
- Caption = "Select a Date"
- Height = 375
- Left = 180
- TabIndex = 1
- Top = 900
- Width = 1575
- End
- Begin SSCalendarWidgets_A.SSDateCombo SSDateCombo1
- Height = 435
- Left = 2160
- TabIndex = 0
- Top = 840
- Width = 2415
- _version = 65536
- _extentx = 4260
- _extenty = 767
- _stockprops = 77
- backcolor = 16777215
- BeginProperty dropdownfont {FB8F0823-0164-101B-84ED-08002B2EC713}
- name = "MS Sans Serif"
- charset = 1
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- dayname(1) = "Sun"
- dayname(2) = "Mon"
- dayname(3) = "Tue"
- dayname(4) = "Wed"
- dayname(5) = "Thu"
- dayname(6) = "Fri"
- dayname(7) = "Sat"
- End
- Attribute VB_Name = "ssdatecombo"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
-