namespace C968Project.Views { partial class AddModifyPartScreen { /// /// 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() { components = new System.ComponentModel.Container(); screenLabel = new Label(); inHouseRadioButton = new RadioButton(); outsourcedRadioButton = new RadioButton(); idLabel = new Label(); idTextBox = new TextBox(); nameLabel = new Label(); nameTextBox = 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(); errorProvider1 = new ErrorProvider(components); ((System.ComponentModel.ISupportInitialize)errorProvider1).BeginInit(); 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; inHouseRadioButton.Click += inHouseRadioButton_Click; // // 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; outsourcedRadioButton.Click += outsourcedRadioButton_Click; // // 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"; // // nameTextBox // nameTextBox.Location = new Point(234, 127); nameTextBox.Name = "nameTextBox"; nameTextBox.Size = new Size(153, 23); nameTextBox.TabIndex = 4; nameTextBox.TextChanged += nameTextBox_TextChanged; // // 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; inventoryTextBox.TextChanged += inventoryTextBox_TextChanged; // // 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; priceCostTextBox.TextChanged += priceCostTextBox_TextChanged; // // 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; machineCompanyTextBox.TextChanged += machineCompanyTextBox_TextChanged; // // 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; maxTextBox.TextChanged += maxTextBox_TextChanged; // // 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; minTextBox.TextChanged += minTextBox_TextChanged; // // 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; saveButton.Click += saveButton_Click; // // 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; cancelButton.Click += cancelButton_Click; // // errorProvider1 // errorProvider1.ContainerControl = this; // // 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(nameTextBox); 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"; ((System.ComponentModel.ISupportInitialize)errorProvider1).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private Label screenLabel; private RadioButton inHouseRadioButton; private RadioButton outsourcedRadioButton; private TextBox idTextBox; private Label idLabel; private Label nameLabel; private TextBox nameTextBox; 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; private ErrorProvider errorProvider1; } }