2016-05-17 15:37:02 -04:00
|
|
|
|
namespace ShiftOS.FinalMission
|
|
|
|
|
{
|
2016-07-19 21:53:26 -04:00
|
|
|
|
partial class ChoiceWidget
|
2016-05-17 15:37:02 -04:00
|
|
|
|
{
|
|
|
|
|
/// <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 Component 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()
|
|
|
|
|
{
|
2016-07-19 21:53:26 -04:00
|
|
|
|
this.lbnumber = new ShiftUI.Label();
|
|
|
|
|
this.lbdescription = new ShiftUI.Label();
|
2016-05-17 15:37:02 -04:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// lbnumber
|
|
|
|
|
//
|
2016-07-19 21:53:26 -04:00
|
|
|
|
this.lbnumber.Dock = ShiftUI.DockStyle.Fill;
|
2016-05-17 15:37:02 -04:00
|
|
|
|
this.lbnumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F);
|
|
|
|
|
this.lbnumber.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.lbnumber.Name = "lbnumber";
|
|
|
|
|
this.lbnumber.Size = new System.Drawing.Size(112, 75);
|
|
|
|
|
this.lbnumber.TabIndex = 0;
|
|
|
|
|
this.lbnumber.Text = "1";
|
|
|
|
|
this.lbnumber.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
this.lbnumber.Click += new System.EventHandler(this.lbdescription_Click);
|
|
|
|
|
//
|
|
|
|
|
// lbdescription
|
|
|
|
|
//
|
2016-07-19 21:53:26 -04:00
|
|
|
|
this.lbdescription.Dock = ShiftUI.DockStyle.Bottom;
|
2016-05-17 15:37:02 -04:00
|
|
|
|
this.lbdescription.Location = new System.Drawing.Point(0, 75);
|
|
|
|
|
this.lbdescription.Name = "lbdescription";
|
|
|
|
|
this.lbdescription.Size = new System.Drawing.Size(112, 27);
|
|
|
|
|
this.lbdescription.TabIndex = 1;
|
|
|
|
|
this.lbdescription.Text = "Stop DevX";
|
|
|
|
|
this.lbdescription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
this.lbdescription.Click += new System.EventHandler(this.lbdescription_Click);
|
|
|
|
|
//
|
2016-07-19 21:53:26 -04:00
|
|
|
|
// ChoiceWidget
|
2016-05-17 15:37:02 -04:00
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
2016-07-19 21:53:26 -04:00
|
|
|
|
this.AutoScaleMode = ShiftUI.AutoScaleMode.Font;
|
|
|
|
|
this.Widgets.Add(this.lbnumber);
|
|
|
|
|
this.Widgets.Add(this.lbdescription);
|
|
|
|
|
this.Name = "ChoiceWidget";
|
2016-05-17 15:37:02 -04:00
|
|
|
|
this.Size = new System.Drawing.Size(112, 102);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2016-07-19 21:53:26 -04:00
|
|
|
|
private ShiftUI.Label lbnumber;
|
|
|
|
|
private ShiftUI.Label lbdescription;
|
2016-05-17 15:37:02 -04:00
|
|
|
|
}
|
|
|
|
|
}
|