Partial Class frmFirmenuebersicht 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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmFirmenuebersicht)) Me.Panel1 = New System.Windows.Forms.Panel() Me.pnloptions = New System.Windows.Forms.Panel() Me.Button2 = New System.Windows.Forms.Button() Me.Panel2 = New System.Windows.Forms.Panel() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.pbLogoMail = New System.Windows.Forms.PictureBox() Me.pbLogo = New System.Windows.Forms.PictureBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.pnlTop = New System.Windows.Forms.Panel() Me.Label4 = New System.Windows.Forms.Label() Me.lblFirma = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.lblBank1 = New System.Windows.Forms.Label() Me.lblIban1 = New System.Windows.Forms.Label() Me.lblBic1 = New System.Windows.Forms.Label() Me.lblBic2 = New System.Windows.Forms.Label() Me.lblIban2 = New System.Windows.Forms.Label() Me.lblBank2 = New System.Windows.Forms.Label() Me.lblMail1 = New System.Windows.Forms.Label() Me.lblMail2 = New System.Windows.Forms.Label() Me.dgvFirmen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.Panel1.SuspendLayout() Me.pnloptions.SuspendLayout() Me.Panel2.SuspendLayout() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pbLogoMail, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pbLogo, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlTop.SuspendLayout() CType(Me.dgvFirmen, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.Controls.Add(Me.dgvFirmen) Me.Panel1.Controls.Add(Me.pnloptions) Me.Panel1.Controls.Add(Me.Panel2) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1429, 779) Me.Panel1.TabIndex = 4 ' 'pnloptions ' Me.pnloptions.BackColor = System.Drawing.Color.WhiteSmoke Me.pnloptions.Controls.Add(Me.Button2) Me.pnloptions.Dock = System.Windows.Forms.DockStyle.Bottom Me.pnloptions.Location = New System.Drawing.Point(0, 719) Me.pnloptions.Name = "pnloptions" Me.pnloptions.Size = New System.Drawing.Size(1429, 60) Me.pnloptions.TabIndex = 12 ' 'Button2 ' Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.Image = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.plus Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button2.Location = New System.Drawing.Point(9, 6) Me.Button2.Margin = New System.Windows.Forms.Padding(0) Me.Button2.Name = "Button2" Me.Button2.Padding = New System.Windows.Forms.Padding(0, 0, 10, 0) Me.Button2.Size = New System.Drawing.Size(84, 45) Me.Button2.TabIndex = 1 Me.Button2.Text = "Neu" Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button2.UseVisualStyleBackColor = True ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.Color.WhiteSmoke Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel2.Controls.Add(Me.lblMail2) Me.Panel2.Controls.Add(Me.lblMail1) Me.Panel2.Controls.Add(Me.lblBic2) Me.Panel2.Controls.Add(Me.lblIban2) Me.Panel2.Controls.Add(Me.lblBank2) Me.Panel2.Controls.Add(Me.lblBic1) Me.Panel2.Controls.Add(Me.lblIban1) Me.Panel2.Controls.Add(Me.lblBank1) Me.Panel2.Controls.Add(Me.Label6) Me.Panel2.Controls.Add(Me.Label3) Me.Panel2.Controls.Add(Me.lblFirma) Me.Panel2.Controls.Add(Me.PictureBox2) Me.Panel2.Controls.Add(Me.PictureBox1) Me.Panel2.Controls.Add(Me.pbLogoMail) Me.Panel2.Controls.Add(Me.pbLogo) Me.Panel2.Controls.Add(Me.Label2) Me.Panel2.Controls.Add(Me.Label1) Me.Panel2.Controls.Add(Me.Label5) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top Me.Panel2.Location = New System.Drawing.Point(0, 0) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(1429, 118) Me.Panel2.TabIndex = 11 ' 'PictureBox2 ' Me.PictureBox2.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.stift Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox2.Location = New System.Drawing.Point(1235, 49) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(23, 17) Me.PictureBox2.TabIndex = 29 Me.PictureBox2.TabStop = False ' 'PictureBox1 ' Me.PictureBox1.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.stift Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox1.Location = New System.Drawing.Point(973, 49) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(23, 17) Me.PictureBox1.TabIndex = 28 Me.PictureBox1.TabStop = False ' 'pbLogoMail ' Me.pbLogoMail.Location = New System.Drawing.Point(1274, 46) Me.pbLogoMail.Name = "pbLogoMail" Me.pbLogoMail.Size = New System.Drawing.Size(135, 56) Me.pbLogoMail.TabIndex = 27 Me.pbLogoMail.TabStop = False ' 'pbLogo ' Me.pbLogo.Location = New System.Drawing.Point(1002, 46) Me.pbLogo.Name = "pbLogo" Me.pbLogo.Size = New System.Drawing.Size(135, 56) Me.pbLogo.TabIndex = 26 Me.pbLogo.TabStop = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(1151, 53) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(78, 13) Me.Label2.TabIndex = 25 Me.Label2.Text = "LOGO MAIL:" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(932, 53) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(45, 13) Me.Label1.TabIndex = 24 Me.Label1.Text = "LOGO:" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(11, 53) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(49, 13) Me.Label5.TabIndex = 23 Me.Label5.Text = "FIRMA:" ' 'pnlTop ' Me.pnlTop.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.pnlTop.Controls.Add(Me.Label4) Me.pnlTop.Dock = System.Windows.Forms.DockStyle.Top Me.pnlTop.Location = New System.Drawing.Point(0, 0) Me.pnlTop.Name = "pnlTop" Me.pnlTop.Size = New System.Drawing.Size(1429, 41) Me.pnlTop.TabIndex = 6 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.ForeColor = System.Drawing.Color.White Me.Label4.Location = New System.Drawing.Point(12, 9) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(183, 26) Me.Label4.TabIndex = 0 Me.Label4.Text = "Firmenübersicht" ' '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.Location = New System.Drawing.Point(11, 77) Me.lblFirma.Name = "lblFirma" Me.lblFirma.Size = New System.Drawing.Size(11, 13) Me.lblFirma.TabIndex = 30 Me.lblFirma.Text = "-" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(283, 53) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(117, 13) Me.Label3.TabIndex = 31 Me.Label3.Text = "Bankverbindungen:" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.Location = New System.Drawing.Point(724, 53) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(47, 13) Me.Label6.TabIndex = 32 Me.Label6.Text = "Emails:" ' 'lblBank1 ' Me.lblBank1.AutoSize = True Me.lblBank1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblBank1.Location = New System.Drawing.Point(283, 66) Me.lblBank1.Name = "lblBank1" Me.lblBank1.Size = New System.Drawing.Size(10, 13) Me.lblBank1.TabIndex = 33 Me.lblBank1.Text = "-" ' 'lblIban1 ' Me.lblIban1.AutoSize = True Me.lblIban1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblIban1.Location = New System.Drawing.Point(283, 79) Me.lblIban1.Name = "lblIban1" Me.lblIban1.Size = New System.Drawing.Size(10, 13) Me.lblIban1.TabIndex = 34 Me.lblIban1.Text = "-" ' 'lblBic1 ' Me.lblBic1.AutoSize = True Me.lblBic1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblBic1.Location = New System.Drawing.Point(283, 95) Me.lblBic1.Name = "lblBic1" Me.lblBic1.Size = New System.Drawing.Size(10, 13) Me.lblBic1.TabIndex = 35 Me.lblBic1.Text = "-" ' 'lblBic2 ' Me.lblBic2.AutoSize = True Me.lblBic2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblBic2.Location = New System.Drawing.Point(523, 95) Me.lblBic2.Name = "lblBic2" Me.lblBic2.Size = New System.Drawing.Size(10, 13) Me.lblBic2.TabIndex = 38 Me.lblBic2.Text = "-" ' 'lblIban2 ' Me.lblIban2.AutoSize = True Me.lblIban2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblIban2.Location = New System.Drawing.Point(523, 79) Me.lblIban2.Name = "lblIban2" Me.lblIban2.Size = New System.Drawing.Size(10, 13) Me.lblIban2.TabIndex = 37 Me.lblIban2.Text = "-" ' 'lblBank2 ' Me.lblBank2.AutoSize = True Me.lblBank2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblBank2.Location = New System.Drawing.Point(523, 66) Me.lblBank2.Name = "lblBank2" Me.lblBank2.Size = New System.Drawing.Size(10, 13) Me.lblBank2.TabIndex = 36 Me.lblBank2.Text = "-" ' 'lblMail1 ' Me.lblMail1.AutoSize = True Me.lblMail1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblMail1.Location = New System.Drawing.Point(724, 77) Me.lblMail1.Name = "lblMail1" Me.lblMail1.Size = New System.Drawing.Size(10, 13) Me.lblMail1.TabIndex = 39 Me.lblMail1.Text = "-" ' 'lblMail2 ' Me.lblMail2.AutoSize = True Me.lblMail2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblMail2.Location = New System.Drawing.Point(724, 95) Me.lblMail2.Name = "lblMail2" Me.lblMail2.Size = New System.Drawing.Size(10, 13) Me.lblMail2.TabIndex = 40 Me.lblMail2.Text = "-" ' 'dgvFirmen ' Me.dgvFirmen.AKTUALISIERUNGS_INTERVALL = -1 Me.dgvFirmen.AllowUserToAddRows = False Me.dgvFirmen.AllowUserToDeleteRows = False Me.dgvFirmen.AllowUserToOrderColumns = True Me.dgvFirmen.AllowUserToResizeRows = False Me.dgvFirmen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvFirmen.DefaultCellStyle = DataGridViewCellStyle1 Me.dgvFirmen.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvFirmen.Location = New System.Drawing.Point(0, 118) Me.dgvFirmen.Name = "dgvFirmen" Me.dgvFirmen.RowHeadersVisible = False Me.dgvFirmen.Size = New System.Drawing.Size(1429, 601) Me.dgvFirmen.TabIndex = 10 ' 'frmFirmenuebersicht ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(1429, 779) Me.Controls.Add(Me.pnlTop) Me.Controls.Add(Me.Panel1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmFirmenuebersicht" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Firmenübersicht" Me.Panel1.ResumeLayout(False) Me.pnloptions.ResumeLayout(False) Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pbLogoMail, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pbLogo, System.ComponentModel.ISupportInitialize).EndInit() Me.pnlTop.ResumeLayout(False) Me.pnlTop.PerformLayout() CType(Me.dgvFirmen, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents pnlTop As Windows.Forms.Panel Friend WithEvents Label4 As Windows.Forms.Label Friend WithEvents Panel1 As Windows.Forms.Panel Friend WithEvents dgvFirmen As MyDatagridview Friend WithEvents pnloptions As Windows.Forms.Panel Friend WithEvents Button2 As Windows.Forms.Button Friend WithEvents Panel2 As Windows.Forms.Panel Friend WithEvents pbLogoMail As Windows.Forms.PictureBox Friend WithEvents pbLogo As Windows.Forms.PictureBox Friend WithEvents Label2 As Windows.Forms.Label Friend WithEvents Label1 As Windows.Forms.Label Friend WithEvents Label5 As Windows.Forms.Label Friend WithEvents PictureBox1 As Windows.Forms.PictureBox Friend WithEvents PictureBox2 As Windows.Forms.PictureBox Friend WithEvents lblFirma As Windows.Forms.Label Friend WithEvents lblBank1 As Windows.Forms.Label Friend WithEvents Label6 As Windows.Forms.Label Friend WithEvents Label3 As Windows.Forms.Label Friend WithEvents lblMail2 As Windows.Forms.Label Friend WithEvents lblMail1 As Windows.Forms.Label Friend WithEvents lblBic2 As Windows.Forms.Label Friend WithEvents lblIban2 As Windows.Forms.Label Friend WithEvents lblBank2 As Windows.Forms.Label Friend WithEvents lblBic1 As Windows.Forms.Label Friend WithEvents lblIban1 As Windows.Forms.Label End Class