tbf/TestBenchFramework/Screens/PicturesTabPageCtrl.Designer.cs
2015-04-15 20:32:56 +02:00

178 lines
7.1 KiB
C#

///
/// Copyright (c) 2013-2015 Sensus Metering Systems
///
namespace TBF.Screens
{
partial class PicturesTabPageCtrl
{
/// <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 Component 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PicturesTabPageCtrl));
this.logTextBox = new System.Windows.Forms.TextBox();
this.splitContainer = new System.Windows.Forms.SplitContainer();
this.configureButton = new System.Windows.Forms.Button();
this.cameraPictureCtrl6 = new TBF.UiControls.CameraPictureCtrl();
this.cameraPictureCtrl5 = new TBF.UiControls.CameraPictureCtrl();
this.cameraPictureCtrl4 = new TBF.UiControls.CameraPictureCtrl();
this.cameraPictureCtrl3 = new TBF.UiControls.CameraPictureCtrl();
this.cameraPictureCtrl2 = new TBF.UiControls.CameraPictureCtrl();
this.cameraPictureCtrl1 = new TBF.UiControls.CameraPictureCtrl();
this.grabButton = new System.Windows.Forms.Button();
this.liveButton = new System.Windows.Forms.Button();
this.focusButton = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.SuspendLayout();
//
// logTextBox
//
resources.ApplyResources(this.logTextBox, "logTextBox");
this.logTextBox.Name = "logTextBox";
//
// splitContainer
//
resources.ApplyResources(this.splitContainer, "splitContainer");
this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer.Name = "splitContainer";
//
// splitContainer.Panel1
//
this.splitContainer.Panel1.BackColor = System.Drawing.SystemColors.Control;
this.splitContainer.Panel1.Controls.Add(this.focusButton);
this.splitContainer.Panel1.Controls.Add(this.liveButton);
this.splitContainer.Panel1.Controls.Add(this.grabButton);
this.splitContainer.Panel1.Controls.Add(this.configureButton);
//
// splitContainer.Panel2
//
this.splitContainer.Panel2.Controls.Add(this.cameraPictureCtrl6);
this.splitContainer.Panel2.Controls.Add(this.cameraPictureCtrl5);
this.splitContainer.Panel2.Controls.Add(this.cameraPictureCtrl4);
this.splitContainer.Panel2.Controls.Add(this.cameraPictureCtrl3);
this.splitContainer.Panel2.Controls.Add(this.cameraPictureCtrl2);
this.splitContainer.Panel2.Controls.Add(this.cameraPictureCtrl1);
//
// configureButton
//
resources.ApplyResources(this.configureButton, "configureButton");
this.configureButton.Name = "configureButton";
this.configureButton.UseVisualStyleBackColor = true;
this.configureButton.Click += new System.EventHandler(this.configureButton_Click);
//
// cameraPictureCtrl6
//
this.cameraPictureCtrl6.BackColor = System.Drawing.SystemColors.ButtonShadow;
resources.ApplyResources(this.cameraPictureCtrl6, "cameraPictureCtrl6");
this.cameraPictureCtrl6.Name = "cameraPictureCtrl6";
//
// cameraPictureCtrl5
//
this.cameraPictureCtrl5.BackColor = System.Drawing.SystemColors.ButtonShadow;
resources.ApplyResources(this.cameraPictureCtrl5, "cameraPictureCtrl5");
this.cameraPictureCtrl5.Name = "cameraPictureCtrl5";
//
// cameraPictureCtrl4
//
this.cameraPictureCtrl4.BackColor = System.Drawing.SystemColors.ButtonShadow;
resources.ApplyResources(this.cameraPictureCtrl4, "cameraPictureCtrl4");
this.cameraPictureCtrl4.Name = "cameraPictureCtrl4";
//
// cameraPictureCtrl3
//
this.cameraPictureCtrl3.BackColor = System.Drawing.SystemColors.ButtonShadow;
resources.ApplyResources(this.cameraPictureCtrl3, "cameraPictureCtrl3");
this.cameraPictureCtrl3.Name = "cameraPictureCtrl3";
//
// cameraPictureCtrl2
//
this.cameraPictureCtrl2.BackColor = System.Drawing.SystemColors.ButtonShadow;
resources.ApplyResources(this.cameraPictureCtrl2, "cameraPictureCtrl2");
this.cameraPictureCtrl2.Name = "cameraPictureCtrl2";
//
// cameraPictureCtrl1
//
this.cameraPictureCtrl1.BackColor = System.Drawing.SystemColors.ButtonShadow;
resources.ApplyResources(this.cameraPictureCtrl1, "cameraPictureCtrl1");
this.cameraPictureCtrl1.Name = "cameraPictureCtrl1";
//
// grabButton
//
resources.ApplyResources(this.grabButton, "grabButton");
this.grabButton.Name = "grabButton";
this.grabButton.UseVisualStyleBackColor = true;
this.grabButton.Click += new System.EventHandler(this.grabButton_Click);
//
// liveButton
//
resources.ApplyResources(this.liveButton, "liveButton");
this.liveButton.Name = "liveButton";
this.liveButton.UseVisualStyleBackColor = true;
this.liveButton.Click += new System.EventHandler(this.liveButton_Click);
//
// focusButton
//
resources.ApplyResources(this.focusButton, "focusButton");
this.focusButton.Name = "focusButton";
this.focusButton.UseVisualStyleBackColor = true;
this.focusButton.Click += new System.EventHandler(this.focusButton_Click);
//
// PicturesTabPageCtrl
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Silver;
this.Controls.Add(this.splitContainer);
this.Controls.Add(this.logTextBox);
this.Name = "PicturesTabPageCtrl";
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
this.splitContainer.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox logTextBox;
private System.Windows.Forms.SplitContainer splitContainer;
private System.Windows.Forms.Button configureButton;
private UiControls.CameraPictureCtrl cameraPictureCtrl6;
private UiControls.CameraPictureCtrl cameraPictureCtrl5;
private UiControls.CameraPictureCtrl cameraPictureCtrl4;
private UiControls.CameraPictureCtrl cameraPictureCtrl3;
private UiControls.CameraPictureCtrl cameraPictureCtrl2;
private UiControls.CameraPictureCtrl cameraPictureCtrl1;
private System.Windows.Forms.Button focusButton;
private System.Windows.Forms.Button liveButton;
private System.Windows.Forms.Button grabButton;
}
}