banboshi_V1/halftoneproject-master/Code/Form1.Designer.cs

204 lines
9.7 KiB
C#
Raw Normal View History

2023-10-31 13:19:29 +08:00
namespace ProductionControl
{
partial class Form1
{
/// <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 Windows
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbtnMakeTag = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnPre = new System.Windows.Forms.ToolStripButton();
this.tsbtnNext = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.panel1 = new System.Windows.Forms.Panel();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnMakeTag,
this.toolStripSeparator9,
this.tsbtnPre,
this.tsbtnNext,
this.toolStripSeparator1,
this.tsbtnClose});
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(968, 65);
this.toolStrip1.TabIndex = 13;
this.toolStrip1.Text = "toolStrip1";
//
// tsbtnMakeTag
//
this.tsbtnMakeTag.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnMakeTag.Image")));
this.tsbtnMakeTag.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnMakeTag.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnMakeTag.Name = "tsbtnMakeTag";
this.tsbtnMakeTag.Size = new System.Drawing.Size(70, 60);
this.tsbtnMakeTag.Text = " 打标 ";
this.tsbtnMakeTag.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnMakeTag.Click += (sender, e)=>
{
throw new System.NotImplementedException();
};
//
// toolStripSeparator9
//
this.toolStripSeparator9.Name = "toolStripSeparator9";
this.toolStripSeparator9.Size = new System.Drawing.Size(6, 65);
//
// tsbtnPre
//
this.tsbtnPre.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnPre.Image")));
this.tsbtnPre.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnPre.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnPre.Name = "tsbtnPre";
this.tsbtnPre.Size = new System.Drawing.Size(68, 60);
this.tsbtnPre.Text = "上一张";
this.tsbtnPre.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnPre.ToolTipText = "上一张";
//
// tsbtnNext
//
this.tsbtnNext.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNext.Image")));
this.tsbtnNext.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnNext.Name = "tsbtnNext";
this.tsbtnNext.Size = new System.Drawing.Size(68, 60);
this.tsbtnNext.Text = "下一张";
this.tsbtnNext.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnNext.ToolTipText = "下一张";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 65);
//
// tsbtnClose
//
this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnClose.Name = "tsbtnClose";
this.tsbtnClose.Size = new System.Drawing.Size(70, 60);
this.tsbtnClose.Text = " 关闭 ";
this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(103, 38);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(579, 241);
this.pictureBox1.TabIndex = 14;
this.pictureBox1.TabStop = false;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Location = new System.Drawing.Point(208, 100);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(467, 411);
this.panel1.TabIndex = 15;
this.panel1.SizeChanged += new System.EventHandler(this.panel1_SizeChanged);
//
// statusStrip1
//
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.statusStrip1.Location = new System.Drawing.Point(0, 567);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(968, 22);
this.statusStrip1.TabIndex = 16;
this.statusStrip1.Text = "statusStrip1";
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(619, 24);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(115, 22);
this.checkBox1.TabIndex = 17;
this.checkBox1.Text = "checkBox1";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(968, 589);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.toolStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
private void TsbtnMakeTag_Click(object sender, System.EventArgs e)
{
throw new System.NotImplementedException();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tsbtnMakeTag;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
private System.Windows.Forms.ToolStripButton tsbtnPre;
private System.Windows.Forms.ToolStripButton tsbtnNext;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbtnClose;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.CheckBox checkBox1;
}
}