SelectSampleInfo.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. namespace Metis.AutoAnalysis
  2. {
  3. partial class SelectSampleInfo
  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.lvSampleInfo = new System.Windows.Forms.ListView();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.txtCond = new System.Windows.Forms.TextBox();
  31. this.btnSearch = new System.Windows.Forms.Button();
  32. this.btnOK = new System.Windows.Forms.Button();
  33. this.btnClose = new System.Windows.Forms.Button();
  34. this.SuspendLayout();
  35. //
  36. // lvSampleInfo
  37. //
  38. this.lvSampleInfo.FullRowSelect = true;
  39. this.lvSampleInfo.GridLines = true;
  40. this.lvSampleInfo.HideSelection = false;
  41. this.lvSampleInfo.Location = new System.Drawing.Point(12, 100);
  42. this.lvSampleInfo.Name = "lvSampleInfo";
  43. this.lvSampleInfo.Size = new System.Drawing.Size(738, 455);
  44. this.lvSampleInfo.TabIndex = 0;
  45. this.lvSampleInfo.UseCompatibleStateImageBehavior = false;
  46. this.lvSampleInfo.View = System.Windows.Forms.View.Details;
  47. //
  48. // label1
  49. //
  50. this.label1.AutoSize = true;
  51. this.label1.Location = new System.Drawing.Point(43, 31);
  52. this.label1.Name = "label1";
  53. this.label1.Size = new System.Drawing.Size(82, 15);
  54. this.label1.TabIndex = 1;
  55. this.label1.Text = "试批顺序号";
  56. //
  57. // txtCond
  58. //
  59. this.txtCond.Location = new System.Drawing.Point(146, 26);
  60. this.txtCond.MaxLength = 20;
  61. this.txtCond.Name = "txtCond";
  62. this.txtCond.Size = new System.Drawing.Size(185, 25);
  63. this.txtCond.TabIndex = 2;
  64. //
  65. // btnSearch
  66. //
  67. this.btnSearch.Location = new System.Drawing.Point(336, 26);
  68. this.btnSearch.Name = "btnSearch";
  69. this.btnSearch.Size = new System.Drawing.Size(62, 25);
  70. this.btnSearch.TabIndex = 3;
  71. this.btnSearch.Text = "检索";
  72. this.btnSearch.UseVisualStyleBackColor = true;
  73. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  74. //
  75. // btnOK
  76. //
  77. this.btnOK.Location = new System.Drawing.Point(509, 26);
  78. this.btnOK.Name = "btnOK";
  79. this.btnOK.Size = new System.Drawing.Size(111, 37);
  80. this.btnOK.TabIndex = 4;
  81. this.btnOK.Text = "确定";
  82. this.btnOK.UseVisualStyleBackColor = true;
  83. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  84. //
  85. // btnClose
  86. //
  87. this.btnClose.Location = new System.Drawing.Point(626, 26);
  88. this.btnClose.Name = "btnClose";
  89. this.btnClose.Size = new System.Drawing.Size(111, 37);
  90. this.btnClose.TabIndex = 4;
  91. this.btnClose.Text = "关闭";
  92. this.btnClose.UseVisualStyleBackColor = true;
  93. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  94. //
  95. // SelectSampleInfo
  96. //
  97. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  98. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  99. this.ClientSize = new System.Drawing.Size(800, 567);
  100. this.Controls.Add(this.btnClose);
  101. this.Controls.Add(this.btnOK);
  102. this.Controls.Add(this.btnSearch);
  103. this.Controls.Add(this.txtCond);
  104. this.Controls.Add(this.label1);
  105. this.Controls.Add(this.lvSampleInfo);
  106. this.MaximizeBox = false;
  107. this.MinimizeBox = false;
  108. this.Name = "SelectSampleInfo";
  109. this.Text = "SelectSampleInfo";
  110. this.Load += new System.EventHandler(this.SelectSampleInfo_Load);
  111. this.ResumeLayout(false);
  112. this.PerformLayout();
  113. }
  114. #endregion
  115. private System.Windows.Forms.ListView lvSampleInfo;
  116. private System.Windows.Forms.Label label1;
  117. private System.Windows.Forms.TextBox txtCond;
  118. private System.Windows.Forms.Button btnSearch;
  119. private System.Windows.Forms.Button btnOK;
  120. private System.Windows.Forms.Button btnClose;
  121. }
  122. }