MS Doctype Config
This commit is contained in:
@@ -25,7 +25,6 @@ Partial Class frmAdmin_IDBBERelations
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAdmin_IDBBERelations))
|
||||
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
||||
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
||||
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
||||
Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
||||
Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl()
|
||||
@@ -77,20 +76,14 @@ Partial Class frmAdmin_IDBBERelations
|
||||
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
||||
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
||||
Me.RibbonControl1.ShowMoreCommandsButton = DevExpress.Utils.DefaultBoolean.[False]
|
||||
Me.RibbonControl1.Size = New System.Drawing.Size(1169, 159)
|
||||
Me.RibbonControl1.Size = New System.Drawing.Size(1169, 160)
|
||||
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
||||
'
|
||||
'RibbonPage1
|
||||
'
|
||||
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1})
|
||||
Me.RibbonPage1.Name = "RibbonPage1"
|
||||
Me.RibbonPage1.Text = "Start"
|
||||
'
|
||||
'RibbonPageGroup1
|
||||
'
|
||||
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
||||
Me.RibbonPageGroup1.Text = "RibbonPageGroup1"
|
||||
'
|
||||
'RibbonStatusBar1
|
||||
'
|
||||
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 824)
|
||||
@@ -112,10 +105,10 @@ Partial Class frmAdmin_IDBBERelations
|
||||
Me.LayoutControl1.Controls.Add(Me.GridControlBusinessEntities)
|
||||
Me.LayoutControl1.Controls.Add(Me.GridControlFreeAttributes)
|
||||
Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.LayoutControl1.Location = New System.Drawing.Point(0, 159)
|
||||
Me.LayoutControl1.Location = New System.Drawing.Point(0, 160)
|
||||
Me.LayoutControl1.Name = "LayoutControl1"
|
||||
Me.LayoutControl1.Root = Me.Root
|
||||
Me.LayoutControl1.Size = New System.Drawing.Size(1169, 665)
|
||||
Me.LayoutControl1.Size = New System.Drawing.Size(1169, 664)
|
||||
Me.LayoutControl1.TabIndex = 6
|
||||
Me.LayoutControl1.Text = "LayoutControl1"
|
||||
'
|
||||
@@ -125,7 +118,7 @@ Partial Class frmAdmin_IDBBERelations
|
||||
Me.SimpleButton2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near
|
||||
Me.SimpleButton2.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleRight
|
||||
Me.SimpleButton2.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.SimpleButton2.Location = New System.Drawing.Point(431, 617)
|
||||
Me.SimpleButton2.Location = New System.Drawing.Point(431, 616)
|
||||
Me.SimpleButton2.Name = "SimpleButton2"
|
||||
Me.SimpleButton2.RightToLeft = System.Windows.Forms.RightToLeft.No
|
||||
Me.SimpleButton2.Size = New System.Drawing.Size(386, 36)
|
||||
@@ -138,7 +131,7 @@ Partial Class frmAdmin_IDBBERelations
|
||||
Me.SimpleButton1.Appearance.Options.UseTextOptions = True
|
||||
Me.SimpleButton1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far
|
||||
Me.SimpleButton1.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.SimpleButton1.Location = New System.Drawing.Point(431, 577)
|
||||
Me.SimpleButton1.Location = New System.Drawing.Point(431, 576)
|
||||
Me.SimpleButton1.Name = "SimpleButton1"
|
||||
Me.SimpleButton1.Size = New System.Drawing.Size(386, 36)
|
||||
Me.SimpleButton1.StyleController = Me.LayoutControl1
|
||||
@@ -153,7 +146,7 @@ Partial Class frmAdmin_IDBBERelations
|
||||
Me.GridControlAttributesRelated.MainView = Me.GridViewRelatedAttributes
|
||||
Me.GridControlAttributesRelated.MenuManager = Me.RibbonControl1
|
||||
Me.GridControlAttributesRelated.Name = "GridControlAttributesRelated"
|
||||
Me.GridControlAttributesRelated.Size = New System.Drawing.Size(336, 604)
|
||||
Me.GridControlAttributesRelated.Size = New System.Drawing.Size(336, 603)
|
||||
Me.GridControlAttributesRelated.TabIndex = 7
|
||||
Me.GridControlAttributesRelated.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewRelatedAttributes})
|
||||
'
|
||||
@@ -169,7 +162,7 @@ Partial Class frmAdmin_IDBBERelations
|
||||
Me.GridControlBusinessEntities.MainView = Me.GridViewBusinessEntities
|
||||
Me.GridControlBusinessEntities.MenuManager = Me.RibbonControl1
|
||||
Me.GridControlBusinessEntities.Name = "GridControlBusinessEntities"
|
||||
Me.GridControlBusinessEntities.Size = New System.Drawing.Size(386, 524)
|
||||
Me.GridControlBusinessEntities.Size = New System.Drawing.Size(386, 523)
|
||||
Me.GridControlBusinessEntities.TabIndex = 6
|
||||
Me.GridControlBusinessEntities.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewBusinessEntities})
|
||||
'
|
||||
@@ -191,7 +184,7 @@ Partial Class frmAdmin_IDBBERelations
|
||||
Me.GridControlFreeAttributes.MainView = Me.GridViewFreeAttributes
|
||||
Me.GridControlFreeAttributes.MenuManager = Me.RibbonControl1
|
||||
Me.GridControlFreeAttributes.Name = "GridControlFreeAttributes"
|
||||
Me.GridControlFreeAttributes.Size = New System.Drawing.Size(415, 604)
|
||||
Me.GridControlFreeAttributes.Size = New System.Drawing.Size(415, 603)
|
||||
Me.GridControlFreeAttributes.TabIndex = 5
|
||||
Me.GridControlFreeAttributes.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewFreeAttributes})
|
||||
'
|
||||
@@ -210,7 +203,7 @@ Partial Class frmAdmin_IDBBERelations
|
||||
Me.Root.GroupBordersVisible = False
|
||||
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem2, Me.LayoutControlItem1, Me.SimpleLabelItem2, Me.SimpleLabelItem1, Me.LayoutControlItem3, Me.SimpleLabelItem3, Me.LayoutControlItem5, Me.LayoutControlItem4})
|
||||
Me.Root.Name = "Root"
|
||||
Me.Root.Size = New System.Drawing.Size(1169, 665)
|
||||
Me.Root.Size = New System.Drawing.Size(1169, 664)
|
||||
Me.Root.TextVisible = False
|
||||
'
|
||||
'LayoutControlItem2
|
||||
@@ -218,7 +211,7 @@ Partial Class frmAdmin_IDBBERelations
|
||||
Me.LayoutControlItem2.Control = Me.GridControlFreeAttributes
|
||||
Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 37)
|
||||
Me.LayoutControlItem2.Name = "LayoutControlItem2"
|
||||
Me.LayoutControlItem2.Size = New System.Drawing.Size(419, 608)
|
||||
Me.LayoutControlItem2.Size = New System.Drawing.Size(419, 607)
|
||||
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(0, 0)
|
||||
Me.LayoutControlItem2.TextVisible = False
|
||||
'
|
||||
@@ -227,7 +220,7 @@ Partial Class frmAdmin_IDBBERelations
|
||||
Me.LayoutControlItem1.Control = Me.GridControlBusinessEntities
|
||||
Me.LayoutControlItem1.Location = New System.Drawing.Point(419, 37)
|
||||
Me.LayoutControlItem1.Name = "LayoutControlItem1"
|
||||
Me.LayoutControlItem1.Size = New System.Drawing.Size(390, 528)
|
||||
Me.LayoutControlItem1.Size = New System.Drawing.Size(390, 527)
|
||||
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(0, 0)
|
||||
Me.LayoutControlItem1.TextVisible = False
|
||||
'
|
||||
@@ -264,7 +257,7 @@ Partial Class frmAdmin_IDBBERelations
|
||||
Me.LayoutControlItem3.Control = Me.GridControlAttributesRelated
|
||||
Me.LayoutControlItem3.Location = New System.Drawing.Point(809, 37)
|
||||
Me.LayoutControlItem3.Name = "LayoutControlItem3"
|
||||
Me.LayoutControlItem3.Size = New System.Drawing.Size(340, 608)
|
||||
Me.LayoutControlItem3.Size = New System.Drawing.Size(340, 607)
|
||||
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(0, 0)
|
||||
Me.LayoutControlItem3.TextVisible = False
|
||||
'
|
||||
@@ -285,7 +278,7 @@ Partial Class frmAdmin_IDBBERelations
|
||||
'LayoutControlItem5
|
||||
'
|
||||
Me.LayoutControlItem5.Control = Me.SimpleButton2
|
||||
Me.LayoutControlItem5.Location = New System.Drawing.Point(419, 605)
|
||||
Me.LayoutControlItem5.Location = New System.Drawing.Point(419, 604)
|
||||
Me.LayoutControlItem5.Name = "LayoutControlItem5"
|
||||
Me.LayoutControlItem5.Size = New System.Drawing.Size(390, 40)
|
||||
Me.LayoutControlItem5.TextSize = New System.Drawing.Size(0, 0)
|
||||
@@ -294,7 +287,7 @@ Partial Class frmAdmin_IDBBERelations
|
||||
'LayoutControlItem4
|
||||
'
|
||||
Me.LayoutControlItem4.Control = Me.SimpleButton1
|
||||
Me.LayoutControlItem4.Location = New System.Drawing.Point(419, 565)
|
||||
Me.LayoutControlItem4.Location = New System.Drawing.Point(419, 564)
|
||||
Me.LayoutControlItem4.Name = "LayoutControlItem4"
|
||||
Me.LayoutControlItem4.Size = New System.Drawing.Size(390, 40)
|
||||
Me.LayoutControlItem4.TextSize = New System.Drawing.Size(0, 0)
|
||||
@@ -342,7 +335,6 @@ Partial Class frmAdmin_IDBBERelations
|
||||
|
||||
Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl
|
||||
Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage
|
||||
Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||
Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar
|
||||
Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage
|
||||
Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl
|
||||
|
||||
Reference in New Issue
Block a user