Subversion Repositories AndroidProjects

Rev

Rev 781 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

namespace BauzoidEdit
{
    partial class MainForm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #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.mStatusStrip = new System.Windows.Forms.StatusStrip();
            this.mMainMenuStrip = new System.Windows.Forms.MenuStrip();
            this.mFileMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.mFileNewMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.mFileOpenMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.mFileSaveMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.mFileSaveAsMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.mFileExitMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.mMainToolStrip = new System.Windows.Forms.ToolStrip();
            this.mFileNewTB = new System.Windows.Forms.ToolStripButton();
            this.mFileOpenTB = new System.Windows.Forms.ToolStripButton();
            this.mFileSaveTB = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.mGlView = new OpenTK.GLControl();
            this.mMainMenuStrip.SuspendLayout();
            this.mMainToolStrip.SuspendLayout();
            this.SuspendLayout();
            //
            // mStatusStrip
            //
            this.mStatusStrip.Location = new System.Drawing.Point(0, 499);
            this.mStatusStrip.Name = "mStatusStrip";
            this.mStatusStrip.Size = new System.Drawing.Size(899, 22);
            this.mStatusStrip.TabIndex = 5;
            //
            // mMainMenuStrip
            //
            this.mMainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mFileMenu});
            this.mMainMenuStrip.Location = new System.Drawing.Point(0, 0);
            this.mMainMenuStrip.Name = "mMainMenuStrip";
            this.mMainMenuStrip.Size = new System.Drawing.Size(899, 24);
            this.mMainMenuStrip.TabIndex = 6;
            this.mMainMenuStrip.Text = "menuStrip1";
            //
            // mFileMenu
            //
            this.mFileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mFileNewMenu,
            this.mFileOpenMenu,
            this.mFileSaveMenu,
            this.mFileSaveAsMenu,
            this.toolStripMenuItem1,
            this.mFileExitMenu});
            this.mFileMenu.Name = "mFileMenu";
            this.mFileMenu.Size = new System.Drawing.Size(37, 20);
            this.mFileMenu.Text = "&File";
            //
            // mFileNewMenu
            //
            this.mFileNewMenu.Name = "mFileNewMenu";
            this.mFileNewMenu.Size = new System.Drawing.Size(123, 22);
            this.mFileNewMenu.Text = "&New";
            //
            // mFileOpenMenu
            //
            this.mFileOpenMenu.Name = "mFileOpenMenu";
            this.mFileOpenMenu.Size = new System.Drawing.Size(123, 22);
            this.mFileOpenMenu.Text = "&Open...";
            //
            // mFileSaveMenu
            //
            this.mFileSaveMenu.Name = "mFileSaveMenu";
            this.mFileSaveMenu.Size = new System.Drawing.Size(123, 22);
            this.mFileSaveMenu.Text = "&Save";
            //
            // mFileSaveAsMenu
            //
            this.mFileSaveAsMenu.Name = "mFileSaveAsMenu";
            this.mFileSaveAsMenu.Size = new System.Drawing.Size(123, 22);
            this.mFileSaveAsMenu.Text = "Save &As...";
            //
            // toolStripMenuItem1
            //
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(120, 6);
            //
            // mFileExitMenu
            //
            this.mFileExitMenu.Name = "mFileExitMenu";
            this.mFileExitMenu.Size = new System.Drawing.Size(123, 22);
            this.mFileExitMenu.Text = "&Exit";
            //
            // mMainToolStrip
            //
            this.mMainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mFileNewTB,
            this.mFileOpenTB,
            this.mFileSaveTB,
            this.toolStripSeparator1});
            this.mMainToolStrip.Location = new System.Drawing.Point(0, 24);
            this.mMainToolStrip.Name = "mMainToolStrip";
            this.mMainToolStrip.Size = new System.Drawing.Size(899, 25);
            this.mMainToolStrip.TabIndex = 7;
            this.mMainToolStrip.Text = "toolStrip1";
            //
            // mFileNewTB
            //
            this.mFileNewTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.mFileNewTB.Image = ((System.Drawing.Image)(resources.GetObject("mFileNewTB.Image")));
            this.mFileNewTB.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.mFileNewTB.Name = "mFileNewTB";
            this.mFileNewTB.Size = new System.Drawing.Size(23, 22);
            this.mFileNewTB.Text = "toolStripButton1";
            this.mFileNewTB.ToolTipText = "New";
            //
            // mFileOpenTB
            //
            this.mFileOpenTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.mFileOpenTB.Image = ((System.Drawing.Image)(resources.GetObject("mFileOpenTB.Image")));
            this.mFileOpenTB.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.mFileOpenTB.Name = "mFileOpenTB";
            this.mFileOpenTB.Size = new System.Drawing.Size(23, 22);
            this.mFileOpenTB.Text = "toolStripButton2";
            this.mFileOpenTB.ToolTipText = "Open";
            //
            // mFileSaveTB
            //
            this.mFileSaveTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.mFileSaveTB.Image = ((System.Drawing.Image)(resources.GetObject("mFileSaveTB.Image")));
            this.mFileSaveTB.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.mFileSaveTB.Name = "mFileSaveTB";
            this.mFileSaveTB.Size = new System.Drawing.Size(23, 22);
            this.mFileSaveTB.Text = "toolStripButton3";
            this.mFileSaveTB.ToolTipText = "Save";
            //
            // toolStripSeparator1
            //
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            //
            // mGlView
            //
            this.mGlView.BackColor = System.Drawing.Color.Black;
            this.mGlView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mGlView.Location = new System.Drawing.Point(0, 49);
            this.mGlView.Name = "mGlView";
            this.mGlView.Size = new System.Drawing.Size(899, 450);
            this.mGlView.TabIndex = 8;
            this.mGlView.VSync = false;
            this.mGlView.Load += new System.EventHandler(this.glView_Load);
            this.mGlView.Paint += new System.Windows.Forms.PaintEventHandler(this.glView_Paint);
            //
            // MainForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(899, 521);
            this.Controls.Add(this.mGlView);
            this.Controls.Add(this.mMainToolStrip);
            this.Controls.Add(this.mMainMenuStrip);
            this.Controls.Add(this.mStatusStrip);
            this.Name = "MainForm";
            this.Text = "Form1";
            this.mMainMenuStrip.ResumeLayout(false);
            this.mMainMenuStrip.PerformLayout();
            this.mMainToolStrip.ResumeLayout(false);
            this.mMainToolStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.StatusStrip mStatusStrip;
        private System.Windows.Forms.MenuStrip mMainMenuStrip;
        private System.Windows.Forms.ToolStripMenuItem mFileMenu;
        private System.Windows.Forms.ToolStripMenuItem mFileNewMenu;
        private System.Windows.Forms.ToolStripMenuItem mFileOpenMenu;
        private System.Windows.Forms.ToolStripMenuItem mFileSaveMenu;
        private System.Windows.Forms.ToolStripMenuItem mFileSaveAsMenu;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem mFileExitMenu;
        private System.Windows.Forms.ToolStrip mMainToolStrip;
        private System.Windows.Forms.ToolStripButton mFileNewTB;
        private System.Windows.Forms.ToolStripButton mFileOpenTB;
        private System.Windows.Forms.ToolStripButton mFileSaveTB;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private OpenTK.GLControl mGlView;
    }
}