123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- namespace WWPipeLine.MapTools.Conditions.Locations
- {
- partial class SearchOnJYZPT
- {
- /// <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.groupBox4 = new System.Windows.Forms.GroupBox();
- this.clbGG = new System.Windows.Forms.CheckedListBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.clbCZ = new System.Windows.Forms.CheckedListBox();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.clbXH = new System.Windows.Forms.CheckedListBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.clbDZMS = new System.Windows.Forms.CheckedListBox();
- this.groupBox4.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox4
- //
- this.groupBox4.Controls.Add(this.clbGG);
- this.groupBox4.Location = new System.Drawing.Point(399, 3);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(194, 350);
- this.groupBox4.TabIndex = 17;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "规格";
- //
- // clbGG
- //
- this.clbGG.CheckOnClick = true;
- this.clbGG.Dock = System.Windows.Forms.DockStyle.Fill;
- this.clbGG.Location = new System.Drawing.Point(3, 25);
- this.clbGG.Name = "clbGG";
- this.clbGG.Size = new System.Drawing.Size(188, 322);
- this.clbGG.TabIndex = 0;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.clbCZ);
- this.groupBox2.Location = new System.Drawing.Point(201, 3);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(194, 350);
- this.groupBox2.TabIndex = 18;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "材质";
- //
- // clbCZ
- //
- this.clbCZ.CheckOnClick = true;
- this.clbCZ.Dock = System.Windows.Forms.DockStyle.Fill;
- this.clbCZ.Location = new System.Drawing.Point(3, 25);
- this.clbCZ.Name = "clbCZ";
- this.clbCZ.Size = new System.Drawing.Size(188, 322);
- this.clbCZ.TabIndex = 0;
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.clbXH);
- this.groupBox3.Location = new System.Drawing.Point(3, 3);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(194, 350);
- this.groupBox3.TabIndex = 19;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "型号";
- //
- // clbXH
- //
- this.clbXH.CheckOnClick = true;
- this.clbXH.Dock = System.Windows.Forms.DockStyle.Fill;
- this.clbXH.Location = new System.Drawing.Point(3, 25);
- this.clbXH.Name = "clbXH";
- this.clbXH.Size = new System.Drawing.Size(188, 322);
- this.clbXH.TabIndex = 0;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.clbDZMS);
- this.groupBox1.Location = new System.Drawing.Point(597, 3);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(194, 350);
- this.groupBox1.TabIndex = 16;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "地址描述";
- //
- // clbDZMS
- //
- this.clbDZMS.CheckOnClick = true;
- this.clbDZMS.Dock = System.Windows.Forms.DockStyle.Fill;
- this.clbDZMS.Location = new System.Drawing.Point(3, 25);
- this.clbDZMS.Name = "clbDZMS";
- this.clbDZMS.Size = new System.Drawing.Size(188, 322);
- this.clbDZMS.TabIndex = 0;
- //
- // SearchOnJYZPT
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.groupBox4);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox3);
- this.Controls.Add(this.groupBox1);
- this.Name = "SearchOnJYZPT";
- this.Size = new System.Drawing.Size(800, 365);
- this.Text = "SearchOnJYZPT";
- this.groupBox4.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- this.groupBox3.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.CheckedListBox clbGG;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.CheckedListBox clbCZ;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.CheckedListBox clbXH;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.CheckedListBox clbDZMS;
- }
- }
|