ReadTestInfo.Designer.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. namespace MaterialPrint
  2. {
  3. partial class ReadTestInfo
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.SN = new System.Windows.Forms.TextBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.ResultView = new System.Windows.Forms.DataGridView();
  31. this.itemname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.testresult = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.BIOS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.PK = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. ((System.ComponentModel.ISupportInitialize)(this.ResultView)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // SN
  40. //
  41. this.SN.Font = new System.Drawing.Font("微软雅黑", 15.875F);
  42. this.SN.Location = new System.Drawing.Point(174, 36);
  43. this.SN.Name = "SN";
  44. this.SN.Size = new System.Drawing.Size(914, 63);
  45. this.SN.TabIndex = 1;
  46. this.SN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN_KeyDown);
  47. //
  48. // label1
  49. //
  50. this.label1.AutoSize = true;
  51. this.label1.Font = new System.Drawing.Font("微软雅黑", 15.875F);
  52. this.label1.Location = new System.Drawing.Point(9, 38);
  53. this.label1.Name = "label1";
  54. this.label1.Size = new System.Drawing.Size(154, 57);
  55. this.label1.TabIndex = 2;
  56. this.label1.Text = "序列号";
  57. //
  58. // ResultView
  59. //
  60. this.ResultView.AllowUserToAddRows = false;
  61. this.ResultView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  62. this.ResultView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  63. this.itemname,
  64. this.testresult,
  65. this.BIOS,
  66. this.SerialNumber,
  67. this.PK});
  68. this.ResultView.Location = new System.Drawing.Point(12, 127);
  69. this.ResultView.Name = "ResultView";
  70. this.ResultView.RowTemplate.Height = 37;
  71. this.ResultView.Size = new System.Drawing.Size(1743, 716);
  72. this.ResultView.TabIndex = 3;
  73. this.ResultView.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.ResultView_CellPainting);
  74. //
  75. // itemname
  76. //
  77. this.itemname.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  78. this.itemname.DataPropertyName = "itemname";
  79. this.itemname.HeaderText = "测试项目";
  80. this.itemname.Name = "itemname";
  81. this.itemname.Width = 151;
  82. //
  83. // testresult
  84. //
  85. this.testresult.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  86. this.testresult.DataPropertyName = "testresult";
  87. this.testresult.HeaderText = "测试结果";
  88. this.testresult.Name = "testresult";
  89. this.testresult.Width = 151;
  90. //
  91. // BIOS
  92. //
  93. this.BIOS.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  94. this.BIOS.DataPropertyName = "BIOS";
  95. this.BIOS.HeaderText = "BIOS";
  96. this.BIOS.Name = "BIOS";
  97. this.BIOS.Width = 103;
  98. //
  99. // SerialNumber
  100. //
  101. this.SerialNumber.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  102. this.SerialNumber.DataPropertyName = "SN";
  103. this.SerialNumber.HeaderText = "SN";
  104. this.SerialNumber.Name = "SerialNumber";
  105. this.SerialNumber.Width = 79;
  106. //
  107. // PK
  108. //
  109. this.PK.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  110. this.PK.DataPropertyName = "PK";
  111. this.PK.HeaderText = "密匙";
  112. this.PK.Name = "PK";
  113. this.PK.Width = 103;
  114. //
  115. // ReadTestInfo
  116. //
  117. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  119. this.ClientSize = new System.Drawing.Size(1776, 880);
  120. this.Controls.Add(this.ResultView);
  121. this.Controls.Add(this.label1);
  122. this.Controls.Add(this.SN);
  123. this.Name = "ReadTestInfo";
  124. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  125. this.Text = "ReadTestInfo";
  126. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  127. this.Load += new System.EventHandler(this.ReadTestInfo_Load);
  128. ((System.ComponentModel.ISupportInitialize)(this.ResultView)).EndInit();
  129. this.ResumeLayout(false);
  130. this.PerformLayout();
  131. }
  132. #endregion
  133. private System.Windows.Forms.TextBox SN;
  134. private System.Windows.Forms.Label label1;
  135. private System.Windows.Forms.DataGridView ResultView;
  136. private System.Windows.Forms.DataGridViewTextBoxColumn itemname;
  137. private System.Windows.Forms.DataGridViewTextBoxColumn testresult;
  138. private System.Windows.Forms.DataGridViewTextBoxColumn BIOS;
  139. private System.Windows.Forms.DataGridViewTextBoxColumn SerialNumber;
  140. private System.Windows.Forms.DataGridViewTextBoxColumn PK;
  141. }
  142. }