Example #1
0
		/// <summary>
		/// This method is required for Windows Forms designer support.
		/// Do not change the method contents inside the source code editor. The Forms designer might
		/// not be able to load this method if it was changed manually.
		/// </summary>
		private void InitializeComponent()
		{
			this.mapaExtra = new ZinLockGrafico.Mapa();
			this.lblNombre = new System.Windows.Forms.Label();
			this.lblTiempo = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// mapaExtra
			// 
			this.mapaExtra.BackColor = System.Drawing.Color.White;
			this.mapaExtra.Bloqueado = false;
			this.mapaExtra.EsMapaDeSolucion = true;
			this.mapaExtra.Location = new System.Drawing.Point(31, 12);
			this.mapaExtra.MostrarFichas = true;
			this.mapaExtra.Name = "mapaExtra";
			this.mapaExtra.PosicionFichaAMover = new System.Drawing.Point(0, 0);
			this.mapaExtra.PosicionFinMovimiento = new System.Drawing.Point(0, 0);
			this.mapaExtra.Size = new System.Drawing.Size(150, 150);
			this.mapaExtra.TabIndex = 0;
			this.mapaExtra.ValorSuelo = 1;
			this.mapaExtra.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Mapa1MouseClick);
			// 
			// lblNombre
			// 
			this.lblNombre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblNombre.Location = new System.Drawing.Point(43, 165);
			this.lblNombre.Name = "lblNombre";
			this.lblNombre.Size = new System.Drawing.Size(138, 23);
			this.lblNombre.TabIndex = 1;
			this.lblNombre.Text = "   Nombre Nivel";
			this.lblNombre.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Mapa1MouseClick);
			// 
			// lblTiempo
			// 
			this.lblTiempo.Location = new System.Drawing.Point(124, 188);
			this.lblTiempo.Name = "lblTiempo";
			this.lblTiempo.Size = new System.Drawing.Size(89, 23);
			this.lblTiempo.TabIndex = 2;
			this.lblTiempo.Text = "label2";
			// 
			// NivelExtra
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.lblTiempo);
			this.Controls.Add(this.lblNombre);
			this.Controls.Add(this.mapaExtra);
			this.Name = "NivelExtra";
			this.Size = new System.Drawing.Size(216, 211);
			this.ResumeLayout(false);

		}
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.mapaExtra = new ZinLockGrafico.Mapa();
     this.lblNombre = new System.Windows.Forms.Label();
     this.lblTiempo = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // mapaExtra
     //
     this.mapaExtra.BackColor             = System.Drawing.Color.White;
     this.mapaExtra.Bloqueado             = false;
     this.mapaExtra.EsMapaDeSolucion      = true;
     this.mapaExtra.Location              = new System.Drawing.Point(31, 12);
     this.mapaExtra.MostrarFichas         = true;
     this.mapaExtra.Name                  = "mapaExtra";
     this.mapaExtra.PosicionFichaAMover   = new System.Drawing.Point(0, 0);
     this.mapaExtra.PosicionFinMovimiento = new System.Drawing.Point(0, 0);
     this.mapaExtra.Size                  = new System.Drawing.Size(150, 150);
     this.mapaExtra.TabIndex              = 0;
     this.mapaExtra.ValorSuelo            = 1;
     this.mapaExtra.MouseClick           += new System.Windows.Forms.MouseEventHandler(this.Mapa1MouseClick);
     //
     // lblNombre
     //
     this.lblNombre.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNombre.Location    = new System.Drawing.Point(43, 165);
     this.lblNombre.Name        = "lblNombre";
     this.lblNombre.Size        = new System.Drawing.Size(138, 23);
     this.lblNombre.TabIndex    = 1;
     this.lblNombre.Text        = "   Nombre Nivel";
     this.lblNombre.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Mapa1MouseClick);
     //
     // lblTiempo
     //
     this.lblTiempo.Location = new System.Drawing.Point(124, 188);
     this.lblTiempo.Name     = "lblTiempo";
     this.lblTiempo.Size     = new System.Drawing.Size(89, 23);
     this.lblTiempo.TabIndex = 2;
     this.lblTiempo.Text     = "label2";
     //
     // NivelExtra
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.lblTiempo);
     this.Controls.Add(this.lblNombre);
     this.Controls.Add(this.mapaExtra);
     this.Name = "NivelExtra";
     this.Size = new System.Drawing.Size(216, 211);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.cargarNivelesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.crearNivelesToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.pnlCrearNivel  = new System.Windows.Forms.Panel();
     this.nudSegundos    = new System.Windows.Forms.NumericUpDown();
     this.label2         = new System.Windows.Forms.Label();
     this.button1        = new System.Windows.Forms.Button();
     this.fichaPreview   = new ZinLockGrafico.Ficha();
     this.ficha1         = new ZinLockGrafico.Ficha();
     this.ficha6         = new ZinLockGrafico.Ficha();
     this.ficha5         = new ZinLockGrafico.Ficha();
     this.ficha4         = new ZinLockGrafico.Ficha();
     this.ficha3         = new ZinLockGrafico.Ficha();
     this.ficha2         = new ZinLockGrafico.Ficha();
     this.label1         = new System.Windows.Forms.Label();
     this.mapaBuilder    = new ZinLockGrafico.Mapa();
     this.txtNombreNivel = new System.Windows.Forms.TextBox();
     this.btnGuardar     = new System.Windows.Forms.Button();
     this.menuStrip1.SuspendLayout();
     this.pnlCrearNivel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudSegundos)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cargarNivelesToolStripMenuItem,
         this.crearNivelesToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(471, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // cargarNivelesToolStripMenuItem
     //
     this.cargarNivelesToolStripMenuItem.Name   = "cargarNivelesToolStripMenuItem";
     this.cargarNivelesToolStripMenuItem.Size   = new System.Drawing.Size(95, 20);
     this.cargarNivelesToolStripMenuItem.Text   = "Cargar Niveles";
     this.cargarNivelesToolStripMenuItem.Click += new System.EventHandler(this.CargarNivelesToolStripMenuItemClick);
     //
     // crearNivelesToolStripMenuItem
     //
     this.crearNivelesToolStripMenuItem.Name   = "crearNivelesToolStripMenuItem";
     this.crearNivelesToolStripMenuItem.Size   = new System.Drawing.Size(88, 20);
     this.crearNivelesToolStripMenuItem.Text   = "Crear Niveles";
     this.crearNivelesToolStripMenuItem.Click += new System.EventHandler(this.CrearNivelesToolStripMenuItemClick);
     //
     // pnlCrearNivel
     //
     this.pnlCrearNivel.Controls.Add(this.nudSegundos);
     this.pnlCrearNivel.Controls.Add(this.label2);
     this.pnlCrearNivel.Controls.Add(this.button1);
     this.pnlCrearNivel.Controls.Add(this.fichaPreview);
     this.pnlCrearNivel.Controls.Add(this.ficha1);
     this.pnlCrearNivel.Controls.Add(this.ficha6);
     this.pnlCrearNivel.Controls.Add(this.ficha5);
     this.pnlCrearNivel.Controls.Add(this.ficha4);
     this.pnlCrearNivel.Controls.Add(this.ficha3);
     this.pnlCrearNivel.Controls.Add(this.ficha2);
     this.pnlCrearNivel.Controls.Add(this.label1);
     this.pnlCrearNivel.Controls.Add(this.mapaBuilder);
     this.pnlCrearNivel.Controls.Add(this.txtNombreNivel);
     this.pnlCrearNivel.Controls.Add(this.btnGuardar);
     this.pnlCrearNivel.Location = new System.Drawing.Point(4, 28);
     this.pnlCrearNivel.Name     = "pnlCrearNivel";
     this.pnlCrearNivel.Size     = new System.Drawing.Size(466, 325);
     this.pnlCrearNivel.TabIndex = 1;
     //
     // nudSegundos
     //
     this.nudSegundos.Increment = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.nudSegundos.Location = new System.Drawing.Point(350, 64);
     this.nudSegundos.Maximum  = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.nudSegundos.Name      = "nudSegundos";
     this.nudSegundos.Size      = new System.Drawing.Size(98, 20);
     this.nudSegundos.TabIndex  = 14;
     this.nudSegundos.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.nudSegundos.Value     = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(357, 49);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(85, 23);
     this.label2.TabIndex = 12;
     this.label2.Text     = "Segundos Nivel";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(354, 289);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(20, 23);
     this.button1.TabIndex = 11;
     this.button1.Text     = "P";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // fichaPreview
     //
     this.fichaPreview.Location = new System.Drawing.Point(374, 87);
     this.fichaPreview.Name     = "fichaPreview";
     this.fichaPreview.Numero   = 6;
     this.fichaPreview.Size     = new System.Drawing.Size(59, 59);
     this.fichaPreview.TabIndex = 10;
     //
     // ficha1
     //
     this.ficha1.Location    = new System.Drawing.Point(413, 241);
     this.ficha1.Name        = "ficha1";
     this.ficha1.Numero      = 1;
     this.ficha1.Size        = new System.Drawing.Size(42, 42);
     this.ficha1.TabIndex    = 9;
     this.ficha1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
     //
     // ficha6
     //
     this.ficha6.Location    = new System.Drawing.Point(357, 241);
     this.ficha6.Name        = "ficha6";
     this.ficha6.Numero      = 6;
     this.ficha6.Size        = new System.Drawing.Size(42, 42);
     this.ficha6.TabIndex    = 8;
     this.ficha6.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
     //
     // ficha5
     //
     this.ficha5.Location    = new System.Drawing.Point(413, 193);
     this.ficha5.Name        = "ficha5";
     this.ficha5.Numero      = 5;
     this.ficha5.Size        = new System.Drawing.Size(42, 42);
     this.ficha5.TabIndex    = 7;
     this.ficha5.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
     //
     // ficha4
     //
     this.ficha4.Location    = new System.Drawing.Point(357, 193);
     this.ficha4.Name        = "ficha4";
     this.ficha4.Numero      = 4;
     this.ficha4.Size        = new System.Drawing.Size(42, 42);
     this.ficha4.TabIndex    = 6;
     this.ficha4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
     //
     // ficha3
     //
     this.ficha3.Location    = new System.Drawing.Point(413, 145);
     this.ficha3.Name        = "ficha3";
     this.ficha3.Numero      = 3;
     this.ficha3.Size        = new System.Drawing.Size(42, 42);
     this.ficha3.TabIndex    = 5;
     this.ficha3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
     //
     // ficha2
     //
     this.ficha2.Location    = new System.Drawing.Point(357, 145);
     this.ficha2.Name        = "ficha2";
     this.ficha2.Numero      = 2;
     this.ficha2.Size        = new System.Drawing.Size(42, 42);
     this.ficha2.TabIndex    = 4;
     this.ficha2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(357, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 23);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Nombre Nivel";
     //
     // mapaBuilder
     //
     this.mapaBuilder.BackColor             = System.Drawing.Color.White;
     this.mapaBuilder.Bloqueado             = false;
     this.mapaBuilder.EsMapaDeSolucion      = true;
     this.mapaBuilder.Location              = new System.Drawing.Point(17, 9);
     this.mapaBuilder.MostrarFichas         = true;
     this.mapaBuilder.Name                  = "mapaBuilder";
     this.mapaBuilder.PosicionFichaAMover   = new System.Drawing.Point(0, 0);
     this.mapaBuilder.PosicionFinMovimiento = new System.Drawing.Point(0, 0);
     this.mapaBuilder.Size                  = new System.Drawing.Size(303, 303);
     this.mapaBuilder.TabIndex              = 2;
     this.mapaBuilder.ValorSuelo            = 1;
     //
     // txtNombreNivel
     //
     this.txtNombreNivel.Location = new System.Drawing.Point(350, 26);
     this.txtNombreNivel.Name     = "txtNombreNivel";
     this.txtNombreNivel.Size     = new System.Drawing.Size(98, 20);
     this.txtNombreNivel.TabIndex = 1;
     //
     // btnGuardar
     //
     this.btnGuardar.Location = new System.Drawing.Point(380, 289);
     this.btnGuardar.Name     = "btnGuardar";
     this.btnGuardar.Size     = new System.Drawing.Size(75, 23);
     this.btnGuardar.TabIndex = 0;
     this.btnGuardar.Text     = "Guardar";
     this.btnGuardar.UseVisualStyleBackColor = true;
     this.btnGuardar.Click += new System.EventHandler(this.BtnGuardarClick);
     //
     // frmNivelesExtra
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(471, 358);
     this.Controls.Add(this.pnlCrearNivel);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MainMenuStrip   = this.menuStrip1;
     this.MaximizeBox     = false;
     this.Name            = "frmNivelesExtra";
     this.Text            = "Niveles Extra";
     this.DragDrop       += new System.Windows.Forms.DragEventHandler(this.FrmNivelesExtraDragDrop);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.pnlCrearNivel.ResumeLayout(false);
     this.pnlCrearNivel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudSegundos)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <summary>
		/// This method is required for Windows Forms designer support.
		/// Do not change the method contents inside the source code editor. The Forms designer might
		/// not be able to load this method if it was changed manually.
		/// </summary>
		private void InitializeComponent()
		{
			this.menuStrip1 = new System.Windows.Forms.MenuStrip();
			this.cargarNivelesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.crearNivelesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.pnlCrearNivel = new System.Windows.Forms.Panel();
			this.nudSegundos = new System.Windows.Forms.NumericUpDown();
			this.label2 = new System.Windows.Forms.Label();
			this.button1 = new System.Windows.Forms.Button();
			this.fichaPreview = new ZinLockGrafico.Ficha();
			this.ficha1 = new ZinLockGrafico.Ficha();
			this.ficha6 = new ZinLockGrafico.Ficha();
			this.ficha5 = new ZinLockGrafico.Ficha();
			this.ficha4 = new ZinLockGrafico.Ficha();
			this.ficha3 = new ZinLockGrafico.Ficha();
			this.ficha2 = new ZinLockGrafico.Ficha();
			this.label1 = new System.Windows.Forms.Label();
			this.mapaBuilder = new ZinLockGrafico.Mapa();
			this.txtNombreNivel = new System.Windows.Forms.TextBox();
			this.btnGuardar = new System.Windows.Forms.Button();
			this.menuStrip1.SuspendLayout();
			this.pnlCrearNivel.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.nudSegundos)).BeginInit();
			this.SuspendLayout();
			// 
			// menuStrip1
			// 
			this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
			this.cargarNivelesToolStripMenuItem,
			this.crearNivelesToolStripMenuItem});
			this.menuStrip1.Location = new System.Drawing.Point(0, 0);
			this.menuStrip1.Name = "menuStrip1";
			this.menuStrip1.Size = new System.Drawing.Size(471, 24);
			this.menuStrip1.TabIndex = 0;
			this.menuStrip1.Text = "menuStrip1";
			// 
			// cargarNivelesToolStripMenuItem
			// 
			this.cargarNivelesToolStripMenuItem.Name = "cargarNivelesToolStripMenuItem";
			this.cargarNivelesToolStripMenuItem.Size = new System.Drawing.Size(95, 20);
			this.cargarNivelesToolStripMenuItem.Text = "Cargar Niveles";
			this.cargarNivelesToolStripMenuItem.Click += new System.EventHandler(this.CargarNivelesToolStripMenuItemClick);
			// 
			// crearNivelesToolStripMenuItem
			// 
			this.crearNivelesToolStripMenuItem.Name = "crearNivelesToolStripMenuItem";
			this.crearNivelesToolStripMenuItem.Size = new System.Drawing.Size(88, 20);
			this.crearNivelesToolStripMenuItem.Text = "Crear Niveles";
			this.crearNivelesToolStripMenuItem.Click += new System.EventHandler(this.CrearNivelesToolStripMenuItemClick);
			// 
			// pnlCrearNivel
			// 
			this.pnlCrearNivel.Controls.Add(this.nudSegundos);
			this.pnlCrearNivel.Controls.Add(this.label2);
			this.pnlCrearNivel.Controls.Add(this.button1);
			this.pnlCrearNivel.Controls.Add(this.fichaPreview);
			this.pnlCrearNivel.Controls.Add(this.ficha1);
			this.pnlCrearNivel.Controls.Add(this.ficha6);
			this.pnlCrearNivel.Controls.Add(this.ficha5);
			this.pnlCrearNivel.Controls.Add(this.ficha4);
			this.pnlCrearNivel.Controls.Add(this.ficha3);
			this.pnlCrearNivel.Controls.Add(this.ficha2);
			this.pnlCrearNivel.Controls.Add(this.label1);
			this.pnlCrearNivel.Controls.Add(this.mapaBuilder);
			this.pnlCrearNivel.Controls.Add(this.txtNombreNivel);
			this.pnlCrearNivel.Controls.Add(this.btnGuardar);
			this.pnlCrearNivel.Location = new System.Drawing.Point(4, 28);
			this.pnlCrearNivel.Name = "pnlCrearNivel";
			this.pnlCrearNivel.Size = new System.Drawing.Size(466, 325);
			this.pnlCrearNivel.TabIndex = 1;
			// 
			// nudSegundos
			// 
			this.nudSegundos.Increment = new decimal(new int[] {
			10,
			0,
			0,
			0});
			this.nudSegundos.Location = new System.Drawing.Point(350, 64);
			this.nudSegundos.Maximum = new decimal(new int[] {
			10000,
			0,
			0,
			0});
			this.nudSegundos.Name = "nudSegundos";
			this.nudSegundos.Size = new System.Drawing.Size(98, 20);
			this.nudSegundos.TabIndex = 14;
			this.nudSegundos.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.nudSegundos.Value = new decimal(new int[] {
			100,
			0,
			0,
			0});
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(357, 49);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(85, 23);
			this.label2.TabIndex = 12;
			this.label2.Text = "Segundos Nivel";
			// 
			// button1
			// 
			this.button1.Location = new System.Drawing.Point(354, 289);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(20, 23);
			this.button1.TabIndex = 11;
			this.button1.Text = "P";
			this.button1.UseVisualStyleBackColor = true;
			this.button1.Click += new System.EventHandler(this.Button1Click);
			// 
			// fichaPreview
			// 
			this.fichaPreview.Location = new System.Drawing.Point(374, 87);
			this.fichaPreview.Name = "fichaPreview";
			this.fichaPreview.Numero = 6;
			this.fichaPreview.Size = new System.Drawing.Size(59, 59);
			this.fichaPreview.TabIndex = 10;
			// 
			// ficha1
			// 
			this.ficha1.Location = new System.Drawing.Point(413, 241);
			this.ficha1.Name = "ficha1";
			this.ficha1.Numero = 1;
			this.ficha1.Size = new System.Drawing.Size(42, 42);
			this.ficha1.TabIndex = 9;
			this.ficha1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
			// 
			// ficha6
			// 
			this.ficha6.Location = new System.Drawing.Point(357, 241);
			this.ficha6.Name = "ficha6";
			this.ficha6.Numero = 6;
			this.ficha6.Size = new System.Drawing.Size(42, 42);
			this.ficha6.TabIndex = 8;
			this.ficha6.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
			// 
			// ficha5
			// 
			this.ficha5.Location = new System.Drawing.Point(413, 193);
			this.ficha5.Name = "ficha5";
			this.ficha5.Numero = 5;
			this.ficha5.Size = new System.Drawing.Size(42, 42);
			this.ficha5.TabIndex = 7;
			this.ficha5.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
			// 
			// ficha4
			// 
			this.ficha4.Location = new System.Drawing.Point(357, 193);
			this.ficha4.Name = "ficha4";
			this.ficha4.Numero = 4;
			this.ficha4.Size = new System.Drawing.Size(42, 42);
			this.ficha4.TabIndex = 6;
			this.ficha4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
			// 
			// ficha3
			// 
			this.ficha3.Location = new System.Drawing.Point(413, 145);
			this.ficha3.Name = "ficha3";
			this.ficha3.Numero = 3;
			this.ficha3.Size = new System.Drawing.Size(42, 42);
			this.ficha3.TabIndex = 5;
			this.ficha3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
			// 
			// ficha2
			// 
			this.ficha2.Location = new System.Drawing.Point(357, 145);
			this.ficha2.Name = "ficha2";
			this.ficha2.Numero = 2;
			this.ficha2.Size = new System.Drawing.Size(42, 42);
			this.ficha2.TabIndex = 4;
			this.ficha2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(357, 0);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100, 23);
			this.label1.TabIndex = 3;
			this.label1.Text = "Nombre Nivel";
			// 
			// mapaBuilder
			// 
			this.mapaBuilder.BackColor = System.Drawing.Color.White;
			this.mapaBuilder.Bloqueado = false;
			this.mapaBuilder.EsMapaDeSolucion = true;
			this.mapaBuilder.Location = new System.Drawing.Point(17, 9);
			this.mapaBuilder.MostrarFichas = true;
			this.mapaBuilder.Name = "mapaBuilder";
			this.mapaBuilder.PosicionFichaAMover = new System.Drawing.Point(0, 0);
			this.mapaBuilder.PosicionFinMovimiento = new System.Drawing.Point(0, 0);
			this.mapaBuilder.Size = new System.Drawing.Size(303, 303);
			this.mapaBuilder.TabIndex = 2;
			this.mapaBuilder.ValorSuelo = 1;
			// 
			// txtNombreNivel
			// 
			this.txtNombreNivel.Location = new System.Drawing.Point(350, 26);
			this.txtNombreNivel.Name = "txtNombreNivel";
			this.txtNombreNivel.Size = new System.Drawing.Size(98, 20);
			this.txtNombreNivel.TabIndex = 1;
			// 
			// btnGuardar
			// 
			this.btnGuardar.Location = new System.Drawing.Point(380, 289);
			this.btnGuardar.Name = "btnGuardar";
			this.btnGuardar.Size = new System.Drawing.Size(75, 23);
			this.btnGuardar.TabIndex = 0;
			this.btnGuardar.Text = "Guardar";
			this.btnGuardar.UseVisualStyleBackColor = true;
			this.btnGuardar.Click += new System.EventHandler(this.BtnGuardarClick);
			// 
			// frmNivelesExtra
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(471, 358);
			this.Controls.Add(this.pnlCrearNivel);
			this.Controls.Add(this.menuStrip1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MainMenuStrip = this.menuStrip1;
			this.MaximizeBox = false;
			this.Name = "frmNivelesExtra";
			this.Text = "Niveles Extra";
			this.DragDrop += new System.Windows.Forms.DragEventHandler(this.FrmNivelesExtraDragDrop);
			this.menuStrip1.ResumeLayout(false);
			this.menuStrip1.PerformLayout();
			this.pnlCrearNivel.ResumeLayout(false);
			this.pnlCrearNivel.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.nudSegundos)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblTiempo      = new System.Windows.Forms.Label();
     this.lblMovimientos = new System.Windows.Forms.Label();
     this.lblVidas       = new System.Windows.Forms.Label();
     this.lblNombreApp   = new System.Windows.Forms.Label();
     this.mapaJugador    = new ZinLockGrafico.Mapa();
     this.mapaSolucion   = new ZinLockGrafico.Mapa();
     this.pnlSoundTrack  = new System.Windows.Forms.Panel();
     this.lblNivel       = new Gabriel.Cat.Etiqueta();
     this.SuspendLayout();
     //
     // lblTiempo
     //
     this.lblTiempo.Font      = new System.Drawing.Font("Raavi", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTiempo.ForeColor = System.Drawing.Color.DarkGray;
     this.lblTiempo.Location  = new System.Drawing.Point(447, 41);
     this.lblTiempo.Name      = "lblTiempo";
     this.lblTiempo.Size      = new System.Drawing.Size(100, 23);
     this.lblTiempo.TabIndex  = 0;
     this.lblTiempo.Text      = "tiempo";
     //
     // lblMovimientos
     //
     this.lblMovimientos.Font      = new System.Drawing.Font("Raavi", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMovimientos.ForeColor = System.Drawing.Color.DarkGray;
     this.lblMovimientos.Location  = new System.Drawing.Point(447, 98);
     this.lblMovimientos.Name      = "lblMovimientos";
     this.lblMovimientos.Size      = new System.Drawing.Size(109, 23);
     this.lblMovimientos.TabIndex  = 1;
     this.lblMovimientos.Text      = "movimientos 0";
     //
     // lblVidas
     //
     this.lblVidas.Font      = new System.Drawing.Font("Raavi", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVidas.ForeColor = System.Drawing.Color.DarkGray;
     this.lblVidas.Location  = new System.Drawing.Point(447, 121);
     this.lblVidas.Name      = "lblVidas";
     this.lblVidas.Size      = new System.Drawing.Size(100, 23);
     this.lblVidas.TabIndex  = 2;
     this.lblVidas.Text      = "vidas 3";
     //
     // lblNombreApp
     //
     this.lblNombreApp.Font      = new System.Drawing.Font("Raavi", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNombreApp.ForeColor = System.Drawing.Color.LightGray;
     this.lblNombreApp.Location  = new System.Drawing.Point(440, 359);
     this.lblNombreApp.Name      = "lblNombreApp";
     this.lblNombreApp.Size      = new System.Drawing.Size(141, 23);
     this.lblNombreApp.TabIndex  = 6;
     this.lblNombreApp.Text      = "LIGHTFORCE";
     //
     // mapaJugador
     //
     this.mapaJugador.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(154)))), ((int)(((byte)(154)))));
     this.mapaJugador.Bloqueado             = false;
     this.mapaJugador.EsMapaDeSolucion      = false;
     this.mapaJugador.Location              = new System.Drawing.Point(12, 12);
     this.mapaJugador.MostrarFichas         = true;
     this.mapaJugador.Name                  = "mapaJugador";
     this.mapaJugador.PosicionFichaAMover   = new System.Drawing.Point(0, 0);
     this.mapaJugador.PosicionFinMovimiento = new System.Drawing.Point(0, 0);
     this.mapaJugador.Size                  = new System.Drawing.Size(370, 370);
     this.mapaJugador.TabIndex              = 7;
     this.mapaJugador.ValorSuelo            = 1;
     //
     // mapaSolucion
     //
     this.mapaSolucion.BackColor             = System.Drawing.Color.White;
     this.mapaSolucion.Bloqueado             = false;
     this.mapaSolucion.EsMapaDeSolucion      = true;
     this.mapaSolucion.Location              = new System.Drawing.Point(447, 176);
     this.mapaSolucion.MostrarFichas         = true;
     this.mapaSolucion.Name                  = "mapaSolucion";
     this.mapaSolucion.PosicionFichaAMover   = new System.Drawing.Point(0, 0);
     this.mapaSolucion.PosicionFinMovimiento = new System.Drawing.Point(0, 0);
     this.mapaSolucion.Size                  = new System.Drawing.Size(129, 129);
     this.mapaSolucion.TabIndex              = 8;
     this.mapaSolucion.ValorSuelo            = 1;
     this.mapaSolucion.MouseDoubleClick     += new System.Windows.Forms.MouseEventHandler(this.MapaSolucionMouseDoubleClick);
     //
     // pnlSoundTrack
     //
     this.pnlSoundTrack.BackgroundImage       = global::ZinLockGrafico.Resource1.sound;
     this.pnlSoundTrack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.pnlSoundTrack.Location    = new System.Drawing.Point(447, 21);
     this.pnlSoundTrack.Name        = "pnlSoundTrack";
     this.pnlSoundTrack.Size        = new System.Drawing.Size(18, 17);
     this.pnlSoundTrack.TabIndex    = 9;
     this.pnlSoundTrack.MouseClick += new System.Windows.Forms.MouseEventHandler(this.MainFormMouseClick);
     //
     // lblNivel
     //
     this.lblNivel.Font      = new System.Drawing.Font("Raavi", 12.95405F);
     this.lblNivel.ForeColor = System.Drawing.Color.DarkGray;
     this.lblNivel.Location  = new System.Drawing.Point(447, 64);
     this.lblNivel.Name      = "lblNivel";
     this.lblNivel.Size      = new System.Drawing.Size(120, 37);
     this.lblNivel.TabIndex  = 10;
     this.lblNivel.Text      = "nivel ";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(593, 411);
     this.Controls.Add(this.lblNivel);
     this.Controls.Add(this.pnlSoundTrack);
     this.Controls.Add(this.mapaSolucion);
     this.Controls.Add(this.mapaJugador);
     this.Controls.Add(this.lblNombreApp);
     this.Controls.Add(this.lblVidas);
     this.Controls.Add(this.lblMovimientos);
     this.Controls.Add(this.lblTiempo);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "MainForm";
     this.Text            = "ZinLock";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
     this.ResumeLayout(false);
 }
Example #6
0
		/// <summary>
		/// This method is required for Windows Forms designer support.
		/// Do not change the method contents inside the source code editor. The Forms designer might
		/// not be able to load this method if it was changed manually.
		/// </summary>
		private void InitializeComponent()
		{
			this.lblTiempo = new System.Windows.Forms.Label();
			this.lblMovimientos = new System.Windows.Forms.Label();
			this.lblVidas = new System.Windows.Forms.Label();
			this.lblNombreApp = new System.Windows.Forms.Label();
			this.mapaJugador = new ZinLockGrafico.Mapa();
			this.mapaSolucion = new ZinLockGrafico.Mapa();
			this.pnlSoundTrack = new System.Windows.Forms.Panel();
			this.lblNivel = new Gabriel.Cat.Etiqueta();
			this.SuspendLayout();
			// 
			// lblTiempo
			// 
			this.lblTiempo.Font = new System.Drawing.Font("Raavi", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblTiempo.ForeColor = System.Drawing.Color.DarkGray;
			this.lblTiempo.Location = new System.Drawing.Point(447, 41);
			this.lblTiempo.Name = "lblTiempo";
			this.lblTiempo.Size = new System.Drawing.Size(100, 23);
			this.lblTiempo.TabIndex = 0;
			this.lblTiempo.Text = "tiempo";
			// 
			// lblMovimientos
			// 
			this.lblMovimientos.Font = new System.Drawing.Font("Raavi", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblMovimientos.ForeColor = System.Drawing.Color.DarkGray;
			this.lblMovimientos.Location = new System.Drawing.Point(447, 98);
			this.lblMovimientos.Name = "lblMovimientos";
			this.lblMovimientos.Size = new System.Drawing.Size(109, 23);
			this.lblMovimientos.TabIndex = 1;
			this.lblMovimientos.Text = "movimientos 0";
			// 
			// lblVidas
			// 
			this.lblVidas.Font = new System.Drawing.Font("Raavi", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblVidas.ForeColor = System.Drawing.Color.DarkGray;
			this.lblVidas.Location = new System.Drawing.Point(447, 121);
			this.lblVidas.Name = "lblVidas";
			this.lblVidas.Size = new System.Drawing.Size(100, 23);
			this.lblVidas.TabIndex = 2;
			this.lblVidas.Text = "vidas 3";
			// 
			// lblNombreApp
			// 
			this.lblNombreApp.Font = new System.Drawing.Font("Raavi", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblNombreApp.ForeColor = System.Drawing.Color.LightGray;
			this.lblNombreApp.Location = new System.Drawing.Point(440, 359);
			this.lblNombreApp.Name = "lblNombreApp";
			this.lblNombreApp.Size = new System.Drawing.Size(141, 23);
			this.lblNombreApp.TabIndex = 6;
			this.lblNombreApp.Text = "LIGHTFORCE";
			// 
			// mapaJugador
			// 
			this.mapaJugador.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(154)))), ((int)(((byte)(154)))));
			this.mapaJugador.Bloqueado = false;
			this.mapaJugador.EsMapaDeSolucion = false;
			this.mapaJugador.Location = new System.Drawing.Point(12, 12);
			this.mapaJugador.MostrarFichas = true;
			this.mapaJugador.Name = "mapaJugador";
			this.mapaJugador.PosicionFichaAMover = new System.Drawing.Point(0, 0);
			this.mapaJugador.PosicionFinMovimiento = new System.Drawing.Point(0, 0);
			this.mapaJugador.Size = new System.Drawing.Size(370, 370);
			this.mapaJugador.TabIndex = 7;
			this.mapaJugador.ValorSuelo = 1;
			// 
			// mapaSolucion
			// 
			this.mapaSolucion.BackColor = System.Drawing.Color.White;
			this.mapaSolucion.Bloqueado = false;
			this.mapaSolucion.EsMapaDeSolucion = true;
			this.mapaSolucion.Location = new System.Drawing.Point(447, 176);
			this.mapaSolucion.MostrarFichas = true;
			this.mapaSolucion.Name = "mapaSolucion";
			this.mapaSolucion.PosicionFichaAMover = new System.Drawing.Point(0, 0);
			this.mapaSolucion.PosicionFinMovimiento = new System.Drawing.Point(0, 0);
			this.mapaSolucion.Size = new System.Drawing.Size(129, 129);
			this.mapaSolucion.TabIndex = 8;
			this.mapaSolucion.ValorSuelo = 1;
			this.mapaSolucion.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.MapaSolucionMouseDoubleClick);
			// 
			// pnlSoundTrack
			// 
			this.pnlSoundTrack.BackgroundImage = global::ZinLockGrafico.Resource1.sound;
			this.pnlSoundTrack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
			this.pnlSoundTrack.Location = new System.Drawing.Point(447, 21);
			this.pnlSoundTrack.Name = "pnlSoundTrack";
			this.pnlSoundTrack.Size = new System.Drawing.Size(18, 17);
			this.pnlSoundTrack.TabIndex = 9;
			this.pnlSoundTrack.MouseClick += new System.Windows.Forms.MouseEventHandler(this.MainFormMouseClick);
			// 
			// lblNivel
			// 
			this.lblNivel.Font = new System.Drawing.Font("Raavi", 12.95405F);
			this.lblNivel.ForeColor = System.Drawing.Color.DarkGray;
			this.lblNivel.Location = new System.Drawing.Point(447, 64);
			this.lblNivel.Name = "lblNivel";
			this.lblNivel.Size = new System.Drawing.Size(120, 37);
			this.lblNivel.TabIndex = 10;
			this.lblNivel.Text = "nivel ";
			// 
			// MainForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.Color.White;
			this.ClientSize = new System.Drawing.Size(593, 411);
			this.Controls.Add(this.lblNivel);
			this.Controls.Add(this.pnlSoundTrack);
			this.Controls.Add(this.mapaSolucion);
			this.Controls.Add(this.mapaJugador);
			this.Controls.Add(this.lblNombreApp);
			this.Controls.Add(this.lblVidas);
			this.Controls.Add(this.lblMovimientos);
			this.Controls.Add(this.lblTiempo);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.Name = "MainForm";
			this.Text = "ZinLock";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
			this.ResumeLayout(false);

		}