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.
274 lines
13 KiB
274 lines
13 KiB
5 months ago
|
namespace PunchAndWeld
|
||
|
{
|
||
|
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.listView1 = new System.Windows.Forms.ListView();
|
||
|
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
this.panel1 = new System.Windows.Forms.Panel();
|
||
|
this.btCal = new System.Windows.Forms.Button();
|
||
|
this.btSave = new System.Windows.Forms.Button();
|
||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
|
this.label3 = new System.Windows.Forms.Label();
|
||
|
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
||
|
this.label2 = new System.Windows.Forms.Label();
|
||
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.btAdd = new System.Windows.Forms.Button();
|
||
|
this.btEdit = new System.Windows.Forms.Button();
|
||
|
this.btDel = new System.Windows.Forms.Button();
|
||
|
this.panel1.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// listView1
|
||
|
//
|
||
|
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||
|
this.columnHeader6,
|
||
|
this.columnHeader1,
|
||
|
this.columnHeader2,
|
||
|
this.columnHeader3,
|
||
|
this.columnHeader4,
|
||
|
this.columnHeader5});
|
||
|
this.listView1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.listView1.FullRowSelect = true;
|
||
|
this.listView1.GridLines = true;
|
||
|
this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
||
|
this.listView1.Location = new System.Drawing.Point(26, 106);
|
||
|
this.listView1.Name = "listView1";
|
||
|
this.listView1.Size = new System.Drawing.Size(1263, 601);
|
||
|
this.listView1.TabIndex = 7;
|
||
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
||
|
this.listView1.View = System.Windows.Forms.View.Details;
|
||
|
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
|
||
|
//
|
||
|
// columnHeader6
|
||
|
//
|
||
|
this.columnHeader6.Text = "ID";
|
||
|
this.columnHeader6.Width = 0;
|
||
|
//
|
||
|
// columnHeader1
|
||
|
//
|
||
|
this.columnHeader1.Text = "设备名称";
|
||
|
this.columnHeader1.Width = 300;
|
||
|
//
|
||
|
// columnHeader2
|
||
|
//
|
||
|
this.columnHeader2.Text = "零件号";
|
||
|
this.columnHeader2.Width = 200;
|
||
|
//
|
||
|
// columnHeader3
|
||
|
//
|
||
|
this.columnHeader3.Text = "零件名称";
|
||
|
this.columnHeader3.Width = 400;
|
||
|
//
|
||
|
// columnHeader4
|
||
|
//
|
||
|
this.columnHeader4.Text = "数量";
|
||
|
this.columnHeader4.Width = 150;
|
||
|
//
|
||
|
// columnHeader5
|
||
|
//
|
||
|
this.columnHeader5.Text = "完成数";
|
||
|
this.columnHeader5.Width = 0;
|
||
|
//
|
||
|
// panel1
|
||
|
//
|
||
|
this.panel1.Controls.Add(this.btCal);
|
||
|
this.panel1.Controls.Add(this.btSave);
|
||
|
this.panel1.Controls.Add(this.textBox1);
|
||
|
this.panel1.Controls.Add(this.label3);
|
||
|
this.panel1.Controls.Add(this.comboBox2);
|
||
|
this.panel1.Controls.Add(this.label2);
|
||
|
this.panel1.Controls.Add(this.comboBox1);
|
||
|
this.panel1.Controls.Add(this.label1);
|
||
|
this.panel1.Location = new System.Drawing.Point(26, 58);
|
||
|
this.panel1.Name = "panel1";
|
||
|
this.panel1.Size = new System.Drawing.Size(1263, 42);
|
||
|
this.panel1.TabIndex = 8;
|
||
|
//
|
||
|
// btCal
|
||
|
//
|
||
|
this.btCal.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btCal.Location = new System.Drawing.Point(1153, 14);
|
||
|
this.btCal.Name = "btCal";
|
||
|
this.btCal.Size = new System.Drawing.Size(75, 23);
|
||
|
this.btCal.TabIndex = 14;
|
||
|
this.btCal.Text = "取消";
|
||
|
this.btCal.UseVisualStyleBackColor = true;
|
||
|
this.btCal.Click += new System.EventHandler(this.btCal_Click);
|
||
|
//
|
||
|
// btSave
|
||
|
//
|
||
|
this.btSave.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btSave.Location = new System.Drawing.Point(1072, 13);
|
||
|
this.btSave.Name = "btSave";
|
||
|
this.btSave.Size = new System.Drawing.Size(75, 23);
|
||
|
this.btSave.TabIndex = 13;
|
||
|
this.btSave.Text = "确定";
|
||
|
this.btSave.UseVisualStyleBackColor = true;
|
||
|
this.btSave.Click += new System.EventHandler(this.btSave_Click);
|
||
|
//
|
||
|
// textBox1
|
||
|
//
|
||
|
this.textBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.textBox1.Location = new System.Drawing.Point(935, 13);
|
||
|
this.textBox1.Name = "textBox1";
|
||
|
this.textBox1.Size = new System.Drawing.Size(100, 26);
|
||
|
this.textBox1.TabIndex = 12;
|
||
|
//
|
||
|
// label3
|
||
|
//
|
||
|
this.label3.AutoSize = true;
|
||
|
this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label3.Location = new System.Drawing.Point(882, 16);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new System.Drawing.Size(40, 16);
|
||
|
this.label3.TabIndex = 11;
|
||
|
this.label3.Text = "数量";
|
||
|
//
|
||
|
// comboBox2
|
||
|
//
|
||
|
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comboBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.comboBox2.FormattingEnabled = true;
|
||
|
this.comboBox2.Location = new System.Drawing.Point(462, 13);
|
||
|
this.comboBox2.Name = "comboBox2";
|
||
|
this.comboBox2.Size = new System.Drawing.Size(374, 24);
|
||
|
this.comboBox2.TabIndex = 10;
|
||
|
//
|
||
|
// label2
|
||
|
//
|
||
|
this.label2.AutoSize = true;
|
||
|
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label2.Location = new System.Drawing.Point(388, 16);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(72, 16);
|
||
|
this.label2.TabIndex = 9;
|
||
|
this.label2.Text = "零件名称";
|
||
|
//
|
||
|
// comboBox1
|
||
|
//
|
||
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comboBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.comboBox1.FormattingEnabled = true;
|
||
|
this.comboBox1.Location = new System.Drawing.Point(81, 13);
|
||
|
this.comboBox1.Name = "comboBox1";
|
||
|
this.comboBox1.Size = new System.Drawing.Size(271, 24);
|
||
|
this.comboBox1.TabIndex = 8;
|
||
|
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label1.Location = new System.Drawing.Point(7, 16);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(72, 16);
|
||
|
this.label1.TabIndex = 7;
|
||
|
this.label1.Text = "设备名称";
|
||
|
//
|
||
|
// btAdd
|
||
|
//
|
||
|
this.btAdd.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btAdd.Location = new System.Drawing.Point(26, 26);
|
||
|
this.btAdd.Name = "btAdd";
|
||
|
this.btAdd.Size = new System.Drawing.Size(75, 23);
|
||
|
this.btAdd.TabIndex = 14;
|
||
|
this.btAdd.Text = "添加";
|
||
|
this.btAdd.UseVisualStyleBackColor = true;
|
||
|
this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
|
||
|
//
|
||
|
// btEdit
|
||
|
//
|
||
|
this.btEdit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btEdit.Location = new System.Drawing.Point(133, 26);
|
||
|
this.btEdit.Name = "btEdit";
|
||
|
this.btEdit.Size = new System.Drawing.Size(75, 23);
|
||
|
this.btEdit.TabIndex = 15;
|
||
|
this.btEdit.Text = "编辑";
|
||
|
this.btEdit.UseVisualStyleBackColor = true;
|
||
|
this.btEdit.Click += new System.EventHandler(this.btEdit_Click);
|
||
|
//
|
||
|
// btDel
|
||
|
//
|
||
|
this.btDel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btDel.Location = new System.Drawing.Point(238, 26);
|
||
|
this.btDel.Name = "btDel";
|
||
|
this.btDel.Size = new System.Drawing.Size(75, 23);
|
||
|
this.btDel.TabIndex = 16;
|
||
|
this.btDel.Text = "删除";
|
||
|
this.btDel.UseVisualStyleBackColor = true;
|
||
|
this.btDel.Click += new System.EventHandler(this.btDel_Click);
|
||
|
//
|
||
|
// FrmPlan
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(1318, 729);
|
||
|
this.Controls.Add(this.btDel);
|
||
|
this.Controls.Add(this.btEdit);
|
||
|
this.Controls.Add(this.btAdd);
|
||
|
this.Controls.Add(this.panel1);
|
||
|
this.Controls.Add(this.listView1);
|
||
|
this.Name = "FrmPlan";
|
||
|
this.Text = "冲孔计划";
|
||
|
this.Load += new System.EventHandler(this.FrmPlan_Load);
|
||
|
this.panel1.ResumeLayout(false);
|
||
|
this.panel1.PerformLayout();
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.ListView listView1;
|
||
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
||
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
||
|
private System.Windows.Forms.ColumnHeader columnHeader3;
|
||
|
private System.Windows.Forms.ColumnHeader columnHeader4;
|
||
|
private System.Windows.Forms.Panel panel1;
|
||
|
private System.Windows.Forms.Button btSave;
|
||
|
private System.Windows.Forms.TextBox textBox1;
|
||
|
private System.Windows.Forms.Label label3;
|
||
|
private System.Windows.Forms.ComboBox comboBox2;
|
||
|
private System.Windows.Forms.Label label2;
|
||
|
private System.Windows.Forms.ComboBox comboBox1;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.Button btCal;
|
||
|
private System.Windows.Forms.Button btAdd;
|
||
|
private System.Windows.Forms.Button btEdit;
|
||
|
private System.Windows.Forms.Button btDel;
|
||
|
private System.Windows.Forms.ColumnHeader columnHeader6;
|
||
|
private System.Windows.Forms.ColumnHeader columnHeader5;
|
||
|
}
|
||
|
}
|