namespace MaterialPrint
{
partial class ReadTestInfo
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.SN = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.ResultView = new System.Windows.Forms.DataGridView();
this.itemname = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.testresult = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.BIOS = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PK = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.ResultView)).BeginInit();
this.SuspendLayout();
//
// SN
//
this.SN.Font = new System.Drawing.Font("微软雅黑", 15.875F);
this.SN.Location = new System.Drawing.Point(174, 36);
this.SN.Name = "SN";
this.SN.Size = new System.Drawing.Size(914, 63);
this.SN.TabIndex = 1;
this.SN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN_KeyDown);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 15.875F);
this.label1.Location = new System.Drawing.Point(9, 38);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(154, 57);
this.label1.TabIndex = 2;
this.label1.Text = "序列号";
//
// ResultView
//
this.ResultView.AllowUserToAddRows = false;
this.ResultView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.ResultView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.itemname,
this.testresult,
this.BIOS,
this.SerialNumber,
this.PK});
this.ResultView.Location = new System.Drawing.Point(12, 127);
this.ResultView.Name = "ResultView";
this.ResultView.RowTemplate.Height = 37;
this.ResultView.Size = new System.Drawing.Size(1743, 716);
this.ResultView.TabIndex = 3;
this.ResultView.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.ResultView_CellPainting);
//
// itemname
//
this.itemname.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.itemname.DataPropertyName = "itemname";
this.itemname.HeaderText = "测试项目";
this.itemname.Name = "itemname";
this.itemname.Width = 151;
//
// testresult
//
this.testresult.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.testresult.DataPropertyName = "testresult";
this.testresult.HeaderText = "测试结果";
this.testresult.Name = "testresult";
this.testresult.Width = 151;
//
// BIOS
//
this.BIOS.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.BIOS.DataPropertyName = "BIOS";
this.BIOS.HeaderText = "BIOS";
this.BIOS.Name = "BIOS";
this.BIOS.Width = 103;
//
// SerialNumber
//
this.SerialNumber.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.SerialNumber.DataPropertyName = "SN";
this.SerialNumber.HeaderText = "SN";
this.SerialNumber.Name = "SerialNumber";
this.SerialNumber.Width = 79;
//
// PK
//
this.PK.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.PK.DataPropertyName = "PK";
this.PK.HeaderText = "密匙";
this.PK.Name = "PK";
this.PK.Width = 103;
//
// ReadTestInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1776, 880);
this.Controls.Add(this.ResultView);
this.Controls.Add(this.label1);
this.Controls.Add(this.SN);
this.Name = "ReadTestInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ReadTestInfo";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.ReadTestInfo_Load);
((System.ComponentModel.ISupportInitialize)(this.ResultView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox SN;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView ResultView;
private System.Windows.Forms.DataGridViewTextBoxColumn itemname;
private System.Windows.Forms.DataGridViewTextBoxColumn testresult;
private System.Windows.Forms.DataGridViewTextBoxColumn BIOS;
private System.Windows.Forms.DataGridViewTextBoxColumn SerialNumber;
private System.Windows.Forms.DataGridViewTextBoxColumn PK;
}
}