SearchOnPQFPT.Designer.cs 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. namespace WWPipeLine.MapTools.Conditions.Locations
  2. {
  3. partial class SearchOnPQFPT
  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.groupBox4 = new System.Windows.Forms.GroupBox();
  29. this.clbGG = new System.Windows.Forms.CheckedListBox();
  30. this.groupBox2 = new System.Windows.Forms.GroupBox();
  31. this.clbCZ = new System.Windows.Forms.CheckedListBox();
  32. this.groupBox3 = new System.Windows.Forms.GroupBox();
  33. this.clbXH = new System.Windows.Forms.CheckedListBox();
  34. this.groupBox1 = new System.Windows.Forms.GroupBox();
  35. this.clbDZMS = new System.Windows.Forms.CheckedListBox();
  36. this.groupBox4.SuspendLayout();
  37. this.groupBox2.SuspendLayout();
  38. this.groupBox3.SuspendLayout();
  39. this.groupBox1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // groupBox4
  43. //
  44. this.groupBox4.Controls.Add(this.clbGG);
  45. this.groupBox4.Location = new System.Drawing.Point(399, 3);
  46. this.groupBox4.Name = "groupBox4";
  47. this.groupBox4.Size = new System.Drawing.Size(194, 350);
  48. this.groupBox4.TabIndex = 17;
  49. this.groupBox4.TabStop = false;
  50. this.groupBox4.Text = "规格";
  51. //
  52. // clbGG
  53. //
  54. this.clbGG.CheckOnClick = true;
  55. this.clbGG.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.clbGG.Location = new System.Drawing.Point(3, 25);
  57. this.clbGG.Name = "clbGG";
  58. this.clbGG.Size = new System.Drawing.Size(188, 322);
  59. this.clbGG.TabIndex = 0;
  60. //
  61. // groupBox2
  62. //
  63. this.groupBox2.Controls.Add(this.clbCZ);
  64. this.groupBox2.Location = new System.Drawing.Point(201, 3);
  65. this.groupBox2.Name = "groupBox2";
  66. this.groupBox2.Size = new System.Drawing.Size(194, 350);
  67. this.groupBox2.TabIndex = 18;
  68. this.groupBox2.TabStop = false;
  69. this.groupBox2.Text = "材质";
  70. //
  71. // clbCZ
  72. //
  73. this.clbCZ.CheckOnClick = true;
  74. this.clbCZ.Dock = System.Windows.Forms.DockStyle.Fill;
  75. this.clbCZ.Location = new System.Drawing.Point(3, 25);
  76. this.clbCZ.Name = "clbCZ";
  77. this.clbCZ.Size = new System.Drawing.Size(188, 322);
  78. this.clbCZ.TabIndex = 0;
  79. //
  80. // groupBox3
  81. //
  82. this.groupBox3.Controls.Add(this.clbXH);
  83. this.groupBox3.Location = new System.Drawing.Point(3, 3);
  84. this.groupBox3.Name = "groupBox3";
  85. this.groupBox3.Size = new System.Drawing.Size(194, 350);
  86. this.groupBox3.TabIndex = 19;
  87. this.groupBox3.TabStop = false;
  88. this.groupBox3.Text = "型号";
  89. //
  90. // clbXH
  91. //
  92. this.clbXH.CheckOnClick = true;
  93. this.clbXH.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.clbXH.Location = new System.Drawing.Point(3, 25);
  95. this.clbXH.Name = "clbXH";
  96. this.clbXH.Size = new System.Drawing.Size(188, 322);
  97. this.clbXH.TabIndex = 0;
  98. //
  99. // groupBox1
  100. //
  101. this.groupBox1.Controls.Add(this.clbDZMS);
  102. this.groupBox1.Location = new System.Drawing.Point(597, 3);
  103. this.groupBox1.Name = "groupBox1";
  104. this.groupBox1.Size = new System.Drawing.Size(194, 350);
  105. this.groupBox1.TabIndex = 16;
  106. this.groupBox1.TabStop = false;
  107. this.groupBox1.Text = "地址描述";
  108. //
  109. // clbDZMS
  110. //
  111. this.clbDZMS.CheckOnClick = true;
  112. this.clbDZMS.Dock = System.Windows.Forms.DockStyle.Fill;
  113. this.clbDZMS.Location = new System.Drawing.Point(3, 25);
  114. this.clbDZMS.Name = "clbDZMS";
  115. this.clbDZMS.Size = new System.Drawing.Size(188, 322);
  116. this.clbDZMS.TabIndex = 0;
  117. //
  118. // SearchOnJYZPT
  119. //
  120. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122. this.Controls.Add(this.groupBox4);
  123. this.Controls.Add(this.groupBox2);
  124. this.Controls.Add(this.groupBox3);
  125. this.Controls.Add(this.groupBox1);
  126. this.Name = "SearchOnJYZPT";
  127. this.Size = new System.Drawing.Size(800, 365);
  128. this.Text = "SearchOnJYZPT";
  129. this.groupBox4.ResumeLayout(false);
  130. this.groupBox2.ResumeLayout(false);
  131. this.groupBox3.ResumeLayout(false);
  132. this.groupBox1.ResumeLayout(false);
  133. this.ResumeLayout(false);
  134. }
  135. #endregion
  136. private System.Windows.Forms.GroupBox groupBox4;
  137. private System.Windows.Forms.CheckedListBox clbGG;
  138. private System.Windows.Forms.GroupBox groupBox2;
  139. private System.Windows.Forms.CheckedListBox clbCZ;
  140. private System.Windows.Forms.GroupBox groupBox3;
  141. private System.Windows.Forms.CheckedListBox clbXH;
  142. private System.Windows.Forms.GroupBox groupBox1;
  143. private System.Windows.Forms.CheckedListBox clbDZMS;
  144. }
  145. }