_ Partial Class usrCntlVERAGCard Inherits System.Windows.Forms.UserControl 'UserControl ü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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.pnlFilter = New System.Windows.Forms.Panel() Me.Label1 = New System.Windows.Forms.Label() Me.Panel1 = New System.Windows.Forms.Panel() Me.btnEdit = New System.Windows.Forms.Button() Me.Button8 = New System.Windows.Forms.Button() Me.btnNew = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.btnUpdate = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.cntxtExcel = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ToolStripMenuItem3 = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItem6 = New System.Windows.Forms.ToolStripMenuItem() Me.dgvSDL = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.Panel1.SuspendLayout() Me.cntxtExcel.SuspendLayout() CType(Me.dgvSDL, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'pnlFilter ' Me.pnlFilter.BackColor = System.Drawing.Color.White Me.pnlFilter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnlFilter.Dock = System.Windows.Forms.DockStyle.Bottom Me.pnlFilter.Location = New System.Drawing.Point(0, 43) Me.pnlFilter.Name = "pnlFilter" Me.pnlFilter.Size = New System.Drawing.Size(1000, 34) Me.pnlFilter.TabIndex = 11 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Label1.Location = New System.Drawing.Point(3, 10) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(160, 20) Me.Label1.TabIndex = 1 Me.Label1.Text = "VERAG-Card Liste" ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.White Me.Panel1.Controls.Add(Me.btnEdit) Me.Panel1.Controls.Add(Me.Button8) Me.Panel1.Controls.Add(Me.btnNew) Me.Panel1.Controls.Add(Me.btnUpdate) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.pnlFilter) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1000, 77) Me.Panel1.TabIndex = 2 ' 'btnEdit ' Me.btnEdit.Enabled = False Me.btnEdit.FlatAppearance.BorderSize = 0 Me.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnEdit.Image = Global.SDL.My.Resources.stift Me.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnEdit.Location = New System.Drawing.Point(529, 3) Me.btnEdit.Name = "btnEdit" Me.btnEdit.Size = New System.Drawing.Size(104, 37) Me.btnEdit.TabIndex = 19 Me.btnEdit.Text = "Bearbeiten" Me.btnEdit.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnEdit.UseVisualStyleBackColor = True ' 'Button8 ' Me.Button8.FlatAppearance.BorderSize = 0 Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button8.Image = Global.SDL.My.Resources.Excel_logo Me.Button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button8.Location = New System.Drawing.Point(655, 0) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(118, 42) Me.Button8.TabIndex = 32 Me.Button8.Text = "In Excel " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "konvertieren" Me.Button8.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button8.UseVisualStyleBackColor = True ' 'btnNew ' Me.btnNew.allowBorder = False Me.btnNew.FlatAppearance.BorderSize = 0 Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnNew.ForeColor = System.Drawing.Color.Black Me.btnNew.Image = Global.SDL.My.Resources.plus Me.btnNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnNew.Location = New System.Drawing.Point(368, 3) Me.btnNew.Name = "btnNew" Me.btnNew.Size = New System.Drawing.Size(127, 37) Me.btnNew.TabIndex = 18 Me.btnNew.Text = "Neuer Eintrag" Me.btnNew.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnNew.UseVisualStyleBackColor = True Me.btnNew.Visible = False ' 'btnUpdate ' Me.btnUpdate.allowBorder = False Me.btnUpdate.Enabled = False Me.btnUpdate.FlatAppearance.BorderSize = 0 Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnUpdate.ForeColor = System.Drawing.Color.Black Me.btnUpdate.Image = Global.SDL.My.Resources.save Me.btnUpdate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnUpdate.Location = New System.Drawing.Point(210, 3) Me.btnUpdate.Name = "btnUpdate" Me.btnUpdate.Size = New System.Drawing.Size(152, 37) Me.btnUpdate.TabIndex = 17 Me.btnUpdate.Text = "Änderungen speichern" Me.btnUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnUpdate.UseVisualStyleBackColor = True Me.btnUpdate.Visible = False ' 'cntxtExcel ' Me.cntxtExcel.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem3, Me.ToolStripMenuItem6}) Me.cntxtExcel.Name = "cntxtExcel" Me.cntxtExcel.Size = New System.Drawing.Size(211, 48) Me.cntxtExcel.Text = "Excel" ' 'ToolStripMenuItem3 ' Me.ToolStripMenuItem3.Name = "ToolStripMenuItem3" Me.ToolStripMenuItem3.Size = New System.Drawing.Size(210, 22) Me.ToolStripMenuItem3.Text = "Einfach" ' 'ToolStripMenuItem6 ' Me.ToolStripMenuItem6.Name = "ToolStripMenuItem6" Me.ToolStripMenuItem6.Size = New System.Drawing.Size(210, 22) Me.ToolStripMenuItem6.Text = "Formatiert (dauert länger)" ' 'dgvSDL ' Me.dgvSDL.AKTUALISIERUNGS_INTERVALL = -1 Me.dgvSDL.AllowUserToAddRows = False Me.dgvSDL.AllowUserToDeleteRows = False Me.dgvSDL.AllowUserToResizeRows = False DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer)) Me.dgvSDL.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.dgvSDL.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvSDL.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvSDL.Location = New System.Drawing.Point(0, 77) Me.dgvSDL.MultiSelect = False Me.dgvSDL.Name = "dgvSDL" Me.dgvSDL.ReadOnly = True Me.dgvSDL.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvSDL.Size = New System.Drawing.Size(1000, 423) Me.dgvSDL.TabIndex = 12 ' 'usrCntlVERAGCard ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.dgvSDL) Me.Controls.Add(Me.Panel1) Me.MinimumSize = New System.Drawing.Size(300, 300) Me.Name = "usrCntlVERAGCard" Me.Size = New System.Drawing.Size(1000, 500) Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.cntxtExcel.ResumeLayout(False) CType(Me.dgvSDL, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents pnlFilter As System.Windows.Forms.Panel Friend WithEvents dgvSDL As VERAG_PROG_ALLGEMEIN.MyDatagridview Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents btnNew As VERAG_PROG_ALLGEMEIN.FlatButton Friend WithEvents btnUpdate As VERAG_PROG_ALLGEMEIN.FlatButton Friend WithEvents btnEdit As System.Windows.Forms.Button Friend WithEvents Button8 As System.Windows.Forms.Button Friend WithEvents cntxtExcel As System.Windows.Forms.ContextMenuStrip Friend WithEvents ToolStripMenuItem3 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripMenuItem6 As System.Windows.Forms.ToolStripMenuItem End Class