MS_26012015
This commit is contained in:
207
app/DD-Record-Organiser/frmMenuDesigner.Designer.vb
generated
207
app/DD-Record-Organiser/frmMenuDesigner.Designer.vb
generated
@@ -117,8 +117,7 @@ Partial Class frmMenuDesigner
|
||||
'
|
||||
'MainSplitContainer
|
||||
'
|
||||
Me.MainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.MainSplitContainer.Location = New System.Drawing.Point(0, 0)
|
||||
resources.ApplyResources(Me.MainSplitContainer, "MainSplitContainer")
|
||||
Me.MainSplitContainer.Name = "MainSplitContainer"
|
||||
'
|
||||
'MainSplitContainer.Panel1
|
||||
@@ -129,9 +128,6 @@ Partial Class frmMenuDesigner
|
||||
'MainSplitContainer.Panel2
|
||||
'
|
||||
Me.MainSplitContainer.Panel2.Controls.Add(Me.MenuEntriesSplitContainer)
|
||||
Me.MainSplitContainer.Size = New System.Drawing.Size(1098, 561)
|
||||
Me.MainSplitContainer.SplitterDistance = 366
|
||||
Me.MainSplitContainer.TabIndex = 0
|
||||
'
|
||||
'dgvForm
|
||||
'
|
||||
@@ -141,67 +137,64 @@ Partial Class frmMenuDesigner
|
||||
Me.dgvForm.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.dgvForm.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.GUIDDataGridViewTextBoxColumn2, Me.PARENTIDDataGridViewTextBoxColumn, Me.NAMEDataGridViewTextBoxColumn, Me.LEVELDataGridViewTextBoxColumn, Me.ADDEDWHODataGridViewTextBoxColumn2, Me.ADDEDWHENDataGridViewTextBoxColumn2, Me.CHANGEDWHODataGridViewTextBoxColumn2, Me.CHANGEDWHENDataGridViewTextBoxColumn2})
|
||||
Me.dgvForm.DataSource = Me.FormBindingSource
|
||||
Me.dgvForm.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.dgvForm.Location = New System.Drawing.Point(0, 25)
|
||||
resources.ApplyResources(Me.dgvForm, "dgvForm")
|
||||
Me.dgvForm.Name = "dgvForm"
|
||||
Me.dgvForm.ReadOnly = True
|
||||
Me.dgvForm.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
||||
Me.dgvForm.Size = New System.Drawing.Size(366, 536)
|
||||
Me.dgvForm.TabIndex = 1
|
||||
'
|
||||
'GUIDDataGridViewTextBoxColumn2
|
||||
'
|
||||
Me.GUIDDataGridViewTextBoxColumn2.DataPropertyName = "GUID"
|
||||
Me.GUIDDataGridViewTextBoxColumn2.HeaderText = "GUID"
|
||||
resources.ApplyResources(Me.GUIDDataGridViewTextBoxColumn2, "GUIDDataGridViewTextBoxColumn2")
|
||||
Me.GUIDDataGridViewTextBoxColumn2.Name = "GUIDDataGridViewTextBoxColumn2"
|
||||
Me.GUIDDataGridViewTextBoxColumn2.ReadOnly = True
|
||||
'
|
||||
'PARENTIDDataGridViewTextBoxColumn
|
||||
'
|
||||
Me.PARENTIDDataGridViewTextBoxColumn.DataPropertyName = "PARENT_ID"
|
||||
Me.PARENTIDDataGridViewTextBoxColumn.HeaderText = "PARENT_ID"
|
||||
resources.ApplyResources(Me.PARENTIDDataGridViewTextBoxColumn, "PARENTIDDataGridViewTextBoxColumn")
|
||||
Me.PARENTIDDataGridViewTextBoxColumn.Name = "PARENTIDDataGridViewTextBoxColumn"
|
||||
Me.PARENTIDDataGridViewTextBoxColumn.ReadOnly = True
|
||||
'
|
||||
'NAMEDataGridViewTextBoxColumn
|
||||
'
|
||||
Me.NAMEDataGridViewTextBoxColumn.DataPropertyName = "NAME"
|
||||
Me.NAMEDataGridViewTextBoxColumn.HeaderText = "NAME"
|
||||
resources.ApplyResources(Me.NAMEDataGridViewTextBoxColumn, "NAMEDataGridViewTextBoxColumn")
|
||||
Me.NAMEDataGridViewTextBoxColumn.Name = "NAMEDataGridViewTextBoxColumn"
|
||||
Me.NAMEDataGridViewTextBoxColumn.ReadOnly = True
|
||||
'
|
||||
'LEVELDataGridViewTextBoxColumn
|
||||
'
|
||||
Me.LEVELDataGridViewTextBoxColumn.DataPropertyName = "LEVEL"
|
||||
Me.LEVELDataGridViewTextBoxColumn.HeaderText = "LEVEL"
|
||||
resources.ApplyResources(Me.LEVELDataGridViewTextBoxColumn, "LEVELDataGridViewTextBoxColumn")
|
||||
Me.LEVELDataGridViewTextBoxColumn.Name = "LEVELDataGridViewTextBoxColumn"
|
||||
Me.LEVELDataGridViewTextBoxColumn.ReadOnly = True
|
||||
'
|
||||
'ADDEDWHODataGridViewTextBoxColumn2
|
||||
'
|
||||
Me.ADDEDWHODataGridViewTextBoxColumn2.DataPropertyName = "ADDED_WHO"
|
||||
Me.ADDEDWHODataGridViewTextBoxColumn2.HeaderText = "ADDED_WHO"
|
||||
resources.ApplyResources(Me.ADDEDWHODataGridViewTextBoxColumn2, "ADDEDWHODataGridViewTextBoxColumn2")
|
||||
Me.ADDEDWHODataGridViewTextBoxColumn2.Name = "ADDEDWHODataGridViewTextBoxColumn2"
|
||||
Me.ADDEDWHODataGridViewTextBoxColumn2.ReadOnly = True
|
||||
'
|
||||
'ADDEDWHENDataGridViewTextBoxColumn2
|
||||
'
|
||||
Me.ADDEDWHENDataGridViewTextBoxColumn2.DataPropertyName = "ADDED_WHEN"
|
||||
Me.ADDEDWHENDataGridViewTextBoxColumn2.HeaderText = "ADDED_WHEN"
|
||||
resources.ApplyResources(Me.ADDEDWHENDataGridViewTextBoxColumn2, "ADDEDWHENDataGridViewTextBoxColumn2")
|
||||
Me.ADDEDWHENDataGridViewTextBoxColumn2.Name = "ADDEDWHENDataGridViewTextBoxColumn2"
|
||||
Me.ADDEDWHENDataGridViewTextBoxColumn2.ReadOnly = True
|
||||
'
|
||||
'CHANGEDWHODataGridViewTextBoxColumn2
|
||||
'
|
||||
Me.CHANGEDWHODataGridViewTextBoxColumn2.DataPropertyName = "CHANGED_WHO"
|
||||
Me.CHANGEDWHODataGridViewTextBoxColumn2.HeaderText = "CHANGED_WHO"
|
||||
resources.ApplyResources(Me.CHANGEDWHODataGridViewTextBoxColumn2, "CHANGEDWHODataGridViewTextBoxColumn2")
|
||||
Me.CHANGEDWHODataGridViewTextBoxColumn2.Name = "CHANGEDWHODataGridViewTextBoxColumn2"
|
||||
Me.CHANGEDWHODataGridViewTextBoxColumn2.ReadOnly = True
|
||||
'
|
||||
'CHANGEDWHENDataGridViewTextBoxColumn2
|
||||
'
|
||||
Me.CHANGEDWHENDataGridViewTextBoxColumn2.DataPropertyName = "CHANGED_WHEN"
|
||||
Me.CHANGEDWHENDataGridViewTextBoxColumn2.HeaderText = "CHANGED_WHEN"
|
||||
resources.ApplyResources(Me.CHANGEDWHENDataGridViewTextBoxColumn2, "CHANGEDWHENDataGridViewTextBoxColumn2")
|
||||
Me.CHANGEDWHENDataGridViewTextBoxColumn2.Name = "CHANGEDWHENDataGridViewTextBoxColumn2"
|
||||
Me.CHANGEDWHENDataGridViewTextBoxColumn2.ReadOnly = True
|
||||
'
|
||||
@@ -219,25 +212,18 @@ Partial Class frmMenuDesigner
|
||||
'
|
||||
Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
||||
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel1})
|
||||
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
||||
resources.ApplyResources(Me.ToolStrip1, "ToolStrip1")
|
||||
Me.ToolStrip1.Name = "ToolStrip1"
|
||||
Me.ToolStrip1.Size = New System.Drawing.Size(366, 25)
|
||||
Me.ToolStrip1.TabIndex = 0
|
||||
Me.ToolStrip1.Text = "ToolStrip1"
|
||||
'
|
||||
'ToolStripLabel1
|
||||
'
|
||||
Me.ToolStripLabel1.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
resources.ApplyResources(Me.ToolStripLabel1, "ToolStripLabel1")
|
||||
Me.ToolStripLabel1.Name = "ToolStripLabel1"
|
||||
Me.ToolStripLabel1.Size = New System.Drawing.Size(125, 22)
|
||||
Me.ToolStripLabel1.Text = "Verfügbare Formulare:"
|
||||
'
|
||||
'MenuEntriesSplitContainer
|
||||
'
|
||||
Me.MenuEntriesSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.MenuEntriesSplitContainer.Location = New System.Drawing.Point(0, 0)
|
||||
resources.ApplyResources(Me.MenuEntriesSplitContainer, "MenuEntriesSplitContainer")
|
||||
Me.MenuEntriesSplitContainer.Name = "MenuEntriesSplitContainer"
|
||||
Me.MenuEntriesSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal
|
||||
'
|
||||
'MenuEntriesSplitContainer.Panel1
|
||||
'
|
||||
@@ -248,9 +234,6 @@ Partial Class frmMenuDesigner
|
||||
'
|
||||
Me.MenuEntriesSplitContainer.Panel2.Controls.Add(Me.dgvMenuEntry)
|
||||
Me.MenuEntriesSplitContainer.Panel2.Controls.Add(Me.MenuEntrybindingNavigator)
|
||||
Me.MenuEntriesSplitContainer.Size = New System.Drawing.Size(728, 561)
|
||||
Me.MenuEntriesSplitContainer.SplitterDistance = 240
|
||||
Me.MenuEntriesSplitContainer.TabIndex = 0
|
||||
'
|
||||
'dgvMenu
|
||||
'
|
||||
@@ -258,60 +241,57 @@ Partial Class frmMenuDesigner
|
||||
Me.dgvMenu.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.dgvMenu.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.GUIDDataGridViewTextBoxColumn, Me.MENUENTRYDataGridViewTextBoxColumn, Me.ICONPATHDataGridViewTextBoxColumn, Me.SEQUENCEDataGridViewTextBoxColumn, Me.ADDEDWHODataGridViewTextBoxColumn, Me.ADDEDWHENDataGridViewTextBoxColumn, Me.CHANGEDWHODataGridViewTextBoxColumn, Me.CHANGEDWHENDataGridViewTextBoxColumn})
|
||||
Me.dgvMenu.DataSource = Me.MenuBindingSource
|
||||
Me.dgvMenu.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.dgvMenu.Location = New System.Drawing.Point(0, 25)
|
||||
resources.ApplyResources(Me.dgvMenu, "dgvMenu")
|
||||
Me.dgvMenu.Name = "dgvMenu"
|
||||
Me.dgvMenu.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
||||
Me.dgvMenu.Size = New System.Drawing.Size(728, 215)
|
||||
Me.dgvMenu.TabIndex = 1
|
||||
'
|
||||
'GUIDDataGridViewTextBoxColumn
|
||||
'
|
||||
Me.GUIDDataGridViewTextBoxColumn.DataPropertyName = "GUID"
|
||||
Me.GUIDDataGridViewTextBoxColumn.HeaderText = "GUID"
|
||||
resources.ApplyResources(Me.GUIDDataGridViewTextBoxColumn, "GUIDDataGridViewTextBoxColumn")
|
||||
Me.GUIDDataGridViewTextBoxColumn.Name = "GUIDDataGridViewTextBoxColumn"
|
||||
Me.GUIDDataGridViewTextBoxColumn.ReadOnly = True
|
||||
'
|
||||
'MENUENTRYDataGridViewTextBoxColumn
|
||||
'
|
||||
Me.MENUENTRYDataGridViewTextBoxColumn.DataPropertyName = "MENU_ENTRY"
|
||||
Me.MENUENTRYDataGridViewTextBoxColumn.HeaderText = "MENU_ENTRY"
|
||||
resources.ApplyResources(Me.MENUENTRYDataGridViewTextBoxColumn, "MENUENTRYDataGridViewTextBoxColumn")
|
||||
Me.MENUENTRYDataGridViewTextBoxColumn.Name = "MENUENTRYDataGridViewTextBoxColumn"
|
||||
'
|
||||
'ICONPATHDataGridViewTextBoxColumn
|
||||
'
|
||||
Me.ICONPATHDataGridViewTextBoxColumn.DataPropertyName = "ICON_PATH"
|
||||
Me.ICONPATHDataGridViewTextBoxColumn.HeaderText = "ICON_PATH"
|
||||
resources.ApplyResources(Me.ICONPATHDataGridViewTextBoxColumn, "ICONPATHDataGridViewTextBoxColumn")
|
||||
Me.ICONPATHDataGridViewTextBoxColumn.Name = "ICONPATHDataGridViewTextBoxColumn"
|
||||
'
|
||||
'SEQUENCEDataGridViewTextBoxColumn
|
||||
'
|
||||
Me.SEQUENCEDataGridViewTextBoxColumn.DataPropertyName = "SEQUENCE"
|
||||
Me.SEQUENCEDataGridViewTextBoxColumn.HeaderText = "SEQUENCE"
|
||||
resources.ApplyResources(Me.SEQUENCEDataGridViewTextBoxColumn, "SEQUENCEDataGridViewTextBoxColumn")
|
||||
Me.SEQUENCEDataGridViewTextBoxColumn.Name = "SEQUENCEDataGridViewTextBoxColumn"
|
||||
'
|
||||
'ADDEDWHODataGridViewTextBoxColumn
|
||||
'
|
||||
Me.ADDEDWHODataGridViewTextBoxColumn.DataPropertyName = "ADDED_WHO"
|
||||
Me.ADDEDWHODataGridViewTextBoxColumn.HeaderText = "ADDED_WHO"
|
||||
resources.ApplyResources(Me.ADDEDWHODataGridViewTextBoxColumn, "ADDEDWHODataGridViewTextBoxColumn")
|
||||
Me.ADDEDWHODataGridViewTextBoxColumn.Name = "ADDEDWHODataGridViewTextBoxColumn"
|
||||
'
|
||||
'ADDEDWHENDataGridViewTextBoxColumn
|
||||
'
|
||||
Me.ADDEDWHENDataGridViewTextBoxColumn.DataPropertyName = "ADDED_WHEN"
|
||||
Me.ADDEDWHENDataGridViewTextBoxColumn.HeaderText = "ADDED_WHEN"
|
||||
resources.ApplyResources(Me.ADDEDWHENDataGridViewTextBoxColumn, "ADDEDWHENDataGridViewTextBoxColumn")
|
||||
Me.ADDEDWHENDataGridViewTextBoxColumn.Name = "ADDEDWHENDataGridViewTextBoxColumn"
|
||||
'
|
||||
'CHANGEDWHODataGridViewTextBoxColumn
|
||||
'
|
||||
Me.CHANGEDWHODataGridViewTextBoxColumn.DataPropertyName = "CHANGED_WHO"
|
||||
Me.CHANGEDWHODataGridViewTextBoxColumn.HeaderText = "CHANGED_WHO"
|
||||
resources.ApplyResources(Me.CHANGEDWHODataGridViewTextBoxColumn, "CHANGEDWHODataGridViewTextBoxColumn")
|
||||
Me.CHANGEDWHODataGridViewTextBoxColumn.Name = "CHANGEDWHODataGridViewTextBoxColumn"
|
||||
'
|
||||
'CHANGEDWHENDataGridViewTextBoxColumn
|
||||
'
|
||||
Me.CHANGEDWHENDataGridViewTextBoxColumn.DataPropertyName = "CHANGED_WHEN"
|
||||
Me.CHANGEDWHENDataGridViewTextBoxColumn.HeaderText = "CHANGED_WHEN"
|
||||
resources.ApplyResources(Me.CHANGEDWHENDataGridViewTextBoxColumn, "CHANGEDWHENDataGridViewTextBoxColumn")
|
||||
Me.CHANGEDWHENDataGridViewTextBoxColumn.Name = "CHANGEDWHENDataGridViewTextBoxColumn"
|
||||
'
|
||||
'MenuBindingSource
|
||||
@@ -332,110 +312,81 @@ Partial Class frmMenuDesigner
|
||||
Me.MenuBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
|
||||
Me.MenuBindingNavigator.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
||||
Me.MenuBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.ToolStripButton1})
|
||||
Me.MenuBindingNavigator.Location = New System.Drawing.Point(0, 0)
|
||||
resources.ApplyResources(Me.MenuBindingNavigator, "MenuBindingNavigator")
|
||||
Me.MenuBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
|
||||
Me.MenuBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
|
||||
Me.MenuBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
|
||||
Me.MenuBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
|
||||
Me.MenuBindingNavigator.Name = "MenuBindingNavigator"
|
||||
Me.MenuBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
|
||||
Me.MenuBindingNavigator.Size = New System.Drawing.Size(728, 25)
|
||||
Me.MenuBindingNavigator.TabIndex = 0
|
||||
Me.MenuBindingNavigator.Text = "BindingNavigator1"
|
||||
'
|
||||
'BindingNavigatorAddNewItem
|
||||
'
|
||||
Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem")
|
||||
Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
|
||||
Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen"
|
||||
'
|
||||
'BindingNavigatorCountItem
|
||||
'
|
||||
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
|
||||
Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(44, 22)
|
||||
Me.BindingNavigatorCountItem.Text = "von {0}"
|
||||
Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente."
|
||||
resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem")
|
||||
'
|
||||
'BindingNavigatorDeleteItem
|
||||
'
|
||||
Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem")
|
||||
Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
|
||||
Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorDeleteItem.Text = "Löschen"
|
||||
'
|
||||
'BindingNavigatorMoveFirstItem
|
||||
'
|
||||
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem")
|
||||
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
|
||||
Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveFirstItem.Text = "Erste verschieben"
|
||||
'
|
||||
'BindingNavigatorMovePreviousItem
|
||||
'
|
||||
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem")
|
||||
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
|
||||
Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMovePreviousItem.Text = "Vorherige verschieben"
|
||||
'
|
||||
'BindingNavigatorSeparator
|
||||
'
|
||||
Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
|
||||
Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator")
|
||||
'
|
||||
'BindingNavigatorPositionItem
|
||||
'
|
||||
Me.BindingNavigatorPositionItem.AccessibleName = "Position"
|
||||
Me.BindingNavigatorPositionItem.AutoSize = False
|
||||
resources.ApplyResources(Me.BindingNavigatorPositionItem, "BindingNavigatorPositionItem")
|
||||
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
|
||||
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
|
||||
Me.BindingNavigatorPositionItem.Text = "0"
|
||||
Me.BindingNavigatorPositionItem.ToolTipText = "Aktuelle Position"
|
||||
'
|
||||
'BindingNavigatorSeparator1
|
||||
'
|
||||
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
|
||||
Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1")
|
||||
'
|
||||
'BindingNavigatorMoveNextItem
|
||||
'
|
||||
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem")
|
||||
Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
|
||||
Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveNextItem.Text = "Nächste verschieben"
|
||||
'
|
||||
'BindingNavigatorMoveLastItem
|
||||
'
|
||||
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem")
|
||||
Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
|
||||
Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveLastItem.Text = "Letzte verschieben"
|
||||
'
|
||||
'BindingNavigatorSeparator2
|
||||
'
|
||||
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
|
||||
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2")
|
||||
'
|
||||
'ToolStripButton1
|
||||
'
|
||||
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton1.Image = Global.DD_Record_Organiser.My.Resources.Resources.save_16xLG
|
||||
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1")
|
||||
Me.ToolStripButton1.Name = "ToolStripButton1"
|
||||
Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22)
|
||||
Me.ToolStripButton1.Text = "ToolStripButton1"
|
||||
'
|
||||
'dgvMenuEntry
|
||||
'
|
||||
@@ -444,72 +395,69 @@ Partial Class frmMenuDesigner
|
||||
Me.dgvMenuEntry.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.dgvMenuEntry.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.GUIDDataGridViewTextBoxColumn1, Me.MENUFORMIDDataGridViewTextBoxColumn, Me.FORMIDDataGridViewTextBoxColumn, Me.ICONPATHDataGridViewTextBoxColumn1, Me.MENUENTRYDataGridViewTextBoxColumn1, Me.SEQUENCEDataGridViewTextBoxColumn1, Me.ADDEDWHODataGridViewTextBoxColumn1, Me.ADDEDWHENDataGridViewTextBoxColumn1, Me.CHANGEDWHODataGridViewTextBoxColumn1, Me.CHANGEDWHENDataGridViewTextBoxColumn1})
|
||||
Me.dgvMenuEntry.DataSource = Me.MenuEntryBindingSource
|
||||
Me.dgvMenuEntry.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.dgvMenuEntry.Location = New System.Drawing.Point(0, 25)
|
||||
resources.ApplyResources(Me.dgvMenuEntry, "dgvMenuEntry")
|
||||
Me.dgvMenuEntry.Name = "dgvMenuEntry"
|
||||
Me.dgvMenuEntry.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
||||
Me.dgvMenuEntry.Size = New System.Drawing.Size(728, 292)
|
||||
Me.dgvMenuEntry.TabIndex = 1
|
||||
'
|
||||
'GUIDDataGridViewTextBoxColumn1
|
||||
'
|
||||
Me.GUIDDataGridViewTextBoxColumn1.DataPropertyName = "GUID"
|
||||
Me.GUIDDataGridViewTextBoxColumn1.HeaderText = "GUID"
|
||||
resources.ApplyResources(Me.GUIDDataGridViewTextBoxColumn1, "GUIDDataGridViewTextBoxColumn1")
|
||||
Me.GUIDDataGridViewTextBoxColumn1.Name = "GUIDDataGridViewTextBoxColumn1"
|
||||
Me.GUIDDataGridViewTextBoxColumn1.ReadOnly = True
|
||||
'
|
||||
'MENUFORMIDDataGridViewTextBoxColumn
|
||||
'
|
||||
Me.MENUFORMIDDataGridViewTextBoxColumn.DataPropertyName = "MENU_FORM_ID"
|
||||
Me.MENUFORMIDDataGridViewTextBoxColumn.HeaderText = "MENU_FORM_ID"
|
||||
resources.ApplyResources(Me.MENUFORMIDDataGridViewTextBoxColumn, "MENUFORMIDDataGridViewTextBoxColumn")
|
||||
Me.MENUFORMIDDataGridViewTextBoxColumn.Name = "MENUFORMIDDataGridViewTextBoxColumn"
|
||||
'
|
||||
'FORMIDDataGridViewTextBoxColumn
|
||||
'
|
||||
Me.FORMIDDataGridViewTextBoxColumn.DataPropertyName = "FORM_ID"
|
||||
Me.FORMIDDataGridViewTextBoxColumn.HeaderText = "FORM_ID"
|
||||
resources.ApplyResources(Me.FORMIDDataGridViewTextBoxColumn, "FORMIDDataGridViewTextBoxColumn")
|
||||
Me.FORMIDDataGridViewTextBoxColumn.Name = "FORMIDDataGridViewTextBoxColumn"
|
||||
'
|
||||
'ICONPATHDataGridViewTextBoxColumn1
|
||||
'
|
||||
Me.ICONPATHDataGridViewTextBoxColumn1.DataPropertyName = "ICON_PATH"
|
||||
Me.ICONPATHDataGridViewTextBoxColumn1.HeaderText = "ICON_PATH"
|
||||
resources.ApplyResources(Me.ICONPATHDataGridViewTextBoxColumn1, "ICONPATHDataGridViewTextBoxColumn1")
|
||||
Me.ICONPATHDataGridViewTextBoxColumn1.Name = "ICONPATHDataGridViewTextBoxColumn1"
|
||||
'
|
||||
'MENUENTRYDataGridViewTextBoxColumn1
|
||||
'
|
||||
Me.MENUENTRYDataGridViewTextBoxColumn1.DataPropertyName = "MENU_ENTRY"
|
||||
Me.MENUENTRYDataGridViewTextBoxColumn1.HeaderText = "MENU_ENTRY"
|
||||
resources.ApplyResources(Me.MENUENTRYDataGridViewTextBoxColumn1, "MENUENTRYDataGridViewTextBoxColumn1")
|
||||
Me.MENUENTRYDataGridViewTextBoxColumn1.Name = "MENUENTRYDataGridViewTextBoxColumn1"
|
||||
'
|
||||
'SEQUENCEDataGridViewTextBoxColumn1
|
||||
'
|
||||
Me.SEQUENCEDataGridViewTextBoxColumn1.DataPropertyName = "SEQUENCE"
|
||||
Me.SEQUENCEDataGridViewTextBoxColumn1.HeaderText = "SEQUENCE"
|
||||
resources.ApplyResources(Me.SEQUENCEDataGridViewTextBoxColumn1, "SEQUENCEDataGridViewTextBoxColumn1")
|
||||
Me.SEQUENCEDataGridViewTextBoxColumn1.Name = "SEQUENCEDataGridViewTextBoxColumn1"
|
||||
'
|
||||
'ADDEDWHODataGridViewTextBoxColumn1
|
||||
'
|
||||
Me.ADDEDWHODataGridViewTextBoxColumn1.DataPropertyName = "ADDED_WHO"
|
||||
Me.ADDEDWHODataGridViewTextBoxColumn1.HeaderText = "ADDED_WHO"
|
||||
resources.ApplyResources(Me.ADDEDWHODataGridViewTextBoxColumn1, "ADDEDWHODataGridViewTextBoxColumn1")
|
||||
Me.ADDEDWHODataGridViewTextBoxColumn1.Name = "ADDEDWHODataGridViewTextBoxColumn1"
|
||||
'
|
||||
'ADDEDWHENDataGridViewTextBoxColumn1
|
||||
'
|
||||
Me.ADDEDWHENDataGridViewTextBoxColumn1.DataPropertyName = "ADDED_WHEN"
|
||||
Me.ADDEDWHENDataGridViewTextBoxColumn1.HeaderText = "ADDED_WHEN"
|
||||
resources.ApplyResources(Me.ADDEDWHENDataGridViewTextBoxColumn1, "ADDEDWHENDataGridViewTextBoxColumn1")
|
||||
Me.ADDEDWHENDataGridViewTextBoxColumn1.Name = "ADDEDWHENDataGridViewTextBoxColumn1"
|
||||
'
|
||||
'CHANGEDWHODataGridViewTextBoxColumn1
|
||||
'
|
||||
Me.CHANGEDWHODataGridViewTextBoxColumn1.DataPropertyName = "CHANGED_WHO"
|
||||
Me.CHANGEDWHODataGridViewTextBoxColumn1.HeaderText = "CHANGED_WHO"
|
||||
resources.ApplyResources(Me.CHANGEDWHODataGridViewTextBoxColumn1, "CHANGEDWHODataGridViewTextBoxColumn1")
|
||||
Me.CHANGEDWHODataGridViewTextBoxColumn1.Name = "CHANGEDWHODataGridViewTextBoxColumn1"
|
||||
'
|
||||
'CHANGEDWHENDataGridViewTextBoxColumn1
|
||||
'
|
||||
Me.CHANGEDWHENDataGridViewTextBoxColumn1.DataPropertyName = "CHANGED_WHEN"
|
||||
Me.CHANGEDWHENDataGridViewTextBoxColumn1.HeaderText = "CHANGED_WHEN"
|
||||
resources.ApplyResources(Me.CHANGEDWHENDataGridViewTextBoxColumn1, "CHANGEDWHENDataGridViewTextBoxColumn1")
|
||||
Me.CHANGEDWHENDataGridViewTextBoxColumn1.Name = "CHANGEDWHENDataGridViewTextBoxColumn1"
|
||||
'
|
||||
'MenuEntryBindingSource
|
||||
@@ -525,118 +473,87 @@ Partial Class frmMenuDesigner
|
||||
Me.MenuEntrybindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem1
|
||||
Me.MenuEntrybindingNavigator.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
||||
Me.MenuEntrybindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem1, Me.BindingNavigatorMovePreviousItem1, Me.BindingNavigatorSeparator3, Me.BindingNavigatorPositionItem1, Me.BindingNavigatorCountItem1, Me.BindingNavigatorSeparator4, Me.BindingNavigatorMoveNextItem1, Me.BindingNavigatorMoveLastItem1, Me.BindingNavigatorSeparator5, Me.BindingNavigatorAddNewItem1, Me.BindingNavigatorDeleteItem1, Me.ToolStripButton2, Me.ToolStripLabel2})
|
||||
Me.MenuEntrybindingNavigator.Location = New System.Drawing.Point(0, 0)
|
||||
resources.ApplyResources(Me.MenuEntrybindingNavigator, "MenuEntrybindingNavigator")
|
||||
Me.MenuEntrybindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem1
|
||||
Me.MenuEntrybindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem1
|
||||
Me.MenuEntrybindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem1
|
||||
Me.MenuEntrybindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem1
|
||||
Me.MenuEntrybindingNavigator.Name = "MenuEntrybindingNavigator"
|
||||
Me.MenuEntrybindingNavigator.PositionItem = Me.BindingNavigatorPositionItem1
|
||||
Me.MenuEntrybindingNavigator.Size = New System.Drawing.Size(728, 25)
|
||||
Me.MenuEntrybindingNavigator.TabIndex = 0
|
||||
Me.MenuEntrybindingNavigator.Text = "BindingNavigator1"
|
||||
'
|
||||
'BindingNavigatorAddNewItem1
|
||||
'
|
||||
Me.BindingNavigatorAddNewItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorAddNewItem1.Image = CType(resources.GetObject("BindingNavigatorAddNewItem1.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorAddNewItem1, "BindingNavigatorAddNewItem1")
|
||||
Me.BindingNavigatorAddNewItem1.Name = "BindingNavigatorAddNewItem1"
|
||||
Me.BindingNavigatorAddNewItem1.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorAddNewItem1.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorAddNewItem1.Text = "Neu hinzufügen"
|
||||
'
|
||||
'BindingNavigatorCountItem1
|
||||
'
|
||||
Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1"
|
||||
Me.BindingNavigatorCountItem1.Size = New System.Drawing.Size(44, 22)
|
||||
Me.BindingNavigatorCountItem1.Text = "von {0}"
|
||||
Me.BindingNavigatorCountItem1.ToolTipText = "Die Gesamtanzahl der Elemente."
|
||||
resources.ApplyResources(Me.BindingNavigatorCountItem1, "BindingNavigatorCountItem1")
|
||||
'
|
||||
'BindingNavigatorDeleteItem1
|
||||
'
|
||||
Me.BindingNavigatorDeleteItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorDeleteItem1.Image = CType(resources.GetObject("BindingNavigatorDeleteItem1.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorDeleteItem1, "BindingNavigatorDeleteItem1")
|
||||
Me.BindingNavigatorDeleteItem1.Name = "BindingNavigatorDeleteItem1"
|
||||
Me.BindingNavigatorDeleteItem1.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorDeleteItem1.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorDeleteItem1.Text = "Löschen"
|
||||
'
|
||||
'BindingNavigatorMoveFirstItem1
|
||||
'
|
||||
Me.BindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveFirstItem1.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem1.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveFirstItem1, "BindingNavigatorMoveFirstItem1")
|
||||
Me.BindingNavigatorMoveFirstItem1.Name = "BindingNavigatorMoveFirstItem1"
|
||||
Me.BindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMoveFirstItem1.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveFirstItem1.Text = "Erste verschieben"
|
||||
'
|
||||
'BindingNavigatorMovePreviousItem1
|
||||
'
|
||||
Me.BindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMovePreviousItem1.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem1.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorMovePreviousItem1, "BindingNavigatorMovePreviousItem1")
|
||||
Me.BindingNavigatorMovePreviousItem1.Name = "BindingNavigatorMovePreviousItem1"
|
||||
Me.BindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMovePreviousItem1.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMovePreviousItem1.Text = "Vorherige verschieben"
|
||||
'
|
||||
'BindingNavigatorSeparator3
|
||||
'
|
||||
Me.BindingNavigatorSeparator3.Name = "BindingNavigatorSeparator3"
|
||||
Me.BindingNavigatorSeparator3.Size = New System.Drawing.Size(6, 25)
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator3, "BindingNavigatorSeparator3")
|
||||
'
|
||||
'BindingNavigatorPositionItem1
|
||||
'
|
||||
Me.BindingNavigatorPositionItem1.AccessibleName = "Position"
|
||||
Me.BindingNavigatorPositionItem1.AutoSize = False
|
||||
resources.ApplyResources(Me.BindingNavigatorPositionItem1, "BindingNavigatorPositionItem1")
|
||||
Me.BindingNavigatorPositionItem1.Name = "BindingNavigatorPositionItem1"
|
||||
Me.BindingNavigatorPositionItem1.Size = New System.Drawing.Size(50, 23)
|
||||
Me.BindingNavigatorPositionItem1.Text = "0"
|
||||
Me.BindingNavigatorPositionItem1.ToolTipText = "Aktuelle Position"
|
||||
'
|
||||
'BindingNavigatorSeparator4
|
||||
'
|
||||
Me.BindingNavigatorSeparator4.Name = "BindingNavigatorSeparator4"
|
||||
Me.BindingNavigatorSeparator4.Size = New System.Drawing.Size(6, 25)
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator4, "BindingNavigatorSeparator4")
|
||||
'
|
||||
'BindingNavigatorMoveNextItem1
|
||||
'
|
||||
Me.BindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveNextItem1.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem1.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveNextItem1, "BindingNavigatorMoveNextItem1")
|
||||
Me.BindingNavigatorMoveNextItem1.Name = "BindingNavigatorMoveNextItem1"
|
||||
Me.BindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMoveNextItem1.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveNextItem1.Text = "Nächste verschieben"
|
||||
'
|
||||
'BindingNavigatorMoveLastItem1
|
||||
'
|
||||
Me.BindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveLastItem1.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem1.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveLastItem1, "BindingNavigatorMoveLastItem1")
|
||||
Me.BindingNavigatorMoveLastItem1.Name = "BindingNavigatorMoveLastItem1"
|
||||
Me.BindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMoveLastItem1.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveLastItem1.Text = "Letzte verschieben"
|
||||
'
|
||||
'BindingNavigatorSeparator5
|
||||
'
|
||||
Me.BindingNavigatorSeparator5.Name = "BindingNavigatorSeparator5"
|
||||
Me.BindingNavigatorSeparator5.Size = New System.Drawing.Size(6, 25)
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator5, "BindingNavigatorSeparator5")
|
||||
'
|
||||
'ToolStripButton2
|
||||
'
|
||||
Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton2.Image = Global.DD_Record_Organiser.My.Resources.Resources.save_16xLG
|
||||
Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2")
|
||||
Me.ToolStripButton2.Name = "ToolStripButton2"
|
||||
Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22)
|
||||
Me.ToolStripButton2.Text = "ToolStripButton2"
|
||||
'
|
||||
'ToolStripLabel2
|
||||
'
|
||||
Me.ToolStripLabel2.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
resources.ApplyResources(Me.ToolStripLabel2, "ToolStripLabel2")
|
||||
Me.ToolStripLabel2.ForeColor = System.Drawing.Color.Crimson
|
||||
Me.ToolStripLabel2.Name = "ToolStripLabel2"
|
||||
Me.ToolStripLabel2.Size = New System.Drawing.Size(360, 22)
|
||||
Me.ToolStripLabel2.Text = "Ziehen Sie neue Menüeinträge per DragDrop in diese Übersicht"
|
||||
'
|
||||
'TBPMO_FORMTableAdapter
|
||||
'
|
||||
@@ -652,12 +569,10 @@ Partial Class frmMenuDesigner
|
||||
'
|
||||
'frmMenuDesigner
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
resources.ApplyResources(Me, "$this")
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(1098, 561)
|
||||
Me.Controls.Add(Me.MainSplitContainer)
|
||||
Me.Name = "frmMenuDesigner"
|
||||
Me.Text = "frmMenuDesigner"
|
||||
Me.MainSplitContainer.Panel1.ResumeLayout(False)
|
||||
Me.MainSplitContainer.Panel1.PerformLayout()
|
||||
Me.MainSplitContainer.Panel2.ResumeLayout(False)
|
||||
|
||||
Reference in New Issue
Block a user