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.
122 lines
4.8 KiB
C#
122 lines
4.8 KiB
C#
using System.ComponentModel;
|
|
using System.Drawing;
|
|
using System.Windows.Forms;
|
|
|
|
namespace Mesnac.Action.ChemicalWeighing.LjProdcutLine
|
|
{
|
|
partial class FrmProductLine
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private 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.btnOK = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.TxtName = new System.Windows.Forms.TextBox();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(14, 296);
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(98, 45);
|
|
this.btnOK.TabIndex = 66;
|
|
this.btnOK.Text = "确认";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(101, 41);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(59, 12);
|
|
this.label3.TabIndex = 65;
|
|
this.label3.Text = "产线名称:";
|
|
//
|
|
// TxtName
|
|
//
|
|
this.TxtName.Location = new System.Drawing.Point(170, 38);
|
|
this.TxtName.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
this.TxtName.MaxLength = 100;
|
|
this.TxtName.Name = "TxtName";
|
|
this.TxtName.Size = new System.Drawing.Size(129, 21);
|
|
this.TxtName.TabIndex = 68;
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(322, 296);
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(98, 45);
|
|
this.btnCancel.TabIndex = 67;
|
|
this.btnCancel.Text = "取消";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click_1);
|
|
//
|
|
// checkedListBox1
|
|
//
|
|
this.checkedListBox1.FormattingEnabled = true;
|
|
this.checkedListBox1.Location = new System.Drawing.Point(14, 93);
|
|
this.checkedListBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.checkedListBox1.Name = "checkedListBox1";
|
|
this.checkedListBox1.Size = new System.Drawing.Size(406, 196);
|
|
this.checkedListBox1.TabIndex = 69;
|
|
//
|
|
// FrmProductLine
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(434, 352);
|
|
this.Controls.Add(this.checkedListBox1);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.TxtName);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.Name = "FrmProductLine";
|
|
this.Text = "产线配置";
|
|
this.Load += new System.EventHandler(this.FrmProductLine_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox TxtName;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.CheckedListBox checkedListBox1;
|
|
}
|
|
} |