You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

197 lines
7.6 KiB

namespace LauncherIde
{
partial class Form1
{
/// <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(Form1));
pictureBox1 = new PictureBox();
label1 = new Label();
pictureBox2 = new PictureBox();
label2 = new Label();
pictureBox3 = new PictureBox();
label3 = new Label();
textBox1 = new TextBox();
label4 = new Label();
pictureBox4 = new PictureBox();
label5 = new Label();
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
((System.ComponentModel.ISupportInitialize)pictureBox2).BeginInit();
((System.ComponentModel.ISupportInitialize)pictureBox3).BeginInit();
((System.ComponentModel.ISupportInitialize)pictureBox4).BeginInit();
SuspendLayout();
//
// pictureBox1
//
pictureBox1.Image = (Image)resources.GetObject("pictureBox1.Image");
pictureBox1.Location = new Point(93, 182);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new Size(125, 62);
pictureBox1.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox1.TabIndex = 0;
pictureBox1.TabStop = false;
pictureBox1.Click += pictureBox1_Click_1;
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
label1.Location = new Point(126, 247);
label1.Name = "label1";
label1.Size = new Size(60, 20);
label1.TabIndex = 1;
label1.Text = "IntellyJ";
label1.TextAlign = ContentAlignment.TopCenter;
label1.Click += label1_Click;
//
// pictureBox2
//
pictureBox2.Image = (Image)resources.GetObject("pictureBox2.Image");
pictureBox2.Location = new Point(336, 182);
pictureBox2.Name = "pictureBox2";
pictureBox2.Size = new Size(125, 62);
pictureBox2.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox2.TabIndex = 2;
pictureBox2.TabStop = false;
pictureBox2.Click += pictureBox2_Click;
//
// label2
//
label2.AutoSize = true;
label2.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
label2.Location = new Point(359, 247);
label2.Name = "label2";
label2.Size = new Size(72, 20);
label2.TabIndex = 3;
label2.Text = "PyCharm";
label2.TextAlign = ContentAlignment.TopCenter;
label2.Click += label2_Click;
//
// pictureBox3
//
pictureBox3.Image = (Image)resources.GetObject("pictureBox3.Image");
pictureBox3.Location = new Point(576, 182);
pictureBox3.Name = "pictureBox3";
pictureBox3.Size = new Size(125, 62);
pictureBox3.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox3.TabIndex = 4;
pictureBox3.TabStop = false;
pictureBox3.Click += pictureBox3_Click;
//
// label3
//
label3.AutoSize = true;
label3.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
label3.Location = new Point(590, 247);
label3.Name = "label3";
label3.Size = new Size(90, 20);
label3.TabIndex = 5;
label3.Text = "Visual Code";
label3.TextAlign = ContentAlignment.TopCenter;
label3.Click += label3_Click;
//
// textBox1
//
textBox1.AcceptsReturn = true;
textBox1.Location = new Point(229, 100);
textBox1.Name = "textBox1";
textBox1.PlaceholderText = "Introduce un parámetro";
textBox1.Size = new Size(349, 27);
textBox1.TabIndex = 6;
textBox1.TextChanged += textBox1_TextChanged;
//
// label4
//
label4.AutoSize = true;
label4.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
label4.Location = new Point(359, 67);
label4.Name = "label4";
label4.Size = new Size(90, 20);
label4.TabIndex = 7;
label4.Text = "Parámetros";
//
// pictureBox4
//
pictureBox4.Image = (Image)resources.GetObject("pictureBox4.Image");
pictureBox4.Location = new Point(93, 293);
pictureBox4.Name = "pictureBox4";
pictureBox4.Size = new Size(125, 62);
pictureBox4.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox4.TabIndex = 8;
pictureBox4.TabStop = false;
pictureBox4.Click += pictureBox4_Click;
//
// label5
//
label5.AutoSize = true;
label5.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
label5.Location = new Point(116, 358);
label5.Name = "label5";
label5.Size = new Size(70, 20);
label5.TabIndex = 9;
label5.Text = "Notepad";
label5.TextAlign = ContentAlignment.TopCenter;
//
// Form1
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450);
Controls.Add(label5);
Controls.Add(pictureBox4);
Controls.Add(label4);
Controls.Add(textBox1);
Controls.Add(label3);
Controls.Add(pictureBox3);
Controls.Add(label2);
Controls.Add(pictureBox2);
Controls.Add(label1);
Controls.Add(pictureBox1);
Name = "Form1";
Text = "Form1";
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
((System.ComponentModel.ISupportInitialize)pictureBox2).EndInit();
((System.ComponentModel.ISupportInitialize)pictureBox3).EndInit();
((System.ComponentModel.ISupportInitialize)pictureBox4).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private PictureBox pictureBox1;
private Label label1;
private PictureBox pictureBox2;
private Label label2;
private PictureBox pictureBox3;
private Label label3;
private TextBox textBox1;
private Label label4;
private PictureBox pictureBox4;
private Label label5;
}
}

Powered by INFORMATICA.FP.EDU.ES.