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.
138 lines
5.7 KiB
C#
138 lines
5.7 KiB
C#
namespace Mesnac.Action.Feeding.ProducingPlan
|
|
{
|
|
partial class FrmPlan
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.cmbRecipeMaterial = new System.Windows.Forms.ComboBox();
|
|
this.txtPlanNum = new System.Windows.Forms.TextBox();
|
|
this.btnOk = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnSelect = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(11, 31);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "物料名称:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(11, 73);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "份 数:";
|
|
//
|
|
// cmbRecipeMaterial
|
|
//
|
|
this.cmbRecipeMaterial.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbRecipeMaterial.FormattingEnabled = true;
|
|
this.cmbRecipeMaterial.Location = new System.Drawing.Point(88, 27);
|
|
this.cmbRecipeMaterial.Name = "cmbRecipeMaterial";
|
|
this.cmbRecipeMaterial.Size = new System.Drawing.Size(278, 20);
|
|
this.cmbRecipeMaterial.TabIndex = 0;
|
|
//
|
|
// txtPlanNum
|
|
//
|
|
this.txtPlanNum.Location = new System.Drawing.Point(88, 69);
|
|
this.txtPlanNum.Name = "txtPlanNum";
|
|
this.txtPlanNum.Size = new System.Drawing.Size(341, 21);
|
|
this.txtPlanNum.TabIndex = 2;
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.Location = new System.Drawing.Point(270, 105);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(75, 23);
|
|
this.btnOk.TabIndex = 3;
|
|
this.btnOk.Text = "添加";
|
|
this.btnOk.UseVisualStyleBackColor = true;
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(354, 105);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 4;
|
|
this.btnCancel.Text = "放弃";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnSelect
|
|
//
|
|
this.btnSelect.Location = new System.Drawing.Point(367, 26);
|
|
this.btnSelect.Name = "btnSelect";
|
|
this.btnSelect.Size = new System.Drawing.Size(62, 23);
|
|
this.btnSelect.TabIndex = 1;
|
|
this.btnSelect.Text = "筛选";
|
|
this.btnSelect.UseVisualStyleBackColor = true;
|
|
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
|
|
//
|
|
// FrmPlan
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(446, 158);
|
|
this.Controls.Add(this.btnSelect);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnOk);
|
|
this.Controls.Add(this.txtPlanNum);
|
|
this.Controls.Add(this.cmbRecipeMaterial);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmPlan";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "添加新计划";
|
|
this.Load += new System.EventHandler(this.FrmPlan_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox cmbRecipeMaterial;
|
|
private System.Windows.Forms.TextBox txtPlanNum;
|
|
private System.Windows.Forms.Button btnOk;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnSelect;
|
|
}
|
|
} |