_ Partial Class frmCardDetails Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmCardDetails)) Me.pnlSDLLeistungenDetails = New System.Windows.Forms.Panel() Me.Panel1 = New System.Windows.Forms.Panel() Me.lblFirma = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.pnl = New System.Windows.Forms.Panel() Me.Button1 = New System.Windows.Forms.Button() Me.btnSave = New System.Windows.Forms.Button() Me.btnAbbrechen = New System.Windows.Forms.Button() Me.pnlMain = New System.Windows.Forms.Panel() Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox() Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton() Me.bndSave = New System.Windows.Forms.ToolStripButton() Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components) Me.Panel1.SuspendLayout() Me.pnl.SuspendLayout() Me.pnlMain.SuspendLayout() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator1.SuspendLayout() Me.SuspendLayout() ' 'pnlSDLLeistungenDetails ' Me.pnlSDLLeistungenDetails.BackColor = System.Drawing.Color.White Me.pnlSDLLeistungenDetails.Dock = System.Windows.Forms.DockStyle.Fill Me.pnlSDLLeistungenDetails.Location = New System.Drawing.Point(0, 22) Me.pnlSDLLeistungenDetails.Name = "pnlSDLLeistungenDetails" Me.pnlSDLLeistungenDetails.Size = New System.Drawing.Size(831, 261) Me.pnlSDLLeistungenDetails.TabIndex = 1 ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.White Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.lblFirma) Me.Panel1.Controls.Add(Me.Label4) Me.Panel1.Controls.Add(Me.FlatButton1) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.ForeColor = System.Drawing.Color.White Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(831, 22) Me.Panel1.TabIndex = 0 ' 'lblFirma ' Me.lblFirma.AutoSize = True Me.lblFirma.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblFirma.ForeColor = System.Drawing.Color.Black Me.lblFirma.Location = New System.Drawing.Point(10, 4) Me.lblFirma.Name = "lblFirma" Me.lblFirma.Size = New System.Drawing.Size(43, 13) Me.lblFirma.TabIndex = 11 Me.lblFirma.Text = "Kunde" Me.lblFirma.Visible = False ' 'Label4 ' Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.ForeColor = System.Drawing.Color.Black Me.Label4.Location = New System.Drawing.Point(649, 4) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(0, 13) Me.Label4.TabIndex = 11 Me.Label4.Visible = False ' 'FlatButton1 ' Me.FlatButton1.allowBorder = False Me.FlatButton1.BackColor = System.Drawing.Color.Red Me.FlatButton1.Dock = System.Windows.Forms.DockStyle.Right Me.FlatButton1.FlatAppearance.BorderSize = 0 Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.FlatButton1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FlatButton1.ForeColor = System.Drawing.Color.White Me.FlatButton1.Location = New System.Drawing.Point(766, 0) Me.FlatButton1.Margin = New System.Windows.Forms.Padding(0) Me.FlatButton1.Name = "FlatButton1" Me.FlatButton1.Size = New System.Drawing.Size(63, 20) Me.FlatButton1.TabIndex = 0 Me.FlatButton1.Text = "X" Me.FlatButton1.UseVisualStyleBackColor = False ' 'pnl ' Me.pnl.BackColor = System.Drawing.Color.White Me.pnl.Controls.Add(Me.Button1) Me.pnl.Controls.Add(Me.btnSave) Me.pnl.Controls.Add(Me.btnAbbrechen) Me.pnl.Dock = System.Windows.Forms.DockStyle.Bottom Me.pnl.Location = New System.Drawing.Point(0, 313) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(831, 40) Me.pnl.TabIndex = 3 ' 'Button1 ' Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.ForeColor = System.Drawing.Color.Black Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button1.Location = New System.Drawing.Point(187, 4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(210, 30) Me.Button1.TabIndex = 2 Me.Button1.Text = "Nächster >>" Me.Button1.UseVisualStyleBackColor = True ' 'btnSave ' Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSave.ForeColor = System.Drawing.Color.Black Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnSave.Location = New System.Drawing.Point(7, 4) Me.btnSave.Name = "btnSave" Me.btnSave.Size = New System.Drawing.Size(174, 30) Me.btnSave.TabIndex = 0 Me.btnSave.Text = "OK" Me.btnSave.UseVisualStyleBackColor = True ' 'btnAbbrechen ' Me.btnAbbrechen.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btnAbbrechen.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAbbrechen.ForeColor = System.Drawing.Color.Black Me.btnAbbrechen.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnAbbrechen.Location = New System.Drawing.Point(420, 4) Me.btnAbbrechen.Name = "btnAbbrechen" Me.btnAbbrechen.Size = New System.Drawing.Size(81, 30) Me.btnAbbrechen.TabIndex = 1 Me.btnAbbrechen.Text = "Abbrechen" Me.btnAbbrechen.UseVisualStyleBackColor = True Me.btnAbbrechen.Visible = False ' 'pnlMain ' Me.pnlMain.BackColor = System.Drawing.Color.White Me.pnlMain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnlMain.Controls.Add(Me.pnlSDLLeistungenDetails) Me.pnlMain.Controls.Add(Me.Panel1) Me.pnlMain.Controls.Add(Me.BindingNavigator1) Me.pnlMain.Controls.Add(Me.pnl) Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill Me.pnlMain.Location = New System.Drawing.Point(0, 0) Me.pnlMain.Name = "pnlMain" Me.pnlMain.Size = New System.Drawing.Size(833, 355) Me.pnlMain.TabIndex = 0 ' 'BindingNavigatorMoveFirstItem ' Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image) Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem" Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 27) 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) Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem" Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 27) Me.BindingNavigatorMovePreviousItem.Text = "Vorherige verschieben" ' 'BindingNavigatorSeparator ' Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 30) ' 'BindingNavigatorPositionItem ' Me.BindingNavigatorPositionItem.AccessibleName = "Position" Me.BindingNavigatorPositionItem.AutoSize = False Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem" Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23) Me.BindingNavigatorPositionItem.Text = "0" Me.BindingNavigatorPositionItem.ToolTipText = "Aktuelle Position" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(44, 27) Me.BindingNavigatorCountItem.Text = "von {0}" Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." ' 'BindingNavigatorSeparator1 ' Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1" Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 30) ' 'BindingNavigatorMoveNextItem ' Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image) Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem" Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 27) 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) Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem" Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 27) Me.BindingNavigatorMoveLastItem.Text = "Letzte verschieben" ' 'BindingNavigatorSeparator2 ' Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2" Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 30) ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 27) Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen" Me.BindingNavigatorAddNewItem.Visible = False ' 'BindingNavigatorDeleteItem ' Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image) Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem" Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 27) Me.BindingNavigatorDeleteItem.Text = "Löschen" Me.BindingNavigatorDeleteItem.Visible = False ' 'bndSave ' Me.bndSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.bndSave.Enabled = False Me.bndSave.Image = Global.SDL.My.Resources.save Me.bndSave.ImageTransparentColor = System.Drawing.Color.Magenta Me.bndSave.Name = "bndSave" Me.bndSave.Size = New System.Drawing.Size(23, 27) Me.bndSave.Text = "Speichern" Me.bndSave.Visible = False ' 'BindingNavigator1 ' Me.BindingNavigator1.AddNewItem = Me.BindingNavigatorAddNewItem Me.BindingNavigator1.AutoSize = False Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem Me.BindingNavigator1.DeleteItem = Me.BindingNavigatorDeleteItem Me.BindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom Me.BindingNavigator1.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.bndSave}) Me.BindingNavigator1.Location = New System.Drawing.Point(0, 283) Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.BindingNavigator1.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.BindingNavigator1.Name = "BindingNavigator1" Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem Me.BindingNavigator1.Size = New System.Drawing.Size(831, 30) Me.BindingNavigator1.TabIndex = 2 Me.BindingNavigator1.Text = "BindingNavigator1" Me.BindingNavigator1.Visible = False ' 'frmCardDetails ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(833, 355) Me.Controls.Add(Me.pnlMain) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.KeyPreview = True Me.Name = "frmCardDetails" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Neue Daten erfassen" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.pnl.ResumeLayout(False) Me.pnlMain.ResumeLayout(False) CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator1.ResumeLayout(False) Me.BindingNavigator1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents pnlSDLLeistungenDetails As System.Windows.Forms.Panel Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents pnl As System.Windows.Forms.Panel Friend WithEvents btnSave As System.Windows.Forms.Button Friend WithEvents btnAbbrechen As System.Windows.Forms.Button Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents pnlMain As System.Windows.Forms.Panel Friend WithEvents FlatButton1 As VERAG_PROG_ALLGEMEIN.FlatButton Friend WithEvents lblFirma As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents BindingNavigator1 As System.Windows.Forms.BindingNavigator Friend WithEvents BindingNavigatorAddNewItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel Friend WithEvents BindingNavigatorDeleteItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorMoveFirstItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorMovePreviousItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorSeparator As System.Windows.Forms.ToolStripSeparator Friend WithEvents BindingNavigatorPositionItem As System.Windows.Forms.ToolStripTextBox Friend WithEvents BindingNavigatorSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents BindingNavigatorMoveNextItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorMoveLastItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorSeparator2 As System.Windows.Forms.ToolStripSeparator Friend WithEvents bndSave As System.Windows.Forms.ToolStripButton End Class