ComBaseStdRTestFrm.Designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class ComBaseStdRTestFrm
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.labelCheckBox1 = new Core.Mes.Client.Comm.Control.LabelCheckBox();
  30. this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.panel1.SuspendLayout();
  33. this.SuspendLayout();
  34. //
  35. // panel1
  36. //
  37. this.panel1.Controls.Add(this.labelCheckBox1);
  38. this.panel1.Controls.Add(this.labelTextBox1);
  39. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  40. this.panel1.Location = new System.Drawing.Point(0, 0);
  41. this.panel1.Name = "panel1";
  42. this.panel1.Size = new System.Drawing.Size(609, 56);
  43. this.panel1.TabIndex = 0;
  44. //
  45. // labelCheckBox1
  46. //
  47. //
  48. //
  49. //
  50. this.labelCheckBox1.CheckBox.AutoSize = true;
  51. this.labelCheckBox1.CheckBox.Location = new System.Drawing.Point(4, 4);
  52. this.labelCheckBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  53. this.labelCheckBox1.CheckBox.Name = "checkBox1";
  54. this.labelCheckBox1.CheckBox.Size = new System.Drawing.Size(86, 19);
  55. this.labelCheckBox1.CheckBox.TabIndex = 0;
  56. this.labelCheckBox1.CheckBox.Text = "包含无效";
  57. this.labelCheckBox1.CheckBox.UseVisualStyleBackColor = true;
  58. this.labelCheckBox1.Location = new System.Drawing.Point(300, 13);
  59. this.labelCheckBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  60. this.labelCheckBox1.Name = "labelCheckBox1";
  61. this.labelCheckBox1.Size = new System.Drawing.Size(92, 26);
  62. this.labelCheckBox1.TabIndex = 1;
  63. //
  64. // labelTextBox1
  65. //
  66. //
  67. //
  68. //
  69. this.labelTextBox1.CheckBox.AutoSize = true;
  70. this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  71. this.labelTextBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  72. this.labelTextBox1.CheckBox.Name = "checkBox1";
  73. this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(15, 14);
  74. this.labelTextBox1.CheckBox.TabIndex = 1;
  75. this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
  76. //
  77. //
  78. //
  79. this.labelTextBox1.Label.AutoSize = true;
  80. this.labelTextBox1.Label.Location = new System.Drawing.Point(22, 5);
  81. this.labelTextBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  82. this.labelTextBox1.Label.Name = "label1";
  83. this.labelTextBox1.Label.Size = new System.Drawing.Size(52, 15);
  84. this.labelTextBox1.Label.TabIndex = 0;
  85. this.labelTextBox1.Label.Text = "试样组";
  86. this.labelTextBox1.Location = new System.Drawing.Point(13, 13);
  87. this.labelTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  88. this.labelTextBox1.Name = "labelTextBox1";
  89. this.labelTextBox1.Size = new System.Drawing.Size(263, 26);
  90. this.labelTextBox1.TabIndex = 0;
  91. //
  92. //
  93. //
  94. this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.labelTextBox1.TextBox.Enabled = false;
  96. this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
  97. this.labelTextBox1.TextBox.Margin = new System.Windows.Forms.Padding(4);
  98. this.labelTextBox1.TextBox.Name = "textBox1";
  99. this.labelTextBox1.TextBox.Size = new System.Drawing.Size(185, 25);
  100. this.labelTextBox1.TextBox.TabIndex = 1;
  101. //
  102. // panel2
  103. //
  104. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.panel2.Location = new System.Drawing.Point(0, 56);
  106. this.panel2.Name = "panel2";
  107. this.panel2.Size = new System.Drawing.Size(609, 251);
  108. this.panel2.TabIndex = 1;
  109. //
  110. // ComBaseStdRTestFrm
  111. //
  112. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  113. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  114. this.ClientSize = new System.Drawing.Size(609, 307);
  115. this.Controls.Add(this.panel2);
  116. this.Controls.Add(this.panel1);
  117. this.Name = "ComBaseStdRTestFrm";
  118. this.Text = "试样组与试样标准";
  119. this.Load += new System.EventHandler(this.ComBaseStdRTestFrm_Load);
  120. this.panel1.ResumeLayout(false);
  121. this.ResumeLayout(false);
  122. }
  123. #endregion
  124. private System.Windows.Forms.Panel panel1;
  125. private System.Windows.Forms.Panel panel2;
  126. private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
  127. private Mes.Client.Comm.Control.LabelCheckBox labelCheckBox1;
  128. }
  129. }