Subversion Repositories AndroidProjects

Rev

Rev 1391 | Blame | Compare with Previous | Last modification | View Log | RSS feed

namespace SpriteEditor
{
    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()
        {
            this.components = new System.ComponentModel.Container();
            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();
#pragma warning disable 0618
            this.mGlView = new Tao.Platform.Windows.SimpleOpenGlControl();
#pragma warning restore 0618
            this.panel1 = new System.Windows.Forms.Panel();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.btnAdd = new System.Windows.Forms.Button();
            this.btnDelete = new System.Windows.Forms.Button();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.mMainMenuStrip.SuspendLayout();
            this.mMainToolStrip.SuspendLayout();
            this.panel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            //
            // mStatusStrip
            //
            this.mStatusStrip.Location = new System.Drawing.Point(0, 708);
            this.mStatusStrip.Name = "mStatusStrip";
            this.mStatusStrip.Size = new System.Drawing.Size(1097, 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(1097, 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";
            this.mFileNewMenu.Click += new System.EventHandler(this.FileNew_Click);
            //
            // mFileOpenMenu
            //
            this.mFileOpenMenu.Name = "mFileOpenMenu";
            this.mFileOpenMenu.Size = new System.Drawing.Size(123, 22);
            this.mFileOpenMenu.Text = "&Open...";
            this.mFileOpenMenu.Click += new System.EventHandler(this.FileOpen_Click);
            //
            // mFileSaveMenu
            //
            this.mFileSaveMenu.Name = "mFileSaveMenu";
            this.mFileSaveMenu.Size = new System.Drawing.Size(123, 22);
            this.mFileSaveMenu.Text = "&Save";
            this.mFileSaveMenu.Click += new System.EventHandler(this.FileSave_Click);
            //
            // mFileSaveAsMenu
            //
            this.mFileSaveAsMenu.Name = "mFileSaveAsMenu";
            this.mFileSaveAsMenu.Size = new System.Drawing.Size(123, 22);
            this.mFileSaveAsMenu.Text = "Save &As...";
            this.mFileSaveAsMenu.Click += new System.EventHandler(this.FileSaveAs_Click);
            //
            // 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";
            this.mFileExitMenu.Click += new System.EventHandler(this.FileExit_Click);
            //
            // 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(1097, 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";
            this.mFileNewTB.Click += new System.EventHandler(this.FileNew_Click);
            //
            // 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";
            this.mFileOpenTB.Click += new System.EventHandler(this.FileOpen_Click);
            //
            // 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";
            this.mFileSaveTB.Click += new System.EventHandler(this.FileSave_Click);
            //
            // toolStripSeparator1
            //
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            //
            // mGlView
            //
            this.mGlView.AccumBits = ((byte)(0));
            this.mGlView.AutoCheckErrors = true;
            this.mGlView.AutoFinish = false;
            this.mGlView.AutoMakeCurrent = true;
            this.mGlView.AutoSwapBuffers = true;
            this.mGlView.BackColor = System.Drawing.Color.Black;
            this.mGlView.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("mGlView.BackgroundImage")));
            this.mGlView.ColorBits = ((byte)(32));
            this.mGlView.DepthBits = ((byte)(16));
            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(1097, 659);
            this.mGlView.StencilBits = ((byte)(0));
            this.mGlView.TabIndex = 8;
            this.mGlView.VSync = false;
            this.mGlView.Paint += new System.Windows.Forms.PaintEventHandler(this.GlView_Paint);
            this.mGlView.Resize += new System.EventHandler(this.GlView_Resize);
            //
            // panel1
            //
            this.panel1.Controls.Add(this.btnDelete);
            this.panel1.Controls.Add(this.btnAdd);
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.listBox1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel1.Location = new System.Drawing.Point(877, 49);
            this.panel1.Margin = new System.Windows.Forms.Padding(8);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(220, 659);
            this.panel1.TabIndex = 9;
            //
            // contextMenuStrip1
            //
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
            //
            // openFileDialog
            //
            this.openFileDialog.DefaultExt = "level";
            this.openFileDialog.Filter = "Shape files|*.shape|All files|*.*";
            //
            // saveFileDialog
            //
            this.saveFileDialog.DefaultExt = "level";
            this.saveFileDialog.Filter = "Shape files|*.shape|All files|*.*";
            //
            // listBox1
            //
            this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
            | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listBox1.FormattingEnabled = true;
            this.listBox1.Location = new System.Drawing.Point(14, 250);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(194, 368);
            this.listBox1.TabIndex = 0;
            //
            // label1
            //
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(11, 231);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(79, 13);
            this.label1.TabIndex = 1;
            this.label1.Text = "Sprite Regions:";
            //
            // groupBox1
            //
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.textBox5);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.textBox4);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.textBox3);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.textBox2);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.textBox1);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Location = new System.Drawing.Point(15, 13);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(193, 201);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Region &Parameters";
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(36, 71);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(28, 13);
            this.label2.TabIndex = 0;
            this.label2.Text = "Left:";
            //
            // textBox1
            //
            this.textBox1.Location = new System.Drawing.Point(70, 68);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(80, 20);
            this.textBox1.TabIndex = 1;
            //
            // textBox2
            //
            this.textBox2.Location = new System.Drawing.Point(70, 101);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(80, 20);
            this.textBox2.TabIndex = 3;
            //
            // label3
            //
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(35, 104);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 13);
            this.label3.TabIndex = 2;
            this.label3.Text = "Top:";
            //
            // textBox3
            //
            this.textBox3.Location = new System.Drawing.Point(70, 134);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(80, 20);
            this.textBox3.TabIndex = 5;
            //
            // label4
            //
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(26, 137);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(38, 13);
            this.label4.TabIndex = 4;
            this.label4.Text = "Width:";
            //
            // textBox4
            //
            this.textBox4.Location = new System.Drawing.Point(70, 167);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(80, 20);
            this.textBox4.TabIndex = 7;
            //
            // label5
            //
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(23, 170);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(41, 13);
            this.label5.TabIndex = 6;
            this.label5.Text = "Height:";
            //
            // btnAdd
            //
            this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAdd.Location = new System.Drawing.Point(14, 624);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(92, 28);
            this.btnAdd.TabIndex = 3;
            this.btnAdd.Text = "&Add";
            this.btnAdd.UseVisualStyleBackColor = true;
            //
            // btnDelete
            //
            this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnDelete.Location = new System.Drawing.Point(116, 624);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(92, 28);
            this.btnDelete.TabIndex = 4;
            this.btnDelete.Text = "&Delete";
            this.btnDelete.UseVisualStyleBackColor = true;
            //
            // textBox5
            //
            this.textBox5.Location = new System.Drawing.Point(70, 28);
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new System.Drawing.Size(104, 20);
            this.textBox5.TabIndex = 9;
            //
            // label6
            //
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(26, 31);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(38, 13);
            this.label6.TabIndex = 8;
            this.label6.Text = "&Name:";
            //
            // MainForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1097, 730);
            this.Controls.Add(this.panel1);
            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 = "Sprite Editor";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.Shown += new System.EventHandler(this.MainForm_Shown);
            this.mMainMenuStrip.ResumeLayout(false);
            this.mMainMenuStrip.PerformLayout();
            this.mMainToolStrip.ResumeLayout(false);
            this.mMainToolStrip.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.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;
#pragma warning disable 0618
        private Tao.Platform.Windows.SimpleOpenGlControl mGlView;
#pragma warning restore 0618
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.OpenFileDialog openFileDialog;
        private System.Windows.Forms.SaveFileDialog saveFileDialog;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ListBox listBox1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox textBox4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox textBox3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button btnDelete;
        private System.Windows.Forms.Button btnAdd;
        private System.Windows.Forms.TextBox textBox5;
        private System.Windows.Forms.Label label6;
    }
}