_ Partial Class frmAuswertung 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAuswertung)) Me.pnlHead = New System.Windows.Forms.Panel() Me.Button10 = New System.Windows.Forms.Button() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Label1 = New System.Windows.Forms.Label() Me.pnlOptions = New System.Windows.Forms.Panel() Me.Panel1 = New System.Windows.Forms.Panel() Me.Button4 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.pnlMain = New System.Windows.Forms.Panel() Me.pnlHead.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlOptions.SuspendLayout() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'pnlHead ' Me.pnlHead.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer)) Me.pnlHead.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnlHead.Controls.Add(Me.Button10) Me.pnlHead.Controls.Add(Me.PictureBox1) Me.pnlHead.Controls.Add(Me.Label1) Me.pnlHead.Dock = System.Windows.Forms.DockStyle.Top Me.pnlHead.Location = New System.Drawing.Point(0, 0) Me.pnlHead.Name = "pnlHead" Me.pnlHead.Size = New System.Drawing.Size(946, 64) Me.pnlHead.TabIndex = 0 ' 'Button10 ' Me.Button10.Location = New System.Drawing.Point(313, 11) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(126, 46) Me.Button10.TabIndex = 9 Me.Button10.Text = "E-Mails in Fmzoll laden" Me.Button10.UseVisualStyleBackColor = True ' 'PictureBox1 ' Me.PictureBox1.Image = Global.AVISO.My.Resources.Resources.statistik Me.PictureBox1.Location = New System.Drawing.Point(2, 3) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(63, 58) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 1 Me.PictureBox1.TabStop = False ' '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.Location = New System.Drawing.Point(76, 24) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(175, 20) Me.Label1.TabIndex = 0 Me.Label1.Text = "AVISO - Auswertung" ' 'pnlOptions ' Me.pnlOptions.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.pnlOptions.Controls.Add(Me.Panel1) Me.pnlOptions.Controls.Add(Me.Button3) Me.pnlOptions.Controls.Add(Me.Button2) Me.pnlOptions.Controls.Add(Me.Button1) Me.pnlOptions.Dock = System.Windows.Forms.DockStyle.Left Me.pnlOptions.Location = New System.Drawing.Point(0, 64) Me.pnlOptions.Name = "pnlOptions" Me.pnlOptions.Size = New System.Drawing.Size(144, 552) Me.pnlOptions.TabIndex = 1 ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Button4) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel1.Location = New System.Drawing.Point(0, 482) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(144, 70) Me.Panel1.TabIndex = 2 ' 'Button4 ' Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button4.ForeColor = System.Drawing.Color.White Me.Button4.Location = New System.Drawing.Point(7, 18) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(131, 51) Me.Button4.TabIndex = 2 Me.Button4.Text = "Schließen" Me.Button4.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.ForeColor = System.Drawing.Color.White Me.Button3.Location = New System.Drawing.Point(7, 123) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(131, 51) Me.Button3.TabIndex = 1 Me.Button3.Text = "Mitarbeiter" Me.Button3.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.ForeColor = System.Drawing.Color.White Me.Button2.Location = New System.Drawing.Point(7, 66) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(131, 51) Me.Button2.TabIndex = 0 Me.Button2.Text = "Statistik" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Gesamt" Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.ForeColor = System.Drawing.Color.White Me.Button1.Location = New System.Drawing.Point(7, 9) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(131, 51) Me.Button1.TabIndex = 0 Me.Button1.Text = "Auswertung" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Kunden" Me.Button1.UseVisualStyleBackColor = True ' 'pnlMain ' Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill Me.pnlMain.Location = New System.Drawing.Point(144, 64) Me.pnlMain.Name = "pnlMain" Me.pnlMain.Size = New System.Drawing.Size(802, 552) Me.pnlMain.TabIndex = 2 ' 'frmAuswertung ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(946, 616) Me.Controls.Add(Me.pnlMain) Me.Controls.Add(Me.pnlOptions) Me.Controls.Add(Me.pnlHead) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmAuswertung" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "frmAuswertung" Me.WindowState = System.Windows.Forms.FormWindowState.Maximized Me.pnlHead.ResumeLayout(False) Me.pnlHead.PerformLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.pnlOptions.ResumeLayout(False) Me.Panel1.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents pnlHead As System.Windows.Forms.Panel Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents pnlOptions As System.Windows.Forms.Panel Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents pnlMain As System.Windows.Forms.Panel Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Button10 As System.Windows.Forms.Button End Class