home *** CD-ROM | disk | FTP | other *** search
- object FrmSched: TFrmSched
- Left = 279
- Top = 224
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Schedule Task'
- ClientHeight = 192
- ClientWidth = 344
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 12
- Width = 328
- Height = 135
- TabOrder = 0
- object Label1: TLabel
- Left = 14
- Top = 51
- Width = 26
- Height = 13
- Caption = 'Date:'
- end
- object Label2: TLabel
- Left = 14
- Top = 77
- Width = 26
- Height = 13
- Caption = 'Time:'
- end
- object Label3: TLabel
- Left = 14
- Top = 25
- Width = 81
- Height = 13
- Caption = 'Internet Provider:'
- end
- object Label4: TLabel
- Left = 14
- Top = 104
- Width = 49
- Height = 13
- Caption = 'Operation:'
- end
- object cbisp: TComboBox
- Left = 112
- Top = 21
- Width = 204
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- end
- object dTime: TDateTimePicker
- Left = 112
- Top = 73
- Width = 205
- Height = 21
- CalAlignment = dtaLeft
- Date = 35978.889583333330000000
- Time = 35978.889583333330000000
- DateFormat = dfShort
- DateMode = dmUpDown
- Kind = dtkTime
- ParseInput = False
- TabOrder = 3
- end
- object dDate: TDateTimePicker
- Left = 112
- Top = 47
- Width = 205
- Height = 21
- CalAlignment = dtaLeft
- Date = 35978.000000000000000000
- Time = 35978.000000000000000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Kind = dtkDate
- ParseInput = False
- TabOrder = 4
- end
- object r1: TRadioButton
- Left = 112
- Top = 103
- Width = 68
- Height = 15
- Caption = 'Connect'
- Checked = True
- TabOrder = 5
- TabStop = True
- OnClick = r1Click
- end
- object r2: TRadioButton
- Left = 184
- Top = 103
- Width = 77
- Height = 15
- Caption = 'Disconnect'
- TabOrder = 6
- OnClick = r1Click
- end
- object r3: TRadioButton
- Left = 267
- Top = 103
- Width = 43
- Height = 15
- Caption = 'Run'
- TabOrder = 7
- OnClick = r3Click
- end
- object tPath: TEdit
- Left = 112
- Top = 21
- Width = 174
- Height = 21
- TabOrder = 1
- Visible = False
- end
- object bPath: TButton
- Left = 288
- Top = 21
- Width = 26
- Height = 21
- Caption = '...'
- TabOrder = 2
- Visible = False
- OnClick = bPathClick
- end
- end
- object bCan: TButton
- Left = 261
- Top = 160
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object bOk: TButton
- Left = 175
- Top = 160
- Width = 75
- Height = 25
- Caption = '&OK'
- ModalResult = 1
- TabOrder = 1
- end
- object DialUp1: TDialUp
- DialMode = dmAsync
- OnEntryGet = DialUp1EntryGet
- Left = 13
- Top = 154
- end
- object OpenDialog1: TOpenDialog
- Left = 56
- Top = 156
- end
- end
-