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.
71 lines
2.7 KiB
C#
71 lines
2.7 KiB
C#
namespace Rs.MotionPlat.Recipe
|
|
{
|
|
partial class LookPicture
|
|
{
|
|
/// <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 Windows Form 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.himgNozzle2 = new ChoiceTech.Halcon.Control.HWindow_Final();
|
|
this.SuspendLayout();
|
|
//
|
|
// himgNozzle2
|
|
//
|
|
this.himgNozzle2.BackColor = System.Drawing.Color.Transparent;
|
|
this.himgNozzle2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.himgNozzle2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.himgNozzle2.DrawModel = false;
|
|
this.himgNozzle2.ForeColor = System.Drawing.Color.White;
|
|
this.himgNozzle2.Image = null;
|
|
this.himgNozzle2.Location = new System.Drawing.Point(0, 40);
|
|
this.himgNozzle2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.himgNozzle2.Name = "himgNozzle2";
|
|
this.himgNozzle2.Size = new System.Drawing.Size(723, 860);
|
|
this.himgNozzle2.TabIndex = 13;
|
|
//
|
|
// LookPicture
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(723, 900);
|
|
this.Controls.Add(this.himgNozzle2);
|
|
this.HeaderBackgroundColor = System.Drawing.Color.IndianRed;
|
|
this.HeadText = "picsize";
|
|
this.Name = "LookPicture";
|
|
this.ShowMax = false;
|
|
this.ShowMin = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "LookPicture";
|
|
this.Load += new System.EventHandler(this.LookPicture_Load);
|
|
this.Controls.SetChildIndex(this.himgNozzle2, 0);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ChoiceTech.Halcon.Control.HWindow_Final himgNozzle2;
|
|
}
|
|
} |