/// /// Copyright (c) 2017 Sensus Metering Systems /// namespace TBF.BenchControl.DataEntry.StandardCamera { 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.checkBox13 = new System.Windows.Forms.CheckBox(); this.comboBox13 = new System.Windows.Forms.ComboBox(); this.label13 = new System.Windows.Forms.Label(); this.checkBox14 = new System.Windows.Forms.CheckBox(); this.comboBox14 = new System.Windows.Forms.ComboBox(); this.label14 = new System.Windows.Forms.Label(); this.checkBox15 = new System.Windows.Forms.CheckBox(); this.comboBox15 = new System.Windows.Forms.ComboBox(); this.label15 = new System.Windows.Forms.Label(); this.checkBox16 = new System.Windows.Forms.CheckBox(); this.comboBox16 = new System.Windows.Forms.ComboBox(); this.label16 = new System.Windows.Forms.Label(); this.checkBox17 = new System.Windows.Forms.CheckBox(); this.comboBox17 = new System.Windows.Forms.ComboBox(); this.label17 = new System.Windows.Forms.Label(); this.checkBox18 = new System.Windows.Forms.CheckBox(); this.comboBox18 = new System.Windows.Forms.ComboBox(); this.label18 = new System.Windows.Forms.Label(); this.checkBox19 = new System.Windows.Forms.CheckBox(); this.comboBox19 = new System.Windows.Forms.ComboBox(); this.label19 = new System.Windows.Forms.Label(); this.checkBox20 = new System.Windows.Forms.CheckBox(); this.comboBox20 = new System.Windows.Forms.ComboBox(); this.label20 = new System.Windows.Forms.Label(); this.checkBox21 = new System.Windows.Forms.CheckBox(); this.comboBox21 = new System.Windows.Forms.ComboBox(); this.label21 = new System.Windows.Forms.Label(); this.checkBox22 = new System.Windows.Forms.CheckBox(); this.comboBox22 = new System.Windows.Forms.ComboBox(); this.label22 = new System.Windows.Forms.Label(); this.checkBox23 = new System.Windows.Forms.CheckBox(); this.comboBox23 = new System.Windows.Forms.ComboBox(); this.label23 = new System.Windows.Forms.Label(); this.checkBox24 = new System.Windows.Forms.CheckBox(); this.comboBox24 = new System.Windows.Forms.ComboBox(); this.label24 = new System.Windows.Forms.Label(); this.orderGroupBox.SuspendLayout(); 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"; // // checkBox13 // resources.ApplyResources(this.checkBox13, "checkBox13"); this.checkBox13.Name = "checkBox13"; this.checkBox13.UseVisualStyleBackColor = true; // // comboBox13 // resources.ApplyResources(this.comboBox13, "comboBox13"); this.comboBox13.FormattingEnabled = true; this.comboBox13.Name = "comboBox13"; this.comboBox13.SelectedIndexChanged += new System.EventHandler(this.comboBox13_SelectedIndexChanged); this.comboBox13.TextChanged += new System.EventHandler(this.comboBox13_TextChanged); this.comboBox13.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox13_KeyPress); // // label13 // resources.ApplyResources(this.label13, "label13"); this.label13.Name = "label13"; // // checkBox14 // resources.ApplyResources(this.checkBox14, "checkBox14"); this.checkBox14.Name = "checkBox14"; this.checkBox14.UseVisualStyleBackColor = true; // // comboBox14 // resources.ApplyResources(this.comboBox14, "comboBox14"); this.comboBox14.FormattingEnabled = true; this.comboBox14.Name = "comboBox14"; this.comboBox14.SelectedIndexChanged += new System.EventHandler(this.comboBox14_SelectedIndexChanged); this.comboBox14.TextChanged += new System.EventHandler(this.comboBox14_TextChanged); this.comboBox14.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox14_KeyPress); // // label14 // resources.ApplyResources(this.label14, "label14"); this.label14.Name = "label14"; // // checkBox15 // resources.ApplyResources(this.checkBox15, "checkBox15"); this.checkBox15.Name = "checkBox15"; this.checkBox15.UseVisualStyleBackColor = true; // // comboBox15 // resources.ApplyResources(this.comboBox15, "comboBox15"); this.comboBox15.FormattingEnabled = true; this.comboBox15.Name = "comboBox15"; this.comboBox15.SelectedIndexChanged += new System.EventHandler(this.comboBox15_SelectedIndexChanged); this.comboBox15.TextChanged += new System.EventHandler(this.comboBox15_TextChanged); this.comboBox15.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox15_KeyPress); // // label15 // resources.ApplyResources(this.label15, "label15"); this.label15.Name = "label15"; // // checkBox16 // resources.ApplyResources(this.checkBox16, "checkBox16"); this.checkBox16.Name = "checkBox16"; this.checkBox16.UseVisualStyleBackColor = true; // // comboBox16 // resources.ApplyResources(this.comboBox16, "comboBox16"); this.comboBox16.FormattingEnabled = true; this.comboBox16.Name = "comboBox16"; this.comboBox16.SelectedIndexChanged += new System.EventHandler(this.comboBox16_SelectedIndexChanged); this.comboBox16.TextChanged += new System.EventHandler(this.comboBox16_TextChanged); this.comboBox16.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox16_KeyPress); // // label16 // resources.ApplyResources(this.label16, "label16"); this.label16.Name = "label16"; // // checkBox17 // resources.ApplyResources(this.checkBox17, "checkBox17"); this.checkBox17.Name = "checkBox17"; this.checkBox17.UseVisualStyleBackColor = true; // // comboBox17 // resources.ApplyResources(this.comboBox17, "comboBox17"); this.comboBox17.FormattingEnabled = true; this.comboBox17.Name = "comboBox17"; this.comboBox17.SelectedIndexChanged += new System.EventHandler(this.comboBox17_SelectedIndexChanged); this.comboBox17.TextChanged += new System.EventHandler(this.comboBox17_TextChanged); this.comboBox17.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox17_KeyPress); // // label17 // resources.ApplyResources(this.label17, "label17"); this.label17.Name = "label17"; // // checkBox18 // resources.ApplyResources(this.checkBox18, "checkBox18"); this.checkBox18.Name = "checkBox18"; this.checkBox18.UseVisualStyleBackColor = true; // // comboBox18 // resources.ApplyResources(this.comboBox18, "comboBox18"); this.comboBox18.FormattingEnabled = true; this.comboBox18.Name = "comboBox18"; this.comboBox18.SelectedIndexChanged += new System.EventHandler(this.comboBox18_SelectedIndexChanged); this.comboBox18.TextChanged += new System.EventHandler(this.comboBox18_TextChanged); this.comboBox18.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox18_KeyPress); // // label18 // resources.ApplyResources(this.label18, "label18"); this.label18.Name = "label18"; // // checkBox19 // resources.ApplyResources(this.checkBox19, "checkBox19"); this.checkBox19.Name = "checkBox19"; this.checkBox19.UseVisualStyleBackColor = true; // // comboBox19 // resources.ApplyResources(this.comboBox19, "comboBox19"); this.comboBox19.FormattingEnabled = true; this.comboBox19.Name = "comboBox19"; this.comboBox19.SelectedIndexChanged += new System.EventHandler(this.comboBox19_SelectedIndexChanged); this.comboBox19.TextChanged += new System.EventHandler(this.comboBox19_TextChanged); this.comboBox19.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox19_KeyPress); // // label19 // resources.ApplyResources(this.label19, "label19"); this.label19.Name = "label19"; // // checkBox20 // resources.ApplyResources(this.checkBox20, "checkBox20"); this.checkBox20.Name = "checkBox20"; this.checkBox20.UseVisualStyleBackColor = true; // // comboBox20 // resources.ApplyResources(this.comboBox20, "comboBox20"); this.comboBox20.FormattingEnabled = true; this.comboBox20.Name = "comboBox20"; this.comboBox20.SelectedIndexChanged += new System.EventHandler(this.comboBox20_SelectedIndexChanged); this.comboBox20.TextChanged += new System.EventHandler(this.comboBox20_TextChanged); this.comboBox20.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox20_KeyPress); // // label20 // resources.ApplyResources(this.label20, "label20"); this.label20.Name = "label20"; // // checkBox21 // resources.ApplyResources(this.checkBox21, "checkBox21"); this.checkBox21.Name = "checkBox21"; this.checkBox21.UseVisualStyleBackColor = true; // // comboBox21 // resources.ApplyResources(this.comboBox21, "comboBox21"); this.comboBox21.FormattingEnabled = true; this.comboBox21.Name = "comboBox21"; this.comboBox21.SelectedIndexChanged += new System.EventHandler(this.comboBox21_SelectedIndexChanged); this.comboBox21.TextChanged += new System.EventHandler(this.comboBox21_TextChanged); this.comboBox21.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox21_KeyPress); // // label21 // resources.ApplyResources(this.label21, "label21"); this.label21.Name = "label21"; // // checkBox22 // resources.ApplyResources(this.checkBox22, "checkBox22"); this.checkBox22.Name = "checkBox22"; this.checkBox22.UseVisualStyleBackColor = true; // // comboBox22 // resources.ApplyResources(this.comboBox22, "comboBox22"); this.comboBox22.FormattingEnabled = true; this.comboBox22.Name = "comboBox22"; this.comboBox22.SelectedIndexChanged += new System.EventHandler(this.comboBox22_SelectedIndexChanged); this.comboBox22.TextChanged += new System.EventHandler(this.comboBox22_TextChanged); this.comboBox22.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox22_KeyPress); // // label22 // resources.ApplyResources(this.label22, "label22"); this.label22.Name = "label22"; // // checkBox23 // resources.ApplyResources(this.checkBox23, "checkBox23"); this.checkBox23.Name = "checkBox23"; this.checkBox23.UseVisualStyleBackColor = true; // // comboBox23 // resources.ApplyResources(this.comboBox23, "comboBox23"); this.comboBox23.FormattingEnabled = true; this.comboBox23.Name = "comboBox23"; this.comboBox23.SelectedIndexChanged += new System.EventHandler(this.comboBox23_SelectedIndexChanged); this.comboBox23.TextChanged += new System.EventHandler(this.comboBox23_TextChanged); this.comboBox23.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox23_KeyPress); // // label23 // resources.ApplyResources(this.label23, "label23"); this.label23.Name = "label23"; // // checkBox24 // resources.ApplyResources(this.checkBox24, "checkBox24"); this.checkBox24.Name = "checkBox24"; this.checkBox24.UseVisualStyleBackColor = true; // // comboBox24 // resources.ApplyResources(this.comboBox24, "comboBox24"); this.comboBox24.FormattingEnabled = true; this.comboBox24.Name = "comboBox24"; this.comboBox24.SelectedIndexChanged += new System.EventHandler(this.comboBox24_SelectedIndexChanged); this.comboBox24.TextChanged += new System.EventHandler(this.comboBox24_TextChanged); this.comboBox24.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox24_KeyPress); // // label24 // resources.ApplyResources(this.label24, "label24"); this.label24.Name = "label24"; // // CycleBeginningForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.DarkGoldenrod; this.Controls.Add(this.checkBox24); this.Controls.Add(this.comboBox24); this.Controls.Add(this.label24); this.Controls.Add(this.checkBox23); this.Controls.Add(this.comboBox23); this.Controls.Add(this.label23); this.Controls.Add(this.checkBox22); this.Controls.Add(this.comboBox22); this.Controls.Add(this.label22); this.Controls.Add(this.checkBox21); this.Controls.Add(this.comboBox21); this.Controls.Add(this.label21); this.Controls.Add(this.checkBox20); this.Controls.Add(this.comboBox20); this.Controls.Add(this.label20); this.Controls.Add(this.checkBox19); this.Controls.Add(this.comboBox19); this.Controls.Add(this.label19); this.Controls.Add(this.checkBox18); this.Controls.Add(this.comboBox18); this.Controls.Add(this.label18); this.Controls.Add(this.checkBox17); this.Controls.Add(this.comboBox17); this.Controls.Add(this.label17); this.Controls.Add(this.checkBox16); this.Controls.Add(this.comboBox16); this.Controls.Add(this.label16); this.Controls.Add(this.checkBox15); this.Controls.Add(this.comboBox15); this.Controls.Add(this.label15); this.Controls.Add(this.checkBox14); this.Controls.Add(this.comboBox14); this.Controls.Add(this.label14); this.Controls.Add(this.checkBox13); this.Controls.Add(this.comboBox13); this.Controls.Add(this.label13); 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.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.CheckBox checkBox13; private System.Windows.Forms.ComboBox comboBox13; private System.Windows.Forms.Label label13; private System.Windows.Forms.CheckBox checkBox14; private System.Windows.Forms.ComboBox comboBox14; private System.Windows.Forms.Label label14; private System.Windows.Forms.CheckBox checkBox15; private System.Windows.Forms.ComboBox comboBox15; private System.Windows.Forms.Label label15; private System.Windows.Forms.CheckBox checkBox16; private System.Windows.Forms.ComboBox comboBox16; private System.Windows.Forms.Label label16; private System.Windows.Forms.CheckBox checkBox17; private System.Windows.Forms.ComboBox comboBox17; private System.Windows.Forms.Label label17; private System.Windows.Forms.CheckBox checkBox18; private System.Windows.Forms.ComboBox comboBox18; private System.Windows.Forms.Label label18; private System.Windows.Forms.CheckBox checkBox19; private System.Windows.Forms.ComboBox comboBox19; private System.Windows.Forms.Label label19; private System.Windows.Forms.CheckBox checkBox20; private System.Windows.Forms.ComboBox comboBox20; private System.Windows.Forms.Label label20; private System.Windows.Forms.CheckBox checkBox21; private System.Windows.Forms.ComboBox comboBox21; private System.Windows.Forms.Label label21; private System.Windows.Forms.CheckBox checkBox22; private System.Windows.Forms.ComboBox comboBox22; private System.Windows.Forms.Label label22; private System.Windows.Forms.CheckBox checkBox23; private System.Windows.Forms.ComboBox comboBox23; private System.Windows.Forms.Label label23; private System.Windows.Forms.CheckBox checkBox24; private System.Windows.Forms.ComboBox comboBox24; private System.Windows.Forms.Label label24; } }