namespace PrimerPrograma { 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() { IntelliJ = new Button(); AndroidStudio = new Button(); VisualCode = new Button(); tvTexto = new TextBox(); SuspendLayout(); // // IntelliJ // IntelliJ.Location = new Point(25, 24); IntelliJ.Margin = new Padding(3, 2, 3, 2); IntelliJ.Name = "IntelliJ"; IntelliJ.Size = new Size(118, 52); IntelliJ.TabIndex = 0; IntelliJ.Text = "IntelliJ"; IntelliJ.UseVisualStyleBackColor = true; IntelliJ.Click += button1_Click; // // AndroidStudio // AndroidStudio.Location = new Point(25, 81); AndroidStudio.Name = "AndroidStudio"; AndroidStudio.Size = new Size(118, 54); AndroidStudio.TabIndex = 1; AndroidStudio.Text = "Android Studio"; AndroidStudio.UseVisualStyleBackColor = true; AndroidStudio.Click += button2_Click; // // VisualCode // VisualCode.Location = new Point(25, 141); VisualCode.Name = "VisualCode"; VisualCode.Size = new Size(117, 51); VisualCode.TabIndex = 2; VisualCode.Text = "Visual Code"; VisualCode.UseVisualStyleBackColor = true; VisualCode.Click += button3_Click; // // tvTexto // tvTexto.Location = new Point(324, 98); tvTexto.Name = "tvTexto"; tvTexto.Size = new Size(141, 23); tvTexto.TabIndex = 3; tvTexto.TextChanged += tvTexto_TextChanged; // // Form1 // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(700, 338); Controls.Add(tvTexto); Controls.Add(VisualCode); Controls.Add(AndroidStudio); Controls.Add(IntelliJ); Margin = new Padding(3, 2, 3, 2); Name = "Form1"; Text = "Form1"; ResumeLayout(false); PerformLayout(); } #endregion private Button IntelliJ; private Button AndroidStudio; private Button VisualCode; private TextBox tvTexto; } }