|
|
namespace Estsh.Client.StepLibrary
|
|
|
{
|
|
|
partial class OutPdline
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// 必需的设计器变量。
|
|
|
/// </summary>
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
/// <summary>
|
|
|
/// 清理所有正在使用的资源。
|
|
|
/// </summary>
|
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
|
protected override void Dispose ( bool disposing )
|
|
|
{
|
|
|
if ( disposing && ( components != null ) )
|
|
|
{
|
|
|
components .Dispose ();
|
|
|
}
|
|
|
base .Dispose (disposing);
|
|
|
}
|
|
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
|
|
/// <summary>
|
|
|
/// 设计器支持所需的方法 - 不要
|
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
|
/// </summary>
|
|
|
private void InitializeComponent ()
|
|
|
{
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.lblTitle = new System.Windows.Forms.Label();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
this.OutPdlineList = new System.Windows.Forms.DataGridView();
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
this.seq = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.str1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.str2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.str3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.str4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OutPdlineList)).BeginInit();
|
|
|
this.panel3.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// lblTitle
|
|
|
//
|
|
|
this.lblTitle.BackColor = System.Drawing.Color.DodgerBlue;
|
|
|
this.lblTitle.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblTitle.Location = new System.Drawing.Point(0, 0);
|
|
|
this.lblTitle.Name = "lblTitle";
|
|
|
this.lblTitle.Size = new System.Drawing.Size(1003, 55);
|
|
|
this.lblTitle.TabIndex = 0;
|
|
|
this.lblTitle.Text = "终检项目记录";
|
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.panel1.Controls.Add(this.panel2);
|
|
|
this.panel1.Controls.Add(this.panel3);
|
|
|
this.panel1.Location = new System.Drawing.Point(-2, 0);
|
|
|
this.panel1.Name = "panel1";
|
|
|
this.panel1.Size = new System.Drawing.Size(1003, 494);
|
|
|
this.panel1.TabIndex = 1;
|
|
|
//
|
|
|
// panel2
|
|
|
//
|
|
|
this.panel2.Controls.Add(this.OutPdlineList);
|
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.panel2.Location = new System.Drawing.Point(0, 55);
|
|
|
this.panel2.Name = "panel2";
|
|
|
this.panel2.Size = new System.Drawing.Size(1003, 439);
|
|
|
this.panel2.TabIndex = 6;
|
|
|
//
|
|
|
// OutPdlineList
|
|
|
//
|
|
|
this.OutPdlineList.AllowUserToAddRows = false;
|
|
|
this.OutPdlineList.AllowUserToDeleteRows = false;
|
|
|
this.OutPdlineList.AllowUserToResizeColumns = false;
|
|
|
this.OutPdlineList.AllowUserToResizeRows = false;
|
|
|
this.OutPdlineList.BackgroundColor = System.Drawing.SystemColors.ControlLight;
|
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.DarkGray;
|
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.OutPdlineList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
this.OutPdlineList.ColumnHeadersHeight = 35;
|
|
|
this.OutPdlineList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
this.OutPdlineList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.seq,
|
|
|
this.str1,
|
|
|
this.str2,
|
|
|
this.str3,
|
|
|
this.str4});
|
|
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
|
|
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
this.OutPdlineList.DefaultCellStyle = dataGridViewCellStyle7;
|
|
|
this.OutPdlineList.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.OutPdlineList.EnableHeadersVisualStyles = false;
|
|
|
this.OutPdlineList.GridColor = System.Drawing.Color.Black;
|
|
|
this.OutPdlineList.Location = new System.Drawing.Point(0, 0);
|
|
|
this.OutPdlineList.Name = "OutPdlineList";
|
|
|
this.OutPdlineList.ReadOnly = true;
|
|
|
this.OutPdlineList.RowHeadersVisible = false;
|
|
|
this.OutPdlineList.RowHeadersWidth = 27;
|
|
|
this.OutPdlineList.RowTemplate.Height = 23;
|
|
|
this.OutPdlineList.Size = new System.Drawing.Size(1003, 439);
|
|
|
this.OutPdlineList.TabIndex = 18;
|
|
|
this.OutPdlineList.TabStop = false;
|
|
|
//
|
|
|
// panel3
|
|
|
//
|
|
|
this.panel3.Controls.Add(this.lblTitle);
|
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
this.panel3.Location = new System.Drawing.Point(0, 0);
|
|
|
this.panel3.Name = "panel3";
|
|
|
this.panel3.Size = new System.Drawing.Size(1003, 55);
|
|
|
this.panel3.TabIndex = 3;
|
|
|
//
|
|
|
// seq
|
|
|
//
|
|
|
this.seq.DataPropertyName = "seq";
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
this.seq.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
this.seq.FillWeight = 264.6154F;
|
|
|
this.seq.HeaderText = "序号";
|
|
|
this.seq.Name = "seq";
|
|
|
this.seq.ReadOnly = true;
|
|
|
this.seq.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.seq.Visible = false;
|
|
|
//
|
|
|
// str1
|
|
|
//
|
|
|
this.str1.DataPropertyName = "str1";
|
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
this.str1.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
this.str1.FillWeight = 15.38461F;
|
|
|
this.str1.HeaderText = "下线条码";
|
|
|
this.str1.Name = "str1";
|
|
|
this.str1.ReadOnly = true;
|
|
|
this.str1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.str1.Width = 320;
|
|
|
//
|
|
|
// str2
|
|
|
//
|
|
|
this.str2.DataPropertyName = "str2";
|
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
this.str2.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
this.str2.HeaderText = "工位名称";
|
|
|
this.str2.Name = "str2";
|
|
|
this.str2.ReadOnly = true;
|
|
|
this.str2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.str2.Width = 150;
|
|
|
//
|
|
|
// str3
|
|
|
//
|
|
|
this.str3.DataPropertyName = "str3";
|
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
this.str3.DefaultCellStyle = dataGridViewCellStyle5;
|
|
|
this.str3.FillWeight = 160F;
|
|
|
this.str3.HeaderText = "类型";
|
|
|
this.str3.Name = "str3";
|
|
|
this.str3.ReadOnly = true;
|
|
|
this.str3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.str3.Width = 150;
|
|
|
//
|
|
|
// str4
|
|
|
//
|
|
|
this.str4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.str4.DataPropertyName = "str4";
|
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
this.str4.DefaultCellStyle = dataGridViewCellStyle6;
|
|
|
this.str4.HeaderText = "描述";
|
|
|
this.str4.Name = "str4";
|
|
|
this.str4.ReadOnly = true;
|
|
|
//
|
|
|
// OutPdline
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.Controls.Add(this.panel1);
|
|
|
this.Name = "OutPdline";
|
|
|
this.Size = new System.Drawing.Size(1003, 494);
|
|
|
this.Load += new System.EventHandler(this.OutPdline_Load);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OutPdlineList)).EndInit();
|
|
|
this.panel3.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.Label lblTitle;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.Panel panel3;
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
private System.Windows.Forms.DataGridView OutPdlineList;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn seq;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn str1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn str2;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn str3;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn str4;
|
|
|
|
|
|
}
|
|
|
}
|