From 386ccb7ce41a8aae0bbc1ce2902ae4913d3419ee Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Mon, 18 Dec 2023 11:54:10 +0100 Subject: [PATCH] fix tabindex for documentviewer --- Controls.DocumentViewer/DocumentViewer.Designer.vb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Controls.DocumentViewer/DocumentViewer.Designer.vb b/Controls.DocumentViewer/DocumentViewer.Designer.vb index d4deebdc..b19d9de8 100644 --- a/Controls.DocumentViewer/DocumentViewer.Designer.vb +++ b/Controls.DocumentViewer/DocumentViewer.Designer.vb @@ -160,7 +160,7 @@ Partial Class DocumentViewer Me.RichEditControl1.Options.VerticalRuler.Visibility = DevExpress.XtraRichEdit.RichEditRulerVisibility.Hidden Me.RichEditControl1.ReadOnly = True Me.RichEditControl1.Size = New System.Drawing.Size(249, 161) - Me.RichEditControl1.TabIndex = 8 + Me.RichEditControl1.TabIndex = 0 Me.RichEditControl1.Visible = False ' 'BarManager1 @@ -437,7 +437,7 @@ Partial Class DocumentViewer Me.SpreadsheetControl1.Name = "SpreadsheetControl1" Me.SpreadsheetControl1.ReadOnly = True Me.SpreadsheetControl1.Size = New System.Drawing.Size(268, 161) - Me.SpreadsheetControl1.TabIndex = 9 + Me.SpreadsheetControl1.TabIndex = 0 Me.SpreadsheetControl1.Text = "SpreadsheetControl1" Me.SpreadsheetControl1.Visible = False ' @@ -455,7 +455,7 @@ Partial Class DocumentViewer Me.lbFileNotLoaded.Location = New System.Drawing.Point(3, 74) Me.lbFileNotLoaded.Name = "lbFileNotLoaded" Me.lbFileNotLoaded.Size = New System.Drawing.Size(1006, 72) - Me.lbFileNotLoaded.TabIndex = 14 + Me.lbFileNotLoaded.TabIndex = 0 Me.lbFileNotLoaded.Tag = "" Me.lbFileNotLoaded.Text = "Die Datei konnte nicht geladen werden" Me.lbFileNotLoaded.Visible = False