You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
4.5 KiB
C#

2 years ago
namespace Rs.MotionPlat
{
partial class ShowImage
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.panelEx2 = new Rs.Controls.PanelEx();
this.lblHeadText = new System.Windows.Forms.Label();
this.panelEx3 = new Rs.Controls.PanelEx();
this.hWindow_Final1 = new ChoiceTech.Halcon.Control.HWindow_Final();
this.panelEx2.SuspendLayout();
this.panelEx3.SuspendLayout();
this.SuspendLayout();
//
// panelEx2
//
this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelEx2.Controls.Add(this.lblHeadText);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx2.Location = new System.Drawing.Point(0, 0);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(279, 36);
this.panelEx2.TabIndex = 1;
//
// lblHeadText
//
this.lblHeadText.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.lblHeadText.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblHeadText.ForeColor = System.Drawing.Color.White;
this.lblHeadText.Location = new System.Drawing.Point(0, 0);
this.lblHeadText.Name = "lblHeadText";
this.lblHeadText.Size = new System.Drawing.Size(277, 34);
this.lblHeadText.TabIndex = 0;
this.lblHeadText.Text = "label5";
this.lblHeadText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panelEx3
//
this.panelEx3.Controls.Add(this.hWindow_Final1);
this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx3.Location = new System.Drawing.Point(0, 36);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Size = new System.Drawing.Size(279, 262);
this.panelEx3.TabIndex = 2;
//
// hWindow_Final1
//
this.hWindow_Final1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.hWindow_Final1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.hWindow_Final1.Dock = System.Windows.Forms.DockStyle.Fill;
this.hWindow_Final1.DrawModel = false;
this.hWindow_Final1.ForeColor = System.Drawing.Color.White;
this.hWindow_Final1.Image = null;
this.hWindow_Final1.Location = new System.Drawing.Point(0, 0);
this.hWindow_Final1.Name = "hWindow_Final1";
this.hWindow_Final1.Size = new System.Drawing.Size(279, 262);
this.hWindow_Final1.TabIndex = 4;
//
// ShowImage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
this.Controls.Add(this.panelEx3);
this.Controls.Add(this.panelEx2);
this.Name = "ShowImage";
this.Size = new System.Drawing.Size(279, 298);
this.panelEx2.ResumeLayout(false);
this.panelEx3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Controls.PanelEx panelEx2;
private System.Windows.Forms.Label lblHeadText;
private Controls.PanelEx panelEx3;
private ChoiceTech.Halcon.Control.HWindow_Final hWindow_Final1;
}
}