Files
RecordOrganizer/app/DD-Record-Organiser/frmQuickAccessManager.Designer.vb
2015-07-27 15:56:59 +02:00

276 lines
12 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmQuickAccessManager
Inherits System.Windows.Forms.Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Wird vom Windows Form-Designer benötigt.
Private components As System.ComponentModel.IContainer
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Me.btnDeleteImage = New System.Windows.Forms.Button()
Me.btnSelectImage = New System.Windows.Forms.Button()
Me.ImageBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet()
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
Me.btnSaveImage = New System.Windows.Forms.Button()
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
Me.btnRefresh = New System.Windows.Forms.ToolStripButton()
Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
Me.gvMainView = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colFORM_TITLE = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colSHORT_TITLE = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colSEQUENCE_MENU = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colMENU_IMG = New DevExpress.XtraGrid.Columns.GridColumn()
Me.pbCurrent = New System.Windows.Forms.PictureBox()
Me.ImageTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FORM_CONSTRUCTORTableAdapter()
Me.Label2 = New System.Windows.Forms.Label()
Me.pbNew = New System.Windows.Forms.PictureBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
CType(Me.ImageBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
Me.ToolStrip1.SuspendLayout()
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.gvMainView, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.pbCurrent, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.pbNew, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'btnDeleteImage
'
Me.btnDeleteImage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnDeleteImage.Location = New System.Drawing.Point(424, 450)
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)
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
'
Me.ImageBindingSource.DataMember = "TBPMO_FORM_CONSTRUCTOR"
Me.ImageBindingSource.DataSource = Me.DD_DMSDataSet
'
'DD_DMSDataSet
'
Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet"
Me.DD_DMSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
'
'btnSaveImage
'
Me.btnSaveImage.Enabled = False
Me.btnSaveImage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnSaveImage.Location = New System.Drawing.Point(218, 450)
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)
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
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)
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
'
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
'
Me.colGUID.FieldName = "GUID"
Me.colGUID.Name = "colGUID"
Me.colGUID.Visible = True
Me.colGUID.VisibleIndex = 0
'
'colFORM_TITLE
'
Me.colFORM_TITLE.Caption = "Titel der Entität"
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"
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"
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"
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)
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
'
Me.ImageTableAdapter.ClearBeforeFill = True
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(215, 228)
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)
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)
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)
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!)
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)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.GridControl1)
Me.Controls.Add(Me.btnDeleteImage)
Me.Controls.Add(Me.ToolStrip1)
Me.Controls.Add(Me.pbCurrent)
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)
Me.ToolStrip1.PerformLayout()
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.gvMainView, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.pbCurrent, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.pbNew, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents btnDeleteImage As System.Windows.Forms.Button
Friend WithEvents btnSelectImage As System.Windows.Forms.Button
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
Friend WithEvents btnSaveImage As System.Windows.Forms.Button
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
Friend WithEvents gvMainView As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents pbCurrent As System.Windows.Forms.PictureBox
Friend WithEvents DD_DMSDataSet As DD_Record_Organiser.DD_DMSDataSet
Friend WithEvents ImageBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents ImageTableAdapter As DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FORM_CONSTRUCTORTableAdapter
Friend WithEvents btnRefresh As System.Windows.Forms.ToolStripButton
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents pbNew As System.Windows.Forms.PictureBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents colGUID As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colFORM_TITLE As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colSHORT_TITLE As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colSEQUENCE_MENU As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colMENU_IMG As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
End Class