123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- namespace MaterialPrint
- {
- partial class ReadTestInfo
- {
- /// <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.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;
- }
- }
|