Footer in Pofilübersicht optimiert - frmNIHauptseite
This commit is contained in:
parent
ae3a2a9b14
commit
a0d994bf7f
37
ToolCollection/frmNIHauptseite.Designer.vb
generated
37
ToolCollection/frmNIHauptseite.Designer.vb
generated
@ -49,6 +49,7 @@ Partial Class frmNIHauptseite
|
|||||||
Me.Label4 = New System.Windows.Forms.Label()
|
Me.Label4 = New System.Windows.Forms.Label()
|
||||||
Me.numIntervall = New System.Windows.Forms.NumericUpDown()
|
Me.numIntervall = New System.Windows.Forms.NumericUpDown()
|
||||||
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
||||||
|
Me.pnlFooter = New System.Windows.Forms.Panel()
|
||||||
Me.btnEdit = New System.Windows.Forms.Button()
|
Me.btnEdit = New System.Windows.Forms.Button()
|
||||||
Me.btnStartProfile = New System.Windows.Forms.Button()
|
Me.btnStartProfile = New System.Windows.Forms.Button()
|
||||||
Me.gridProfileOverview = New DevExpress.XtraGrid.GridControl()
|
Me.gridProfileOverview = New DevExpress.XtraGrid.GridControl()
|
||||||
@ -75,6 +76,7 @@ Partial Class frmNIHauptseite
|
|||||||
Me.pnlInfos.SuspendLayout()
|
Me.pnlInfos.SuspendLayout()
|
||||||
CType(Me.numIntervall, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.numIntervall, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
Me.TabPage2.SuspendLayout()
|
Me.TabPage2.SuspendLayout()
|
||||||
|
Me.pnlFooter.SuspendLayout()
|
||||||
CType(Me.gridProfileOverview, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.gridProfileOverview, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.RepositoryItemCheckEdit1, 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.Location = New System.Drawing.Point(0, 0)
|
||||||
Me.tcmain.Name = "tcmain"
|
Me.tcmain.Name = "tcmain"
|
||||||
Me.tcmain.SelectedIndex = 0
|
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
|
Me.tcmain.TabIndex = 46
|
||||||
'
|
'
|
||||||
'tpMain
|
'tpMain
|
||||||
@ -347,22 +349,33 @@ Partial Class frmNIHauptseite
|
|||||||
'
|
'
|
||||||
'TabPage2
|
'TabPage2
|
||||||
'
|
'
|
||||||
Me.TabPage2.Controls.Add(Me.btnEdit)
|
Me.TabPage2.Controls.Add(Me.pnlFooter)
|
||||||
Me.TabPage2.Controls.Add(Me.btnStartProfile)
|
|
||||||
Me.TabPage2.Controls.Add(Me.gridProfileOverview)
|
Me.TabPage2.Controls.Add(Me.gridProfileOverview)
|
||||||
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
|
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
|
||||||
Me.TabPage2.Name = "TabPage2"
|
Me.TabPage2.Name = "TabPage2"
|
||||||
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
|
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.TabIndex = 1
|
||||||
Me.TabPage2.Text = "Profilübersicht"
|
Me.TabPage2.Text = "Profilübersicht"
|
||||||
Me.TabPage2.UseVisualStyleBackColor = True
|
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
|
'btnEdit
|
||||||
'
|
'
|
||||||
|
Me.btnEdit.Anchor = System.Windows.Forms.AnchorStyles.Right
|
||||||
Me.btnEdit.Image = Global.ToolCollection.My.Resources.Resources.cog_edit
|
Me.btnEdit.Image = Global.ToolCollection.My.Resources.Resources.cog_edit
|
||||||
Me.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
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.Name = "btnEdit"
|
||||||
Me.btnEdit.Size = New System.Drawing.Size(120, 23)
|
Me.btnEdit.Size = New System.Drawing.Size(120, 23)
|
||||||
Me.btnEdit.TabIndex = 2
|
Me.btnEdit.TabIndex = 2
|
||||||
@ -372,9 +385,10 @@ Partial Class frmNIHauptseite
|
|||||||
'
|
'
|
||||||
'btnStartProfile
|
'btnStartProfile
|
||||||
'
|
'
|
||||||
|
Me.btnStartProfile.Anchor = System.Windows.Forms.AnchorStyles.Right
|
||||||
Me.btnStartProfile.Image = Global.ToolCollection.My.Resources.Resources.arrow_right
|
Me.btnStartProfile.Image = Global.ToolCollection.My.Resources.Resources.arrow_right
|
||||||
Me.btnStartProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
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.Name = "btnStartProfile"
|
||||||
Me.btnStartProfile.Size = New System.Drawing.Size(100, 23)
|
Me.btnStartProfile.Size = New System.Drawing.Size(100, 23)
|
||||||
Me.btnStartProfile.TabIndex = 1
|
Me.btnStartProfile.TabIndex = 1
|
||||||
@ -384,12 +398,14 @@ Partial Class frmNIHauptseite
|
|||||||
'
|
'
|
||||||
'gridProfileOverview
|
'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.Location = New System.Drawing.Point(3, 3)
|
||||||
Me.gridProfileOverview.MainView = Me.GridView1
|
Me.gridProfileOverview.MainView = Me.GridView1
|
||||||
Me.gridProfileOverview.Name = "gridProfileOverview"
|
Me.gridProfileOverview.Name = "gridProfileOverview"
|
||||||
Me.gridProfileOverview.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemCheckEdit1, Me.RepositoryItemGridLookUpEdit1})
|
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.TabIndex = 0
|
||||||
Me.gridProfileOverview.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
|
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.ColumnAutoWidth = False
|
||||||
Me.GridView1.OptionsView.EnableAppearanceEvenRow = True
|
Me.GridView1.OptionsView.EnableAppearanceEvenRow = True
|
||||||
Me.GridView1.OptionsView.ShowAutoFilterRow = True
|
Me.GridView1.OptionsView.ShowAutoFilterRow = True
|
||||||
Me.GridView1.OptionsView.ShowFooter = True
|
|
||||||
Me.GridView1.OptionsView.ShowGroupPanel = False
|
Me.GridView1.OptionsView.ShowGroupPanel = False
|
||||||
'
|
'
|
||||||
'RepositoryItemCheckEdit1
|
'RepositoryItemCheckEdit1
|
||||||
@ -493,7 +508,7 @@ Partial Class frmNIHauptseite
|
|||||||
'
|
'
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
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.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.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))
|
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()
|
Me.pnlInfos.PerformLayout()
|
||||||
CType(Me.numIntervall, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.numIntervall, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
Me.TabPage2.ResumeLayout(False)
|
Me.TabPage2.ResumeLayout(False)
|
||||||
|
Me.pnlFooter.ResumeLayout(False)
|
||||||
CType(Me.gridProfileOverview, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.gridProfileOverview, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.RepositoryItemCheckEdit1, 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 RepositoryItemGridLookUpEdit1View As DevExpress.XtraGrid.Views.Grid.GridView
|
||||||
Friend WithEvents btnEdit As Button
|
Friend WithEvents btnEdit As Button
|
||||||
Friend WithEvents btnStartProfile As Button
|
Friend WithEvents btnStartProfile As Button
|
||||||
|
Friend WithEvents pnlFooter As Panel
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@ -120,6 +120,9 @@
|
|||||||
<metadata name="StatusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="StatusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>248, 56</value>
|
<value>248, 56</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<metadata name="StatusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>248, 56</value>
|
||||||
|
</metadata>
|
||||||
<data name="Label6.Text" xml:space="preserve">
|
<data name="Label6.Text" xml:space="preserve">
|
||||||
<value>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).</value>
|
<value>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).</value>
|
||||||
</data>
|
</data>
|
||||||
@ -160,7 +163,7 @@
|
|||||||
<value>984, 56</value>
|
<value>984, 56</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>297</value>
|
<value>132</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user