home *** CD-ROM | disk | FTP | other *** search
- object TimeSelect: TTimeSelect
- Left = 374
- Top = 311
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Define Allowable Days and Times'
- ClientHeight = 227
- ClientWidth = 388
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCloseQuery = FormCloseQuery
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 24
- Top = 13
- Width = 337
- Height = 89
- Caption = 'Select Days'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- object MonBox: TCheckBox
- Tag = 1
- Left = 16
- Top = 24
- Width = 65
- Height = 17
- Caption = 'Monday'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 0
- end
- object TueBox: TCheckBox
- Tag = 2
- Left = 16
- Top = 53
- Width = 72
- Height = 17
- Caption = 'Tuesday'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 1
- end
- object WedBox: TCheckBox
- Tag = 3
- Left = 98
- Top = 24
- Width = 79
- Height = 17
- Caption = 'Wednesday'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 2
- end
- object ThuBox: TCheckBox
- Tag = 4
- Left = 98
- Top = 53
- Width = 72
- Height = 17
- Caption = 'Thursday'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 3
- end
- object FriBox: TCheckBox
- Tag = 5
- Left = 184
- Top = 24
- Width = 65
- Height = 17
- Caption = 'Friday'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 4
- end
- object SatBox: TCheckBox
- Tag = 6
- Left = 260
- Top = 24
- Width = 72
- Height = 17
- Caption = 'Saturday'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 5
- end
- object SunBox: TCheckBox
- Left = 260
- Top = 53
- Width = 72
- Height = 17
- Caption = 'Sunday'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 6
- end
- end
- object GroupBox2: TGroupBox
- Left = 24
- Top = 112
- Width = 153
- Height = 56
- Caption = 'Begin Time'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- object BeginTime: TDateTimePicker
- Left = 24
- Top = 20
- Width = 105
- Height = 21
- CalAlignment = dtaLeft
- Date = 36616.384732638900000000
- Time = 36616.384732638900000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Kind = dtkTime
- ParseInput = False
- ParentFont = False
- TabOrder = 0
- end
- end
- object GroupBox3: TGroupBox
- Left = 205
- Top = 112
- Width = 153
- Height = 56
- Caption = 'End Time'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- object EndTime: TDateTimePicker
- Left = 24
- Top = 20
- Width = 105
- Height = 21
- CalAlignment = dtaLeft
- Date = 36616.384732638900000000
- Time = 36616.384732638900000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Kind = dtkTime
- ParseInput = False
- ParentFont = False
- TabOrder = 0
- end
- end
- object OkBtn: TBitBtn
- Left = 110
- Top = 184
- Width = 75
- Height = 25
- TabOrder = 3
- Kind = bkOK
- end
- object CancelBtn: TBitBtn
- Left = 203
- Top = 183
- Width = 75
- Height = 26
- TabOrder = 4
- Kind = bkCancel
- end
- end
-