94 lines
3.5 KiB
C#
94 lines
3.5 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.UiControls
|
|
{
|
|
partial class CameraPictureCtrl
|
|
{
|
|
/// <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()
|
|
{
|
|
this.pictureBox = new System.Windows.Forms.PictureBox();
|
|
this.groupBox = new System.Windows.Forms.GroupBox();
|
|
this.ledPictureBox = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
|
this.groupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ledPictureBox)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pictureBox
|
|
//
|
|
this.pictureBox.Location = new System.Drawing.Point(6, 19);
|
|
this.pictureBox.Name = "pictureBox";
|
|
this.pictureBox.Size = new System.Drawing.Size(320, 240);
|
|
this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox.TabIndex = 0;
|
|
this.pictureBox.TabStop = false;
|
|
//
|
|
// groupBox
|
|
//
|
|
this.groupBox.BackColor = System.Drawing.SystemColors.Control;
|
|
this.groupBox.Controls.Add(this.ledPictureBox);
|
|
this.groupBox.Controls.Add(this.pictureBox);
|
|
this.groupBox.ForeColor = System.Drawing.Color.Black;
|
|
this.groupBox.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox.Name = "groupBox";
|
|
this.groupBox.Size = new System.Drawing.Size(332, 280);
|
|
this.groupBox.TabIndex = 1;
|
|
this.groupBox.TabStop = false;
|
|
this.groupBox.Text = "Camera ";
|
|
//
|
|
// ledPictureBox
|
|
//
|
|
this.ledPictureBox.Location = new System.Drawing.Point(6, 261);
|
|
this.ledPictureBox.Name = "ledPictureBox";
|
|
this.ledPictureBox.Size = new System.Drawing.Size(15, 15);
|
|
this.ledPictureBox.TabIndex = 5;
|
|
this.ledPictureBox.TabStop = false;
|
|
//
|
|
// CameraPictureCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
this.Controls.Add(this.groupBox);
|
|
this.Name = "CameraPictureCtrl";
|
|
this.Size = new System.Drawing.Size(332, 280);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
|
this.groupBox.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.ledPictureBox)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox;
|
|
private System.Windows.Forms.GroupBox groupBox;
|
|
private System.Windows.Forms.PictureBox ledPictureBox;
|
|
}
|
|
}
|