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.
73 lines
2.6 KiB
73 lines
2.6 KiB
5 months ago
|
|
||
|
namespace PunchAndWeld
|
||
|
{
|
||
|
partial class FrmNotPackList
|
||
|
{
|
||
|
/// <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.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// listView1
|
||
|
//
|
||
|
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||
|
this.columnHeader1});
|
||
|
this.listView1.Font = new System.Drawing.Font("微软雅黑", 14.25F);
|
||
|
this.listView1.GridLines = true;
|
||
|
this.listView1.HideSelection = false;
|
||
|
this.listView1.Location = new System.Drawing.Point(13, 23);
|
||
|
this.listView1.Name = "listView1";
|
||
|
this.listView1.Size = new System.Drawing.Size(483, 534);
|
||
|
this.listView1.TabIndex = 0;
|
||
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
||
|
this.listView1.View = System.Windows.Forms.View.Details;
|
||
|
//
|
||
|
// columnHeader1
|
||
|
//
|
||
|
this.columnHeader1.Text = "条码";
|
||
|
this.columnHeader1.Width = 470;
|
||
|
//
|
||
|
// FrmNotPackList
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(516, 575);
|
||
|
this.Controls.Add(this.listView1);
|
||
|
this.Name = "FrmNotPackList";
|
||
|
this.Text = "未装箱总成";
|
||
|
this.Load += new System.EventHandler(this.FrmNotPackList_Load);
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.ListView listView1;
|
||
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
||
|
}
|
||
|
}
|