object starterform: Tstarterform Tag = 400 Left = 589 Top = 306 BorderStyle = bsDialog Caption = 'DMEX - Starter' ClientHeight = 407 ClientWidth = 406 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object TabControl1: TTabControl Left = 0 Top = 0 Width = 406 Height = 41 Align = alTop HotTrack = True TabOrder = 0 OnChange = TabControl1Enter OnChanging = TabControl1Changing OnEnter = TabControl1Enter end object StatusBar1: TStatusBar Left = 0 Top = 388 Width = 406 Height = 19 Panels = < item Width = 150 end item Width = 100 end item Width = 50 end item Width = 50 end> SimplePanel = False end object Panel1: TPanel Left = 0 Top = 41 Width = 406 Height = 347 Align = alClient TabOrder = 2 object Label1: TLabel Tag = 1 Left = 24 Top = 64 Width = 67 Height = 13 Caption = 'Program &Path:' Enabled = False end object Label2: TLabel Tag = 7 Left = 24 Top = 216 Width = 71 Height = 13 Caption = 'Interval (Days):' Enabled = False end object Label3: TLabel Tag = 2 Left = 24 Top = 112 Width = 164 Height = 13 Caption = 'Program Commandline P&arameters:' Enabled = False end object Ende: TButton Tag = 10 Left = 320 Top = 312 Width = 75 Height = 25 Caption = '&Exit' Default = True TabOrder = 8 OnClick = EndeClick end object Neu: TButton Tag = 8 Left = 112 Top = 312 Width = 75 Height = 25 Caption = '&New' TabOrder = 6 OnClick = NeuClick end object Edit1: TEdit Left = 24 Top = 80 Width = 321 Height = 21 Enabled = False TabOrder = 1 end object Button3: TButton Left = 368 Top = 80 Width = 21 Height = 21 Caption = '...' Enabled = False TabOrder = 2 OnClick = Button3Click end object TrackBar1: TTrackBar Left = 24 Top = 240 Width = 321 Height = 21 Enabled = False Max = 99 Min = 1 Orientation = trHorizontal Frequency = 1 Position = 7 SelEnd = 0 SelStart = 0 TabOrder = 4 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar1Change end object Edit2: TEdit Left = 368 Top = 240 Width = 21 Height = 21 Enabled = False TabOrder = 5 Text = '7' end object Loeschen: TButton Tag = 9 Left = 192 Top = 312 Width = 75 Height = 25 Caption = '&Delete' Enabled = False TabOrder = 7 OnClick = LoeschenClick end object Edit4: TEdit Left = 24 Top = 24 Width = 321 Height = 21 Enabled = False TabOrder = 0 OnChange = Edit4Change end object Edit3: TEdit Left = 24 Top = 128 Width = 321 Height = 21 Enabled = False TabOrder = 3 end object GroupBox1: TGroupBox Tag = 3 Left = 24 Top = 160 Width = 321 Height = 41 Caption = '&Window:' Enabled = False TabOrder = 9 object RadioButton1: TRadioButton Tag = 4 Left = 8 Top = 16 Width = 65 Height = 17 Caption = 'normal' Enabled = False TabOrder = 0 OnClick = RadioButtonClick end object RadioButton2: TRadioButton Tag = 5 Left = 96 Top = 16 Width = 65 Height = 17 Caption = 'minimized' Enabled = False TabOrder = 1 OnClick = RadioButtonClick end object RadioButton3: TRadioButton Tag = 6 Left = 176 Top = 16 Width = 113 Height = 17 Caption = 'hidden' Enabled = False TabOrder = 2 OnClick = RadioButtonClick end end end object OpenDialog1: TOpenDialog Filter = '|*.exe;*.com;*.pif;*.lnk;*.bat;*.cmd' Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofNoDereferenceLinks] Left = 8 Top = 353 end object Timer1: TTimer Enabled = False Interval = 3000 OnTimer = Timer1Timer Left = 40 Top = 353 end object ExecFile1: TExecFile Associate = False Wait = False WaitStyle = wSuspend Left = 72 Top = 353 end end