object BegEndDialog: TBegEndDialog Left = 390 Top = 143 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Start/Stop settings' ClientHeight = 320 ClientWidth = 190 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object RadioGroup1: TRadioGroup Left = 16 Top = 140 Width = 157 Height = 133 Caption = ' Upon completion ' Items.Strings = ( 'Do nothing' 'Exit Net Vampire' 'Shut Down Windows' 'Force Shut Down' 'Power Off') TabOrder = 1 end object CancelBtn: TButton Left = 100 Top = 287 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object OkBtn: TButton Left = 16 Top = 287 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OkBtnClick end object GroupBox1: TGroupBox Left = 16 Top = 12 Width = 157 Height = 117 TabOrder = 0 object Label1: TLabel Left = 8 Top = 24 Width = 106 Height = 13 Caption = 'Don'#39't start Jobs before' end object Label2: TLabel Left = 8 Top = 68 Width = 72 Height = 13 Caption = 'Stop all Jobs at' end object DateTimePicker1: TDateTimePicker Left = 8 Top = 40 Width = 101 Height = 21 CalAlignment = dtaLeft Date = 35870.911217013890000000 Time = 35870.911217013890000000 DateFormat = dfShort DateMode = dmComboBox Kind = dtkTime ParseInput = False end object CheckBox1: TCheckBox Left = 8 Top = 0 Width = 97 Height = 17 Caption = 'Time constraints' TabOrder = 0 end object DateTimePicker2: TDateTimePicker Left = 8 Top = 84 Width = 101 Height = 21 CalAlignment = dtaLeft Date = 35870.911217013890000000 Time = 35870.911217013890000000 DateFormat = dfShort DateMode = dmComboBox Kind = dtkTime ParseInput = False end end end