MS_10_11.2015_3
This commit is contained in:
35
app/DD-Record-Organiser/XtraForm2.Designer.vb
generated
35
app/DD-Record-Organiser/XtraForm2.Designer.vb
generated
@@ -58,6 +58,7 @@ Partial Class frmConstructor_Main
|
||||
Me.tssStatus = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.tssRecord = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
|
||||
Me.XtraTabPage3 = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
|
||||
Me.TileView1 = New DevExpress.XtraGrid.Views.Tile.TileView()
|
||||
Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage()
|
||||
@@ -71,7 +72,6 @@ Partial Class frmConstructor_Main
|
||||
Me.SplitContainer_Bottom = New DevExpress.XtraEditors.SplitContainerControl()
|
||||
Me.VWTEMPQUICKVIEWTableAdapter = New DD_Record_Organiser.DD_ECMAdminTableAdapters.VWTEMPQUICKVIEWTableAdapter()
|
||||
Me.TableAdapterManager = New DD_Record_Organiser.DD_ECMAdminTableAdapters.TableAdapterManager()
|
||||
Me.XtraTabPage3 = New DevExpress.XtraTab.XtraTabPage()
|
||||
CType(Me.grvwCarousel, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridControlSelection, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.ContextMenu_GridControlSelection.SuspendLayout()
|
||||
@@ -82,6 +82,7 @@ Partial Class frmConstructor_Main
|
||||
Me.StatusStrip_Main.SuspendLayout()
|
||||
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.XtraTabControl1.SuspendLayout()
|
||||
Me.XtraTabPage3.SuspendLayout()
|
||||
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TileView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.XtraTabPage2.SuspendLayout()
|
||||
@@ -95,7 +96,6 @@ Partial Class frmConstructor_Main
|
||||
Me.SplitContainer_Top.SuspendLayout()
|
||||
CType(Me.SplitContainer_Bottom, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainer_Bottom.SuspendLayout()
|
||||
Me.XtraTabPage3.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'grvwCarousel
|
||||
@@ -121,7 +121,7 @@ Partial Class frmConstructor_Main
|
||||
Me.GridControlSelection.Location = New System.Drawing.Point(0, 0)
|
||||
Me.GridControlSelection.MainView = Me.grvwGrid
|
||||
Me.GridControlSelection.Name = "GridControlSelection"
|
||||
Me.GridControlSelection.Size = New System.Drawing.Size(1150, 272)
|
||||
Me.GridControlSelection.Size = New System.Drawing.Size(1157, 272)
|
||||
Me.GridControlSelection.TabIndex = 2
|
||||
Me.GridControlSelection.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grvwTiles, Me.grvwGrid, Me.grvwCarousel})
|
||||
'
|
||||
@@ -217,7 +217,7 @@ Partial Class frmConstructor_Main
|
||||
'
|
||||
'LayoutViewCard1
|
||||
'
|
||||
Me.LayoutViewCard1.ExpandButtonLocation = DevExpress.Utils.GroupElementLocation.AfterText
|
||||
Me.LayoutViewCard1.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText
|
||||
Me.LayoutViewCard1.Name = "LayoutViewCard1"
|
||||
'
|
||||
'colAktenzeichen
|
||||
@@ -326,17 +326,26 @@ Partial Class frmConstructor_Main
|
||||
Me.XtraTabControl1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.XtraTabControl1.Name = "XtraTabControl1"
|
||||
Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage3
|
||||
Me.XtraTabControl1.Size = New System.Drawing.Size(1050, 313)
|
||||
Me.XtraTabControl1.Size = New System.Drawing.Size(1050, 320)
|
||||
Me.XtraTabControl1.TabIndex = 0
|
||||
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage3, Me.XtraTabPage2})
|
||||
'
|
||||
'XtraTabPage3
|
||||
'
|
||||
Me.XtraTabPage3.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control
|
||||
Me.XtraTabPage3.Appearance.PageClient.Options.UseBackColor = True
|
||||
Me.XtraTabPage3.Controls.Add(Me.GridControl1)
|
||||
Me.XtraTabPage3.Name = "XtraTabPage3"
|
||||
Me.XtraTabPage3.Size = New System.Drawing.Size(1044, 292)
|
||||
Me.XtraTabPage3.Text = "XtraTabPage3"
|
||||
'
|
||||
'GridControl1
|
||||
'
|
||||
Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.GridControl1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.GridControl1.MainView = Me.TileView1
|
||||
Me.GridControl1.Name = "GridControl1"
|
||||
Me.GridControl1.Size = New System.Drawing.Size(1048, 288)
|
||||
Me.GridControl1.Size = New System.Drawing.Size(1044, 292)
|
||||
Me.GridControl1.TabIndex = 0
|
||||
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.TileView1})
|
||||
'
|
||||
@@ -387,7 +396,6 @@ Partial Class frmConstructor_Main
|
||||
Me.TileView2.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.TileViewColumn4, Me.colAktenzeichen, Me.TileViewColumn5, Me.colTagderEintragungimRegister, Me.colAktenzustand})
|
||||
Me.TileView2.ColumnSet.GroupColumn = Me.colAktenzustand
|
||||
Me.TileView2.GridControl = Me.GridControl2
|
||||
Me.TileView2.GroupCount = 1
|
||||
Me.TileView2.Name = "TileView2"
|
||||
Me.TileView2.OptionsFind.AlwaysVisible = True
|
||||
Me.TileView2.OptionsLayout.Columns.AddNewColumns = False
|
||||
@@ -464,7 +472,7 @@ Partial Class frmConstructor_Main
|
||||
Me.SplitContainer_Bottom.Panel1.Controls.Add(Me.XtraTabControl1)
|
||||
Me.SplitContainer_Bottom.Panel1.Text = "Panel1"
|
||||
Me.SplitContainer_Bottom.Panel2.Text = "Panel2"
|
||||
Me.SplitContainer_Bottom.Size = New System.Drawing.Size(1460, 313)
|
||||
Me.SplitContainer_Bottom.Size = New System.Drawing.Size(1460, 320)
|
||||
Me.SplitContainer_Bottom.SplitterPosition = 1050
|
||||
Me.SplitContainer_Bottom.TabIndex = 0
|
||||
Me.SplitContainer_Bottom.Text = "SplitContainerControl1"
|
||||
@@ -482,15 +490,6 @@ Partial Class frmConstructor_Main
|
||||
Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing
|
||||
Me.TableAdapterManager.UpdateOrder = DD_Record_Organiser.DD_ECMAdminTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||
'
|
||||
'XtraTabPage3
|
||||
'
|
||||
Me.XtraTabPage3.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control
|
||||
Me.XtraTabPage3.Appearance.PageClient.Options.UseBackColor = True
|
||||
Me.XtraTabPage3.Controls.Add(Me.GridControl1)
|
||||
Me.XtraTabPage3.Name = "XtraTabPage3"
|
||||
Me.XtraTabPage3.Size = New System.Drawing.Size(1048, 288)
|
||||
Me.XtraTabPage3.Text = "XtraTabPage3"
|
||||
'
|
||||
'frmConstructor_Main
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -512,6 +511,7 @@ Partial Class frmConstructor_Main
|
||||
Me.StatusStrip_Main.PerformLayout()
|
||||
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.XtraTabControl1.ResumeLayout(False)
|
||||
Me.XtraTabPage3.ResumeLayout(False)
|
||||
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TileView1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.XtraTabPage2.ResumeLayout(False)
|
||||
@@ -525,7 +525,6 @@ Partial Class frmConstructor_Main
|
||||
Me.SplitContainer_Top.ResumeLayout(False)
|
||||
CType(Me.SplitContainer_Bottom, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainer_Bottom.ResumeLayout(False)
|
||||
Me.XtraTabPage3.ResumeLayout(False)
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user