MS_26012015

This commit is contained in:
SchreiberM
2016-01-26 13:36:01 +01:00
parent 4410df2487
commit d9162463b4
82 changed files with 34884 additions and 6568 deletions

View File

@@ -23,6 +23,7 @@ Partial Class frmQuickAccessManager
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmQuickAccessManager))
Me.btnDeleteImage = New System.Windows.Forms.Button()
Me.btnSelectImage = New System.Windows.Forms.Button()
Me.ImageBindingSource = New System.Windows.Forms.BindingSource(Me.components)
@@ -55,21 +56,14 @@ Partial Class frmQuickAccessManager
'
'btnDeleteImage
'
Me.btnDeleteImage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnDeleteImage.Location = New System.Drawing.Point(424, 450)
resources.ApplyResources(Me.btnDeleteImage, "btnDeleteImage")
Me.btnDeleteImage.Name = "btnDeleteImage"
Me.btnDeleteImage.Size = New System.Drawing.Size(138, 23)
Me.btnDeleteImage.TabIndex = 3
Me.btnDeleteImage.Text = "Bild löschen"
Me.btnDeleteImage.UseVisualStyleBackColor = True
'
'btnSelectImage
'
Me.btnSelectImage.Location = New System.Drawing.Point(12, 450)
resources.ApplyResources(Me.btnSelectImage, "btnSelectImage")
Me.btnSelectImage.Name = "btnSelectImage"
Me.btnSelectImage.Size = New System.Drawing.Size(200, 23)
Me.btnSelectImage.TabIndex = 4
Me.btnSelectImage.Text = "Bild auswählen / ersetzen.."
Me.btnSelectImage.UseVisualStyleBackColor = True
'
'ImageBindingSource
@@ -88,42 +82,29 @@ Partial Class frmQuickAccessManager
'
'btnSaveImage
'
Me.btnSaveImage.Enabled = False
Me.btnSaveImage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnSaveImage.Location = New System.Drawing.Point(218, 450)
resources.ApplyResources(Me.btnSaveImage, "btnSaveImage")
Me.btnSaveImage.Name = "btnSaveImage"
Me.btnSaveImage.Size = New System.Drawing.Size(200, 23)
Me.btnSaveImage.TabIndex = 7
Me.btnSaveImage.Text = "Bild speichern"
Me.btnSaveImage.UseVisualStyleBackColor = True
'
'ToolStrip1
'
Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnRefresh})
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(574, 25)
Me.ToolStrip1.TabIndex = 8
Me.ToolStrip1.Text = "ToolStrip1"
'
'btnRefresh
'
Me.btnRefresh.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG
Me.btnRefresh.ImageTransparentColor = System.Drawing.Color.Magenta
resources.ApplyResources(Me.btnRefresh, "btnRefresh")
Me.btnRefresh.Name = "btnRefresh"
Me.btnRefresh.Size = New System.Drawing.Size(95, 22)
Me.btnRefresh.Text = "Aktualisieren"
'
'GridControl1
'
Me.GridControl1.DataSource = Me.ImageBindingSource
Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Top
Me.GridControl1.Location = New System.Drawing.Point(0, 25)
resources.ApplyResources(Me.GridControl1, "GridControl1")
Me.GridControl1.MainView = Me.gvMainView
Me.GridControl1.Name = "GridControl1"
Me.GridControl1.Size = New System.Drawing.Size(574, 200)
Me.GridControl1.TabIndex = 9
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.gvMainView})
'
'gvMainView
@@ -136,50 +117,38 @@ Partial Class frmQuickAccessManager
'
Me.colGUID.FieldName = "GUID"
Me.colGUID.Name = "colGUID"
Me.colGUID.Visible = True
Me.colGUID.VisibleIndex = 0
resources.ApplyResources(Me.colGUID, "colGUID")
'
'colFORM_TITLE
'
Me.colFORM_TITLE.Caption = "Titel der Entität"
resources.ApplyResources(Me.colFORM_TITLE, "colFORM_TITLE")
Me.colFORM_TITLE.FieldName = "FORM_TITLE"
Me.colFORM_TITLE.Name = "colFORM_TITLE"
Me.colFORM_TITLE.Visible = True
Me.colFORM_TITLE.VisibleIndex = 1
'
'colSHORT_TITLE
'
Me.colSHORT_TITLE.Caption = "Kurztitel"
resources.ApplyResources(Me.colSHORT_TITLE, "colSHORT_TITLE")
Me.colSHORT_TITLE.FieldName = "SHORT_TITLE"
Me.colSHORT_TITLE.Name = "colSHORT_TITLE"
Me.colSHORT_TITLE.Visible = True
Me.colSHORT_TITLE.VisibleIndex = 4
'
'colSEQUENCE_MENU
'
Me.colSEQUENCE_MENU.Caption = "Reihenfolge"
resources.ApplyResources(Me.colSEQUENCE_MENU, "colSEQUENCE_MENU")
Me.colSEQUENCE_MENU.FieldName = "SEQUENCE_MENU"
Me.colSEQUENCE_MENU.Name = "colSEQUENCE_MENU"
Me.colSEQUENCE_MENU.Visible = True
Me.colSEQUENCE_MENU.VisibleIndex = 2
'
'colMENU_IMG
'
Me.colMENU_IMG.Caption = "Schnellstart Icon"
resources.ApplyResources(Me.colMENU_IMG, "colMENU_IMG")
Me.colMENU_IMG.FieldName = "MENU_IMG"
Me.colMENU_IMG.Name = "colMENU_IMG"
Me.colMENU_IMG.Visible = True
Me.colMENU_IMG.VisibleIndex = 3
'
'pbCurrent
'
Me.pbCurrent.BackColor = System.Drawing.SystemColors.ControlDark
Me.pbCurrent.DataBindings.Add(New System.Windows.Forms.Binding("Image", Me.ImageBindingSource, "MENU_IMG", True))
Me.pbCurrent.Location = New System.Drawing.Point(12, 244)
resources.ApplyResources(Me.pbCurrent, "pbCurrent")
Me.pbCurrent.Name = "pbCurrent"
Me.pbCurrent.Size = New System.Drawing.Size(200, 200)
Me.pbCurrent.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
Me.pbCurrent.TabIndex = 10
Me.pbCurrent.TabStop = False
'
'ImageTableAdapter
@@ -188,45 +157,30 @@ Partial Class frmQuickAccessManager
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(215, 228)
resources.ApplyResources(Me.Label2, "Label2")
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(55, 13)
Me.Label2.TabIndex = 13
Me.Label2.Text = "Vorschau:"
'
'pbNew
'
Me.pbNew.BackColor = System.Drawing.SystemColors.ControlDark
Me.pbNew.Location = New System.Drawing.Point(218, 244)
resources.ApplyResources(Me.pbNew, "pbNew")
Me.pbNew.Name = "pbNew"
Me.pbNew.Size = New System.Drawing.Size(200, 200)
Me.pbNew.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
Me.pbNew.TabIndex = 12
Me.pbNew.TabStop = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(12, 228)
resources.ApplyResources(Me.Label1, "Label1")
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(77, 13)
Me.Label1.TabIndex = 11
Me.Label1.Text = "Aktuelles Icon:"
'
'StatusStrip1
'
Me.StatusStrip1.Location = New System.Drawing.Point(0, 482)
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(574, 22)
Me.StatusStrip1.TabIndex = 13
Me.StatusStrip1.Text = "StatusStrip1"
'
'frmQuickAccessManager
'
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(574, 504)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.pbNew)
@@ -238,7 +192,6 @@ Partial Class frmQuickAccessManager
Me.Controls.Add(Me.btnSelectImage)
Me.Controls.Add(Me.btnSaveImage)
Me.Name = "frmQuickAccessManager"
Me.Text = "Schnellstart Manager"
CType(Me.ImageBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit()
Me.ToolStrip1.ResumeLayout(False)