Spring – Rev 1

Subversion Repositories:
Rev:
using System.ComponentModel;
using System.Windows.Forms;

namespace Spring.Main
{
    partial class MainForm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private IContainer components = null;

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.BindKeyButton = new System.Windows.Forms.Button();
            this.settingsButton = new System.Windows.Forms.Button();
            this.editorButton = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
            this.SpeedBar = new System.Windows.Forms.TrackBar();
            this.BindSlowButton = new System.Windows.Forms.Button();
            this.BindSpeedButton = new System.Windows.Forms.Button();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.historyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tutorialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.checkForUpdatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.comboQueuePictureBox1 = new System.Windows.Forms.PictureBox();
            this.comboQueuePictureBox2 = new System.Windows.Forms.PictureBox();
            this.comboQueuePictureBox3 = new System.Windows.Forms.PictureBox();
            this.comboQueuePictureBox4 = new System.Windows.Forms.PictureBox();
            this.label5 = new System.Windows.Forms.Label();
            this.statusStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.SpeedBar)).BeginInit();
            this.menuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboQueuePictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboQueuePictureBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboQueuePictureBox3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboQueuePictureBox4)).BeginInit();
            this.SuspendLayout();
            // 
            // BindKeyButton
            // 
            resources.ApplyResources(this.BindKeyButton, "BindKeyButton");
            this.BindKeyButton.Name = "BindKeyButton";
            this.BindKeyButton.UseVisualStyleBackColor = true;
            this.BindKeyButton.Click += new System.EventHandler(this.BindKeyButton_Click);
            // 
            // settingsButton
            // 
            resources.ApplyResources(this.settingsButton, "settingsButton");
            this.settingsButton.Name = "settingsButton";
            this.settingsButton.UseVisualStyleBackColor = true;
            this.settingsButton.Click += new System.EventHandler(this.SettingsButton_Click);
            // 
            // editorButton
            // 
            resources.ApplyResources(this.editorButton, "editorButton");
            this.editorButton.Name = "editorButton";
            this.editorButton.UseVisualStyleBackColor = true;
            this.editorButton.Click += new System.EventHandler(this.EditorButton_Click);
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel1,
            this.toolStripProgressBar1});
            resources.ApplyResources(this.statusStrip1, "statusStrip1");
            this.statusStrip1.Name = "statusStrip1";
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1");
            // 
            // toolStripProgressBar1
            // 
            this.toolStripProgressBar1.Name = "toolStripProgressBar1";
            resources.ApplyResources(this.toolStripProgressBar1, "toolStripProgressBar1");
            // 
            // SpeedBar
            // 
            this.SpeedBar.LargeChange = 1;
            resources.ApplyResources(this.SpeedBar, "SpeedBar");
            this.SpeedBar.Minimum = -10;
            this.SpeedBar.Name = "SpeedBar";
            this.SpeedBar.TickFrequency = 5;
            this.SpeedBar.ValueChanged += new System.EventHandler(this.SpeedBar_ValueChanged);
            // 
            // BindSlowButton
            // 
            resources.ApplyResources(this.BindSlowButton, "BindSlowButton");
            this.BindSlowButton.Name = "BindSlowButton";
            this.BindSlowButton.UseVisualStyleBackColor = true;
            this.BindSlowButton.Click += new System.EventHandler(this.BindSlowButton_Click);
            // 
            // BindSpeedButton
            // 
            resources.ApplyResources(this.BindSpeedButton, "BindSpeedButton");
            this.BindSpeedButton.Name = "BindSpeedButton";
            this.BindSpeedButton.UseVisualStyleBackColor = true;
            this.BindSpeedButton.Click += new System.EventHandler(this.BindSpeedButton_Click);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem});
            resources.ApplyResources(this.menuStrip1, "menuStrip1");
            this.menuStrip1.Name = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.importToolStripMenuItem,
            this.exportToolStripMenuItem,
            this.toolStripSeparator3,
            this.historyToolStripMenuItem,
            this.toolStripSeparator2,
            this.tutorialToolStripMenuItem,
            this.toolStripSeparator1,
            this.checkForUpdatesToolStripMenuItem,
            this.aboutToolStripMenuItem,
            this.quitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
            // 
            // importToolStripMenuItem
            // 
            resources.ApplyResources(this.importToolStripMenuItem, "importToolStripMenuItem");
            this.importToolStripMenuItem.Name = "importToolStripMenuItem";
            this.importToolStripMenuItem.Click += new System.EventHandler(this.ImportToolStripMenuItem_Click);
            // 
            // exportToolStripMenuItem
            // 
            resources.ApplyResources(this.exportToolStripMenuItem, "exportToolStripMenuItem");
            this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
            this.exportToolStripMenuItem.Click += new System.EventHandler(this.ExportToolStripMenuItem_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
            // 
            // historyToolStripMenuItem
            // 
            resources.ApplyResources(this.historyToolStripMenuItem, "historyToolStripMenuItem");
            this.historyToolStripMenuItem.Name = "historyToolStripMenuItem";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
            // 
            // tutorialToolStripMenuItem
            // 
            resources.ApplyResources(this.tutorialToolStripMenuItem, "tutorialToolStripMenuItem");
            this.tutorialToolStripMenuItem.Name = "tutorialToolStripMenuItem";
            this.tutorialToolStripMenuItem.Click += new System.EventHandler(this.TutorialToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
            // 
            // checkForUpdatesToolStripMenuItem
            // 
            resources.ApplyResources(this.checkForUpdatesToolStripMenuItem, "checkForUpdatesToolStripMenuItem");
            this.checkForUpdatesToolStripMenuItem.Name = "checkForUpdatesToolStripMenuItem";
            this.checkForUpdatesToolStripMenuItem.Click += new System.EventHandler(this.CheckForUpdatesToolStripMenuItem_Click);
            // 
            // aboutToolStripMenuItem
            // 
            resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem");
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
            // 
            // quitToolStripMenuItem
            // 
            resources.ApplyResources(this.quitToolStripMenuItem, "quitToolStripMenuItem");
            this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
            this.quitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click);
            // 
            // openFileDialog1
            // 
            resources.ApplyResources(this.openFileDialog1, "openFileDialog1");
            this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.OpenFileDialog1_FileOk);
            // 
            // saveFileDialog1
            // 
            resources.ApplyResources(this.saveFileDialog1, "saveFileDialog1");
            this.saveFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.SaveFileDialog1_FileOk);
            // 
            // comboQueuePictureBox1
            // 
            resources.ApplyResources(this.comboQueuePictureBox1, "comboQueuePictureBox1");
            this.comboQueuePictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.comboQueuePictureBox1.Name = "comboQueuePictureBox1";
            this.comboQueuePictureBox1.TabStop = false;
            this.comboQueuePictureBox1.Click += new System.EventHandler(this.ComboQueuePictureBox_Click);
            // 
            // comboQueuePictureBox2
            // 
            resources.ApplyResources(this.comboQueuePictureBox2, "comboQueuePictureBox2");
            this.comboQueuePictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.comboQueuePictureBox2.Name = "comboQueuePictureBox2";
            this.comboQueuePictureBox2.TabStop = false;
            this.comboQueuePictureBox2.Click += new System.EventHandler(this.ComboQueuePictureBox_Click);
            // 
            // comboQueuePictureBox3
            // 
            resources.ApplyResources(this.comboQueuePictureBox3, "comboQueuePictureBox3");
            this.comboQueuePictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.comboQueuePictureBox3.Name = "comboQueuePictureBox3";
            this.comboQueuePictureBox3.TabStop = false;
            this.comboQueuePictureBox3.Click += new System.EventHandler(this.ComboQueuePictureBox_Click);
            // 
            // comboQueuePictureBox4
            // 
            resources.ApplyResources(this.comboQueuePictureBox4, "comboQueuePictureBox4");
            this.comboQueuePictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.comboQueuePictureBox4.Name = "comboQueuePictureBox4";
            this.comboQueuePictureBox4.TabStop = false;
            this.comboQueuePictureBox4.Click += new System.EventHandler(this.ComboQueuePictureBox_Click);
            // 
            // label5
            // 
            resources.ApplyResources(this.label5, "label5");
            this.label5.BackColor = System.Drawing.Color.Black;
            this.label5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.label5.ForeColor = System.Drawing.Color.White;
            this.label5.Name = "label5";
            // 
            // MainForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.label5);
            this.Controls.Add(this.comboQueuePictureBox4);
            this.Controls.Add(this.comboQueuePictureBox3);
            this.Controls.Add(this.comboQueuePictureBox2);
            this.Controls.Add(this.comboQueuePictureBox1);
            this.Controls.Add(this.BindSpeedButton);
            this.Controls.Add(this.BindSlowButton);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.menuStrip1);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.editorButton);
            this.Controls.Add(this.settingsButton);
            this.Controls.Add(this.BindKeyButton);
            this.Controls.Add(this.SpeedBar);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.Name = "MainForm";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.SpeedBar)).EndInit();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboQueuePictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboQueuePictureBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboQueuePictureBox3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboQueuePictureBox4)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        public Button BindKeyButton;
        private Button settingsButton;
        private Button editorButton;
        private Label label1;
        private Label label2;
        private Label label3;
        private StatusStrip statusStrip1;

        public ToolStripStatusLabel toolStripStatusLabel1;

        public ToolStripProgressBar toolStripProgressBar1;
        public TrackBar SpeedBar;
        public Button BindSlowButton;
        public Button BindSpeedButton;
        private MenuStrip menuStrip1;
        private ToolStripMenuItem fileToolStripMenuItem;
        private OpenFileDialog openFileDialog1;
        private SaveFileDialog saveFileDialog1;
        private ToolStripMenuItem importToolStripMenuItem;
        private ToolStripMenuItem exportToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator2;
        private ToolStripMenuItem tutorialToolStripMenuItem;
        private ToolStripMenuItem quitToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator1;
        private ToolStripSeparator toolStripSeparator3;
        private ToolStripMenuItem historyToolStripMenuItem;
        private ToolStripMenuItem aboutToolStripMenuItem;
        private PictureBox comboQueuePictureBox1;
        private PictureBox comboQueuePictureBox2;
        private PictureBox comboQueuePictureBox3;
        private PictureBox comboQueuePictureBox4;
        private Label label5;
        private ToolStripMenuItem checkForUpdatesToolStripMenuItem;
    }
}