home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / netVampire / _SETUP.1 / Vampire.exe / 0 / RCDATA / TBEGENDDIALOG / TBEGENDDIALOG.txt
Text File  |  1998-11-30  |  2KB  |  111 lines

  1. object BegEndDialog: TBegEndDialog
  2.   Left = 390
  3.   Top = 143
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Start/Stop settings'
  9.   ClientHeight = 320
  10.   ClientWidth = 190
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object RadioGroup1: TRadioGroup
  21.     Left = 16
  22.     Top = 140
  23.     Width = 157
  24.     Height = 133
  25.     Caption = ' Upon completion '
  26.     Items.Strings = (
  27.       'Do nothing'
  28.       'Exit Net Vampire'
  29.       'Shut Down Windows'
  30.       'Force Shut Down'
  31.       'Power Off')
  32.     TabOrder = 1
  33.   end
  34.   object CancelBtn: TButton
  35.     Left = 100
  36.     Top = 287
  37.     Width = 75
  38.     Height = 23
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 3
  43.   end
  44.   object OkBtn: TButton
  45.     Left = 16
  46.     Top = 287
  47.     Width = 75
  48.     Height = 23
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 2
  53.     OnClick = OkBtnClick
  54.   end
  55.   object GroupBox1: TGroupBox
  56.     Left = 16
  57.     Top = 12
  58.     Width = 157
  59.     Height = 117
  60.     TabOrder = 0
  61.     object Label1: TLabel
  62.       Left = 8
  63.       Top = 24
  64.       Width = 106
  65.       Height = 13
  66.       Caption = 'Don'#39't start Jobs before'
  67.     end
  68.     object Label2: TLabel
  69.       Left = 8
  70.       Top = 68
  71.       Width = 72
  72.       Height = 13
  73.       Caption = 'Stop all Jobs at'
  74.     end
  75.     object DateTimePicker1: TDateTimePicker
  76.       Left = 8
  77.       Top = 40
  78.       Width = 101
  79.       Height = 21
  80.       CalAlignment = dtaLeft
  81.       Date = 35870.911217013890000000
  82.       Time = 35870.911217013890000000
  83.       DateFormat = dfShort
  84.       DateMode = dmComboBox
  85.       Kind = dtkTime
  86.       ParseInput = False
  87.     end
  88.     object CheckBox1: TCheckBox
  89.       Left = 8
  90.       Top = 0
  91.       Width = 97
  92.       Height = 17
  93.       Caption = 'Time constraints'
  94.       TabOrder = 0
  95.     end
  96.     object DateTimePicker2: TDateTimePicker
  97.       Left = 8
  98.       Top = 84
  99.       Width = 101
  100.       Height = 21
  101.       CalAlignment = dtaLeft
  102.       Date = 35870.911217013890000000
  103.       Time = 35870.911217013890000000
  104.       DateFormat = dfShort
  105.       DateMode = dmComboBox
  106.       Kind = dtkTime
  107.       ParseInput = False
  108.     end
  109.   end
  110. end
  111.