c968-wgu-project/C968Project/Views/AddModifyPartScreen.Designer.cs

269 lines
9.8 KiB
C#

namespace C968Project.Views
{
partial class AddModifyPartScreen
{
/// <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()
{
screenLabel = new Label();
inHouseRadioButton = new RadioButton();
outsourcedRadioButton = new RadioButton();
idLabel = new Label();
idTextBox = new TextBox();
nameLabel = new Label();
textBox2 = new TextBox();
inventoryLabel = new Label();
inventoryTextBox = new TextBox();
priceCostLabel = new Label();
priceCostTextBox = new TextBox();
machineCompanyLabel = new Label();
machineCompanyTextBox = new TextBox();
label6 = new Label();
maxTextBox = new TextBox();
label7 = new Label();
minTextBox = new TextBox();
saveButton = new Button();
cancelButton = new Button();
SuspendLayout();
//
// screenLabel
//
screenLabel.AutoSize = true;
screenLabel.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
screenLabel.Location = new Point(12, 13);
screenLabel.Name = "screenLabel";
screenLabel.Size = new Size(90, 21);
screenLabel.TabIndex = 0;
screenLabel.Text = "Modify Part";
//
// inHouseRadioButton
//
inHouseRadioButton.AutoSize = true;
inHouseRadioButton.Location = new Point(120, 16);
inHouseRadioButton.Name = "inHouseRadioButton";
inHouseRadioButton.Size = new Size(74, 19);
inHouseRadioButton.TabIndex = 1;
inHouseRadioButton.TabStop = true;
inHouseRadioButton.Text = "In-House";
inHouseRadioButton.UseVisualStyleBackColor = true;
//
// outsourcedRadioButton
//
outsourcedRadioButton.AutoSize = true;
outsourcedRadioButton.Location = new Point(216, 16);
outsourcedRadioButton.Name = "outsourcedRadioButton";
outsourcedRadioButton.Size = new Size(87, 19);
outsourcedRadioButton.TabIndex = 2;
outsourcedRadioButton.TabStop = true;
outsourcedRadioButton.Text = "Outsourced";
outsourcedRadioButton.UseVisualStyleBackColor = true;
//
// idLabel
//
idLabel.AutoSize = true;
idLabel.Location = new Point(176, 101);
idLabel.Name = "idLabel";
idLabel.Size = new Size(18, 15);
idLabel.TabIndex = 0;
idLabel.Text = "ID";
//
// idTextBox
//
idTextBox.Enabled = false;
idTextBox.Location = new Point(234, 98);
idTextBox.Name = "idTextBox";
idTextBox.Size = new Size(153, 23);
idTextBox.TabIndex = 1;
//
// nameLabel
//
nameLabel.AutoSize = true;
nameLabel.Location = new Point(155, 130);
nameLabel.Name = "nameLabel";
nameLabel.Size = new Size(39, 15);
nameLabel.TabIndex = 3;
nameLabel.Text = "Name";
//
// textBox2
//
textBox2.Location = new Point(234, 127);
textBox2.Name = "textBox2";
textBox2.Size = new Size(153, 23);
textBox2.TabIndex = 4;
//
// inventoryLabel
//
inventoryLabel.AutoSize = true;
inventoryLabel.Location = new Point(137, 159);
inventoryLabel.Name = "inventoryLabel";
inventoryLabel.Size = new Size(57, 15);
inventoryLabel.TabIndex = 5;
inventoryLabel.Text = "Inventory";
//
// inventoryTextBox
//
inventoryTextBox.Location = new Point(234, 156);
inventoryTextBox.Name = "inventoryTextBox";
inventoryTextBox.Size = new Size(153, 23);
inventoryTextBox.TabIndex = 6;
//
// priceCostLabel
//
priceCostLabel.AutoSize = true;
priceCostLabel.Location = new Point(126, 188);
priceCostLabel.Name = "priceCostLabel";
priceCostLabel.Size = new Size(68, 15);
priceCostLabel.TabIndex = 7;
priceCostLabel.Text = "Price / Cost";
//
// priceCostTextBox
//
priceCostTextBox.Location = new Point(234, 185);
priceCostTextBox.Name = "priceCostTextBox";
priceCostTextBox.Size = new Size(153, 23);
priceCostTextBox.TabIndex = 8;
//
// machineCompanyLabel
//
machineCompanyLabel.AutoSize = true;
machineCompanyLabel.Location = new Point(127, 282);
machineCompanyLabel.Name = "machineCompanyLabel";
machineCompanyLabel.Size = new Size(67, 15);
machineCompanyLabel.TabIndex = 9;
machineCompanyLabel.Text = "Machine ID";
//
// machineCompanyTextBox
//
machineCompanyTextBox.Location = new Point(234, 279);
machineCompanyTextBox.Name = "machineCompanyTextBox";
machineCompanyTextBox.Size = new Size(153, 23);
machineCompanyTextBox.TabIndex = 10;
//
// label6
//
label6.AutoSize = true;
label6.Location = new Point(165, 235);
label6.Name = "label6";
label6.Size = new Size(29, 15);
label6.TabIndex = 11;
label6.Text = "Max";
//
// maxTextBox
//
maxTextBox.Location = new Point(234, 232);
maxTextBox.Name = "maxTextBox";
maxTextBox.Size = new Size(69, 23);
maxTextBox.TabIndex = 12;
//
// label7
//
label7.AutoSize = true;
label7.Location = new Point(329, 235);
label7.Name = "label7";
label7.Size = new Size(28, 15);
label7.TabIndex = 13;
label7.Text = "Min";
//
// minTextBox
//
minTextBox.Location = new Point(382, 232);
minTextBox.Name = "minTextBox";
minTextBox.Size = new Size(69, 23);
minTextBox.TabIndex = 14;
//
// saveButton
//
saveButton.Location = new Point(425, 366);
saveButton.Name = "saveButton";
saveButton.Size = new Size(75, 23);
saveButton.TabIndex = 15;
saveButton.Text = "Save";
saveButton.UseVisualStyleBackColor = true;
//
// cancelButton
//
cancelButton.Location = new Point(506, 366);
cancelButton.Name = "cancelButton";
cancelButton.Size = new Size(75, 23);
cancelButton.TabIndex = 16;
cancelButton.Text = "Cancel";
cancelButton.UseVisualStyleBackColor = true;
//
// AddModifyPartScreen
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(593, 401);
Controls.Add(cancelButton);
Controls.Add(saveButton);
Controls.Add(label7);
Controls.Add(minTextBox);
Controls.Add(label6);
Controls.Add(maxTextBox);
Controls.Add(machineCompanyLabel);
Controls.Add(machineCompanyTextBox);
Controls.Add(priceCostLabel);
Controls.Add(priceCostTextBox);
Controls.Add(inventoryLabel);
Controls.Add(inventoryTextBox);
Controls.Add(nameLabel);
Controls.Add(textBox2);
Controls.Add(idLabel);
Controls.Add(idTextBox);
Controls.Add(outsourcedRadioButton);
Controls.Add(inHouseRadioButton);
Controls.Add(screenLabel);
MaximumSize = new Size(609, 440);
MinimumSize = new Size(609, 440);
Name = "AddModifyPartScreen";
Text = "Part";
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label screenLabel;
private RadioButton inHouseRadioButton;
private RadioButton outsourcedRadioButton;
private TextBox idTextBox;
private Label idLabel;
private Label nameLabel;
private TextBox textBox2;
private Label inventoryLabel;
private TextBox inventoryTextBox;
private Label priceCostLabel;
private TextBox priceCostTextBox;
private Label machineCompanyLabel;
private TextBox machineCompanyTextBox;
private Label label6;
private TextBox maxTextBox;
private Label label7;
private TextBox minTextBox;
private Button saveButton;
private Button cancelButton;
}
}