ASDV-C-Sharp/Lab1CalebFontenot/Form1.Designer.cs

88 lines
3.4 KiB
C#

namespace Lab1CalebFontenot
{
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()
{
this.buttonTest = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.buttonSpanish = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// buttonTest
//
this.buttonTest.Font = new System.Drawing.Font("Segoe UI", 32F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.buttonTest.Location = new System.Drawing.Point(242, 131);
this.buttonTest.Name = "buttonTest";
this.buttonTest.Size = new System.Drawing.Size(264, 71);
this.buttonTest.TabIndex = 0;
this.buttonTest.Text = "Test Button";
this.buttonTest.UseVisualStyleBackColor = true;
this.buttonTest.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(147, 91);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(112, 15);
this.label1.TabIndex = 1;
this.label1.Text = "Pretty poggers label";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// buttonSpanish
//
this.buttonSpanish.Location = new System.Drawing.Point(542, 131);
this.buttonSpanish.Name = "buttonSpanish";
this.buttonSpanish.Size = new System.Drawing.Size(75, 23);
this.buttonSpanish.TabIndex = 2;
this.buttonSpanish.Text = "button1";
this.buttonSpanish.UseVisualStyleBackColor = true;
this.buttonSpanish.Click += new System.EventHandler(this.button1_Click_1);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.buttonSpanish);
this.Controls.Add(this.label1);
this.Controls.Add(this.buttonTest);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Button buttonTest;
private Label label1;
private Button buttonSpanish;
}
}