498 lines
25 KiB
C#
498 lines
25 KiB
C#
namespace WorkflowConfigurator.Forms
|
|
{
|
|
partial class PartDlg
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.nameTextBox = new System.Windows.Forms.TextBox();
|
|
this.descriptionTextBox = new System.Windows.Forms.TextBox();
|
|
this.codeTypeGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.typeRadioButton9 = new System.Windows.Forms.RadioButton();
|
|
this.typeRadioButton8 = new System.Windows.Forms.RadioButton();
|
|
this.typeRadioButton7 = new System.Windows.Forms.RadioButton();
|
|
this.typeRadioButton6 = new System.Windows.Forms.RadioButton();
|
|
this.typeRadioButton5 = new System.Windows.Forms.RadioButton();
|
|
this.typeRadioButton4 = new System.Windows.Forms.RadioButton();
|
|
this.typeRadioButton3 = new System.Windows.Forms.RadioButton();
|
|
this.typeRadioButton2 = new System.Windows.Forms.RadioButton();
|
|
this.typeRadioButton1 = new System.Windows.Forms.RadioButton();
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
this.codeLocationGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.locationRadioButton2 = new System.Windows.Forms.RadioButton();
|
|
this.locationRadioButton1 = new System.Windows.Forms.RadioButton();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.lifetimeManagementComboBox = new System.Windows.Forms.ComboBox();
|
|
this.formRadioButton1 = new System.Windows.Forms.RadioButton();
|
|
this.formRadioButton2 = new System.Windows.Forms.RadioButton();
|
|
this.formRadioButton3 = new System.Windows.Forms.RadioButton();
|
|
this.formRadioButton4 = new System.Windows.Forms.RadioButton();
|
|
this.formRadioButton5 = new System.Windows.Forms.RadioButton();
|
|
this.codeFormGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.formRadioButton9 = new System.Windows.Forms.RadioButton();
|
|
this.formRadioButton8 = new System.Windows.Forms.RadioButton();
|
|
this.formRadioButton7 = new System.Windows.Forms.RadioButton();
|
|
this.formRadioButton6 = new System.Windows.Forms.RadioButton();
|
|
this.formRadioButton10 = new System.Windows.Forms.RadioButton();
|
|
this.formRadioButton11 = new System.Windows.Forms.RadioButton();
|
|
this.codeTypeGroupBox.SuspendLayout();
|
|
this.codeLocationGroupBox.SuspendLayout();
|
|
this.codeFormGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(16, 18);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(102, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Part name/SAP nr. :";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(16, 44);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(63, 13);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "Description:";
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Location = new System.Drawing.Point(132, 15);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(191, 20);
|
|
this.nameTextBox.TabIndex = 1;
|
|
//
|
|
// descriptionTextBox
|
|
//
|
|
this.descriptionTextBox.Location = new System.Drawing.Point(132, 41);
|
|
this.descriptionTextBox.Name = "descriptionTextBox";
|
|
this.descriptionTextBox.Size = new System.Drawing.Size(714, 20);
|
|
this.descriptionTextBox.TabIndex = 5;
|
|
//
|
|
// codeTypeGroupBox
|
|
//
|
|
this.codeTypeGroupBox.Controls.Add(this.typeRadioButton9);
|
|
this.codeTypeGroupBox.Controls.Add(this.typeRadioButton8);
|
|
this.codeTypeGroupBox.Controls.Add(this.typeRadioButton7);
|
|
this.codeTypeGroupBox.Controls.Add(this.typeRadioButton6);
|
|
this.codeTypeGroupBox.Controls.Add(this.typeRadioButton5);
|
|
this.codeTypeGroupBox.Controls.Add(this.typeRadioButton4);
|
|
this.codeTypeGroupBox.Controls.Add(this.typeRadioButton3);
|
|
this.codeTypeGroupBox.Controls.Add(this.typeRadioButton2);
|
|
this.codeTypeGroupBox.Controls.Add(this.typeRadioButton1);
|
|
this.codeTypeGroupBox.Location = new System.Drawing.Point(227, 102);
|
|
this.codeTypeGroupBox.Name = "codeTypeGroupBox";
|
|
this.codeTypeGroupBox.Size = new System.Drawing.Size(430, 252);
|
|
this.codeTypeGroupBox.TabIndex = 8;
|
|
this.codeTypeGroupBox.TabStop = false;
|
|
this.codeTypeGroupBox.Text = "Way to check a value";
|
|
//
|
|
// typeRadioButton9
|
|
//
|
|
this.typeRadioButton9.AutoSize = true;
|
|
this.typeRadioButton9.Location = new System.Drawing.Point(17, 183);
|
|
this.typeRadioButton9.Name = "typeRadioButton9";
|
|
this.typeRadioButton9.Size = new System.Drawing.Size(117, 17);
|
|
this.typeRadioButton9.TabIndex = 8;
|
|
this.typeRadioButton9.TabStop = true;
|
|
this.typeRadioButton9.Text = "Silicon (iPERL only)";
|
|
this.typeRadioButton9.UseVisualStyleBackColor = true;
|
|
//
|
|
// typeRadioButton8
|
|
//
|
|
this.typeRadioButton8.AutoSize = true;
|
|
this.typeRadioButton8.Location = new System.Drawing.Point(17, 163);
|
|
this.typeRadioButton8.Name = "typeRadioButton8";
|
|
this.typeRadioButton8.Size = new System.Drawing.Size(120, 17);
|
|
this.typeRadioButton8.TabIndex = 7;
|
|
this.typeRadioButton8.TabStop = true;
|
|
this.typeRadioButton8.Text = "Manufacturing order";
|
|
this.typeRadioButton8.UseVisualStyleBackColor = true;
|
|
//
|
|
// typeRadioButton7
|
|
//
|
|
this.typeRadioButton7.AutoSize = true;
|
|
this.typeRadioButton7.Location = new System.Drawing.Point(17, 143);
|
|
this.typeRadioButton7.Name = "typeRadioButton7";
|
|
this.typeRadioButton7.Size = new System.Drawing.Size(56, 17);
|
|
this.typeRadioButton7.TabIndex = 6;
|
|
this.typeRadioButton7.TabStop = true;
|
|
this.typeRadioButton7.Text = "Check";
|
|
this.typeRadioButton7.UseVisualStyleBackColor = true;
|
|
//
|
|
// typeRadioButton6
|
|
//
|
|
this.typeRadioButton6.AutoSize = true;
|
|
this.typeRadioButton6.Location = new System.Drawing.Point(17, 123);
|
|
this.typeRadioButton6.Name = "typeRadioButton6";
|
|
this.typeRadioButton6.Size = new System.Drawing.Size(110, 17);
|
|
this.typeRadioButton6.TabIndex = 5;
|
|
this.typeRadioButton6.TabStop = true;
|
|
this.typeRadioButton6.Text = "Date code MMYY";
|
|
this.typeRadioButton6.UseVisualStyleBackColor = true;
|
|
//
|
|
// typeRadioButton5
|
|
//
|
|
this.typeRadioButton5.AutoSize = true;
|
|
this.typeRadioButton5.Location = new System.Drawing.Point(17, 103);
|
|
this.typeRadioButton5.Name = "typeRadioButton5";
|
|
this.typeRadioButton5.Size = new System.Drawing.Size(297, 17);
|
|
this.typeRadioButton5.TabIndex = 4;
|
|
this.typeRadioButton5.TabStop = true;
|
|
this.typeRadioButton5.Text = "Batch nr. with acheck: Code contains part name/SAP nr.";
|
|
this.typeRadioButton5.UseVisualStyleBackColor = true;
|
|
//
|
|
// typeRadioButton4
|
|
//
|
|
this.typeRadioButton4.AutoSize = true;
|
|
this.typeRadioButton4.Location = new System.Drawing.Point(17, 83);
|
|
this.typeRadioButton4.Name = "typeRadioButton4";
|
|
this.typeRadioButton4.Size = new System.Drawing.Size(158, 17);
|
|
this.typeRadioButton4.TabIndex = 3;
|
|
this.typeRadioButton4.TabStop = true;
|
|
this.typeRadioButton4.Text = "Batch nr. without any check";
|
|
this.typeRadioButton4.UseVisualStyleBackColor = true;
|
|
//
|
|
// typeRadioButton3
|
|
//
|
|
this.typeRadioButton3.AutoSize = true;
|
|
this.typeRadioButton3.Location = new System.Drawing.Point(17, 63);
|
|
this.typeRadioButton3.Name = "typeRadioButton3";
|
|
this.typeRadioButton3.Size = new System.Drawing.Size(332, 17);
|
|
this.typeRadioButton3.TabIndex = 2;
|
|
this.typeRadioButton3.TabStop = true;
|
|
this.typeRadioButton3.Text = "First 8 characters of the code are the same as part name/SAP nr.";
|
|
this.typeRadioButton3.UseVisualStyleBackColor = true;
|
|
//
|
|
// typeRadioButton2
|
|
//
|
|
this.typeRadioButton2.AutoSize = true;
|
|
this.typeRadioButton2.Location = new System.Drawing.Point(17, 43);
|
|
this.typeRadioButton2.Name = "typeRadioButton2";
|
|
this.typeRadioButton2.Size = new System.Drawing.Size(386, 17);
|
|
this.typeRadioButton2.TabIndex = 1;
|
|
this.typeRadioButton2.TabStop = true;
|
|
this.typeRadioButton2.Text = "First 3 characters are the same as the last 3 characters of part name/SAP nr.";
|
|
this.typeRadioButton2.UseVisualStyleBackColor = true;
|
|
//
|
|
// typeRadioButton1
|
|
//
|
|
this.typeRadioButton1.AutoSize = true;
|
|
this.typeRadioButton1.Location = new System.Drawing.Point(17, 23);
|
|
this.typeRadioButton1.Name = "typeRadioButton1";
|
|
this.typeRadioButton1.Size = new System.Drawing.Size(176, 17);
|
|
this.typeRadioButton1.TabIndex = 0;
|
|
this.typeRadioButton1.TabStop = true;
|
|
this.typeRadioButton1.Text = "Unique code without any check";
|
|
this.typeRadioButton1.UseVisualStyleBackColor = true;
|
|
//
|
|
// okButton
|
|
//
|
|
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.okButton.Location = new System.Drawing.Point(771, 318);
|
|
this.okButton.Name = "okButton";
|
|
this.okButton.Size = new System.Drawing.Size(75, 36);
|
|
this.okButton.TabIndex = 11;
|
|
this.okButton.Text = "OK";
|
|
this.okButton.UseVisualStyleBackColor = true;
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
//
|
|
// cancelButton
|
|
//
|
|
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cancelButton.Location = new System.Drawing.Point(681, 318);
|
|
this.cancelButton.Name = "cancelButton";
|
|
this.cancelButton.Size = new System.Drawing.Size(75, 36);
|
|
this.cancelButton.TabIndex = 12;
|
|
this.cancelButton.Text = "Cancel";
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
|
//
|
|
// codeLocationGroupBox
|
|
//
|
|
this.codeLocationGroupBox.Controls.Add(this.locationRadioButton2);
|
|
this.codeLocationGroupBox.Controls.Add(this.locationRadioButton1);
|
|
this.codeLocationGroupBox.Location = new System.Drawing.Point(663, 102);
|
|
this.codeLocationGroupBox.Name = "codeLocationGroupBox";
|
|
this.codeLocationGroupBox.Size = new System.Drawing.Size(183, 80);
|
|
this.codeLocationGroupBox.TabIndex = 10;
|
|
this.codeLocationGroupBox.TabStop = false;
|
|
this.codeLocationGroupBox.Text = "Code location";
|
|
//
|
|
// locationRadioButton2
|
|
//
|
|
this.locationRadioButton2.AutoSize = true;
|
|
this.locationRadioButton2.Location = new System.Drawing.Point(15, 43);
|
|
this.locationRadioButton2.Name = "locationRadioButton2";
|
|
this.locationRadioButton2.Size = new System.Drawing.Size(164, 17);
|
|
this.locationRadioButton2.TabIndex = 1;
|
|
this.locationRadioButton2.TabStop = true;
|
|
this.locationRadioButton2.Text = "On the box/palette/batch no.";
|
|
this.locationRadioButton2.UseVisualStyleBackColor = true;
|
|
//
|
|
// locationRadioButton1
|
|
//
|
|
this.locationRadioButton1.AutoSize = true;
|
|
this.locationRadioButton1.Location = new System.Drawing.Point(15, 23);
|
|
this.locationRadioButton1.Name = "locationRadioButton1";
|
|
this.locationRadioButton1.Size = new System.Drawing.Size(102, 17);
|
|
this.locationRadioButton1.TabIndex = 0;
|
|
this.locationRadioButton1.TabStop = true;
|
|
this.locationRadioButton1.Text = "On the part itself";
|
|
this.locationRadioButton1.UseVisualStyleBackColor = true;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(16, 70);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(110, 13);
|
|
this.label3.TabIndex = 6;
|
|
this.label3.Text = "Lifetime management:";
|
|
//
|
|
// lifetimeManagementComboBox
|
|
//
|
|
this.lifetimeManagementComboBox.FormattingEnabled = true;
|
|
this.lifetimeManagementComboBox.Location = new System.Drawing.Point(132, 67);
|
|
this.lifetimeManagementComboBox.Name = "lifetimeManagementComboBox";
|
|
this.lifetimeManagementComboBox.Size = new System.Drawing.Size(191, 21);
|
|
this.lifetimeManagementComboBox.TabIndex = 7;
|
|
//
|
|
// formRadioButton1
|
|
//
|
|
this.formRadioButton1.AutoSize = true;
|
|
this.formRadioButton1.Location = new System.Drawing.Point(18, 23);
|
|
this.formRadioButton1.Name = "formRadioButton1";
|
|
this.formRadioButton1.Size = new System.Drawing.Size(106, 17);
|
|
this.formRadioButton1.TabIndex = 0;
|
|
this.formRadioButton1.TabStop = true;
|
|
this.formRadioButton1.Text = "Barcode scanner";
|
|
this.formRadioButton1.UseVisualStyleBackColor = true;
|
|
//
|
|
// formRadioButton2
|
|
//
|
|
this.formRadioButton2.AutoSize = true;
|
|
this.formRadioButton2.Location = new System.Drawing.Point(18, 43);
|
|
this.formRadioButton2.Name = "formRadioButton2";
|
|
this.formRadioButton2.Size = new System.Drawing.Size(109, 17);
|
|
this.formRadioButton2.TabIndex = 1;
|
|
this.formRadioButton2.TabStop = true;
|
|
this.formRadioButton2.Text = "QR code scanner";
|
|
this.formRadioButton2.UseVisualStyleBackColor = true;
|
|
//
|
|
// formRadioButton3
|
|
//
|
|
this.formRadioButton3.AutoSize = true;
|
|
this.formRadioButton3.Location = new System.Drawing.Point(18, 63);
|
|
this.formRadioButton3.Name = "formRadioButton3";
|
|
this.formRadioButton3.Size = new System.Drawing.Size(70, 17);
|
|
this.formRadioButton3.TabIndex = 2;
|
|
this.formRadioButton3.TabStop = true;
|
|
this.formRadioButton3.Text = "Keyboard";
|
|
this.formRadioButton3.UseVisualStyleBackColor = true;
|
|
//
|
|
// formRadioButton4
|
|
//
|
|
this.formRadioButton4.AutoSize = true;
|
|
this.formRadioButton4.Location = new System.Drawing.Point(18, 83);
|
|
this.formRadioButton4.Name = "formRadioButton4";
|
|
this.formRadioButton4.Size = new System.Drawing.Size(137, 17);
|
|
this.formRadioButton4.TabIndex = 3;
|
|
this.formRadioButton4.TabStop = true;
|
|
this.formRadioButton4.Text = "OK / NOK manual entry";
|
|
this.formRadioButton4.UseVisualStyleBackColor = true;
|
|
//
|
|
// formRadioButton5
|
|
//
|
|
this.formRadioButton5.AutoSize = true;
|
|
this.formRadioButton5.Location = new System.Drawing.Point(18, 103);
|
|
this.formRadioButton5.Name = "formRadioButton5";
|
|
this.formRadioButton5.Size = new System.Drawing.Size(142, 17);
|
|
this.formRadioButton5.TabIndex = 4;
|
|
this.formRadioButton5.TabStop = true;
|
|
this.formRadioButton5.Text = "Complete S/N from a DB";
|
|
this.formRadioButton5.UseVisualStyleBackColor = true;
|
|
//
|
|
// codeFormGroupBox
|
|
//
|
|
this.codeFormGroupBox.Controls.Add(this.formRadioButton11);
|
|
this.codeFormGroupBox.Controls.Add(this.formRadioButton10);
|
|
this.codeFormGroupBox.Controls.Add(this.formRadioButton9);
|
|
this.codeFormGroupBox.Controls.Add(this.formRadioButton8);
|
|
this.codeFormGroupBox.Controls.Add(this.formRadioButton7);
|
|
this.codeFormGroupBox.Controls.Add(this.formRadioButton6);
|
|
this.codeFormGroupBox.Controls.Add(this.formRadioButton5);
|
|
this.codeFormGroupBox.Controls.Add(this.formRadioButton4);
|
|
this.codeFormGroupBox.Controls.Add(this.formRadioButton3);
|
|
this.codeFormGroupBox.Controls.Add(this.formRadioButton2);
|
|
this.codeFormGroupBox.Controls.Add(this.formRadioButton1);
|
|
this.codeFormGroupBox.Location = new System.Drawing.Point(19, 102);
|
|
this.codeFormGroupBox.Name = "codeFormGroupBox";
|
|
this.codeFormGroupBox.Size = new System.Drawing.Size(202, 252);
|
|
this.codeFormGroupBox.TabIndex = 9;
|
|
this.codeFormGroupBox.TabStop = false;
|
|
this.codeFormGroupBox.Text = "Way to obtain a value";
|
|
//
|
|
// formRadioButton9
|
|
//
|
|
this.formRadioButton9.AutoSize = true;
|
|
this.formRadioButton9.Location = new System.Drawing.Point(18, 183);
|
|
this.formRadioButton9.Name = "formRadioButton9";
|
|
this.formRadioButton9.Size = new System.Drawing.Size(105, 17);
|
|
this.formRadioButton9.TabIndex = 8;
|
|
this.formRadioButton9.TabStop = true;
|
|
this.formRadioButton9.Text = "S640 datastream";
|
|
this.formRadioButton9.UseVisualStyleBackColor = true;
|
|
//
|
|
// formRadioButton8
|
|
//
|
|
this.formRadioButton8.AutoSize = true;
|
|
this.formRadioButton8.Location = new System.Drawing.Point(18, 163);
|
|
this.formRadioButton8.Name = "formRadioButton8";
|
|
this.formRadioButton8.Size = new System.Drawing.Size(127, 17);
|
|
this.formRadioButton8.TabIndex = 7;
|
|
this.formRadioButton8.TabStop = true;
|
|
this.formRadioButton8.Text = "S/N generator/printer";
|
|
this.formRadioButton8.UseVisualStyleBackColor = true;
|
|
//
|
|
// formRadioButton7
|
|
//
|
|
this.formRadioButton7.AutoSize = true;
|
|
this.formRadioButton7.Location = new System.Drawing.Point(18, 143);
|
|
this.formRadioButton7.Name = "formRadioButton7";
|
|
this.formRadioButton7.Size = new System.Drawing.Size(85, 17);
|
|
this.formRadioButton7.TabIndex = 6;
|
|
this.formRadioButton7.TabStop = true;
|
|
this.formRadioButton7.Text = "Scale (mass)";
|
|
this.formRadioButton7.UseVisualStyleBackColor = true;
|
|
//
|
|
// formRadioButton6
|
|
//
|
|
this.formRadioButton6.AutoSize = true;
|
|
this.formRadioButton6.Location = new System.Drawing.Point(18, 123);
|
|
this.formRadioButton6.Name = "formRadioButton6";
|
|
this.formRadioButton6.Size = new System.Drawing.Size(61, 17);
|
|
this.formRadioButton6.TabIndex = 5;
|
|
this.formRadioButton6.TabStop = true;
|
|
this.formRadioButton6.Text = "Camera";
|
|
this.formRadioButton6.UseVisualStyleBackColor = true;
|
|
//
|
|
// formRadioButton10
|
|
//
|
|
this.formRadioButton10.AutoSize = true;
|
|
this.formRadioButton10.Location = new System.Drawing.Point(18, 203);
|
|
this.formRadioButton10.Name = "formRadioButton10";
|
|
this.formRadioButton10.Size = new System.Drawing.Size(66, 17);
|
|
this.formRadioButton10.TabIndex = 9;
|
|
this.formRadioButton10.TabStop = true;
|
|
this.formRadioButton10.Text = "(spare 2)";
|
|
this.formRadioButton10.UseVisualStyleBackColor = true;
|
|
//
|
|
// formRadioButton11
|
|
//
|
|
this.formRadioButton11.AutoSize = true;
|
|
this.formRadioButton11.Location = new System.Drawing.Point(18, 223);
|
|
this.formRadioButton11.Name = "formRadioButton11";
|
|
this.formRadioButton11.Size = new System.Drawing.Size(66, 17);
|
|
this.formRadioButton11.TabIndex = 10;
|
|
this.formRadioButton11.TabStop = true;
|
|
this.formRadioButton11.Text = "(spare 3)";
|
|
this.formRadioButton11.UseVisualStyleBackColor = true;
|
|
//
|
|
// PartDlg
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(863, 365);
|
|
this.Controls.Add(this.lifetimeManagementComboBox);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.codeLocationGroupBox);
|
|
this.Controls.Add(this.cancelButton);
|
|
this.Controls.Add(this.okButton);
|
|
this.Controls.Add(this.codeFormGroupBox);
|
|
this.Controls.Add(this.codeTypeGroupBox);
|
|
this.Controls.Add(this.descriptionTextBox);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "PartDlg";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "New part";
|
|
this.Load += new System.EventHandler(this.PartDlg_Load);
|
|
this.codeTypeGroupBox.ResumeLayout(false);
|
|
this.codeTypeGroupBox.PerformLayout();
|
|
this.codeLocationGroupBox.ResumeLayout(false);
|
|
this.codeLocationGroupBox.PerformLayout();
|
|
this.codeFormGroupBox.ResumeLayout(false);
|
|
this.codeFormGroupBox.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox nameTextBox;
|
|
private System.Windows.Forms.TextBox descriptionTextBox;
|
|
private System.Windows.Forms.GroupBox codeTypeGroupBox;
|
|
private System.Windows.Forms.RadioButton typeRadioButton2;
|
|
private System.Windows.Forms.RadioButton typeRadioButton1;
|
|
private System.Windows.Forms.Button okButton;
|
|
private System.Windows.Forms.Button cancelButton;
|
|
private System.Windows.Forms.GroupBox codeLocationGroupBox;
|
|
private System.Windows.Forms.RadioButton locationRadioButton2;
|
|
private System.Windows.Forms.RadioButton locationRadioButton1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.ComboBox lifetimeManagementComboBox;
|
|
private System.Windows.Forms.RadioButton typeRadioButton3;
|
|
private System.Windows.Forms.RadioButton typeRadioButton4;
|
|
private System.Windows.Forms.RadioButton typeRadioButton5;
|
|
private System.Windows.Forms.RadioButton typeRadioButton6;
|
|
private System.Windows.Forms.RadioButton typeRadioButton7;
|
|
private System.Windows.Forms.RadioButton typeRadioButton8;
|
|
private System.Windows.Forms.RadioButton typeRadioButton9;
|
|
private System.Windows.Forms.RadioButton formRadioButton1;
|
|
private System.Windows.Forms.RadioButton formRadioButton2;
|
|
private System.Windows.Forms.RadioButton formRadioButton3;
|
|
private System.Windows.Forms.RadioButton formRadioButton4;
|
|
private System.Windows.Forms.RadioButton formRadioButton5;
|
|
private System.Windows.Forms.GroupBox codeFormGroupBox;
|
|
private System.Windows.Forms.RadioButton formRadioButton6;
|
|
private System.Windows.Forms.RadioButton formRadioButton7;
|
|
private System.Windows.Forms.RadioButton formRadioButton8;
|
|
private System.Windows.Forms.RadioButton formRadioButton9;
|
|
private System.Windows.Forms.RadioButton formRadioButton11;
|
|
private System.Windows.Forms.RadioButton formRadioButton10;
|
|
}
|
|
} |