namespace FFDDR { partial class FFDDR { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.mainScreen = new System.Windows.Forms.PictureBox(); this.beatBox = new System.Windows.Forms.PictureBox(); this.beatBox1 = new System.Windows.Forms.PictureBox(); this.screen = new System.Windows.Forms.PictureBox(); this.screen2 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.mainScreen)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.beatBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.beatBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.screen)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.screen2)).BeginInit(); this.SuspendLayout(); // // mainScreen // this.mainScreen.Location = new System.Drawing.Point(417, 12); this.mainScreen.Name = "mainScreen"; this.mainScreen.Size = new System.Drawing.Size(292, 260); this.mainScreen.TabIndex = 1; this.mainScreen.TabStop = false; // // beatBox // this.beatBox.Location = new System.Drawing.Point(-2, -3); this.beatBox.Name = "beatBox"; this.beatBox.Size = new System.Drawing.Size(67, 566); this.beatBox.TabIndex = 2; this.beatBox.TabStop = false; // // beatBox1 // this.beatBox1.Location = new System.Drawing.Point(1060, -3); this.beatBox1.Name = "beatBox1"; this.beatBox1.Size = new System.Drawing.Size(54, 566); this.beatBox1.TabIndex = 3; this.beatBox1.TabStop = false; // // screen // this.screen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.screen.Location = new System.Drawing.Point(71, 12); this.screen.Name = "screen"; this.screen.Size = new System.Drawing.Size(330, 330); this.screen.TabIndex = 4; this.screen.TabStop = false; // // screen2 // this.screen2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.screen2.Location = new System.Drawing.Point(724, 12); this.screen2.Name = "screen2"; this.screen2.Size = new System.Drawing.Size(330, 330); this.screen2.TabIndex = 5; this.screen2.TabStop = false; // // FFDDR // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1184, 561); this.Controls.Add(this.screen2); this.Controls.Add(this.screen); this.Controls.Add(this.beatBox1); this.Controls.Add(this.beatBox); this.Controls.Add(this.mainScreen); this.Name = "FFDDR"; this.Text = "FFDDR"; this.Load += new System.EventHandler(this.FFDDR_Load); ((System.ComponentModel.ISupportInitialize)(this.mainScreen)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.beatBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.beatBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.screen)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.screen2)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox mainScreen; private System.Windows.Forms.PictureBox beatBox; private System.Windows.Forms.PictureBox beatBox1; private System.Windows.Forms.PictureBox screen; private System.Windows.Forms.PictureBox screen2; } }