天津投入产出系统后端
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.
 
 
 
 
 
 

194 lines
9.1 KiB

namespace QMAPP.WinForm.Forms.Mend
{
partial class MendRecorderReasonForm
{
/// <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.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbClose = new System.Windows.Forms.ToolStripButton();
this.tsbSave = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.tstxtBarcode = new System.Windows.Forms.ToolStripTextBox();
this.tslMessage = new System.Windows.Forms.ToolStripLabel();
this.tscbResult = new System.Windows.Forms.ToolStripComboBox();
this.tslResultTitle = new System.Windows.Forms.ToolStripLabel();
this.flpList = new System.Windows.Forms.FlowLayoutPanel();
this.txtBarcode = new System.Windows.Forms.TextBox();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.AutoSize = false;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbClose,
this.tsbSave,
this.toolStripSeparator1,
this.toolStripLabel1,
this.tstxtBarcode,
this.tslMessage,
this.tscbResult,
this.tslResultTitle});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1104, 60);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// tsbClose
//
this.tsbClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.tsbClose.AutoSize = false;
this.tsbClose.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tsbClose.Image = global::QMAPP.WinForm.Resource1.cancle;
this.tsbClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbClose.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbClose.Name = "tsbClose";
this.tsbClose.Size = new System.Drawing.Size(100, 60);
this.tsbClose.Text = "关闭";
this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click);
//
// tsbSave
//
this.tsbSave.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.tsbSave.AutoSize = false;
this.tsbSave.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tsbSave.Image = global::QMAPP.WinForm.Resource1.save;
this.tsbSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSave.Name = "tsbSave";
this.tsbSave.Size = new System.Drawing.Size(100, 60);
this.tsbSave.Text = "保存";
this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 60);
//
// toolStripLabel1
//
this.toolStripLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(90, 57);
this.toolStripLabel1.Text = "产品条码:";
//
// tstxtBarcode
//
this.tstxtBarcode.Enabled = false;
this.tstxtBarcode.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tstxtBarcode.Name = "tstxtBarcode";
this.tstxtBarcode.ReadOnly = true;
this.tstxtBarcode.Size = new System.Drawing.Size(280, 60);
this.tstxtBarcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tstxtBarcode_KeyDown);
//
// tslMessage
//
this.tslMessage.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tslMessage.Name = "tslMessage";
this.tslMessage.Size = new System.Drawing.Size(0, 57);
//
// tscbResult
//
this.tscbResult.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.tscbResult.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tscbResult.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tscbResult.Items.AddRange(new object[] {
"返修合格",
"报废"});
this.tscbResult.Name = "tscbResult";
this.tscbResult.Size = new System.Drawing.Size(121, 60);
//
// tslResultTitle
//
this.tslResultTitle.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.tslResultTitle.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tslResultTitle.Name = "tslResultTitle";
this.tslResultTitle.Size = new System.Drawing.Size(58, 57);
this.tslResultTitle.Text = "结果:";
//
// flpList
//
this.flpList.AutoScroll = true;
this.flpList.Dock = System.Windows.Forms.DockStyle.Fill;
this.flpList.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flpList.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.flpList.Location = new System.Drawing.Point(0, 60);
this.flpList.Name = "flpList";
this.flpList.Padding = new System.Windows.Forms.Padding(10);
this.flpList.Size = new System.Drawing.Size(1104, 497);
this.flpList.TabIndex = 2;
//
// txtBarcode
//
this.txtBarcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBarcode.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.txtBarcode.Location = new System.Drawing.Point(95, 15);
this.txtBarcode.Name = "txtBarcode";
this.txtBarcode.Size = new System.Drawing.Size(290, 29);
this.txtBarcode.TabIndex = 0;
this.txtBarcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tstxtBarcode_KeyDown);
//
// MendRecorderReasonForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1104, 557);
this.Controls.Add(this.txtBarcode);
this.Controls.Add(this.flpList);
this.Controls.Add(this.toolStrip1);
this.Name = "MendRecorderReasonForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "缺陷原因";
this.Load += new System.EventHandler(this.MendRecorderReasonForm_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 tsbSave;
private System.Windows.Forms.ToolStripButton tsbClose;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripTextBox tstxtBarcode;
private System.Windows.Forms.ToolStripLabel tslMessage;
private System.Windows.Forms.FlowLayoutPanel flpList;
private System.Windows.Forms.ToolStripComboBox tscbResult;
private System.Windows.Forms.ToolStripLabel tslResultTitle;
private System.Windows.Forms.TextBox txtBarcode;
}
}