/// /// Copyright (c) 2015 Sensus Metering Systems /// namespace TBF.BenchControl.DataEntry.Standard12 { partial class CycleBeginningForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CycleBeginningForm)); this.okButton = new System.Windows.Forms.Button(); this.orderGroupBox = new System.Windows.Forms.GroupBox(); this.orderComboBox = new System.Windows.Forms.ComboBox(); this.clearButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.comboBox3 = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.checkBox4 = new System.Windows.Forms.CheckBox(); this.comboBox4 = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.checkBox5 = new System.Windows.Forms.CheckBox(); this.comboBox5 = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.checkBox6 = new System.Windows.Forms.CheckBox(); this.comboBox6 = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.checkBox7 = new System.Windows.Forms.CheckBox(); this.comboBox7 = new System.Windows.Forms.ComboBox(); this.label7 = new System.Windows.Forms.Label(); this.checkBox8 = new System.Windows.Forms.CheckBox(); this.comboBox8 = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); this.checkBox9 = new System.Windows.Forms.CheckBox(); this.comboBox9 = new System.Windows.Forms.ComboBox(); this.label9 = new System.Windows.Forms.Label(); this.checkBox10 = new System.Windows.Forms.CheckBox(); this.comboBox10 = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.checkBox11 = new System.Windows.Forms.CheckBox(); this.comboBox11 = new System.Windows.Forms.ComboBox(); this.label11 = new System.Windows.Forms.Label(); this.checkBox12 = new System.Windows.Forms.CheckBox(); this.comboBox12 = new System.Windows.Forms.ComboBox(); this.label12 = new System.Windows.Forms.Label(); this.extensionsGroupBox = new System.Windows.Forms.GroupBox(); this.remarkTextBox = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.snSuffixTextBox = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.snPrefixTextBox = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.idNumberTextBox = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.ext4Label = new System.Windows.Forms.Label(); this.ext4TextBox = new System.Windows.Forms.TextBox(); this.ext3Label = new System.Windows.Forms.Label(); this.ext3TextBox = new System.Windows.Forms.TextBox(); this.ext2Label = new System.Windows.Forms.Label(); this.ext2TextBox = new System.Windows.Forms.TextBox(); this.ext1Label = new System.Windows.Forms.Label(); this.ext1TextBox = new System.Windows.Forms.TextBox(); this.autoSNButton = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.pictureBox6 = new System.Windows.Forms.PictureBox(); this.pictureBox7 = new System.Windows.Forms.PictureBox(); this.pictureBox8 = new System.Windows.Forms.PictureBox(); this.pictureBox9 = new System.Windows.Forms.PictureBox(); this.pictureBox10 = new System.Windows.Forms.PictureBox(); this.pictureBox11 = new System.Windows.Forms.PictureBox(); this.pictureBox12 = new System.Windows.Forms.PictureBox(); this.orderGroupBox.SuspendLayout(); this.extensionsGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit(); this.SuspendLayout(); // // okButton // resources.ApplyResources(this.okButton, "okButton"); this.okButton.ForeColor = System.Drawing.Color.Black; this.okButton.Name = "okButton"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // orderGroupBox // this.orderGroupBox.Controls.Add(this.orderComboBox); resources.ApplyResources(this.orderGroupBox, "orderGroupBox"); this.orderGroupBox.ForeColor = System.Drawing.Color.Black; this.orderGroupBox.Name = "orderGroupBox"; this.orderGroupBox.TabStop = false; // // orderComboBox // this.orderComboBox.FormattingEnabled = true; resources.ApplyResources(this.orderComboBox, "orderComboBox"); this.orderComboBox.Name = "orderComboBox"; // // clearButton // resources.ApplyResources(this.clearButton, "clearButton"); this.clearButton.ForeColor = System.Drawing.Color.Black; this.clearButton.Name = "clearButton"; this.clearButton.UseVisualStyleBackColor = true; this.clearButton.Click += new System.EventHandler(this.clearButton_Click); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // comboBox1 // resources.ApplyResources(this.comboBox1, "comboBox1"); this.comboBox1.FormattingEnabled = true; this.comboBox1.Name = "comboBox1"; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); this.comboBox1.TextChanged += new System.EventHandler(this.comboBox1_TextChanged); this.comboBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox1_KeyPress); // // checkBox1 // resources.ApplyResources(this.checkBox1, "checkBox1"); this.checkBox1.Name = "checkBox1"; this.checkBox1.UseVisualStyleBackColor = true; // // checkBox2 // resources.ApplyResources(this.checkBox2, "checkBox2"); this.checkBox2.Name = "checkBox2"; this.checkBox2.UseVisualStyleBackColor = true; // // comboBox2 // resources.ApplyResources(this.comboBox2, "comboBox2"); this.comboBox2.FormattingEnabled = true; this.comboBox2.Name = "comboBox2"; this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged); this.comboBox2.TextChanged += new System.EventHandler(this.comboBox2_TextChanged); this.comboBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox2_KeyPress); // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // checkBox3 // resources.ApplyResources(this.checkBox3, "checkBox3"); this.checkBox3.Name = "checkBox3"; this.checkBox3.UseVisualStyleBackColor = true; // // comboBox3 // resources.ApplyResources(this.comboBox3, "comboBox3"); this.comboBox3.FormattingEnabled = true; this.comboBox3.Name = "comboBox3"; this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged); this.comboBox3.TextChanged += new System.EventHandler(this.comboBox3_TextChanged); this.comboBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox3_KeyPress); // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; // // checkBox4 // resources.ApplyResources(this.checkBox4, "checkBox4"); this.checkBox4.Name = "checkBox4"; this.checkBox4.UseVisualStyleBackColor = true; // // comboBox4 // resources.ApplyResources(this.comboBox4, "comboBox4"); this.comboBox4.FormattingEnabled = true; this.comboBox4.Name = "comboBox4"; this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.comboBox4_SelectedIndexChanged); this.comboBox4.TextChanged += new System.EventHandler(this.comboBox4_TextChanged); this.comboBox4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox4_KeyPress); // // label4 // resources.ApplyResources(this.label4, "label4"); this.label4.Name = "label4"; // // checkBox5 // resources.ApplyResources(this.checkBox5, "checkBox5"); this.checkBox5.Name = "checkBox5"; this.checkBox5.UseVisualStyleBackColor = true; // // comboBox5 // resources.ApplyResources(this.comboBox5, "comboBox5"); this.comboBox5.FormattingEnabled = true; this.comboBox5.Name = "comboBox5"; this.comboBox5.SelectedIndexChanged += new System.EventHandler(this.comboBox5_SelectedIndexChanged); this.comboBox5.TextChanged += new System.EventHandler(this.comboBox5_TextChanged); this.comboBox5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox5_KeyPress); // // label5 // resources.ApplyResources(this.label5, "label5"); this.label5.Name = "label5"; // // checkBox6 // resources.ApplyResources(this.checkBox6, "checkBox6"); this.checkBox6.Name = "checkBox6"; this.checkBox6.UseVisualStyleBackColor = true; // // comboBox6 // resources.ApplyResources(this.comboBox6, "comboBox6"); this.comboBox6.FormattingEnabled = true; this.comboBox6.Name = "comboBox6"; this.comboBox6.SelectedIndexChanged += new System.EventHandler(this.comboBox6_SelectedIndexChanged); this.comboBox6.TextChanged += new System.EventHandler(this.comboBox6_TextChanged); this.comboBox6.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox6_KeyPress); // // label6 // resources.ApplyResources(this.label6, "label6"); this.label6.Name = "label6"; // // checkBox7 // resources.ApplyResources(this.checkBox7, "checkBox7"); this.checkBox7.Name = "checkBox7"; this.checkBox7.UseVisualStyleBackColor = true; // // comboBox7 // resources.ApplyResources(this.comboBox7, "comboBox7"); this.comboBox7.FormattingEnabled = true; this.comboBox7.Name = "comboBox7"; this.comboBox7.SelectedIndexChanged += new System.EventHandler(this.comboBox7_SelectedIndexChanged); this.comboBox7.TextChanged += new System.EventHandler(this.comboBox7_TextChanged); this.comboBox7.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox7_KeyPress); // // label7 // resources.ApplyResources(this.label7, "label7"); this.label7.Name = "label7"; // // checkBox8 // resources.ApplyResources(this.checkBox8, "checkBox8"); this.checkBox8.Name = "checkBox8"; this.checkBox8.UseVisualStyleBackColor = true; // // comboBox8 // resources.ApplyResources(this.comboBox8, "comboBox8"); this.comboBox8.FormattingEnabled = true; this.comboBox8.Name = "comboBox8"; this.comboBox8.SelectedIndexChanged += new System.EventHandler(this.comboBox8_SelectedIndexChanged); this.comboBox8.TextChanged += new System.EventHandler(this.comboBox8_TextChanged); this.comboBox8.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox8_KeyPress); // // label8 // resources.ApplyResources(this.label8, "label8"); this.label8.Name = "label8"; // // checkBox9 // resources.ApplyResources(this.checkBox9, "checkBox9"); this.checkBox9.Name = "checkBox9"; this.checkBox9.UseVisualStyleBackColor = true; // // comboBox9 // resources.ApplyResources(this.comboBox9, "comboBox9"); this.comboBox9.FormattingEnabled = true; this.comboBox9.Name = "comboBox9"; this.comboBox9.SelectedIndexChanged += new System.EventHandler(this.comboBox9_SelectedIndexChanged); this.comboBox9.TextChanged += new System.EventHandler(this.comboBox9_TextChanged); this.comboBox9.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox9_KeyPress); // // label9 // resources.ApplyResources(this.label9, "label9"); this.label9.Name = "label9"; // // checkBox10 // resources.ApplyResources(this.checkBox10, "checkBox10"); this.checkBox10.Name = "checkBox10"; this.checkBox10.UseVisualStyleBackColor = true; // // comboBox10 // resources.ApplyResources(this.comboBox10, "comboBox10"); this.comboBox10.FormattingEnabled = true; this.comboBox10.Name = "comboBox10"; this.comboBox10.SelectedIndexChanged += new System.EventHandler(this.comboBox10_SelectedIndexChanged); this.comboBox10.TextChanged += new System.EventHandler(this.comboBox10_TextChanged); this.comboBox10.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox10_KeyPress); // // label10 // resources.ApplyResources(this.label10, "label10"); this.label10.Name = "label10"; // // checkBox11 // resources.ApplyResources(this.checkBox11, "checkBox11"); this.checkBox11.Name = "checkBox11"; this.checkBox11.UseVisualStyleBackColor = true; // // comboBox11 // resources.ApplyResources(this.comboBox11, "comboBox11"); this.comboBox11.FormattingEnabled = true; this.comboBox11.Name = "comboBox11"; this.comboBox11.SelectedIndexChanged += new System.EventHandler(this.comboBox11_SelectedIndexChanged); this.comboBox11.TextChanged += new System.EventHandler(this.comboBox11_TextChanged); this.comboBox11.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox11_KeyPress); // // label11 // resources.ApplyResources(this.label11, "label11"); this.label11.Name = "label11"; // // checkBox12 // resources.ApplyResources(this.checkBox12, "checkBox12"); this.checkBox12.Name = "checkBox12"; this.checkBox12.UseVisualStyleBackColor = true; // // comboBox12 // resources.ApplyResources(this.comboBox12, "comboBox12"); this.comboBox12.FormattingEnabled = true; this.comboBox12.Name = "comboBox12"; this.comboBox12.SelectedIndexChanged += new System.EventHandler(this.comboBox12_SelectedIndexChanged); this.comboBox12.TextChanged += new System.EventHandler(this.comboBox12_TextChanged); this.comboBox12.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox12_KeyPress); // // label12 // resources.ApplyResources(this.label12, "label12"); this.label12.Name = "label12"; // // extensionsGroupBox // this.extensionsGroupBox.Controls.Add(this.remarkTextBox); this.extensionsGroupBox.Controls.Add(this.label16); this.extensionsGroupBox.Controls.Add(this.snSuffixTextBox); this.extensionsGroupBox.Controls.Add(this.label15); this.extensionsGroupBox.Controls.Add(this.snPrefixTextBox); this.extensionsGroupBox.Controls.Add(this.label14); this.extensionsGroupBox.Controls.Add(this.idNumberTextBox); this.extensionsGroupBox.Controls.Add(this.label13); this.extensionsGroupBox.Controls.Add(this.ext4Label); this.extensionsGroupBox.Controls.Add(this.ext4TextBox); this.extensionsGroupBox.Controls.Add(this.ext3Label); this.extensionsGroupBox.Controls.Add(this.ext3TextBox); this.extensionsGroupBox.Controls.Add(this.ext2Label); this.extensionsGroupBox.Controls.Add(this.ext2TextBox); this.extensionsGroupBox.Controls.Add(this.ext1Label); this.extensionsGroupBox.Controls.Add(this.ext1TextBox); resources.ApplyResources(this.extensionsGroupBox, "extensionsGroupBox"); this.extensionsGroupBox.Name = "extensionsGroupBox"; this.extensionsGroupBox.TabStop = false; // // remarkTextBox // resources.ApplyResources(this.remarkTextBox, "remarkTextBox"); this.remarkTextBox.Name = "remarkTextBox"; // // label16 // resources.ApplyResources(this.label16, "label16"); this.label16.Name = "label16"; // // snSuffixTextBox // resources.ApplyResources(this.snSuffixTextBox, "snSuffixTextBox"); this.snSuffixTextBox.Name = "snSuffixTextBox"; // // label15 // resources.ApplyResources(this.label15, "label15"); this.label15.Name = "label15"; // // snPrefixTextBox // resources.ApplyResources(this.snPrefixTextBox, "snPrefixTextBox"); this.snPrefixTextBox.Name = "snPrefixTextBox"; // // label14 // resources.ApplyResources(this.label14, "label14"); this.label14.Name = "label14"; // // idNumberTextBox // resources.ApplyResources(this.idNumberTextBox, "idNumberTextBox"); this.idNumberTextBox.Name = "idNumberTextBox"; // // label13 // resources.ApplyResources(this.label13, "label13"); this.label13.Name = "label13"; // // ext4Label // resources.ApplyResources(this.ext4Label, "ext4Label"); this.ext4Label.Name = "ext4Label"; // // ext4TextBox // resources.ApplyResources(this.ext4TextBox, "ext4TextBox"); this.ext4TextBox.Name = "ext4TextBox"; // // ext3Label // resources.ApplyResources(this.ext3Label, "ext3Label"); this.ext3Label.Name = "ext3Label"; // // ext3TextBox // resources.ApplyResources(this.ext3TextBox, "ext3TextBox"); this.ext3TextBox.Name = "ext3TextBox"; // // ext2Label // resources.ApplyResources(this.ext2Label, "ext2Label"); this.ext2Label.Name = "ext2Label"; // // ext2TextBox // resources.ApplyResources(this.ext2TextBox, "ext2TextBox"); this.ext2TextBox.Name = "ext2TextBox"; // // ext1Label // resources.ApplyResources(this.ext1Label, "ext1Label"); this.ext1Label.Name = "ext1Label"; // // ext1TextBox // resources.ApplyResources(this.ext1TextBox, "ext1TextBox"); this.ext1TextBox.Name = "ext1TextBox"; this.ext1TextBox.TextChanged += new System.EventHandler(this.ext1TextBox_TextChanged); // // autoSNButton // resources.ApplyResources(this.autoSNButton, "autoSNButton"); this.autoSNButton.ForeColor = System.Drawing.Color.Black; this.autoSNButton.Name = "autoSNButton"; this.autoSNButton.UseVisualStyleBackColor = true; this.autoSNButton.Click += new System.EventHandler(this.autoSNButton_Click); // // pictureBox1 // resources.ApplyResources(this.pictureBox1, "pictureBox1"); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.TabStop = false; // // pictureBox2 // resources.ApplyResources(this.pictureBox2, "pictureBox2"); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.TabStop = false; // // pictureBox3 // resources.ApplyResources(this.pictureBox3, "pictureBox3"); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.TabStop = false; // // pictureBox4 // resources.ApplyResources(this.pictureBox4, "pictureBox4"); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.TabStop = false; // // pictureBox5 // resources.ApplyResources(this.pictureBox5, "pictureBox5"); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.TabStop = false; // // pictureBox6 // resources.ApplyResources(this.pictureBox6, "pictureBox6"); this.pictureBox6.Name = "pictureBox6"; this.pictureBox6.TabStop = false; // // pictureBox7 // resources.ApplyResources(this.pictureBox7, "pictureBox7"); this.pictureBox7.Name = "pictureBox7"; this.pictureBox7.TabStop = false; // // pictureBox8 // resources.ApplyResources(this.pictureBox8, "pictureBox8"); this.pictureBox8.Name = "pictureBox8"; this.pictureBox8.TabStop = false; // // pictureBox9 // resources.ApplyResources(this.pictureBox9, "pictureBox9"); this.pictureBox9.Name = "pictureBox9"; this.pictureBox9.TabStop = false; // // pictureBox10 // resources.ApplyResources(this.pictureBox10, "pictureBox10"); this.pictureBox10.Name = "pictureBox10"; this.pictureBox10.TabStop = false; // // pictureBox11 // resources.ApplyResources(this.pictureBox11, "pictureBox11"); this.pictureBox11.Name = "pictureBox11"; this.pictureBox11.TabStop = false; // // pictureBox12 // resources.ApplyResources(this.pictureBox12, "pictureBox12"); this.pictureBox12.Name = "pictureBox12"; this.pictureBox12.TabStop = false; // // CycleBeginningForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.DarkGray; this.Controls.Add(this.pictureBox12); this.Controls.Add(this.pictureBox11); this.Controls.Add(this.pictureBox10); this.Controls.Add(this.pictureBox9); this.Controls.Add(this.pictureBox8); this.Controls.Add(this.pictureBox7); this.Controls.Add(this.pictureBox6); this.Controls.Add(this.pictureBox5); this.Controls.Add(this.pictureBox4); this.Controls.Add(this.pictureBox3); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.autoSNButton); this.Controls.Add(this.extensionsGroupBox); this.Controls.Add(this.checkBox12); this.Controls.Add(this.comboBox12); this.Controls.Add(this.label12); this.Controls.Add(this.checkBox11); this.Controls.Add(this.comboBox11); this.Controls.Add(this.label11); this.Controls.Add(this.checkBox10); this.Controls.Add(this.comboBox10); this.Controls.Add(this.label10); this.Controls.Add(this.checkBox9); this.Controls.Add(this.comboBox9); this.Controls.Add(this.label9); this.Controls.Add(this.checkBox8); this.Controls.Add(this.comboBox8); this.Controls.Add(this.label8); this.Controls.Add(this.checkBox7); this.Controls.Add(this.comboBox7); this.Controls.Add(this.label7); this.Controls.Add(this.checkBox6); this.Controls.Add(this.comboBox6); this.Controls.Add(this.label6); this.Controls.Add(this.checkBox5); this.Controls.Add(this.comboBox5); this.Controls.Add(this.label5); this.Controls.Add(this.checkBox4); this.Controls.Add(this.comboBox4); this.Controls.Add(this.label4); this.Controls.Add(this.checkBox3); this.Controls.Add(this.comboBox3); this.Controls.Add(this.label3); this.Controls.Add(this.checkBox2); this.Controls.Add(this.comboBox2); this.Controls.Add(this.label2); this.Controls.Add(this.checkBox1); this.Controls.Add(this.comboBox1); this.Controls.Add(this.label1); this.Controls.Add(this.clearButton); this.Controls.Add(this.orderGroupBox); this.Controls.Add(this.okButton); this.ForeColor = System.Drawing.Color.Black; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "CycleBeginningForm"; this.TopMost = true; this.Load += new System.EventHandler(this.CycleBeginningForm_Load); this.orderGroupBox.ResumeLayout(false); this.extensionsGroupBox.ResumeLayout(false); this.extensionsGroupBox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button okButton; private System.Windows.Forms.GroupBox orderGroupBox; private System.Windows.Forms.ComboBox orderComboBox; private System.Windows.Forms.Button clearButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox checkBox3; private System.Windows.Forms.ComboBox comboBox3; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox checkBox4; private System.Windows.Forms.ComboBox comboBox4; private System.Windows.Forms.Label label4; private System.Windows.Forms.CheckBox checkBox5; private System.Windows.Forms.ComboBox comboBox5; private System.Windows.Forms.Label label5; private System.Windows.Forms.CheckBox checkBox6; private System.Windows.Forms.ComboBox comboBox6; private System.Windows.Forms.Label label6; private System.Windows.Forms.CheckBox checkBox7; private System.Windows.Forms.ComboBox comboBox7; private System.Windows.Forms.Label label7; private System.Windows.Forms.CheckBox checkBox8; private System.Windows.Forms.ComboBox comboBox8; private System.Windows.Forms.Label label8; private System.Windows.Forms.CheckBox checkBox9; private System.Windows.Forms.ComboBox comboBox9; private System.Windows.Forms.Label label9; private System.Windows.Forms.CheckBox checkBox10; private System.Windows.Forms.ComboBox comboBox10; private System.Windows.Forms.Label label10; private System.Windows.Forms.CheckBox checkBox11; private System.Windows.Forms.ComboBox comboBox11; private System.Windows.Forms.Label label11; private System.Windows.Forms.CheckBox checkBox12; private System.Windows.Forms.ComboBox comboBox12; private System.Windows.Forms.Label label12; private System.Windows.Forms.GroupBox extensionsGroupBox; private System.Windows.Forms.Label ext4Label; private System.Windows.Forms.TextBox ext4TextBox; private System.Windows.Forms.Label ext3Label; private System.Windows.Forms.TextBox ext3TextBox; private System.Windows.Forms.Label ext2Label; private System.Windows.Forms.TextBox ext2TextBox; private System.Windows.Forms.Label ext1Label; private System.Windows.Forms.TextBox ext1TextBox; private System.Windows.Forms.TextBox remarkTextBox; private System.Windows.Forms.Label label16; private System.Windows.Forms.TextBox snSuffixTextBox; private System.Windows.Forms.Label label15; private System.Windows.Forms.TextBox snPrefixTextBox; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox idNumberTextBox; private System.Windows.Forms.Label label13; private System.Windows.Forms.Button autoSNButton; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.PictureBox pictureBox4; private System.Windows.Forms.PictureBox pictureBox5; private System.Windows.Forms.PictureBox pictureBox6; private System.Windows.Forms.PictureBox pictureBox7; private System.Windows.Forms.PictureBox pictureBox8; private System.Windows.Forms.PictureBox pictureBox9; private System.Windows.Forms.PictureBox pictureBox10; private System.Windows.Forms.PictureBox pictureBox11; private System.Windows.Forms.PictureBox pictureBox12; } }