namespace AplicacionAbrirIDEs { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { button1 = new Button(); button2 = new Button(); button3 = new Button(); button4 = new Button(); button5 = new Button(); button6 = new Button(); label1 = new Label(); ParamVC = new TextBox(); SuspendLayout(); // // button1 // button1.Font = new Font("ROG Fonts", 9F, FontStyle.Regular, GraphicsUnit.Point); button1.Location = new Point(42, 43); button1.Name = "button1"; button1.Size = new Size(214, 29); button1.TabIndex = 0; button1.Text = "Inicializar InteliJ"; button1.UseVisualStyleBackColor = true; button1.Click += button1_Click; // // button2 // button2.Location = new Point(42, 79); button2.Margin = new Padding(3, 4, 3, 4); button2.Name = "button2"; button2.Size = new Size(139, 31); button2.TabIndex = 1; button2.Text = "Apagar InteliJ"; button2.UseVisualStyleBackColor = true; button2.Click += button2_Click; // // button3 // button3.Font = new Font("Viner Hand ITC", 9F, FontStyle.Regular, GraphicsUnit.Point); button3.Location = new Point(279, 43); button3.Name = "button3"; button3.Size = new Size(139, 29); button3.TabIndex = 2; button3.Text = "VisualStudioCode"; button3.UseVisualStyleBackColor = true; button3.Click += button3_Click; // // button4 // button4.Location = new Point(279, 81); button4.Name = "button4"; button4.Size = new Size(196, 29); button4.TabIndex = 3; button4.Text = "Apagar VisualStudioCode"; button4.UseVisualStyleBackColor = true; button4.Click += button4_Click; // // button5 // button5.Font = new Font("Rockwell Extra Bold", 9F, FontStyle.Regular, GraphicsUnit.Point); button5.Location = new Point(517, 43); button5.Name = "button5"; button5.Size = new Size(139, 29); button5.TabIndex = 4; button5.Text = "PyCham"; button5.UseVisualStyleBackColor = true; button5.Click += button5_Click; // // button6 // button6.Location = new Point(517, 81); button6.Name = "button6"; button6.Size = new Size(139, 29); button6.TabIndex = 5; button6.Text = "Apagar Pycham"; button6.UseVisualStyleBackColor = true; button6.Click += button6_Click; // // label1 // label1.AutoSize = true; label1.Location = new Point(131, 20); label1.Name = "label1"; label1.Size = new Size(50, 20); label1.TabIndex = 6; label1.Text = "label1"; // // ParamVC // ParamVC.Location = new Point(293, 227); ParamVC.Name = "ParamVC"; ParamVC.Size = new Size(125, 27); ParamVC.TabIndex = 7; ParamVC.TextChanged += ParamVC_TextChanged; // // Form1 // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(800, 451); Controls.Add(ParamVC); Controls.Add(label1); Controls.Add(button6); Controls.Add(button5); Controls.Add(button4); Controls.Add(button3); Controls.Add(button2); Controls.Add(button1); Name = "Form1"; Text = "Form1"; ResumeLayout(false); PerformLayout(); } #endregion private Button button1; private Button button2; private Button button3; private Button button4; private Button button5; private Button button6; private Label label1; private TextBox ParamVC; } }