namespace Pacman { partial class Form1 { /// /// Erforderliche Designervariable. /// private System.ComponentModel.IContainer components = null; /// /// Verwendete Ressourcen bereinigen. /// /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Vom Windows Form-Designer generierter Code /// /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.timer1 = new System.Windows.Forms.Timer(this.components); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.pborange = new System.Windows.Forms.PictureBox(); this.pbblue = new System.Windows.Forms.PictureBox(); this.pbred = new System.Windows.Forms.PictureBox(); this.l_lives = new System.Windows.Forms.Label(); this.l_punkte = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pborange)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbblue)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbred)).BeginInit(); this.SuspendLayout(); // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 10; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.SystemColors.Desktop; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(700, 420); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.p_Draw_Paint); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(695, 72); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 13); this.label1.TabIndex = 1; this.label1.Text = "label1"; this.label1.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(695, 85); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(35, 13); this.label2.TabIndex = 2; this.label2.Text = "label2"; this.label2.Visible = false; // // pborange // this.pborange.Image = ((System.Drawing.Image)(resources.GetObject("pborange.Image"))); this.pborange.InitialImage = ((System.Drawing.Image)(resources.GetObject("pborange.InitialImage"))); this.pborange.Location = new System.Drawing.Point(34, 365); this.pborange.Name = "pborange"; this.pborange.Size = new System.Drawing.Size(30, 30); this.pborange.TabIndex = 3; this.pborange.TabStop = false; // // pbblue // this.pbblue.Image = ((System.Drawing.Image)(resources.GetObject("pbblue.Image"))); this.pbblue.InitialImage = ((System.Drawing.Image)(resources.GetObject("pbblue.InitialImage"))); this.pbblue.Location = new System.Drawing.Point(644, 365); this.pbblue.Name = "pbblue"; this.pbblue.Size = new System.Drawing.Size(30, 30); this.pbblue.TabIndex = 4; this.pbblue.TabStop = false; // // pbred // this.pbred.Image = ((System.Drawing.Image)(resources.GetObject("pbred.Image"))); this.pbred.InitialImage = ((System.Drawing.Image)(resources.GetObject("pbred.InitialImage"))); this.pbred.Location = new System.Drawing.Point(644, 27); this.pbred.Name = "pbred"; this.pbred.Size = new System.Drawing.Size(30, 30); this.pbred.TabIndex = 5; this.pbred.TabStop = false; // // l_lives // this.l_lives.AutoSize = true; this.l_lives.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.l_lives.Location = new System.Drawing.Point(701, 196); this.l_lives.Name = "l_lives"; this.l_lives.Size = new System.Drawing.Size(62, 20); this.l_lives.TabIndex = 6; this.l_lives.Text = "Lives: 3"; this.l_lives.Click += new System.EventHandler(this.l_lives_Click); // // l_punkte // this.l_punkte.AutoSize = true; this.l_punkte.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.l_punkte.Location = new System.Drawing.Point(701, 233); this.l_punkte.Name = "l_punkte"; this.l_punkte.Size = new System.Drawing.Size(70, 20); this.l_punkte.TabIndex = 7; this.l_punkte.Text = "Points: 0"; this.l_punkte.Click += new System.EventHandler(this.l_punkte_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(755, 72); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(35, 13); this.label3.TabIndex = 8; this.label3.Text = "label3"; this.label3.Visible = false; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(755, 85); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(35, 13); this.label4.TabIndex = 9; this.label4.Text = "label4"; this.label4.Visible = false; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(695, 138); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(35, 13); this.label5.TabIndex = 10; this.label5.Text = "label5"; this.label5.Visible = false; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(695, 151); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(35, 13); this.label6.TabIndex = 11; this.label6.Text = "label6"; this.label6.Visible = false; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(755, 138); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(35, 13); this.label7.TabIndex = 12; this.label7.Text = "label7"; this.label7.Visible = false; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(755, 151); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(35, 13); this.label8.TabIndex = 13; this.label8.Text = "label8"; this.label8.Visible = false; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(755, 124); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(42, 13); this.label9.TabIndex = 14; this.label9.Text = "Orange"; this.label9.Visible = false; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(695, 124); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(27, 13); this.label10.TabIndex = 15; this.label10.Text = "Red"; this.label10.Visible = false; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(755, 57); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(28, 13); this.label11.TabIndex = 16; this.label11.Text = "Blue"; this.label11.Visible = false; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(695, 57); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(46, 13); this.label12.TabIndex = 17; this.label12.Text = "Pacman"; this.label12.Visible = false; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(695, 9); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(111, 13); this.label13.TabIndex = 18; this.label13.Text = "(c) Alexander Wieland"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Black; this.ClientSize = new System.Drawing.Size(831, 402); this.Controls.Add(this.label13); this.Controls.Add(this.label12); this.Controls.Add(this.label11); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.l_punkte); this.Controls.Add(this.l_lives); this.Controls.Add(this.pbred); this.Controls.Add(this.pbblue); this.Controls.Add(this.pborange); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox1); this.ForeColor = System.Drawing.Color.Lime; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form1"; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pborange)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbblue)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbred)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Timer timer1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.PictureBox pborange; private System.Windows.Forms.PictureBox pbblue; private System.Windows.Forms.PictureBox pbred; private System.Windows.Forms.Label l_lives; private System.Windows.Forms.Label l_punkte; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; } }