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.
137 lines
5.7 KiB
C#
137 lines
5.7 KiB
C#
namespace Mesnac.Action.Feeding.Qingquan.Technology
|
|
{
|
|
partial class FrmRecipeSaveAs
|
|
{
|
|
/// <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.lblMaterCode = new System.Windows.Forms.Label();
|
|
this.lblMaterName = new System.Windows.Forms.Label();
|
|
this.txtMaterCode = new System.Windows.Forms.TextBox();
|
|
this.txtMaterName = new System.Windows.Forms.TextBox();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblMaterCode
|
|
//
|
|
this.lblMaterCode.AutoSize = true;
|
|
this.lblMaterCode.Location = new System.Drawing.Point(20, 30);
|
|
this.lblMaterCode.Name = "lblMaterCode";
|
|
this.lblMaterCode.Size = new System.Drawing.Size(53, 12);
|
|
this.lblMaterCode.TabIndex = 0;
|
|
this.lblMaterCode.Text = "配方编码";
|
|
//
|
|
// lblMaterName
|
|
//
|
|
this.lblMaterName.AutoSize = true;
|
|
this.lblMaterName.Location = new System.Drawing.Point(22, 67);
|
|
this.lblMaterName.Name = "lblMaterName";
|
|
this.lblMaterName.Size = new System.Drawing.Size(53, 12);
|
|
this.lblMaterName.TabIndex = 1;
|
|
this.lblMaterName.Text = "配方名称";
|
|
//
|
|
// txtMaterCode
|
|
//
|
|
this.txtMaterCode.Location = new System.Drawing.Point(109, 25);
|
|
this.txtMaterCode.MaxLength = 14;
|
|
this.txtMaterCode.Name = "txtMaterCode";
|
|
this.txtMaterCode.Size = new System.Drawing.Size(241, 21);
|
|
this.txtMaterCode.TabIndex = 2;
|
|
//
|
|
// txtMaterName
|
|
//
|
|
this.txtMaterName.Location = new System.Drawing.Point(109, 63);
|
|
this.txtMaterName.MaxLength = 50;
|
|
this.txtMaterName.Name = "txtMaterName";
|
|
this.txtMaterName.Size = new System.Drawing.Size(241, 21);
|
|
this.txtMaterName.TabIndex = 3;
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(205, 112);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(75, 23);
|
|
this.btnOK.TabIndex = 4;
|
|
this.btnOK.Text = "确定(&O)";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Location = new System.Drawing.Point(286, 112);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 5;
|
|
this.btnCancel.Text = "取消(&C)";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.lblMaterCode);
|
|
this.groupBox1.Controls.Add(this.lblMaterName);
|
|
this.groupBox1.Controls.Add(this.txtMaterName);
|
|
this.groupBox1.Controls.Add(this.txtMaterCode);
|
|
this.groupBox1.Location = new System.Drawing.Point(11, 6);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(377, 100);
|
|
this.groupBox1.TabIndex = 6;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// FrmRecipeSaveAs
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(395, 142);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmRecipeSaveAs";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "配方另存为...";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lblMaterCode;
|
|
private System.Windows.Forms.Label lblMaterName;
|
|
private System.Windows.Forms.TextBox txtMaterCode;
|
|
private System.Windows.Forms.TextBox txtMaterName;
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
}
|
|
} |