/// /// Copyright (c) 2017 Sensus Metering Systems /// namespace TBF.BenchControl.Network.Camera.Display { partial class DisplayForm { /// /// 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(DisplayForm)); this.okButton = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.checkBox4 = new System.Windows.Forms.CheckBox(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.retryButton = new System.Windows.Forms.Button(); this.abortButton = new System.Windows.Forms.Button(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.checkBox5 = new System.Windows.Forms.CheckBox(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.checkBox6 = new System.Windows.Forms.CheckBox(); this.pictureBox6 = new System.Windows.Forms.PictureBox(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); this.groupBox6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).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); // // groupBox1 // this.groupBox1.Controls.Add(this.checkBox1); this.groupBox1.Controls.Add(this.pictureBox1); resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.ForeColor = System.Drawing.Color.Black; this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // checkBox1 // resources.ApplyResources(this.checkBox1, "checkBox1"); this.checkBox1.Name = "checkBox1"; this.checkBox1.UseVisualStyleBackColor = true; // // pictureBox1 // resources.ApplyResources(this.pictureBox1, "pictureBox1"); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.TabStop = false; // // groupBox2 // this.groupBox2.Controls.Add(this.checkBox2); this.groupBox2.Controls.Add(this.pictureBox2); resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.ForeColor = System.Drawing.Color.Black; this.groupBox2.Name = "groupBox2"; this.groupBox2.TabStop = false; // // checkBox2 // resources.ApplyResources(this.checkBox2, "checkBox2"); this.checkBox2.Name = "checkBox2"; this.checkBox2.UseVisualStyleBackColor = true; // // pictureBox2 // resources.ApplyResources(this.pictureBox2, "pictureBox2"); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.TabStop = false; // // groupBox3 // this.groupBox3.Controls.Add(this.checkBox3); this.groupBox3.Controls.Add(this.pictureBox3); resources.ApplyResources(this.groupBox3, "groupBox3"); this.groupBox3.ForeColor = System.Drawing.Color.Black; this.groupBox3.Name = "groupBox3"; this.groupBox3.TabStop = false; // // checkBox3 // resources.ApplyResources(this.checkBox3, "checkBox3"); this.checkBox3.Name = "checkBox3"; this.checkBox3.UseVisualStyleBackColor = true; // // pictureBox3 // resources.ApplyResources(this.pictureBox3, "pictureBox3"); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.TabStop = false; // // groupBox4 // this.groupBox4.Controls.Add(this.checkBox4); this.groupBox4.Controls.Add(this.pictureBox4); resources.ApplyResources(this.groupBox4, "groupBox4"); this.groupBox4.ForeColor = System.Drawing.Color.Black; this.groupBox4.Name = "groupBox4"; this.groupBox4.TabStop = false; // // checkBox4 // resources.ApplyResources(this.checkBox4, "checkBox4"); this.checkBox4.Name = "checkBox4"; this.checkBox4.UseVisualStyleBackColor = true; // // pictureBox4 // resources.ApplyResources(this.pictureBox4, "pictureBox4"); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.TabStop = false; // // retryButton // resources.ApplyResources(this.retryButton, "retryButton"); this.retryButton.ForeColor = System.Drawing.Color.Black; this.retryButton.Name = "retryButton"; this.retryButton.UseVisualStyleBackColor = true; this.retryButton.Click += new System.EventHandler(this.retryButton_Click); // // abortButton // resources.ApplyResources(this.abortButton, "abortButton"); this.abortButton.ForeColor = System.Drawing.Color.Black; this.abortButton.Name = "abortButton"; this.abortButton.UseVisualStyleBackColor = true; this.abortButton.Click += new System.EventHandler(this.abortButton_Click); // // groupBox5 // this.groupBox5.Controls.Add(this.checkBox5); this.groupBox5.Controls.Add(this.pictureBox5); resources.ApplyResources(this.groupBox5, "groupBox5"); this.groupBox5.ForeColor = System.Drawing.Color.Black; this.groupBox5.Name = "groupBox5"; this.groupBox5.TabStop = false; // // checkBox5 // resources.ApplyResources(this.checkBox5, "checkBox5"); this.checkBox5.Name = "checkBox5"; this.checkBox5.UseVisualStyleBackColor = true; // // pictureBox5 // resources.ApplyResources(this.pictureBox5, "pictureBox5"); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.TabStop = false; // // groupBox6 // this.groupBox6.Controls.Add(this.checkBox6); this.groupBox6.Controls.Add(this.pictureBox6); resources.ApplyResources(this.groupBox6, "groupBox6"); this.groupBox6.ForeColor = System.Drawing.Color.Black; this.groupBox6.Name = "groupBox6"; this.groupBox6.TabStop = false; // // checkBox6 // resources.ApplyResources(this.checkBox6, "checkBox6"); this.checkBox6.Name = "checkBox6"; this.checkBox6.UseVisualStyleBackColor = true; // // pictureBox6 // resources.ApplyResources(this.pictureBox6, "pictureBox6"); this.pictureBox6.Name = "pictureBox6"; this.pictureBox6.TabStop = false; // // DisplayForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.DarkGray; this.Controls.Add(this.groupBox6); this.Controls.Add(this.groupBox5); this.Controls.Add(this.abortButton); this.Controls.Add(this.retryButton); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.okButton); this.ForeColor = System.Drawing.Color.Black; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "DisplayForm"; this.TopMost = true; this.Load += new System.EventHandler(this.CycleBeginningForm_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button okButton; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.Button retryButton; private System.Windows.Forms.Button abortButton; 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.GroupBox groupBox5; private System.Windows.Forms.PictureBox pictureBox5; private System.Windows.Forms.GroupBox groupBox6; private System.Windows.Forms.PictureBox pictureBox6; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.CheckBox checkBox3; private System.Windows.Forms.CheckBox checkBox4; private System.Windows.Forms.CheckBox checkBox5; private System.Windows.Forms.CheckBox checkBox6; } }