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

123 lines
5.2 KiB

namespace ButcherFactory.SegmentProductionAuto_
{
partial class IdentifySelectionDialog
{
/// <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.okBtn = new ButcherFactory.Controls.ColorButton();
this.clearBtn = new ButcherFactory.Controls.ColorButton();
this.identityRemark = new System.Windows.Forms.Label();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.goodsNameLbl = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// okBtn
//
this.okBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(135)))), ((int)(((byte)(245)))));
this.okBtn.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.okBtn.ForeColor = System.Drawing.Color.White;
this.okBtn.Location = new System.Drawing.Point(110, 374);
this.okBtn.Name = "okBtn";
this.okBtn.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
this.okBtn.Size = new System.Drawing.Size(140, 56);
this.okBtn.TabIndex = 0;
this.okBtn.Text = "确定";
this.okBtn.UseVisualStyleBackColor = false;
this.okBtn.Click += new System.EventHandler(this.okBtn_Click);
//
// clearBtn
//
this.clearBtn.BackColor = System.Drawing.Color.Red;
this.clearBtn.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.clearBtn.ForeColor = System.Drawing.Color.White;
this.clearBtn.Location = new System.Drawing.Point(321, 374);
this.clearBtn.Name = "clearBtn";
this.clearBtn.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
this.clearBtn.Size = new System.Drawing.Size(137, 56);
this.clearBtn.TabIndex = 1;
this.clearBtn.Text = "清除标识";
this.clearBtn.UseVisualStyleBackColor = false;
this.clearBtn.Click += new System.EventHandler(this.clearBtn_Click);
//
// identityRemark
//
this.identityRemark.AutoSize = true;
this.identityRemark.Font = new System.Drawing.Font("微软雅黑", 14F);
this.identityRemark.ForeColor = System.Drawing.Color.Red;
this.identityRemark.Location = new System.Drawing.Point(36, 314);
this.identityRemark.Name = "identityRemark";
this.identityRemark.Size = new System.Drawing.Size(88, 25);
this.identityRemark.TabIndex = 2;
this.identityRemark.Text = "标识注释";
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Location = new System.Drawing.Point(17, 90);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(529, 184);
this.flowLayoutPanel1.TabIndex = 3;
//
// goodsNameLbl
//
this.goodsNameLbl.AutoSize = true;
this.goodsNameLbl.Font = new System.Drawing.Font("微软雅黑", 17F, System.Drawing.FontStyle.Bold);
this.goodsNameLbl.ForeColor = System.Drawing.Color.DeepSkyBlue;
this.goodsNameLbl.Location = new System.Drawing.Point(24, 31);
this.goodsNameLbl.Name = "goodsNameLbl";
this.goodsNameLbl.Size = new System.Drawing.Size(83, 31);
this.goodsNameLbl.TabIndex = 4;
this.goodsNameLbl.Text = "冻带皮";
//
// IdentifySelectionDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(566, 468);
this.Controls.Add(this.goodsNameLbl);
this.Controls.Add(this.flowLayoutPanel1);
this.Controls.Add(this.identityRemark);
this.Controls.Add(this.clearBtn);
this.Controls.Add(this.okBtn);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "IdentifySelectionDialog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "标识选择";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Controls.ColorButton okBtn;
private Controls.ColorButton clearBtn;
private System.Windows.Forms.Label identityRemark;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.Label goodsNameLbl;
}
}