MS: Anpassungen massenänderungen
This commit is contained in:
173
app/DD_PM_WINDREAM/frmMain.Designer.vb
generated
173
app/DD_PM_WINDREAM/frmMain.Designer.vb
generated
@@ -24,8 +24,6 @@ Partial Class frmMain
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
|
||||
Dim GridFormatRule1 As DevExpress.XtraGrid.GridFormatRule = New DevExpress.XtraGrid.GridFormatRule()
|
||||
Dim FormatConditionRuleValue1 As DevExpress.XtraEditors.FormatConditionRuleValue = New DevExpress.XtraEditors.FormatConditionRuleValue()
|
||||
Me.SplitContainerDashboard = New System.Windows.Forms.SplitContainer()
|
||||
Me.SplitContainerTop = New System.Windows.Forms.SplitContainer()
|
||||
Me.ChartTopLeft = New DevExpress.XtraCharts.ChartControl()
|
||||
@@ -58,6 +56,8 @@ Partial Class frmMain
|
||||
Me.tsslblLastSysnc = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.tslblmessage = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.GridControl_Docs = New DevExpress.XtraGrid.GridControl()
|
||||
Me.GridView_Docs = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.lblViewType = New System.Windows.Forms.Label()
|
||||
Me.NavBarControl1 = New DevExpress.XtraNavBar.NavBarControl()
|
||||
Me.NavBarGroupProfiles = New DevExpress.XtraNavBar.NavBarGroup()
|
||||
@@ -66,12 +66,11 @@ Partial Class frmMain
|
||||
Me.NavBarGroupMore = New DevExpress.XtraNavBar.NavBarGroup()
|
||||
Me.NavBarItemOverview = New DevExpress.XtraNavBar.NavBarItem()
|
||||
Me.NavBarItemDashboard = New DevExpress.XtraNavBar.NavBarItem()
|
||||
Me.GridControlProfile = New DevExpress.XtraGrid.GridControl()
|
||||
Me.ContextMenuGrid = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.CMGroupStart = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.CMFileStart = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.MarkierteDateienAbschliessenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.TabellenlayoutZurücksetzenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.GridViewProfile = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components)
|
||||
Me.TimerRefresh = New System.Windows.Forms.Timer(Me.components)
|
||||
Me.VWPM_PROFILE_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
@@ -104,11 +103,11 @@ Partial Class frmMain
|
||||
Me.ToolStrip1.SuspendLayout()
|
||||
Me.StatusStrip1.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
CType(Me.GridControl_Docs, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridView_Docs, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.NavBarControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.cmsNavPane.SuspendLayout()
|
||||
CType(Me.GridControlProfile, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.ContextMenuGrid.SuspendLayout()
|
||||
CType(Me.GridViewProfile, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VWPM_PROFILE_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBPM_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -122,12 +121,10 @@ Partial Class frmMain
|
||||
'
|
||||
'SplitContainerDashboard.Panel1
|
||||
'
|
||||
resources.ApplyResources(Me.SplitContainerDashboard.Panel1, "SplitContainerDashboard.Panel1")
|
||||
Me.SplitContainerDashboard.Panel1.Controls.Add(Me.SplitContainerTop)
|
||||
'
|
||||
'SplitContainerDashboard.Panel2
|
||||
'
|
||||
resources.ApplyResources(Me.SplitContainerDashboard.Panel2, "SplitContainerDashboard.Panel2")
|
||||
Me.SplitContainerDashboard.Panel2.Controls.Add(Me.SplitContainerBottom)
|
||||
'
|
||||
'SplitContainerTop
|
||||
@@ -137,13 +134,11 @@ Partial Class frmMain
|
||||
'
|
||||
'SplitContainerTop.Panel1
|
||||
'
|
||||
resources.ApplyResources(Me.SplitContainerTop.Panel1, "SplitContainerTop.Panel1")
|
||||
Me.SplitContainerTop.Panel1.Controls.Add(Me.ChartTopLeft)
|
||||
Me.SplitContainerTop.Panel1.Controls.Add(Me.ToolStripTopLeft)
|
||||
'
|
||||
'SplitContainerTop.Panel2
|
||||
'
|
||||
resources.ApplyResources(Me.SplitContainerTop.Panel2, "SplitContainerTop.Panel2")
|
||||
Me.SplitContainerTop.Panel2.Controls.Add(Me.ChartTopRight)
|
||||
Me.SplitContainerTop.Panel2.Controls.Add(Me.ToolStripTopRight)
|
||||
'
|
||||
@@ -155,8 +150,8 @@ Partial Class frmMain
|
||||
'
|
||||
'ToolStripTopLeft
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripTopLeft, "ToolStripTopLeft")
|
||||
Me.ToolStripTopLeft.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
||||
resources.ApplyResources(Me.ToolStripTopLeft, "ToolStripTopLeft")
|
||||
Me.ToolStripTopLeft.Name = "ToolStripTopLeft"
|
||||
'
|
||||
'ChartTopRight
|
||||
@@ -167,8 +162,8 @@ Partial Class frmMain
|
||||
'
|
||||
'ToolStripTopRight
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripTopRight, "ToolStripTopRight")
|
||||
Me.ToolStripTopRight.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
||||
resources.ApplyResources(Me.ToolStripTopRight, "ToolStripTopRight")
|
||||
Me.ToolStripTopRight.Name = "ToolStripTopRight"
|
||||
'
|
||||
'SplitContainerBottom
|
||||
@@ -178,13 +173,11 @@ Partial Class frmMain
|
||||
'
|
||||
'SplitContainerBottom.Panel1
|
||||
'
|
||||
resources.ApplyResources(Me.SplitContainerBottom.Panel1, "SplitContainerBottom.Panel1")
|
||||
Me.SplitContainerBottom.Panel1.Controls.Add(Me.ChartBottomLeft)
|
||||
Me.SplitContainerBottom.Panel1.Controls.Add(Me.ToolStripBottomLeft)
|
||||
'
|
||||
'SplitContainerBottom.Panel2
|
||||
'
|
||||
resources.ApplyResources(Me.SplitContainerBottom.Panel2, "SplitContainerBottom.Panel2")
|
||||
Me.SplitContainerBottom.Panel2.Controls.Add(Me.ChartBottomRight)
|
||||
Me.SplitContainerBottom.Panel2.Controls.Add(Me.ToolStripBottomRight)
|
||||
'
|
||||
@@ -196,8 +189,8 @@ Partial Class frmMain
|
||||
'
|
||||
'ToolStripBottomLeft
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripBottomLeft, "ToolStripBottomLeft")
|
||||
Me.ToolStripBottomLeft.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
||||
resources.ApplyResources(Me.ToolStripBottomLeft, "ToolStripBottomLeft")
|
||||
Me.ToolStripBottomLeft.Name = "ToolStripBottomLeft"
|
||||
'
|
||||
'ChartBottomRight
|
||||
@@ -208,8 +201,8 @@ Partial Class frmMain
|
||||
'
|
||||
'ToolStripBottomRight
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripBottomRight, "ToolStripBottomRight")
|
||||
Me.ToolStripBottomRight.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
||||
resources.ApplyResources(Me.ToolStripBottomRight, "ToolStripBottomRight")
|
||||
Me.ToolStripBottomRight.Name = "ToolStripBottomRight"
|
||||
'
|
||||
'ImageListProfile
|
||||
@@ -263,41 +256,41 @@ Partial Class frmMain
|
||||
'
|
||||
'ToolStripSeparator2
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripSeparator2, "ToolStripSeparator2")
|
||||
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
|
||||
resources.ApplyResources(Me.ToolStripSeparator2, "ToolStripSeparator2")
|
||||
'
|
||||
'ToolStripButton2
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2")
|
||||
Me.ToolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
|
||||
Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton2.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.information
|
||||
resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2")
|
||||
Me.ToolStripButton2.Name = "ToolStripButton2"
|
||||
'
|
||||
'ToolStripButton1
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1")
|
||||
Me.ToolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
|
||||
Me.ToolStripButton1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.Einstellungen6
|
||||
resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1")
|
||||
Me.ToolStripButton1.Name = "ToolStripButton1"
|
||||
'
|
||||
'ToolStripSeparator1
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1")
|
||||
Me.ToolStripSeparator1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
|
||||
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
||||
resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1")
|
||||
'
|
||||
'tstrpbtn_Config
|
||||
'
|
||||
resources.ApplyResources(Me.tstrpbtn_Config, "tstrpbtn_Config")
|
||||
Me.tstrpbtn_Config.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
|
||||
Me.tstrpbtn_Config.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.puzzle2
|
||||
resources.ApplyResources(Me.tstrpbtn_Config, "tstrpbtn_Config")
|
||||
Me.tstrpbtn_Config.Name = "tstrpbtn_Config"
|
||||
'
|
||||
'tsbtnrefresh
|
||||
'
|
||||
resources.ApplyResources(Me.tsbtnrefresh, "tsbtnrefresh")
|
||||
Me.tsbtnrefresh.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.refresh_16xLG
|
||||
resources.ApplyResources(Me.tsbtnrefresh, "tsbtnrefresh")
|
||||
Me.tsbtnrefresh.Name = "tsbtnrefresh"
|
||||
'
|
||||
'StatusStrip1
|
||||
@@ -308,63 +301,83 @@ Partial Class frmMain
|
||||
'
|
||||
'tsstlblUser
|
||||
'
|
||||
resources.ApplyResources(Me.tsstlblUser, "tsstlblUser")
|
||||
Me.tsstlblUser.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _
|
||||
Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _
|
||||
Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides)
|
||||
Me.tsstlblUser.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.user
|
||||
Me.tsstlblUser.Name = "tsstlblUser"
|
||||
resources.ApplyResources(Me.tsstlblUser, "tsstlblUser")
|
||||
'
|
||||
'tslblLicenses
|
||||
'
|
||||
resources.ApplyResources(Me.tslblLicenses, "tslblLicenses")
|
||||
Me.tslblLicenses.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _
|
||||
Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _
|
||||
Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides)
|
||||
Me.tslblLicenses.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.key
|
||||
Me.tslblLicenses.Name = "tslblLicenses"
|
||||
resources.ApplyResources(Me.tslblLicenses, "tslblLicenses")
|
||||
'
|
||||
'tslblUserLoggedin
|
||||
'
|
||||
resources.ApplyResources(Me.tslblUserLoggedin, "tslblUserLoggedin")
|
||||
Me.tslblUserLoggedin.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _
|
||||
Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _
|
||||
Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides)
|
||||
Me.tslblUserLoggedin.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.group_key
|
||||
Me.tslblUserLoggedin.Name = "tslblUserLoggedin"
|
||||
resources.ApplyResources(Me.tslblUserLoggedin, "tslblUserLoggedin")
|
||||
'
|
||||
'tslblVersion
|
||||
'
|
||||
resources.ApplyResources(Me.tslblVersion, "tslblVersion")
|
||||
Me.tslblVersion.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _
|
||||
Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _
|
||||
Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides)
|
||||
Me.tslblVersion.Name = "tslblVersion"
|
||||
resources.ApplyResources(Me.tslblVersion, "tslblVersion")
|
||||
'
|
||||
'tsslblLastSysnc
|
||||
'
|
||||
resources.ApplyResources(Me.tsslblLastSysnc, "tsslblLastSysnc")
|
||||
Me.tsslblLastSysnc.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _
|
||||
Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _
|
||||
Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides)
|
||||
resources.ApplyResources(Me.tsslblLastSysnc, "tsslblLastSysnc")
|
||||
Me.tsslblLastSysnc.Name = "tsslblLastSysnc"
|
||||
'
|
||||
'tslblmessage
|
||||
'
|
||||
resources.ApplyResources(Me.tslblmessage, "tslblmessage")
|
||||
Me.tslblmessage.BackColor = System.Drawing.Color.Yellow
|
||||
Me.tslblmessage.Name = "tslblmessage"
|
||||
resources.ApplyResources(Me.tslblmessage, "tslblmessage")
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
resources.ApplyResources(Me.Panel1, "Panel1")
|
||||
Me.Panel1.Controls.Add(Me.GridControl_Docs)
|
||||
Me.Panel1.Controls.Add(Me.lblViewType)
|
||||
Me.Panel1.Controls.Add(Me.NavBarControl1)
|
||||
Me.Panel1.Controls.Add(Me.ToolStrip1)
|
||||
Me.Panel1.Controls.Add(Me.GridControlProfile)
|
||||
Me.Panel1.Controls.Add(Me.SplitContainerDashboard)
|
||||
resources.ApplyResources(Me.Panel1, "Panel1")
|
||||
Me.Panel1.Name = "Panel1"
|
||||
'
|
||||
'GridControl_Docs
|
||||
'
|
||||
resources.ApplyResources(Me.GridControl_Docs, "GridControl_Docs")
|
||||
Me.GridControl_Docs.ContextMenuStrip = Me.ContextMenuGrid
|
||||
Me.GridControl_Docs.MainView = Me.GridView_Docs
|
||||
Me.GridControl_Docs.Name = "GridControl_Docs"
|
||||
Me.GridControl_Docs.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView_Docs})
|
||||
'
|
||||
'GridView_Docs
|
||||
'
|
||||
Me.GridView_Docs.Appearance.EvenRow.BackColor = CType(resources.GetObject("GridView_Docs.Appearance.EvenRow.BackColor"), System.Drawing.Color)
|
||||
Me.GridView_Docs.Appearance.EvenRow.Options.UseBackColor = True
|
||||
Me.GridView_Docs.GridControl = Me.GridControl_Docs
|
||||
Me.GridView_Docs.Name = "GridView_Docs"
|
||||
Me.GridView_Docs.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[True]
|
||||
Me.GridView_Docs.OptionsBehavior.Editable = False
|
||||
Me.GridView_Docs.OptionsSelection.MultiSelect = True
|
||||
Me.GridView_Docs.OptionsView.ColumnAutoWidth = False
|
||||
Me.GridView_Docs.OptionsView.EnableAppearanceEvenRow = True
|
||||
'
|
||||
'lblViewType
|
||||
'
|
||||
resources.ApplyResources(Me.lblViewType, "lblViewType")
|
||||
@@ -373,13 +386,12 @@ Partial Class frmMain
|
||||
'
|
||||
'NavBarControl1
|
||||
'
|
||||
resources.ApplyResources(Me.NavBarControl1, "NavBarControl1")
|
||||
Me.NavBarControl1.ActiveGroup = Me.NavBarGroupProfiles
|
||||
Me.NavBarControl1.ContextMenuStrip = Me.cmsNavPane
|
||||
resources.ApplyResources(Me.NavBarControl1, "NavBarControl1")
|
||||
Me.NavBarControl1.Groups.AddRange(New DevExpress.XtraNavBar.NavBarGroup() {Me.NavBarGroupProfiles, Me.NavBarGroupMore})
|
||||
Me.NavBarControl1.Items.AddRange(New DevExpress.XtraNavBar.NavBarItem() {Me.NavBarItemOverview, Me.NavBarItemDashboard})
|
||||
Me.NavBarControl1.Name = "NavBarControl1"
|
||||
Me.NavBarControl1.OptionsNavPane.CollapsedWidth = CType(resources.GetObject("resource.CollapsedWidth"), Integer)
|
||||
Me.NavBarControl1.OptionsNavPane.ExpandedWidth = CType(resources.GetObject("resource.ExpandedWidth"), Integer)
|
||||
Me.NavBarControl1.View = New DevExpress.XtraNavBar.ViewInfo.StandardSkinExplorerBarViewInfoRegistrator("DevExpress Style")
|
||||
'
|
||||
@@ -391,15 +403,15 @@ Partial Class frmMain
|
||||
'
|
||||
'cmsNavPane
|
||||
'
|
||||
resources.ApplyResources(Me.cmsNavPane, "cmsNavPane")
|
||||
Me.cmsNavPane.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsmiValidationProfil})
|
||||
Me.cmsNavPane.Name = "cmsNavPane"
|
||||
resources.ApplyResources(Me.cmsNavPane, "cmsNavPane")
|
||||
'
|
||||
'tsmiValidationProfil
|
||||
'
|
||||
resources.ApplyResources(Me.tsmiValidationProfil, "tsmiValidationProfil")
|
||||
Me.tsmiValidationProfil.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_go1
|
||||
Me.tsmiValidationProfil.Name = "tsmiValidationProfil"
|
||||
resources.ApplyResources(Me.tsmiValidationProfil, "tsmiValidationProfil")
|
||||
'
|
||||
'NavBarGroupMore
|
||||
'
|
||||
@@ -412,9 +424,6 @@ Partial Class frmMain
|
||||
'NavBarItemOverview
|
||||
'
|
||||
Me.NavBarItemOverview.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.[False]
|
||||
Me.NavBarItemOverview.Appearance.FontSizeDelta = CType(resources.GetObject("NavBarItemOverview.Appearance.FontSizeDelta"), Integer)
|
||||
Me.NavBarItemOverview.Appearance.FontStyleDelta = CType(resources.GetObject("NavBarItemOverview.Appearance.FontStyleDelta"), System.Drawing.FontStyle)
|
||||
Me.NavBarItemOverview.Appearance.GradientMode = CType(resources.GetObject("NavBarItemOverview.Appearance.GradientMode"), System.Drawing.Drawing2D.LinearGradientMode)
|
||||
Me.NavBarItemOverview.Appearance.Image = CType(resources.GetObject("NavBarItemOverview.Appearance.Image"), System.Drawing.Image)
|
||||
Me.NavBarItemOverview.Appearance.Options.UseImage = True
|
||||
resources.ApplyResources(Me.NavBarItemOverview, "NavBarItemOverview")
|
||||
@@ -425,91 +434,34 @@ Partial Class frmMain
|
||||
resources.ApplyResources(Me.NavBarItemDashboard, "NavBarItemDashboard")
|
||||
Me.NavBarItemDashboard.Name = "NavBarItemDashboard"
|
||||
'
|
||||
'GridControlProfile
|
||||
'
|
||||
resources.ApplyResources(Me.GridControlProfile, "GridControlProfile")
|
||||
Me.GridControlProfile.ContextMenuStrip = Me.ContextMenuGrid
|
||||
Me.GridControlProfile.EmbeddedNavigator.AccessibleDescription = resources.GetString("GridControlProfile.EmbeddedNavigator.AccessibleDescription")
|
||||
Me.GridControlProfile.EmbeddedNavigator.AccessibleName = resources.GetString("GridControlProfile.EmbeddedNavigator.AccessibleName")
|
||||
Me.GridControlProfile.EmbeddedNavigator.AllowHtmlTextInToolTip = CType(resources.GetObject("GridControlProfile.EmbeddedNavigator.AllowHtmlTextInToolTip"), DevExpress.Utils.DefaultBoolean)
|
||||
Me.GridControlProfile.EmbeddedNavigator.Anchor = CType(resources.GetObject("GridControlProfile.EmbeddedNavigator.Anchor"), System.Windows.Forms.AnchorStyles)
|
||||
Me.GridControlProfile.EmbeddedNavigator.BackgroundImage = CType(resources.GetObject("GridControlProfile.EmbeddedNavigator.BackgroundImage"), System.Drawing.Image)
|
||||
Me.GridControlProfile.EmbeddedNavigator.BackgroundImageLayout = CType(resources.GetObject("GridControlProfile.EmbeddedNavigator.BackgroundImageLayout"), System.Windows.Forms.ImageLayout)
|
||||
Me.GridControlProfile.EmbeddedNavigator.ImeMode = CType(resources.GetObject("GridControlProfile.EmbeddedNavigator.ImeMode"), System.Windows.Forms.ImeMode)
|
||||
Me.GridControlProfile.EmbeddedNavigator.MaximumSize = CType(resources.GetObject("GridControlProfile.EmbeddedNavigator.MaximumSize"), System.Drawing.Size)
|
||||
Me.GridControlProfile.EmbeddedNavigator.TextLocation = CType(resources.GetObject("GridControlProfile.EmbeddedNavigator.TextLocation"), DevExpress.XtraEditors.NavigatorButtonsTextLocation)
|
||||
Me.GridControlProfile.EmbeddedNavigator.ToolTip = resources.GetString("GridControlProfile.EmbeddedNavigator.ToolTip")
|
||||
Me.GridControlProfile.EmbeddedNavigator.ToolTipIconType = CType(resources.GetObject("GridControlProfile.EmbeddedNavigator.ToolTipIconType"), DevExpress.Utils.ToolTipIconType)
|
||||
Me.GridControlProfile.EmbeddedNavigator.ToolTipTitle = resources.GetString("GridControlProfile.EmbeddedNavigator.ToolTipTitle")
|
||||
Me.GridControlProfile.MainView = Me.GridViewProfile
|
||||
Me.GridControlProfile.Name = "GridControlProfile"
|
||||
Me.GridControlProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewProfile})
|
||||
'
|
||||
'ContextMenuGrid
|
||||
'
|
||||
resources.ApplyResources(Me.ContextMenuGrid, "ContextMenuGrid")
|
||||
Me.ContextMenuGrid.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CMGroupStart, Me.CMFileStart, Me.TabellenlayoutZurücksetzenToolStripMenuItem})
|
||||
Me.ContextMenuGrid.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CMGroupStart, Me.CMFileStart, Me.MarkierteDateienAbschliessenToolStripMenuItem, Me.TabellenlayoutZurücksetzenToolStripMenuItem})
|
||||
Me.ContextMenuGrid.Name = "ContextMenuStrip1"
|
||||
resources.ApplyResources(Me.ContextMenuGrid, "ContextMenuGrid")
|
||||
'
|
||||
'CMGroupStart
|
||||
'
|
||||
resources.ApplyResources(Me.CMGroupStart, "CMGroupStart")
|
||||
Me.CMGroupStart.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_go
|
||||
Me.CMGroupStart.Name = "CMGroupStart"
|
||||
resources.ApplyResources(Me.CMGroupStart, "CMGroupStart")
|
||||
'
|
||||
'CMFileStart
|
||||
'
|
||||
resources.ApplyResources(Me.CMFileStart, "CMFileStart")
|
||||
Me.CMFileStart.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.email_go
|
||||
Me.CMFileStart.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.shape_square_go
|
||||
Me.CMFileStart.Name = "CMFileStart"
|
||||
resources.ApplyResources(Me.CMFileStart, "CMFileStart")
|
||||
'
|
||||
'MarkierteDateienAbschliessenToolStripMenuItem
|
||||
'
|
||||
Me.MarkierteDateienAbschliessenToolStripMenuItem.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.Checked_outforEdit_Color_13297
|
||||
Me.MarkierteDateienAbschliessenToolStripMenuItem.Name = "MarkierteDateienAbschliessenToolStripMenuItem"
|
||||
resources.ApplyResources(Me.MarkierteDateienAbschliessenToolStripMenuItem, "MarkierteDateienAbschliessenToolStripMenuItem")
|
||||
'
|
||||
'TabellenlayoutZurücksetzenToolStripMenuItem
|
||||
'
|
||||
resources.ApplyResources(Me.TabellenlayoutZurücksetzenToolStripMenuItem, "TabellenlayoutZurücksetzenToolStripMenuItem")
|
||||
Me.TabellenlayoutZurücksetzenToolStripMenuItem.Name = "TabellenlayoutZurücksetzenToolStripMenuItem"
|
||||
'
|
||||
'GridViewProfile
|
||||
'
|
||||
Me.GridViewProfile.Appearance.GroupPanel.BackColor = CType(resources.GetObject("GridViewProfile.Appearance.GroupPanel.BackColor"), System.Drawing.Color)
|
||||
Me.GridViewProfile.Appearance.GroupPanel.Font = CType(resources.GetObject("GridViewProfile.Appearance.GroupPanel.Font"), System.Drawing.Font)
|
||||
Me.GridViewProfile.Appearance.GroupPanel.FontSizeDelta = CType(resources.GetObject("GridViewProfile.Appearance.GroupPanel.FontSizeDelta"), Integer)
|
||||
Me.GridViewProfile.Appearance.GroupPanel.FontStyleDelta = CType(resources.GetObject("GridViewProfile.Appearance.GroupPanel.FontStyleDelta"), System.Drawing.FontStyle)
|
||||
Me.GridViewProfile.Appearance.GroupPanel.GradientMode = CType(resources.GetObject("GridViewProfile.Appearance.GroupPanel.GradientMode"), System.Drawing.Drawing2D.LinearGradientMode)
|
||||
Me.GridViewProfile.Appearance.GroupPanel.Image = CType(resources.GetObject("GridViewProfile.Appearance.GroupPanel.Image"), System.Drawing.Image)
|
||||
Me.GridViewProfile.Appearance.GroupPanel.Options.UseBackColor = True
|
||||
Me.GridViewProfile.Appearance.GroupPanel.Options.UseFont = True
|
||||
Me.GridViewProfile.Appearance.GroupRow.Font = CType(resources.GetObject("GridViewProfile.Appearance.GroupRow.Font"), System.Drawing.Font)
|
||||
Me.GridViewProfile.Appearance.GroupRow.FontSizeDelta = CType(resources.GetObject("GridViewProfile.Appearance.GroupRow.FontSizeDelta"), Integer)
|
||||
Me.GridViewProfile.Appearance.GroupRow.FontStyleDelta = CType(resources.GetObject("GridViewProfile.Appearance.GroupRow.FontStyleDelta"), System.Drawing.FontStyle)
|
||||
Me.GridViewProfile.Appearance.GroupRow.GradientMode = CType(resources.GetObject("GridViewProfile.Appearance.GroupRow.GradientMode"), System.Drawing.Drawing2D.LinearGradientMode)
|
||||
Me.GridViewProfile.Appearance.GroupRow.Image = CType(resources.GetObject("GridViewProfile.Appearance.GroupRow.Image"), System.Drawing.Image)
|
||||
Me.GridViewProfile.Appearance.GroupRow.Options.UseFont = True
|
||||
Me.GridViewProfile.Appearance.Row.Font = CType(resources.GetObject("GridViewProfile.Appearance.Row.Font"), System.Drawing.Font)
|
||||
Me.GridViewProfile.Appearance.Row.FontSizeDelta = CType(resources.GetObject("GridViewProfile.Appearance.Row.FontSizeDelta"), Integer)
|
||||
Me.GridViewProfile.Appearance.Row.FontStyleDelta = CType(resources.GetObject("GridViewProfile.Appearance.Row.FontStyleDelta"), System.Drawing.FontStyle)
|
||||
Me.GridViewProfile.Appearance.Row.GradientMode = CType(resources.GetObject("GridViewProfile.Appearance.Row.GradientMode"), System.Drawing.Drawing2D.LinearGradientMode)
|
||||
Me.GridViewProfile.Appearance.Row.Image = CType(resources.GetObject("GridViewProfile.Appearance.Row.Image"), System.Drawing.Image)
|
||||
Me.GridViewProfile.Appearance.Row.Options.UseFont = True
|
||||
resources.ApplyResources(Me.GridViewProfile, "GridViewProfile")
|
||||
GridFormatRule1.Name = "Format0"
|
||||
GridFormatRule1.Rule = FormatConditionRuleValue1
|
||||
Me.GridViewProfile.FormatRules.Add(GridFormatRule1)
|
||||
Me.GridViewProfile.GridControl = Me.GridControlProfile
|
||||
Me.GridViewProfile.Name = "GridViewProfile"
|
||||
Me.GridViewProfile.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
|
||||
Me.GridViewProfile.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False]
|
||||
Me.GridViewProfile.OptionsBehavior.Editable = False
|
||||
Me.GridViewProfile.OptionsBehavior.ReadOnly = True
|
||||
Me.GridViewProfile.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False]
|
||||
Me.GridViewProfile.OptionsSelection.EnableAppearanceFocusedCell = False
|
||||
Me.GridViewProfile.OptionsSelection.EnableAppearanceFocusedRow = False
|
||||
Me.GridViewProfile.OptionsSelection.EnableAppearanceHideSelection = False
|
||||
Me.GridViewProfile.OptionsSelection.MultiSelect = True
|
||||
Me.GridViewProfile.OptionsView.ColumnAutoWidth = False
|
||||
Me.GridViewProfile.OptionsView.EnableAppearanceEvenRow = True
|
||||
Me.GridViewProfile.OptionsView.ShowAutoFilterRow = True
|
||||
Me.GridViewProfile.OptionsView.ShowGroupPanel = False
|
||||
Me.GridViewProfile.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.[True]
|
||||
resources.ApplyResources(Me.TabellenlayoutZurücksetzenToolStripMenuItem, "TabellenlayoutZurücksetzenToolStripMenuItem")
|
||||
'
|
||||
'NotifyIcon1
|
||||
'
|
||||
@@ -595,11 +547,11 @@ Partial Class frmMain
|
||||
Me.StatusStrip1.PerformLayout()
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
Me.Panel1.PerformLayout()
|
||||
CType(Me.GridControl_Docs, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridView_Docs, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.NavBarControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.cmsNavPane.ResumeLayout(False)
|
||||
CType(Me.GridControlProfile, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ContextMenuGrid.ResumeLayout(False)
|
||||
CType(Me.GridViewProfile, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.VWPM_PROFILE_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBPM_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@@ -637,8 +589,6 @@ Partial Class frmMain
|
||||
Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents tslblVersion As System.Windows.Forms.ToolStripStatusLabel
|
||||
Friend WithEvents TimerReminder As System.Windows.Forms.Timer
|
||||
Friend WithEvents GridControlProfile As DevExpress.XtraGrid.GridControl
|
||||
Friend WithEvents GridViewProfile As DevExpress.XtraGrid.Views.Grid.GridView
|
||||
Friend WithEvents ContextMenuGrid As ContextMenuStrip
|
||||
Friend WithEvents CMGroupStart As ToolStripMenuItem
|
||||
Friend WithEvents CMFileStart As ToolStripMenuItem
|
||||
@@ -665,4 +615,7 @@ Partial Class frmMain
|
||||
Friend WithEvents ToolStripBottomRight As ToolStrip
|
||||
Friend WithEvents TabellenlayoutZurücksetzenToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents tslblmessage As ToolStripStatusLabel
|
||||
Friend WithEvents MarkierteDateienAbschliessenToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents GridControl_Docs As DevExpress.XtraGrid.GridControl
|
||||
Friend WithEvents GridView_Docs As DevExpress.XtraGrid.Views.Grid.GridView
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user