home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 December / 27_12_1999.iso / Soft / nvamp33.exe / Vampire.exe / 0 / RCDATA / TBEGENDDIALOG / TBEGENDDIALOG.txt
Text File  |  1999-06-02  |  2KB  |  114 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 = 293
  10.   ClientWidth = 190
  11.   Font.Charset = ANSI_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 = 136
  23.     Width = 157
  24.     Height = 109
  25.     Caption = ' Upon completion '
  26.     Items.Strings = (
  27.       'Do nothing'
  28.       'Exit Net Vampire'
  29.       'Shut Down Windows'
  30.       'Power Off')
  31.     TabOrder = 1
  32.   end
  33.   object CancelBtn: TButton
  34.     Left = 100
  35.     Top = 259
  36.     Width = 75
  37.     Height = 23
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 3
  42.   end
  43.   object OkBtn: TButton
  44.     Left = 16
  45.     Top = 259
  46.     Width = 75
  47.     Height = 23
  48.     Caption = 'OK'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 2
  52.     OnClick = OkBtnClick
  53.   end
  54.   object GroupBox1: TGroupBox
  55.     Left = 16
  56.     Top = 12
  57.     Width = 157
  58.     Height = 117
  59.     TabOrder = 0
  60.     object Label1: TLabel
  61.       Left = 8
  62.       Top = 24
  63.       Width = 106
  64.       Height = 13
  65.       Caption = 'Don'#39't start Jobs before'
  66.     end
  67.     object Label2: TLabel
  68.       Left = 8
  69.       Top = 68
  70.       Width = 72
  71.       Height = 13
  72.       Caption = 'Stop all Jobs at'
  73.     end
  74.     object DateTimePicker1: TDateTimePicker
  75.       Left = 8
  76.       Top = 40
  77.       Width = 101
  78.       Height = 21
  79.       CalAlignment = dtaLeft
  80.       Date = 35870.911217013890000000
  81.       Time = 35870.911217013890000000
  82.       DateFormat = dfShort
  83.       DateMode = dmComboBox
  84.       Kind = dtkTime
  85.       ParseInput = False
  86.     end
  87.     object CheckBox1: TCheckBox
  88.       Left = 8
  89.       Top = 0
  90.       Width = 105
  91.       Height = 17
  92.       Caption = 'Time constraints'
  93.       TabOrder = 0
  94.     end
  95.     object DateTimePicker2: TDateTimePicker
  96.       Left = 8
  97.       Top = 84
  98.       Width = 101
  99.       Height = 21
  100.       CalAlignment = dtaLeft
  101.       Date = 35870.911217013890000000
  102.       Time = 35870.911217013890000000
  103.       DateFormat = dfShort
  104.       DateMode = dmComboBox
  105.       Kind = dtkTime
  106.       ParseInput = False
  107.     end
  108.   end
  109.   object KMLang1: TKMLang
  110.     Left = 4
  111.     Top = 4
  112.   end
  113. end
  114.