home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 March / MINDWARE_MAR_2001.iso / Software / internet / netstat / NetStat.exe / 0 / RCDATA / TFRMSCHED / TFRMSCHED.txt
Encoding:
Text File  |  2000-02-28  |  3.2 KB  |  168 lines

  1. object FrmSched: TFrmSched
  2.   Left = 279
  3.   Top = 224
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Schedule Task'
  7.   ClientHeight = 192
  8.   ClientWidth = 344
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 12
  22.     Width = 328
  23.     Height = 135
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 14
  27.       Top = 51
  28.       Width = 26
  29.       Height = 13
  30.       Caption = 'Date:'
  31.     end
  32.     object Label2: TLabel
  33.       Left = 14
  34.       Top = 77
  35.       Width = 26
  36.       Height = 13
  37.       Caption = 'Time:'
  38.     end
  39.     object Label3: TLabel
  40.       Left = 14
  41.       Top = 25
  42.       Width = 81
  43.       Height = 13
  44.       Caption = 'Internet Provider:'
  45.     end
  46.     object Label4: TLabel
  47.       Left = 14
  48.       Top = 104
  49.       Width = 49
  50.       Height = 13
  51.       Caption = 'Operation:'
  52.     end
  53.     object cbisp: TComboBox
  54.       Left = 112
  55.       Top = 21
  56.       Width = 204
  57.       Height = 21
  58.       Style = csDropDownList
  59.       ItemHeight = 13
  60.       TabOrder = 0
  61.     end
  62.     object dTime: TDateTimePicker
  63.       Left = 112
  64.       Top = 73
  65.       Width = 205
  66.       Height = 21
  67.       CalAlignment = dtaLeft
  68.       Date = 35978.889583333330000000
  69.       Time = 35978.889583333330000000
  70.       DateFormat = dfShort
  71.       DateMode = dmUpDown
  72.       Kind = dtkTime
  73.       ParseInput = False
  74.       TabOrder = 3
  75.     end
  76.     object dDate: TDateTimePicker
  77.       Left = 112
  78.       Top = 47
  79.       Width = 205
  80.       Height = 21
  81.       CalAlignment = dtaLeft
  82.       Date = 35978.000000000000000000
  83.       Time = 35978.000000000000000000
  84.       DateFormat = dfShort
  85.       DateMode = dmComboBox
  86.       Kind = dtkDate
  87.       ParseInput = False
  88.       TabOrder = 4
  89.     end
  90.     object r1: TRadioButton
  91.       Left = 112
  92.       Top = 103
  93.       Width = 68
  94.       Height = 15
  95.       Caption = 'Connect'
  96.       Checked = True
  97.       TabOrder = 5
  98.       TabStop = True
  99.       OnClick = r1Click
  100.     end
  101.     object r2: TRadioButton
  102.       Left = 184
  103.       Top = 103
  104.       Width = 77
  105.       Height = 15
  106.       Caption = 'Disconnect'
  107.       TabOrder = 6
  108.       OnClick = r1Click
  109.     end
  110.     object r3: TRadioButton
  111.       Left = 267
  112.       Top = 103
  113.       Width = 43
  114.       Height = 15
  115.       Caption = 'Run'
  116.       TabOrder = 7
  117.       OnClick = r3Click
  118.     end
  119.     object tPath: TEdit
  120.       Left = 112
  121.       Top = 21
  122.       Width = 174
  123.       Height = 21
  124.       TabOrder = 1
  125.       Visible = False
  126.     end
  127.     object bPath: TButton
  128.       Left = 288
  129.       Top = 21
  130.       Width = 26
  131.       Height = 21
  132.       Caption = '...'
  133.       TabOrder = 2
  134.       Visible = False
  135.       OnClick = bPathClick
  136.     end
  137.   end
  138.   object bCan: TButton
  139.     Left = 261
  140.     Top = 160
  141.     Width = 75
  142.     Height = 25
  143.     Cancel = True
  144.     Caption = 'Cancel'
  145.     ModalResult = 2
  146.     TabOrder = 2
  147.   end
  148.   object bOk: TButton
  149.     Left = 175
  150.     Top = 160
  151.     Width = 75
  152.     Height = 25
  153.     Caption = '&OK'
  154.     ModalResult = 1
  155.     TabOrder = 1
  156.   end
  157.   object DialUp1: TDialUp
  158.     DialMode = dmAsync
  159.     OnEntryGet = DialUp1EntryGet
  160.     Left = 13
  161.     Top = 154
  162.   end
  163.   object OpenDialog1: TOpenDialog
  164.     Left = 56
  165.     Top = 156
  166.   end
  167. end
  168.