Example #1
0
		/// <summary>
		/// Método necesario para admitir el Diseñador. No se puede modificar
		/// el contenido del método con el editor de código.
		/// </summary>
		private void InitializeComponent()
		{
			this.textCodeEditor1 = new Pelsoft.Controls.TextCodeEditor.TextCodeEditor();
			this.SuspendLayout();
			// 
			// textCodeEditor1
			// 
			this.textCodeEditor1.BackColor = System.Drawing.Color.Silver;
			this.textCodeEditor1.Lenguaje = Pelsoft.Controls.TextCodeEditor.TextCodeEditor.TipoLenguaje.C64CHARP;
			this.textCodeEditor1.Location = new System.Drawing.Point(0, 0);
			this.textCodeEditor1.Name = "textCodeEditor1";
			this.textCodeEditor1.Size = new System.Drawing.Size(544, 336);
			this.textCodeEditor1.TabIndex = 0;
			this.textCodeEditor1.TitleText = "";
			this.textCodeEditor1.TitleVisible = true;
			// 
			// Form1
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(448, 358);
			this.Controls.Add(this.textCodeEditor1);
			this.Name = "Form1";
			this.Text = "Form1";
			this.ResumeLayout(false);

		}
Example #2
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.textCodeEditor1 = new Pelsoft.Controls.TextCodeEditor.TextCodeEditor();
     this.SuspendLayout();
     //
     // textCodeEditor1
     //
     this.textCodeEditor1.BackColor    = System.Drawing.Color.Silver;
     this.textCodeEditor1.Lenguaje     = Pelsoft.Controls.TextCodeEditor.TextCodeEditor.TipoLenguaje.C64CHARP;
     this.textCodeEditor1.Location     = new System.Drawing.Point(0, 0);
     this.textCodeEditor1.Name         = "textCodeEditor1";
     this.textCodeEditor1.Size         = new System.Drawing.Size(544, 336);
     this.textCodeEditor1.TabIndex     = 0;
     this.textCodeEditor1.TitleText    = "";
     this.textCodeEditor1.TitleVisible = true;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(448, 358);
     this.Controls.Add(this.textCodeEditor1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.ResumeLayout(false);
 }