113 lines
5.0 KiB
C#
113 lines
5.0 KiB
C#
|
namespace ProductionControl
|
|||
|
{
|
|||
|
partial class FrmShowDefectImage
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmShowDefectImage));
|
|||
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|||
|
this.tsbtnRefesh = new System.Windows.Forms.ToolStripButton();
|
|||
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|||
|
this.tsbtnDefectList = new System.Windows.Forms.ToolStripDropDownButton();
|
|||
|
this.ucImageView1 = new ProductionControl.UIExtend.UCImageView();
|
|||
|
this.toolStrip1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// toolStrip1
|
|||
|
//
|
|||
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|||
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.tsbtnRefesh,
|
|||
|
this.toolStripSeparator4,
|
|||
|
this.tsbtnDefectList});
|
|||
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.toolStrip1.Name = "toolStrip1";
|
|||
|
this.toolStrip1.Size = new System.Drawing.Size(1507, 38);
|
|||
|
this.toolStrip1.TabIndex = 6;
|
|||
|
this.toolStrip1.Text = "toolStrip1";
|
|||
|
//
|
|||
|
// tsbtnRefesh
|
|||
|
//
|
|||
|
this.tsbtnRefesh.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRefesh.Image")));
|
|||
|
this.tsbtnRefesh.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|||
|
this.tsbtnRefesh.Name = "tsbtnRefesh";
|
|||
|
this.tsbtnRefesh.Size = new System.Drawing.Size(74, 33);
|
|||
|
this.tsbtnRefesh.Text = "刷新";
|
|||
|
this.tsbtnRefesh.Click += new System.EventHandler(this.tsbtnRefesh_Click);
|
|||
|
//
|
|||
|
// toolStripSeparator4
|
|||
|
//
|
|||
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|||
|
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 38);
|
|||
|
//
|
|||
|
// tsbtnDefectList
|
|||
|
//
|
|||
|
this.tsbtnDefectList.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDefectList.Image")));
|
|||
|
this.tsbtnDefectList.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|||
|
this.tsbtnDefectList.Name = "tsbtnDefectList";
|
|||
|
this.tsbtnDefectList.Size = new System.Drawing.Size(124, 33);
|
|||
|
this.tsbtnDefectList.Text = "类型过滤";
|
|||
|
//
|
|||
|
// ucImageView1
|
|||
|
//
|
|||
|
this.ucImageView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.ucImageView1.Location = new System.Drawing.Point(0, 38);
|
|||
|
this.ucImageView1.Name = "ucImageView1";
|
|||
|
this.ucImageView1.Size = new System.Drawing.Size(1507, 752);
|
|||
|
this.ucImageView1.TabIndex = 7;
|
|||
|
//
|
|||
|
// FrmShowDefectImage
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(1507, 790);
|
|||
|
this.Controls.Add(this.ucImageView1);
|
|||
|
this.Controls.Add(this.toolStrip1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "FrmShowDefectImage";
|
|||
|
this.ShowIcon = false;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "缺陷分布图";
|
|||
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|||
|
this.Load += new System.EventHandler(this.FrmShowSizeTag_Load);
|
|||
|
this.toolStrip1.ResumeLayout(false);
|
|||
|
this.toolStrip1.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|||
|
private System.Windows.Forms.ToolStripButton tsbtnRefesh;
|
|||
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
|||
|
private System.Windows.Forms.ToolStripDropDownButton tsbtnDefectList;
|
|||
|
private UIExtend.UCImageView ucImageView1;
|
|||
|
}
|
|||
|
}
|