Inheritance: System.Windows.Forms.Control, Selection.IMaskReader
Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tilesetViewer = new winmaped2.TilesetViewer();
     this.vScrollBar1 = new System.Windows.Forms.VScrollBar();
     this.btnDeleteRow = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btnDeleteTile = new System.Windows.Forms.Button();
     this.btnInsertTile = new System.Windows.Forms.Button();
     this.btnInsertRow = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.mainMenu1 = new System.Windows.Forms.MainMenu();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.btnCut = new System.Windows.Forms.Button();
     this.btnPaste = new System.Windows.Forms.Button();
     this.btnCopy = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // tilesetViewer
     //
     this.tilesetViewer.Dock = System.Windows.Forms.DockStyle.Left;
     this.tilesetViewer.Location = new System.Drawing.Point(0, 0);
     this.tilesetViewer.Name = "tilesetViewer";
                 this.tilesetViewer.Size = new System.Drawing.Size(Global.VSP_SIZE_PIXELS, 379);
     this.tilesetViewer.TabIndex = 0;
     //
     // vScrollBar1
     //
     this.vScrollBar1.Dock = System.Windows.Forms.DockStyle.Left;
                 this.vScrollBar1.Location = new System.Drawing.Point(Global.VSP_SIZE_PIXELS, 0);
     this.vScrollBar1.Name = "vScrollBar1";
     this.vScrollBar1.Size = new System.Drawing.Size(16, 379);
     this.vScrollBar1.TabIndex = 0;
     this.vScrollBar1.ValueChanged += new System.EventHandler(this.vScrollBar1_ValueChanged);
     this.vScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar1_Scroll);
     //
     // btnDeleteRow
     //
     this.btnDeleteRow.Location = new System.Drawing.Point(16, 56);
     this.btnDeleteRow.Name = "btnDeleteRow";
     this.btnDeleteRow.Size = new System.Drawing.Size(80, 24);
     this.btnDeleteRow.TabIndex = 0;
     this.btnDeleteRow.Text = "Delete Row";
     this.btnDeleteRow.Click += new System.EventHandler(this.btnDeleteRow_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnDeleteTile);
     this.groupBox1.Controls.Add(this.btnInsertTile);
     this.groupBox1.Controls.Add(this.btnInsertRow);
     this.groupBox1.Controls.Add(this.btnDeleteRow);
     this.groupBox1.Location = new System.Drawing.Point(344, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(112, 176);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "From Bottom...";
     //
     // btnDeleteTile
     //
     this.btnDeleteTile.Location = new System.Drawing.Point(16, 136);
     this.btnDeleteTile.Name = "btnDeleteTile";
     this.btnDeleteTile.Size = new System.Drawing.Size(80, 24);
     this.btnDeleteTile.TabIndex = 4;
     this.btnDeleteTile.Text = "Delete Tile";
     this.btnDeleteTile.Click += new System.EventHandler(this.btnDeleteTile_Click);
     //
     // btnInsertTile
     //
     this.btnInsertTile.Location = new System.Drawing.Point(16, 104);
     this.btnInsertTile.Name = "btnInsertTile";
     this.btnInsertTile.Size = new System.Drawing.Size(80, 24);
     this.btnInsertTile.TabIndex = 3;
     this.btnInsertTile.Text = "Insert Tile";
     this.btnInsertTile.Click += new System.EventHandler(this.btnInsertTile_Click);
     //
     // btnInsertRow
     //
     this.btnInsertRow.Location = new System.Drawing.Point(16, 24);
     this.btnInsertRow.Name = "btnInsertRow";
     this.btnInsertRow.Size = new System.Drawing.Size(80, 24);
     this.btnInsertRow.TabIndex = 1;
     this.btnInsertRow.Text = "Insert Row";
     this.btnInsertRow.Click += new System.EventHandler(this.btnInsertRow_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(0, 0);
     this.button2.Name = "button2";
     this.button2.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btnCut);
     this.groupBox2.Controls.Add(this.btnPaste);
     this.groupBox2.Controls.Add(this.btnCopy);
     this.groupBox2.Location = new System.Drawing.Point(344, 192);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(112, 144);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Clipboard";
     //
     // btnCut
     //
     this.btnCut.Location = new System.Drawing.Point(16, 60);
     this.btnCut.Name = "btnCut";
     this.btnCut.Size = new System.Drawing.Size(80, 24);
     this.btnCut.TabIndex = 6;
     this.btnCut.Text = "Cut";
     this.btnCut.Click += new System.EventHandler(this.btnCut_Click);
     //
     // btnPaste
     //
     this.btnPaste.Enabled = false;
     this.btnPaste.Location = new System.Drawing.Point(16, 96);
     this.btnPaste.Name = "btnPaste";
     this.btnPaste.Size = new System.Drawing.Size(80, 24);
     this.btnPaste.TabIndex = 5;
     this.btnPaste.Text = "Paste";
     this.btnPaste.Click += new System.EventHandler(this.btnPaste_Click);
     //
     // btnCopy
     //
     this.btnCopy.Location = new System.Drawing.Point(16, 24);
     this.btnCopy.Name = "btnCopy";
     this.btnCopy.Size = new System.Drawing.Size(80, 24);
     this.btnCopy.TabIndex = 4;
     this.btnCopy.Text = "Copy";
     this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(344, 344);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(112, 23);
     this.button1.TabIndex = 6;
     this.button1.Text = "Done";
     //
     // EditVsp
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(466, 379);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.vScrollBar1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.tilesetViewer);
     this.Controls.Add(this.groupBox2);
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(474, 32000);
     this.Menu = this.mainMenu1;
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(474, 408);
     this.Name = "EditVsp";
     this.Text = "Arrange Tiles";
     this.Resize += new System.EventHandler(this.EditVsp_Resize);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tilesetViewer = new winmaped2.TilesetViewer();
     this.vScrollBar1   = new System.Windows.Forms.VScrollBar();
     this.btnDeleteRow  = new System.Windows.Forms.Button();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.btnDeleteTile = new System.Windows.Forms.Button();
     this.btnInsertTile = new System.Windows.Forms.Button();
     this.btnInsertRow  = new System.Windows.Forms.Button();
     this.button2       = new System.Windows.Forms.Button();
     this.mainMenu1     = new System.Windows.Forms.MainMenu();
     this.groupBox2     = new System.Windows.Forms.GroupBox();
     this.btnCut        = new System.Windows.Forms.Button();
     this.btnPaste      = new System.Windows.Forms.Button();
     this.btnCopy       = new System.Windows.Forms.Button();
     this.button1       = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // tilesetViewer
     //
     this.tilesetViewer.Dock     = System.Windows.Forms.DockStyle.Left;
     this.tilesetViewer.Location = new System.Drawing.Point(0, 0);
     this.tilesetViewer.Name     = "tilesetViewer";
     this.tilesetViewer.Size     = new System.Drawing.Size(320, 379);
     this.tilesetViewer.TabIndex = 0;
     //
     // vScrollBar1
     //
     this.vScrollBar1.Dock          = System.Windows.Forms.DockStyle.Left;
     this.vScrollBar1.Location      = new System.Drawing.Point(320, 0);
     this.vScrollBar1.Name          = "vScrollBar1";
     this.vScrollBar1.Size          = new System.Drawing.Size(16, 379);
     this.vScrollBar1.TabIndex      = 0;
     this.vScrollBar1.ValueChanged += new System.EventHandler(this.vScrollBar1_ValueChanged);
     this.vScrollBar1.Scroll       += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar1_Scroll);
     //
     // btnDeleteRow
     //
     this.btnDeleteRow.Location = new System.Drawing.Point(16, 56);
     this.btnDeleteRow.Name     = "btnDeleteRow";
     this.btnDeleteRow.Size     = new System.Drawing.Size(80, 24);
     this.btnDeleteRow.TabIndex = 0;
     this.btnDeleteRow.Text     = "Delete Row";
     this.btnDeleteRow.Click   += new System.EventHandler(this.btnDeleteRow_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnDeleteTile);
     this.groupBox1.Controls.Add(this.btnInsertTile);
     this.groupBox1.Controls.Add(this.btnInsertRow);
     this.groupBox1.Controls.Add(this.btnDeleteRow);
     this.groupBox1.Location = new System.Drawing.Point(344, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(112, 176);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "From Bottom...";
     //
     // btnDeleteTile
     //
     this.btnDeleteTile.Location = new System.Drawing.Point(16, 136);
     this.btnDeleteTile.Name     = "btnDeleteTile";
     this.btnDeleteTile.Size     = new System.Drawing.Size(80, 24);
     this.btnDeleteTile.TabIndex = 4;
     this.btnDeleteTile.Text     = "Delete Tile";
     this.btnDeleteTile.Click   += new System.EventHandler(this.btnDeleteTile_Click);
     //
     // btnInsertTile
     //
     this.btnInsertTile.Location = new System.Drawing.Point(16, 104);
     this.btnInsertTile.Name     = "btnInsertTile";
     this.btnInsertTile.Size     = new System.Drawing.Size(80, 24);
     this.btnInsertTile.TabIndex = 3;
     this.btnInsertTile.Text     = "Insert Tile";
     this.btnInsertTile.Click   += new System.EventHandler(this.btnInsertTile_Click);
     //
     // btnInsertRow
     //
     this.btnInsertRow.Location = new System.Drawing.Point(16, 24);
     this.btnInsertRow.Name     = "btnInsertRow";
     this.btnInsertRow.Size     = new System.Drawing.Size(80, 24);
     this.btnInsertRow.TabIndex = 1;
     this.btnInsertRow.Text     = "Insert Row";
     this.btnInsertRow.Click   += new System.EventHandler(this.btnInsertRow_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(0, 0);
     this.button2.Name     = "button2";
     this.button2.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btnCut);
     this.groupBox2.Controls.Add(this.btnPaste);
     this.groupBox2.Controls.Add(this.btnCopy);
     this.groupBox2.Location = new System.Drawing.Point(344, 192);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(112, 144);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Clipboard";
     //
     // btnCut
     //
     this.btnCut.Location = new System.Drawing.Point(16, 60);
     this.btnCut.Name     = "btnCut";
     this.btnCut.Size     = new System.Drawing.Size(80, 24);
     this.btnCut.TabIndex = 6;
     this.btnCut.Text     = "Cut";
     this.btnCut.Click   += new System.EventHandler(this.btnCut_Click);
     //
     // btnPaste
     //
     this.btnPaste.Enabled  = false;
     this.btnPaste.Location = new System.Drawing.Point(16, 96);
     this.btnPaste.Name     = "btnPaste";
     this.btnPaste.Size     = new System.Drawing.Size(80, 24);
     this.btnPaste.TabIndex = 5;
     this.btnPaste.Text     = "Paste";
     this.btnPaste.Click   += new System.EventHandler(this.btnPaste_Click);
     //
     // btnCopy
     //
     this.btnCopy.Location = new System.Drawing.Point(16, 24);
     this.btnCopy.Name     = "btnCopy";
     this.btnCopy.Size     = new System.Drawing.Size(80, 24);
     this.btnCopy.TabIndex = 4;
     this.btnCopy.Text     = "Copy";
     this.btnCopy.Click   += new System.EventHandler(this.btnCopy_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(344, 344);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(112, 23);
     this.button1.TabIndex = 6;
     this.button1.Text     = "Done";
     //
     // EditVsp
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(466, 379);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.vScrollBar1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.tilesetViewer);
     this.Controls.Add(this.groupBox2);
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(474, 32000);
     this.Menu        = this.mainMenu1;
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(474, 408);
     this.Name        = "EditVsp";
     this.Text        = "Arrange Tiles";
     this.Resize     += new System.EventHandler(this.EditVsp_Resize);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }