jj 29.02.2016 formular übersetzung

This commit is contained in:
JenneJ
2016-02-29 15:45:58 +01:00
parent f9172b80c7
commit ac708a552a
41 changed files with 20097 additions and 19194 deletions

View File

@@ -79,6 +79,7 @@ Partial Class frmQuickAccessManager
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
resources.ApplyResources(Me.OpenFileDialog1, "OpenFileDialog1")
'
'btnSaveImage
'
@@ -88,66 +89,84 @@ Partial Class frmQuickAccessManager
'
'ToolStrip1
'
resources.ApplyResources(Me.ToolStrip1, "ToolStrip1")
Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnRefresh})
resources.ApplyResources(Me.ToolStrip1, "ToolStrip1")
Me.ToolStrip1.Name = "ToolStrip1"
'
'btnRefresh
'
Me.btnRefresh.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG
resources.ApplyResources(Me.btnRefresh, "btnRefresh")
Me.btnRefresh.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG
Me.btnRefresh.Name = "btnRefresh"
'
'GridControl1
'
Me.GridControl1.DataSource = Me.ImageBindingSource
resources.ApplyResources(Me.GridControl1, "GridControl1")
Me.GridControl1.DataSource = Me.ImageBindingSource
Me.GridControl1.EmbeddedNavigator.AccessibleDescription = resources.GetString("GridControl1.EmbeddedNavigator.AccessibleDescription")
Me.GridControl1.EmbeddedNavigator.AccessibleName = resources.GetString("GridControl1.EmbeddedNavigator.AccessibleName")
Me.GridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip = CType(resources.GetObject("GridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip"), DevExpress.Utils.DefaultBoolean)
Me.GridControl1.EmbeddedNavigator.Anchor = CType(resources.GetObject("GridControl1.EmbeddedNavigator.Anchor"), System.Windows.Forms.AnchorStyles)
Me.GridControl1.EmbeddedNavigator.BackgroundImage = CType(resources.GetObject("GridControl1.EmbeddedNavigator.BackgroundImage"), System.Drawing.Image)
Me.GridControl1.EmbeddedNavigator.BackgroundImageLayout = CType(resources.GetObject("GridControl1.EmbeddedNavigator.BackgroundImageLayout"), System.Windows.Forms.ImageLayout)
Me.GridControl1.EmbeddedNavigator.ImeMode = CType(resources.GetObject("GridControl1.EmbeddedNavigator.ImeMode"), System.Windows.Forms.ImeMode)
Me.GridControl1.EmbeddedNavigator.MaximumSize = CType(resources.GetObject("GridControl1.EmbeddedNavigator.MaximumSize"), System.Drawing.Size)
Me.GridControl1.EmbeddedNavigator.TextLocation = CType(resources.GetObject("GridControl1.EmbeddedNavigator.TextLocation"), DevExpress.XtraEditors.NavigatorButtonsTextLocation)
Me.GridControl1.EmbeddedNavigator.ToolTip = resources.GetString("GridControl1.EmbeddedNavigator.ToolTip")
Me.GridControl1.EmbeddedNavigator.ToolTipIconType = CType(resources.GetObject("GridControl1.EmbeddedNavigator.ToolTipIconType"), DevExpress.Utils.ToolTipIconType)
Me.GridControl1.EmbeddedNavigator.ToolTipTitle = resources.GetString("GridControl1.EmbeddedNavigator.ToolTipTitle")
Me.GridControl1.MainView = Me.gvMainView
Me.GridControl1.Name = "GridControl1"
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.gvMainView})
'
'gvMainView
'
resources.ApplyResources(Me.gvMainView, "gvMainView")
Me.gvMainView.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colFORM_TITLE, Me.colSHORT_TITLE, Me.colSEQUENCE_MENU, Me.colMENU_IMG})
Me.gvMainView.GridControl = Me.GridControl1
Me.gvMainView.Name = "gvMainView"
'
'colGUID
'
resources.ApplyResources(Me.colGUID, "colGUID")
Me.colGUID.FieldName = "GUID"
Me.colGUID.Name = "colGUID"
resources.ApplyResources(Me.colGUID, "colGUID")
Me.colGUID.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()})
'
'colFORM_TITLE
'
resources.ApplyResources(Me.colFORM_TITLE, "colFORM_TITLE")
Me.colFORM_TITLE.FieldName = "FORM_TITLE"
Me.colFORM_TITLE.Name = "colFORM_TITLE"
Me.colFORM_TITLE.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()})
'
'colSHORT_TITLE
'
resources.ApplyResources(Me.colSHORT_TITLE, "colSHORT_TITLE")
Me.colSHORT_TITLE.FieldName = "SHORT_TITLE"
Me.colSHORT_TITLE.Name = "colSHORT_TITLE"
Me.colSHORT_TITLE.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()})
'
'colSEQUENCE_MENU
'
resources.ApplyResources(Me.colSEQUENCE_MENU, "colSEQUENCE_MENU")
Me.colSEQUENCE_MENU.FieldName = "SEQUENCE_MENU"
Me.colSEQUENCE_MENU.Name = "colSEQUENCE_MENU"
Me.colSEQUENCE_MENU.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()})
'
'colMENU_IMG
'
resources.ApplyResources(Me.colMENU_IMG, "colMENU_IMG")
Me.colMENU_IMG.FieldName = "MENU_IMG"
Me.colMENU_IMG.Name = "colMENU_IMG"
Me.colMENU_IMG.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()})
'
'pbCurrent
'
resources.ApplyResources(Me.pbCurrent, "pbCurrent")
Me.pbCurrent.BackColor = System.Drawing.SystemColors.ControlDark
Me.pbCurrent.DataBindings.Add(New System.Windows.Forms.Binding("Image", Me.ImageBindingSource, "MENU_IMG", True))
resources.ApplyResources(Me.pbCurrent, "pbCurrent")
Me.pbCurrent.Name = "pbCurrent"
Me.pbCurrent.TabStop = False
'
@@ -162,8 +181,8 @@ Partial Class frmQuickAccessManager
'
'pbNew
'
Me.pbNew.BackColor = System.Drawing.SystemColors.ControlDark
resources.ApplyResources(Me.pbNew, "pbNew")
Me.pbNew.BackColor = System.Drawing.SystemColors.ControlDark
Me.pbNew.Name = "pbNew"
Me.pbNew.TabStop = False
'