_ Partial Class DienstplanTV 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(DienstplanTV)) Me.Panel1 = New System.Windows.Forms.Panel() Me.tbcntr = New System.Windows.Forms.TabControl() Me.tbSUB = New System.Windows.Forms.TabPage() Me.tbATILLA = New System.Windows.Forms.TabPage() Me.tbWAI = New System.Windows.Forms.TabPage() Me.tbSBG = New System.Windows.Forms.TabPage() Me.tbVerr = New System.Windows.Forms.TabPage() Me.tbNKD = New System.Windows.Forms.TabPage() Me.Panel2 = New System.Windows.Forms.Panel() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.Button2 = New System.Windows.Forms.Button() Me.lblKw = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.lblROTBLAU = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.pnlMain = New System.Windows.Forms.Panel() Me.Panel3 = New System.Windows.Forms.Panel() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.Panel4 = New System.Windows.Forms.Panel() Me.Panel1.SuspendLayout() Me.tbcntr.SuspendLayout() Me.Panel2.SuspendLayout() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel4.SuspendLayout() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.White Me.Panel1.Controls.Add(Me.tbcntr) Me.Panel1.Controls.Add(Me.Panel2) Me.Panel1.Controls.Add(Me.lblROTBLAU) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.PictureBox1) 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(1118, 71) Me.Panel1.TabIndex = 0 ' 'tbcntr ' Me.tbcntr.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.tbcntr.Controls.Add(Me.tbSUB) Me.tbcntr.Controls.Add(Me.tbATILLA) Me.tbcntr.Controls.Add(Me.tbWAI) Me.tbcntr.Controls.Add(Me.tbSBG) Me.tbcntr.Controls.Add(Me.tbVerr) Me.tbcntr.Controls.Add(Me.tbNKD) Me.tbcntr.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.tbcntr.Location = New System.Drawing.Point(303, 38) Me.tbcntr.Name = "tbcntr" Me.tbcntr.SelectedIndex = 0 Me.tbcntr.Size = New System.Drawing.Size(621, 33) Me.tbcntr.TabIndex = 6 ' 'tbSUB ' Me.tbSUB.Location = New System.Drawing.Point(4, 33) Me.tbSUB.Name = "tbSUB" Me.tbSUB.Padding = New System.Windows.Forms.Padding(3) Me.tbSUB.Size = New System.Drawing.Size(613, 0) Me.tbSUB.TabIndex = 0 Me.tbSUB.Text = "SUBEN" Me.tbSUB.UseVisualStyleBackColor = True ' 'tbATILLA ' Me.tbATILLA.Location = New System.Drawing.Point(4, 33) Me.tbATILLA.Name = "tbATILLA" Me.tbATILLA.Padding = New System.Windows.Forms.Padding(3) Me.tbATILLA.Size = New System.Drawing.Size(613, 0) Me.tbATILLA.TabIndex = 1 Me.tbATILLA.Text = "ATILLA" Me.tbATILLA.UseVisualStyleBackColor = True ' 'tbWAI ' Me.tbWAI.Location = New System.Drawing.Point(4, 33) Me.tbWAI.Name = "tbWAI" Me.tbWAI.Padding = New System.Windows.Forms.Padding(3) Me.tbWAI.Size = New System.Drawing.Size(613, 0) Me.tbWAI.TabIndex = 2 Me.tbWAI.Text = "WAIDHAUS" Me.tbWAI.UseVisualStyleBackColor = True ' 'tbSBG ' Me.tbSBG.Location = New System.Drawing.Point(4, 33) Me.tbSBG.Name = "tbSBG" Me.tbSBG.Padding = New System.Windows.Forms.Padding(3) Me.tbSBG.Size = New System.Drawing.Size(613, 0) Me.tbSBG.TabIndex = 3 Me.tbSBG.Text = "BAD REICHENHALL" Me.tbSBG.UseVisualStyleBackColor = True ' 'tbVerr ' Me.tbVerr.Location = New System.Drawing.Point(4, 33) Me.tbVerr.Name = "tbVerr" Me.tbVerr.Padding = New System.Windows.Forms.Padding(3) Me.tbVerr.Size = New System.Drawing.Size(613, 0) Me.tbVerr.TabIndex = 5 Me.tbVerr.Text = "Verrechnung" Me.tbVerr.UseVisualStyleBackColor = True ' 'tbNKD ' Me.tbNKD.Location = New System.Drawing.Point(4, 33) Me.tbNKD.Name = "tbNKD" Me.tbNKD.Size = New System.Drawing.Size(613, 0) Me.tbNKD.TabIndex = 4 Me.tbNKD.UseVisualStyleBackColor = True ' 'Panel2 ' Me.Panel2.Controls.Add(Me.PictureBox2) Me.Panel2.Controls.Add(Me.Button2) Me.Panel2.Controls.Add(Me.lblKw) Me.Panel2.Controls.Add(Me.Button1) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Right Me.Panel2.Location = New System.Drawing.Point(918, 0) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(200, 71) Me.Panel2.TabIndex = 5 ' 'PictureBox2 ' Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.PictureBox2.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image) Me.PictureBox2.Location = New System.Drawing.Point(165, 3) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(32, 29) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox2.TabIndex = 2 Me.PictureBox2.TabStop = False ' 'Button2 ' Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.Location = New System.Drawing.Point(29, 41) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(81, 26) Me.Button2.TabIndex = 4 Me.Button2.Text = "<<" Me.Button2.UseVisualStyleBackColor = True ' 'lblKw ' Me.lblKw.AutoSize = True Me.lblKw.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblKw.Location = New System.Drawing.Point(24, 6) Me.lblKw.Name = "lblKw" Me.lblKw.Size = New System.Drawing.Size(83, 26) Me.lblKw.TabIndex = 1 Me.lblKw.Text = "KW 00" ' 'Button1 ' Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Location = New System.Drawing.Point(116, 41) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(81, 26) Me.Button1.TabIndex = 3 Me.Button1.Text = ">>" Me.Button1.UseVisualStyleBackColor = True ' 'lblROTBLAU ' Me.lblROTBLAU.AutoSize = True Me.lblROTBLAU.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblROTBLAU.Location = New System.Drawing.Point(659, 9) Me.lblROTBLAU.Name = "lblROTBLAU" Me.lblROTBLAU.Size = New System.Drawing.Size(122, 26) Me.lblROTBLAU.TabIndex = 1 Me.lblROTBLAU.Text = "ROTBLAU" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(333, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(240, 26) Me.Label1.TabIndex = 1 Me.Label1.Text = "DIENSTPLAN - ZOLL" ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(0, 0) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(309, 71) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 0 Me.PictureBox1.TabStop = False ' 'pnlMain ' Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill Me.pnlMain.Location = New System.Drawing.Point(0, 71) Me.pnlMain.Name = "pnlMain" Me.pnlMain.Size = New System.Drawing.Size(1118, 439) Me.pnlMain.TabIndex = 1 ' 'Panel3 ' Me.Panel3.BackColor = System.Drawing.Color.White Me.Panel3.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel3.Location = New System.Drawing.Point(0, 510) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(1118, 100) Me.Panel3.TabIndex = 2 ' 'Timer1 ' Me.Timer1.Interval = 10000 ' 'Panel4 ' Me.Panel4.Controls.Add(Me.pnlMain) Me.Panel4.Controls.Add(Me.Panel3) Me.Panel4.Controls.Add(Me.Panel1) Me.Panel4.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel4.Location = New System.Drawing.Point(0, 0) Me.Panel4.Name = "Panel4" Me.Panel4.Size = New System.Drawing.Size(1118, 610) Me.Panel4.TabIndex = 0 ' 'DienstplanTV ' 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(1118, 610) Me.Controls.Add(Me.Panel4) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.ImeMode = System.Windows.Forms.ImeMode.KatakanaHalf Me.Name = "DienstplanTV" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Form1" Me.WindowState = System.Windows.Forms.FormWindowState.Maximized Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.tbcntr.ResumeLayout(False) Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel4.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents pnlMain As System.Windows.Forms.Panel Friend WithEvents Panel3 As System.Windows.Forms.Panel Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents lblKw As System.Windows.Forms.Label Friend WithEvents lblROTBLAU As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents Timer1 As System.Windows.Forms.Timer Friend WithEvents Panel4 As System.Windows.Forms.Panel Friend WithEvents tbcntr As System.Windows.Forms.TabControl Friend WithEvents tbSUB As System.Windows.Forms.TabPage Friend WithEvents tbATILLA As System.Windows.Forms.TabPage Friend WithEvents tbWAI As System.Windows.Forms.TabPage Friend WithEvents tbSBG As System.Windows.Forms.TabPage Friend WithEvents tbVerr As System.Windows.Forms.TabPage Friend WithEvents tbNKD As System.Windows.Forms.TabPage End Class