CNSA-212-Personal/MidtermProject/Midterm.Designer.cs

346 lines
16 KiB
C#
Raw Permalink Normal View History

2024-02-02 07:31:09 -08:00
namespace MidtermProject
{
partial class Midterm
{
/// <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.lblDisTitle = new System.Windows.Forms.Label();
this.lblDisBlue = new System.Windows.Forms.Label();
this.lblDisYellow = new System.Windows.Forms.Label();
this.lblDisTotal = new System.Windows.Forms.Label();
this.lblTotal = new System.Windows.Forms.Label();
this.txtYellow = new System.Windows.Forms.TextBox();
this.txtBlue = new System.Windows.Forms.TextBox();
this.grpSummary = new System.Windows.Forms.GroupBox();
this.lblSumGrandTotal = new System.Windows.Forms.Label();
this.lblTransactions = new System.Windows.Forms.Label();
this.lblAvg = new System.Windows.Forms.Label();
this.lblSumYellow = new System.Windows.Forms.Label();
this.lblSumBlue = new System.Windows.Forms.Label();
this.lblDisTotalSales = new System.Windows.Forms.Label();
this.lblDisTotalTransactions = new System.Windows.Forms.Label();
this.lblDisAvg = new System.Windows.Forms.Label();
this.lblDisSummaryYellow = new System.Windows.Forms.Label();
this.lblDisSummaryBlue = new System.Windows.Forms.Label();
this.chkSummary = new System.Windows.Forms.CheckBox();
this.chkTax = new System.Windows.Forms.CheckBox();
this.btnCalc = new System.Windows.Forms.Button();
this.btnReset = new System.Windows.Forms.Button();
this.btnNext = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.grpSummary.SuspendLayout();
this.SuspendLayout();
//
// lblDisTitle
//
this.lblDisTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblDisTitle.Location = new System.Drawing.Point(141, 20);
this.lblDisTitle.Name = "lblDisTitle";
this.lblDisTitle.Size = new System.Drawing.Size(335, 40);
this.lblDisTitle.TabIndex = 0;
this.lblDisTitle.Text = "TSCT Skating Association";
this.lblDisTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblDisBlue
//
this.lblDisBlue.Location = new System.Drawing.Point(60, 103);
this.lblDisBlue.Name = "lblDisBlue";
this.lblDisBlue.Size = new System.Drawing.Size(164, 27);
this.lblDisBlue.TabIndex = 1;
this.lblDisBlue.Text = "&Blue Skateboards:";
this.lblDisBlue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblDisYellow
//
this.lblDisYellow.Location = new System.Drawing.Point(60, 143);
this.lblDisYellow.Name = "lblDisYellow";
this.lblDisYellow.Size = new System.Drawing.Size(164, 27);
this.lblDisYellow.TabIndex = 2;
this.lblDisYellow.Text = "&Yellow Skateboards:";
this.lblDisYellow.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblDisTotal
//
this.lblDisTotal.Location = new System.Drawing.Point(60, 216);
this.lblDisTotal.Name = "lblDisTotal";
this.lblDisTotal.Size = new System.Drawing.Size(164, 27);
this.lblDisTotal.TabIndex = 3;
this.lblDisTotal.Text = "&Total Amount:";
this.lblDisTotal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblTotal
//
this.lblTotal.BackColor = System.Drawing.SystemColors.Info;
this.lblTotal.Location = new System.Drawing.Point(230, 216);
this.lblTotal.Name = "lblTotal";
this.lblTotal.Size = new System.Drawing.Size(164, 27);
this.lblTotal.TabIndex = 4;
this.lblTotal.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtYellow
//
this.txtYellow.Location = new System.Drawing.Point(230, 147);
this.txtYellow.Name = "txtYellow";
this.txtYellow.Size = new System.Drawing.Size(162, 20);
this.txtYellow.TabIndex = 2;
this.txtYellow.TextChanged += new System.EventHandler(this.txtYellow_TextChanged);
//
// txtBlue
//
this.txtBlue.Location = new System.Drawing.Point(230, 107);
this.txtBlue.Name = "txtBlue";
this.txtBlue.Size = new System.Drawing.Size(162, 20);
this.txtBlue.TabIndex = 0;
this.txtBlue.TextChanged += new System.EventHandler(this.txtBlue_TextChanged);
//
// grpSummary
//
this.grpSummary.Controls.Add(this.lblSumGrandTotal);
this.grpSummary.Controls.Add(this.lblTransactions);
this.grpSummary.Controls.Add(this.lblAvg);
this.grpSummary.Controls.Add(this.lblSumYellow);
this.grpSummary.Controls.Add(this.lblSumBlue);
this.grpSummary.Controls.Add(this.lblDisTotalSales);
this.grpSummary.Controls.Add(this.lblDisTotalTransactions);
this.grpSummary.Controls.Add(this.lblDisAvg);
this.grpSummary.Controls.Add(this.lblDisSummaryYellow);
this.grpSummary.Controls.Add(this.lblDisSummaryBlue);
this.grpSummary.Location = new System.Drawing.Point(544, 262);
this.grpSummary.Name = "grpSummary";
this.grpSummary.Size = new System.Drawing.Size(232, 154);
this.grpSummary.TabIndex = 7;
this.grpSummary.TabStop = false;
this.grpSummary.Text = "Summary Information";
//
// lblSumGrandTotal
//
this.lblSumGrandTotal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lblSumGrandTotal.Location = new System.Drawing.Point(116, 131);
this.lblSumGrandTotal.Name = "lblSumGrandTotal";
this.lblSumGrandTotal.Size = new System.Drawing.Size(110, 20);
this.lblSumGrandTotal.TabIndex = 23;
//
// lblTransactions
//
this.lblTransactions.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lblTransactions.Location = new System.Drawing.Point(116, 104);
this.lblTransactions.Name = "lblTransactions";
this.lblTransactions.Size = new System.Drawing.Size(100, 20);
this.lblTransactions.TabIndex = 22;
//
// lblAvg
//
this.lblAvg.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lblAvg.Location = new System.Drawing.Point(116, 77);
this.lblAvg.Name = "lblAvg";
this.lblAvg.Size = new System.Drawing.Size(110, 20);
this.lblAvg.TabIndex = 21;
//
// lblSumYellow
//
this.lblSumYellow.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lblSumYellow.Location = new System.Drawing.Point(116, 50);
this.lblSumYellow.Name = "lblSumYellow";
this.lblSumYellow.Size = new System.Drawing.Size(100, 20);
this.lblSumYellow.TabIndex = 20;
//
// lblSumBlue
//
this.lblSumBlue.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lblSumBlue.Location = new System.Drawing.Point(116, 23);
this.lblSumBlue.Name = "lblSumBlue";
this.lblSumBlue.Size = new System.Drawing.Size(100, 20);
this.lblSumBlue.TabIndex = 19;
//
// lblDisTotalSales
//
this.lblDisTotalSales.Location = new System.Drawing.Point(6, 124);
this.lblDisTotalSales.Name = "lblDisTotalSales";
this.lblDisTotalSales.Size = new System.Drawing.Size(104, 27);
this.lblDisTotalSales.TabIndex = 18;
this.lblDisTotalSales.Text = "Total Sales:";
this.lblDisTotalSales.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblDisTotalTransactions
//
this.lblDisTotalTransactions.Location = new System.Drawing.Point(6, 97);
this.lblDisTotalTransactions.Name = "lblDisTotalTransactions";
this.lblDisTotalTransactions.Size = new System.Drawing.Size(104, 27);
this.lblDisTotalTransactions.TabIndex = 17;
this.lblDisTotalTransactions.Text = "Total Transactions:";
this.lblDisTotalTransactions.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblDisAvg
//
this.lblDisAvg.Location = new System.Drawing.Point(6, 70);
this.lblDisAvg.Name = "lblDisAvg";
this.lblDisAvg.Size = new System.Drawing.Size(104, 27);
this.lblDisAvg.TabIndex = 16;
this.lblDisAvg.Text = "Average Sale";
this.lblDisAvg.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.lblDisAvg.Click += new System.EventHandler(this.lblDisAvg_Click);
//
// lblDisSummaryYellow
//
this.lblDisSummaryYellow.Location = new System.Drawing.Point(6, 43);
this.lblDisSummaryYellow.Name = "lblDisSummaryYellow";
this.lblDisSummaryYellow.Size = new System.Drawing.Size(104, 27);
this.lblDisSummaryYellow.TabIndex = 15;
this.lblDisSummaryYellow.Text = "Yellow Skateboards:";
this.lblDisSummaryYellow.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblDisSummaryBlue
//
this.lblDisSummaryBlue.Location = new System.Drawing.Point(6, 16);
this.lblDisSummaryBlue.Name = "lblDisSummaryBlue";
this.lblDisSummaryBlue.Size = new System.Drawing.Size(104, 27);
this.lblDisSummaryBlue.TabIndex = 14;
this.lblDisSummaryBlue.Text = "Blue Skateboards:";
this.lblDisSummaryBlue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// chkSummary
//
this.chkSummary.Location = new System.Drawing.Point(544, 232);
this.chkSummary.Name = "chkSummary";
this.chkSummary.Size = new System.Drawing.Size(104, 24);
this.chkSummary.TabIndex = 100;
this.chkSummary.Text = "&Show Summary";
this.chkSummary.UseVisualStyleBackColor = true;
this.chkSummary.CheckedChanged += new System.EventHandler(this.chkSummary_CheckedChanged);
//
// chkTax
//
this.chkTax.Location = new System.Drawing.Point(230, 189);
this.chkTax.Name = "chkTax";
this.chkTax.Size = new System.Drawing.Size(164, 24);
this.chkTax.TabIndex = 3;
this.chkTax.Text = "In State &Tax (4%)";
this.chkTax.UseVisualStyleBackColor = true;
this.chkTax.CheckedChanged += new System.EventHandler(this.chkTax_CheckedChanged);
//
// btnCalc
//
this.btnCalc.Location = new System.Drawing.Point(165, 324);
this.btnCalc.Name = "btnCalc";
this.btnCalc.Size = new System.Drawing.Size(93, 23);
this.btnCalc.TabIndex = 4;
this.btnCalc.Text = "&Calculate";
this.btnCalc.UseVisualStyleBackColor = true;
this.btnCalc.Click += new System.EventHandler(this.btnCalc_Click);
//
// btnReset
//
this.btnReset.Location = new System.Drawing.Point(283, 324);
this.btnReset.Name = "btnReset";
this.btnReset.Size = new System.Drawing.Size(93, 23);
this.btnReset.TabIndex = 100;
this.btnReset.Text = "Reset";
this.btnReset.UseVisualStyleBackColor = true;
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
//
// btnNext
//
this.btnNext.Location = new System.Drawing.Point(165, 366);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(93, 23);
this.btnNext.TabIndex = 5;
this.btnNext.Text = "Clear / Next";
this.btnNext.UseVisualStyleBackColor = true;
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
//
// btnExit
//
this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnExit.Location = new System.Drawing.Point(283, 366);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(93, 23);
this.btnExit.TabIndex = 100;
this.btnExit.Text = "&Exit";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// Midterm
//
this.AcceptButton = this.btnCalc;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnExit;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnNext);
this.Controls.Add(this.btnReset);
this.Controls.Add(this.btnCalc);
this.Controls.Add(this.chkTax);
this.Controls.Add(this.chkSummary);
this.Controls.Add(this.grpSummary);
this.Controls.Add(this.txtBlue);
this.Controls.Add(this.txtYellow);
this.Controls.Add(this.lblTotal);
this.Controls.Add(this.lblDisTotal);
this.Controls.Add(this.lblDisYellow);
this.Controls.Add(this.lblDisBlue);
this.Controls.Add(this.lblDisTitle);
this.Name = "Midterm";
this.Text = "Form1";
this.grpSummary.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.Label lblSumBlue;
private System.Windows.Forms.Label lblSumYellow;
private System.Windows.Forms.Label lblAvg;
private System.Windows.Forms.Label lblTransactions;
private System.Windows.Forms.Label lblSumGrandTotal;
private System.Windows.Forms.CheckBox chkTax;
private System.Windows.Forms.Button btnCalc;
private System.Windows.Forms.Button btnReset;
private System.Windows.Forms.Button btnNext;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Label lblDisTotal;
private System.Windows.Forms.Label lblDisSummaryBlue;
private System.Windows.Forms.Label lblDisSummaryYellow;
private System.Windows.Forms.Label lblDisAvg;
private System.Windows.Forms.Label lblDisTotalSales;
private System.Windows.Forms.TextBox txtYellow;
private System.Windows.Forms.TextBox txtBlue;
private System.Windows.Forms.GroupBox grpSummary;
private System.Windows.Forms.CheckBox chkSummary;
private System.Windows.Forms.Label lblDisTitle;
private System.Windows.Forms.Label lblDisBlue;
private System.Windows.Forms.Label lblDisYellow;
private System.Windows.Forms.Label lblTotal;
private System.Windows.Forms.Label lblDisTotalTransactions;
#endregion
}
}