From a0d994bf7fb3b6d561d8573017551b728678a131 Mon Sep 17 00:00:00 2001 From: OlgunR Date: Thu, 13 Nov 2025 11:13:35 +0100 Subject: [PATCH] =?UTF-8?q?Footer=20in=20Pofil=C3=BCbersicht=20optimiert?= =?UTF-8?q?=20-=20frmNIHauptseite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ToolCollection/frmNIHauptseite.Designer.vb | 37 ++++++++++++++++------ ToolCollection/frmNIHauptseite.resx | 5 ++- 2 files changed, 31 insertions(+), 11 deletions(-) diff --git a/ToolCollection/frmNIHauptseite.Designer.vb b/ToolCollection/frmNIHauptseite.Designer.vb index 67dca45..e9d0cc6 100644 --- a/ToolCollection/frmNIHauptseite.Designer.vb +++ b/ToolCollection/frmNIHauptseite.Designer.vb @@ -49,6 +49,7 @@ Partial Class frmNIHauptseite Me.Label4 = New System.Windows.Forms.Label() Me.numIntervall = New System.Windows.Forms.NumericUpDown() Me.TabPage2 = New System.Windows.Forms.TabPage() + Me.pnlFooter = New System.Windows.Forms.Panel() Me.btnEdit = New System.Windows.Forms.Button() Me.btnStartProfile = New System.Windows.Forms.Button() Me.gridProfileOverview = New DevExpress.XtraGrid.GridControl() @@ -75,6 +76,7 @@ Partial Class frmNIHauptseite Me.pnlInfos.SuspendLayout() CType(Me.numIntervall, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPage2.SuspendLayout() + Me.pnlFooter.SuspendLayout() CType(Me.gridProfileOverview, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.RepositoryItemCheckEdit1, System.ComponentModel.ISupportInitialize).BeginInit() @@ -95,7 +97,7 @@ Partial Class frmNIHauptseite Me.tcmain.Location = New System.Drawing.Point(0, 0) Me.tcmain.Name = "tcmain" Me.tcmain.SelectedIndex = 0 - Me.tcmain.Size = New System.Drawing.Size(774, 547) + Me.tcmain.Size = New System.Drawing.Size(777, 547) Me.tcmain.TabIndex = 46 ' 'tpMain @@ -347,22 +349,33 @@ Partial Class frmNIHauptseite ' 'TabPage2 ' - Me.TabPage2.Controls.Add(Me.btnEdit) - Me.TabPage2.Controls.Add(Me.btnStartProfile) + Me.TabPage2.Controls.Add(Me.pnlFooter) Me.TabPage2.Controls.Add(Me.gridProfileOverview) Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage2.Size = New System.Drawing.Size(766, 521) + Me.TabPage2.Size = New System.Drawing.Size(769, 521) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Profilübersicht" Me.TabPage2.UseVisualStyleBackColor = True ' + 'pnlFooter + ' + Me.pnlFooter.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.pnlFooter.Controls.Add(Me.btnEdit) + Me.pnlFooter.Controls.Add(Me.btnStartProfile) + Me.pnlFooter.Location = New System.Drawing.Point(3, 480) + Me.pnlFooter.Name = "pnlFooter" + Me.pnlFooter.Size = New System.Drawing.Size(763, 38) + Me.pnlFooter.TabIndex = 3 + ' 'btnEdit ' + Me.btnEdit.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnEdit.Image = Global.ToolCollection.My.Resources.Resources.cog_edit Me.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleRight - Me.btnEdit.Location = New System.Drawing.Point(530, 487) + Me.btnEdit.Location = New System.Drawing.Point(527, 9) Me.btnEdit.Name = "btnEdit" Me.btnEdit.Size = New System.Drawing.Size(120, 23) Me.btnEdit.TabIndex = 2 @@ -372,9 +385,10 @@ Partial Class frmNIHauptseite ' 'btnStartProfile ' + Me.btnStartProfile.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnStartProfile.Image = Global.ToolCollection.My.Resources.Resources.arrow_right Me.btnStartProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleRight - Me.btnStartProfile.Location = New System.Drawing.Point(656, 487) + Me.btnStartProfile.Location = New System.Drawing.Point(653, 9) Me.btnStartProfile.Name = "btnStartProfile" Me.btnStartProfile.Size = New System.Drawing.Size(100, 23) Me.btnStartProfile.TabIndex = 1 @@ -384,12 +398,14 @@ Partial Class frmNIHauptseite ' 'gridProfileOverview ' - Me.gridProfileOverview.Dock = System.Windows.Forms.DockStyle.Fill + Me.gridProfileOverview.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ + Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.gridProfileOverview.Location = New System.Drawing.Point(3, 3) Me.gridProfileOverview.MainView = Me.GridView1 Me.gridProfileOverview.Name = "gridProfileOverview" Me.gridProfileOverview.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemCheckEdit1, Me.RepositoryItemGridLookUpEdit1}) - Me.gridProfileOverview.Size = New System.Drawing.Size(760, 515) + Me.gridProfileOverview.Size = New System.Drawing.Size(763, 471) Me.gridProfileOverview.TabIndex = 0 Me.gridProfileOverview.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) ' @@ -405,7 +421,6 @@ Partial Class frmNIHauptseite Me.GridView1.OptionsView.ColumnAutoWidth = False Me.GridView1.OptionsView.EnableAppearanceEvenRow = True Me.GridView1.OptionsView.ShowAutoFilterRow = True - Me.GridView1.OptionsView.ShowFooter = True Me.GridView1.OptionsView.ShowGroupPanel = False ' 'RepositoryItemCheckEdit1 @@ -493,7 +508,7 @@ Partial Class frmNIHauptseite ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(774, 547) + Me.ClientSize = New System.Drawing.Size(777, 547) Me.Controls.Add(Me.tcmain) Me.DataBindings.Add(New System.Windows.Forms.Binding("Location", Global.ToolCollection.My.MySettings.Default, "frmNIHauptseite_Loc", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) @@ -512,6 +527,7 @@ Partial Class frmNIHauptseite Me.pnlInfos.PerformLayout() CType(Me.numIntervall, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPage2.ResumeLayout(False) + Me.pnlFooter.ResumeLayout(False) CType(Me.gridProfileOverview, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.RepositoryItemCheckEdit1, System.ComponentModel.ISupportInitialize).EndInit() @@ -570,4 +586,5 @@ Partial Class frmNIHauptseite Friend WithEvents RepositoryItemGridLookUpEdit1View As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents btnEdit As Button Friend WithEvents btnStartProfile As Button + Friend WithEvents pnlFooter As Panel End Class diff --git a/ToolCollection/frmNIHauptseite.resx b/ToolCollection/frmNIHauptseite.resx index 1705b2d..a6e8999 100644 --- a/ToolCollection/frmNIHauptseite.resx +++ b/ToolCollection/frmNIHauptseite.resx @@ -120,6 +120,9 @@ 248, 56 + + 248, 56 + Es wird empfohlen, das Intervall nicht auf weniger als 30 Minuten zu setzen, da der nächste Nachindexierungsdurchlauf nur gestartet werden kann, wenn der vorherige beendet wurde. Wenn zu erwarten ist, dass viele Dokumente nachindexiert werden sollen, sollte der Intervall für diesen Durchlauf entsprechend hoch gesetzt werden ( > 2 Stunden). @@ -160,7 +163,7 @@ 984, 56 - 297 + 132