namespace WWPipeLine.MapTools.Conditions.Statistics
{
partial class GXStatistics
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.uiGroupBoxtjtc = new Sunny.UI.UIGroupBox();
this.rbgGXSX = new Sunny.UI.UIRadioButtonGroup();
this.rbgCDSL = new Sunny.UI.UIRadioButtonGroup();
this.uiGroupBoxtjtc.SuspendLayout();
this.SuspendLayout();
//
// uiGroupBoxtjtc
//
this.uiGroupBoxtjtc.Controls.Add(this.rbgCDSL);
this.uiGroupBoxtjtc.Controls.Add(this.rbgGXSX);
this.uiGroupBoxtjtc.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiGroupBoxtjtc.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiGroupBoxtjtc.Location = new System.Drawing.Point(0, 0);
this.uiGroupBoxtjtc.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiGroupBoxtjtc.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBoxtjtc.Name = "uiGroupBoxtjtc";
this.uiGroupBoxtjtc.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.uiGroupBoxtjtc.Size = new System.Drawing.Size(513, 297);
this.uiGroupBoxtjtc.TabIndex = 0;
this.uiGroupBoxtjtc.Text = "统计图层";
this.uiGroupBoxtjtc.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// rbgGXSX
//
this.rbgGXSX.Font = new System.Drawing.Font("微软雅黑", 12F);
this.rbgGXSX.Items.AddRange(new object[] {
"全部",
"材质",
"管径",
"地址描述",
"埋设日期"});
this.rbgGXSX.Location = new System.Drawing.Point(53, 47);
this.rbgGXSX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.rbgGXSX.MinimumSize = new System.Drawing.Size(1, 1);
this.rbgGXSX.Name = "rbgGXSX";
this.rbgGXSX.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.rbgGXSX.Size = new System.Drawing.Size(166, 212);
this.rbgGXSX.TabIndex = 0;
this.rbgGXSX.Text = "管线属性";
this.rbgGXSX.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// rbgCDSL
//
this.rbgCDSL.Font = new System.Drawing.Font("微软雅黑", 12F);
this.rbgCDSL.Items.AddRange(new object[] {
"长度",
"数量"});
this.rbgCDSL.Location = new System.Drawing.Point(254, 57);
this.rbgCDSL.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.rbgCDSL.MinimumSize = new System.Drawing.Size(1, 1);
this.rbgCDSL.Name = "rbgCDSL";
this.rbgCDSL.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.rbgCDSL.Size = new System.Drawing.Size(96, 175);
this.rbgCDSL.TabIndex = 1;
this.rbgCDSL.Text = "查询目标";
this.rbgCDSL.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// GXCZStatistics
//
this.Controls.Add(this.uiGroupBoxtjtc);
this.Name = "GXCZStatistics";
this.Size = new System.Drawing.Size(513, 297);
this.uiGroupBoxtjtc.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIGroupBox uiGroupBoxtjtc;
private Sunny.UI.UIRadioButtonGroup rbgGXSX;
private Sunny.UI.UIRadioButtonGroup rbgCDSL;
}
}