namespace WWPipeLine.MapTools.Conditions.AnalystToolBar
{
partial class GuanFa
{
///
/// 必需的设计器变量。
///
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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
this.uidgv = new Sunny.UI.UIDataGridView();
this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
this.uiLabel15 = new Sunny.UI.UILabel();
this.uitb_bsm = new Sunny.UI.UITextBox();
this.uitb_zcbh = new Sunny.UI.UITextBox();
this.uiLabel16 = new Sunny.UI.UILabel();
this.uiLabel2 = new Sunny.UI.UILabel();
this.uiLabel1 = new Sunny.UI.UILabel();
this.uiLabel14 = new Sunny.UI.UILabel();
this.uitbGdbh = new Sunny.UI.UITextBox();
this.uitb_bz = new Sunny.UI.UITextBox();
this.uiLabel13 = new Sunny.UI.UILabel();
this.uidp_msrq = new Sunny.UI.UIDatePicker();
this.uiLabel11 = new Sunny.UI.UILabel();
this.uitb_yl = new Sunny.UI.UITextBox();
this.uiLabel12 = new Sunny.UI.UILabel();
this.uitb_cd = new Sunny.UI.UITextBox();
this.uitb_qsdw = new Sunny.UI.UITextBox();
this.uiLabel10 = new Sunny.UI.UILabel();
this.uitb_gj = new Sunny.UI.UITextBox();
this.uiLabel5 = new Sunny.UI.UILabel();
this.uiLabel4 = new Sunny.UI.UILabel();
this.uitb_msfs = new Sunny.UI.UITextBox();
this.uitb_cz = new Sunny.UI.UITextBox();
this.uiLabel6 = new Sunny.UI.UILabel();
this.uiLabel3 = new Sunny.UI.UILabel();
this.uitb_dzms = new Sunny.UI.UITextBox();
this.uitb_tz = new Sunny.UI.UITextBox();
this.uiLabel7 = new Sunny.UI.UILabel();
this.uiLabel8 = new Sunny.UI.UILabel();
this.uiButton1 = new Sunny.UI.UIButton();
this.uiGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.uidgv)).BeginInit();
this.uiGroupBox2.SuspendLayout();
this.SuspendLayout();
//
// uiGroupBox1
//
this.uiGroupBox1.Controls.Add(this.uidgv);
this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiGroupBox1.Location = new System.Drawing.Point(0, 304);
this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox1.Name = "uiGroupBox1";
this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.uiGroupBox1.Size = new System.Drawing.Size(500, 246);
this.uiGroupBox1.TabIndex = 78;
this.uiGroupBox1.Text = "需关闭阀门";
this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// uidgv
//
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.uidgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.uidgv.BackgroundColor = System.Drawing.Color.White;
this.uidgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F);
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.uidgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.uidgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F);
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.uidgv.DefaultCellStyle = dataGridViewCellStyle3;
this.uidgv.Dock = System.Windows.Forms.DockStyle.Fill;
this.uidgv.EnableHeadersVisualStyles = false;
this.uidgv.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uidgv.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.uidgv.Location = new System.Drawing.Point(0, 32);
this.uidgv.Name = "uidgv";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F);
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.uidgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
this.uidgv.RowsDefaultCellStyle = dataGridViewCellStyle5;
this.uidgv.RowTemplate.Height = 23;
this.uidgv.SelectedIndex = -1;
this.uidgv.ShowGridLine = true;
this.uidgv.Size = new System.Drawing.Size(500, 214);
this.uidgv.TabIndex = 0;
this.uidgv.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.uidgv_CellMouseDoubleClick);
//
// uiGroupBox2
//
this.uiGroupBox2.Controls.Add(this.uiLabel15);
this.uiGroupBox2.Controls.Add(this.uitb_bsm);
this.uiGroupBox2.Controls.Add(this.uitb_zcbh);
this.uiGroupBox2.Controls.Add(this.uiLabel16);
this.uiGroupBox2.Controls.Add(this.uiLabel2);
this.uiGroupBox2.Controls.Add(this.uiLabel1);
this.uiGroupBox2.Controls.Add(this.uiLabel14);
this.uiGroupBox2.Controls.Add(this.uitbGdbh);
this.uiGroupBox2.Controls.Add(this.uitb_bz);
this.uiGroupBox2.Controls.Add(this.uiLabel13);
this.uiGroupBox2.Controls.Add(this.uidp_msrq);
this.uiGroupBox2.Controls.Add(this.uiLabel11);
this.uiGroupBox2.Controls.Add(this.uitb_yl);
this.uiGroupBox2.Controls.Add(this.uiLabel12);
this.uiGroupBox2.Controls.Add(this.uitb_cd);
this.uiGroupBox2.Controls.Add(this.uitb_qsdw);
this.uiGroupBox2.Controls.Add(this.uiLabel10);
this.uiGroupBox2.Controls.Add(this.uitb_gj);
this.uiGroupBox2.Controls.Add(this.uiLabel5);
this.uiGroupBox2.Controls.Add(this.uiLabel4);
this.uiGroupBox2.Controls.Add(this.uitb_msfs);
this.uiGroupBox2.Controls.Add(this.uitb_cz);
this.uiGroupBox2.Controls.Add(this.uiLabel6);
this.uiGroupBox2.Controls.Add(this.uiLabel3);
this.uiGroupBox2.Controls.Add(this.uitb_dzms);
this.uiGroupBox2.Controls.Add(this.uitb_tz);
this.uiGroupBox2.Controls.Add(this.uiLabel7);
this.uiGroupBox2.Controls.Add(this.uiLabel8);
this.uiGroupBox2.Controls.Add(this.uiButton1);
this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiGroupBox2.Location = new System.Drawing.Point(0, 0);
this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox2.Name = "uiGroupBox2";
this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.uiGroupBox2.Size = new System.Drawing.Size(500, 304);
this.uiGroupBox2.TabIndex = 79;
this.uiGroupBox2.Text = "爆管点的管线信息";
this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// uiLabel15
//
this.uiLabel15.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel15.Location = new System.Drawing.Point(8, 30);
this.uiLabel15.Name = "uiLabel15";
this.uiLabel15.Size = new System.Drawing.Size(92, 23);
this.uiLabel15.TabIndex = 110;
this.uiLabel15.Text = "标识码:";
this.uiLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// uitb_bsm
//
this.uitb_bsm.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uitb_bsm.Enabled = false;
this.uitb_bsm.FillColor = System.Drawing.Color.White;
this.uitb_bsm.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uitb_bsm.Location = new System.Drawing.Point(104, 30);
this.uitb_bsm.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uitb_bsm.Maximum = 2147483647D;
this.uitb_bsm.Minimum = -2147483648D;
this.uitb_bsm.MinimumSize = new System.Drawing.Size(1, 1);
this.uitb_bsm.Name = "uitb_bsm";
this.uitb_bsm.ReadOnly = true;
this.uitb_bsm.Size = new System.Drawing.Size(130, 29);
this.uitb_bsm.TabIndex = 108;
this.uitb_bsm.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uitb_zcbh
//
this.uitb_zcbh.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uitb_zcbh.FillColor = System.Drawing.Color.White;
this.uitb_zcbh.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uitb_zcbh.Location = new System.Drawing.Point(338, 33);
this.uitb_zcbh.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uitb_zcbh.Maximum = 2147483647D;
this.uitb_zcbh.MaxLength = 10;
this.uitb_zcbh.Minimum = -2147483648D;
this.uitb_zcbh.MinimumSize = new System.Drawing.Size(1, 1);
this.uitb_zcbh.Name = "uitb_zcbh";
this.uitb_zcbh.Size = new System.Drawing.Size(130, 29);
this.uitb_zcbh.TabIndex = 107;
this.uitb_zcbh.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel16
//
this.uiLabel16.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel16.Location = new System.Drawing.Point(241, 34);
this.uiLabel16.Name = "uiLabel16";
this.uiLabel16.Size = new System.Drawing.Size(92, 23);
this.uiLabel16.TabIndex = 109;
this.uiLabel16.Text = "资产编号:";
this.uiLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// uiLabel2
//
this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel2.Location = new System.Drawing.Point(424, 138);
this.uiLabel2.Name = "uiLabel2";
this.uiLabel2.Size = new System.Drawing.Size(44, 23);
this.uiLabel2.TabIndex = 106;
this.uiLabel2.Text = "M";
this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel1
//
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel1.Location = new System.Drawing.Point(424, 104);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(44, 23);
this.uiLabel1.TabIndex = 105;
this.uiLabel1.Text = "mm";
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel14
//
this.uiLabel14.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel14.Location = new System.Drawing.Point(8, 64);
this.uiLabel14.Name = "uiLabel14";
this.uiLabel14.Size = new System.Drawing.Size(92, 23);
this.uiLabel14.TabIndex = 104;
this.uiLabel14.Text = "管段编号:";
this.uiLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// uitbGdbh
//
this.uitbGdbh.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uitbGdbh.FillColor = System.Drawing.Color.White;
this.uitbGdbh.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uitbGdbh.Location = new System.Drawing.Point(104, 64);
this.uitbGdbh.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uitbGdbh.Maximum = 2147483647D;
this.uitbGdbh.Minimum = -2147483648D;
this.uitbGdbh.MinimumSize = new System.Drawing.Size(1, 1);
this.uitbGdbh.Name = "uitbGdbh";
this.uitbGdbh.Size = new System.Drawing.Size(130, 29);
this.uitbGdbh.TabIndex = 87;
this.uitbGdbh.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uitb_bz
//
this.uitb_bz.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uitb_bz.FillColor = System.Drawing.Color.White;
this.uitb_bz.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uitb_bz.Location = new System.Drawing.Point(104, 269);
this.uitb_bz.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uitb_bz.Maximum = 2147483647D;
this.uitb_bz.MaxLength = 50;
this.uitb_bz.Minimum = -2147483648D;
this.uitb_bz.MinimumSize = new System.Drawing.Size(1, 1);
this.uitb_bz.Name = "uitb_bz";
this.uitb_bz.Size = new System.Drawing.Size(274, 29);
this.uitb_bz.TabIndex = 95;
this.uitb_bz.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel13
//
this.uiLabel13.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel13.Location = new System.Drawing.Point(8, 269);
this.uiLabel13.Name = "uiLabel13";
this.uiLabel13.Size = new System.Drawing.Size(92, 23);
this.uiLabel13.TabIndex = 103;
this.uiLabel13.Text = "备注:";
this.uiLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// uidp_msrq
//
this.uidp_msrq.FillColor = System.Drawing.Color.White;
this.uidp_msrq.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uidp_msrq.Location = new System.Drawing.Point(338, 165);
this.uidp_msrq.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uidp_msrq.MaxLength = 10;
this.uidp_msrq.MinimumSize = new System.Drawing.Size(63, 0);
this.uidp_msrq.Name = "uidp_msrq";
this.uidp_msrq.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.uidp_msrq.Size = new System.Drawing.Size(130, 29);
this.uidp_msrq.SymbolDropDown = 61555;
this.uidp_msrq.SymbolNormal = 61555;
this.uidp_msrq.TabIndex = 102;
this.uidp_msrq.Text = "2020-01-01";
this.uidp_msrq.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uidp_msrq.Value = new System.DateTime(2020, 1, 1, 0, 0, 0, 0);
//
// uiLabel11
//
this.uiLabel11.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel11.Location = new System.Drawing.Point(241, 133);
this.uiLabel11.Name = "uiLabel11";
this.uiLabel11.Size = new System.Drawing.Size(92, 23);
this.uiLabel11.TabIndex = 101;
this.uiLabel11.Text = "长度:";
this.uiLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// uitb_yl
//
this.uitb_yl.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uitb_yl.FillColor = System.Drawing.Color.White;
this.uitb_yl.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uitb_yl.Location = new System.Drawing.Point(104, 132);
this.uitb_yl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uitb_yl.Maximum = 2147483647D;
this.uitb_yl.MaxLength = 10;
this.uitb_yl.Minimum = -2147483648D;
this.uitb_yl.MinimumSize = new System.Drawing.Size(1, 1);
this.uitb_yl.Name = "uitb_yl";
this.uitb_yl.Size = new System.Drawing.Size(130, 29);
this.uitb_yl.TabIndex = 88;
this.uitb_yl.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel12
//
this.uiLabel12.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel12.Location = new System.Drawing.Point(8, 132);
this.uiLabel12.Name = "uiLabel12";
this.uiLabel12.Size = new System.Drawing.Size(92, 23);
this.uiLabel12.TabIndex = 100;
this.uiLabel12.Text = "压力:";
this.uiLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// uitb_cd
//
this.uitb_cd.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uitb_cd.FillColor = System.Drawing.Color.White;
this.uitb_cd.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uitb_cd.Location = new System.Drawing.Point(338, 132);
this.uitb_cd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uitb_cd.Maximum = 2147483647D;
this.uitb_cd.Minimum = -2147483648D;
this.uitb_cd.MinimumSize = new System.Drawing.Size(1, 1);
this.uitb_cd.Name = "uitb_cd";
this.uitb_cd.Size = new System.Drawing.Size(79, 29);
this.uitb_cd.TabIndex = 85;
this.uitb_cd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uitb_qsdw
//
this.uitb_qsdw.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uitb_qsdw.FillColor = System.Drawing.Color.White;
this.uitb_qsdw.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uitb_qsdw.Location = new System.Drawing.Point(104, 234);
this.uitb_qsdw.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uitb_qsdw.Maximum = 2147483647D;
this.uitb_qsdw.MaxLength = 20;
this.uitb_qsdw.Minimum = -2147483648D;
this.uitb_qsdw.MinimumSize = new System.Drawing.Size(1, 1);
this.uitb_qsdw.Name = "uitb_qsdw";
this.uitb_qsdw.Size = new System.Drawing.Size(274, 29);
this.uitb_qsdw.TabIndex = 93;
this.uitb_qsdw.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel10
//
this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel10.Location = new System.Drawing.Point(8, 234);
this.uiLabel10.Name = "uiLabel10";
this.uiLabel10.Size = new System.Drawing.Size(92, 23);
this.uiLabel10.TabIndex = 98;
this.uiLabel10.Text = "权属单位:";
this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// uitb_gj
//
this.uitb_gj.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uitb_gj.FillColor = System.Drawing.Color.White;
this.uitb_gj.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uitb_gj.Location = new System.Drawing.Point(338, 99);
this.uitb_gj.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uitb_gj.Maximum = 2147483647D;
this.uitb_gj.MaxLength = 10;
this.uitb_gj.Minimum = -2147483648D;
this.uitb_gj.MinimumSize = new System.Drawing.Size(1, 1);
this.uitb_gj.Name = "uitb_gj";
this.uitb_gj.Size = new System.Drawing.Size(79, 29);
this.uitb_gj.TabIndex = 83;
this.uitb_gj.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel5
//
this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel5.Location = new System.Drawing.Point(241, 166);
this.uiLabel5.Name = "uiLabel5";
this.uiLabel5.Size = new System.Drawing.Size(92, 23);
this.uiLabel5.TabIndex = 97;
this.uiLabel5.Text = "埋设日期:";
this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// uiLabel4
//
this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel4.Location = new System.Drawing.Point(241, 100);
this.uiLabel4.Name = "uiLabel4";
this.uiLabel4.Size = new System.Drawing.Size(92, 23);
this.uiLabel4.TabIndex = 86;
this.uiLabel4.Text = "管径:";
this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// uitb_msfs
//
this.uitb_msfs.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uitb_msfs.FillColor = System.Drawing.Color.White;
this.uitb_msfs.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uitb_msfs.Location = new System.Drawing.Point(104, 166);
this.uitb_msfs.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uitb_msfs.Maximum = 2147483647D;
this.uitb_msfs.MaxLength = 10;
this.uitb_msfs.Minimum = -2147483648D;
this.uitb_msfs.MinimumSize = new System.Drawing.Size(1, 1);
this.uitb_msfs.Name = "uitb_msfs";
this.uitb_msfs.Size = new System.Drawing.Size(130, 29);
this.uitb_msfs.TabIndex = 89;
this.uitb_msfs.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uitb_cz
//
this.uitb_cz.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uitb_cz.FillColor = System.Drawing.Color.White;
this.uitb_cz.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uitb_cz.Location = new System.Drawing.Point(104, 98);
this.uitb_cz.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uitb_cz.Maximum = 2147483647D;
this.uitb_cz.MaxLength = 10;
this.uitb_cz.Minimum = -2147483648D;
this.uitb_cz.MinimumSize = new System.Drawing.Size(1, 1);
this.uitb_cz.Name = "uitb_cz";
this.uitb_cz.Size = new System.Drawing.Size(130, 29);
this.uitb_cz.TabIndex = 81;
this.uitb_cz.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel6
//
this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel6.Location = new System.Drawing.Point(8, 166);
this.uiLabel6.Name = "uiLabel6";
this.uiLabel6.Size = new System.Drawing.Size(92, 23);
this.uiLabel6.TabIndex = 96;
this.uiLabel6.Text = "埋设方式:";
this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// uiLabel3
//
this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel3.Location = new System.Drawing.Point(8, 98);
this.uiLabel3.Name = "uiLabel3";
this.uiLabel3.Size = new System.Drawing.Size(92, 23);
this.uiLabel3.TabIndex = 82;
this.uiLabel3.Text = "管线材质:";
this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// uitb_dzms
//
this.uitb_dzms.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uitb_dzms.FillColor = System.Drawing.Color.White;
this.uitb_dzms.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uitb_dzms.Location = new System.Drawing.Point(104, 200);
this.uitb_dzms.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uitb_dzms.Maximum = 2147483647D;
this.uitb_dzms.MaxLength = 20;
this.uitb_dzms.Minimum = -2147483648D;
this.uitb_dzms.MinimumSize = new System.Drawing.Size(1, 1);
this.uitb_dzms.Name = "uitb_dzms";
this.uitb_dzms.Size = new System.Drawing.Size(274, 29);
this.uitb_dzms.TabIndex = 91;
this.uitb_dzms.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uitb_tz
//
this.uitb_tz.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uitb_tz.FillColor = System.Drawing.Color.White;
this.uitb_tz.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uitb_tz.Location = new System.Drawing.Point(338, 66);
this.uitb_tz.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uitb_tz.Maximum = 2147483647D;
this.uitb_tz.MaxLength = 10;
this.uitb_tz.Minimum = -2147483648D;
this.uitb_tz.MinimumSize = new System.Drawing.Size(1, 1);
this.uitb_tz.Name = "uitb_tz";
this.uitb_tz.Size = new System.Drawing.Size(130, 29);
this.uitb_tz.TabIndex = 84;
this.uitb_tz.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel7
//
this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel7.Location = new System.Drawing.Point(8, 200);
this.uiLabel7.Name = "uiLabel7";
this.uiLabel7.Size = new System.Drawing.Size(92, 23);
this.uiLabel7.TabIndex = 92;
this.uiLabel7.Text = "地址描述:";
this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// uiLabel8
//
this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel8.Location = new System.Drawing.Point(241, 67);
this.uiLabel8.Name = "uiLabel8";
this.uiLabel8.Size = new System.Drawing.Size(92, 23);
this.uiLabel8.TabIndex = 90;
this.uiLabel8.Text = "特征:";
this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// uiButton1
//
this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiButton1.Location = new System.Drawing.Point(385, 228);
this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButton1.Name = "uiButton1";
this.uiButton1.Size = new System.Drawing.Size(105, 29);
this.uiButton1.TabIndex = 80;
this.uiButton1.Text = "关阀分析";
this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
//
// GuanFa
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.uiGroupBox1);
this.Controls.Add(this.uiGroupBox2);
this.Name = "GuanFa";
this.Size = new System.Drawing.Size(500, 550);
this.uiGroupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.uidgv)).EndInit();
this.uiGroupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIGroupBox uiGroupBox1;
private Sunny.UI.UIDataGridView uidgv;
private Sunny.UI.UIGroupBox uiGroupBox2;
private Sunny.UI.UIButton uiButton1;
private Sunny.UI.UILabel uiLabel15;
private Sunny.UI.UITextBox uitb_bsm;
private Sunny.UI.UITextBox uitb_zcbh;
private Sunny.UI.UILabel uiLabel16;
private Sunny.UI.UILabel uiLabel2;
private Sunny.UI.UILabel uiLabel1;
private Sunny.UI.UILabel uiLabel14;
private Sunny.UI.UITextBox uitbGdbh;
private Sunny.UI.UITextBox uitb_bz;
private Sunny.UI.UILabel uiLabel13;
private Sunny.UI.UIDatePicker uidp_msrq;
private Sunny.UI.UILabel uiLabel11;
private Sunny.UI.UITextBox uitb_yl;
private Sunny.UI.UILabel uiLabel12;
private Sunny.UI.UITextBox uitb_cd;
private Sunny.UI.UITextBox uitb_qsdw;
private Sunny.UI.UILabel uiLabel10;
private Sunny.UI.UITextBox uitb_gj;
private Sunny.UI.UILabel uiLabel5;
private Sunny.UI.UILabel uiLabel4;
private Sunny.UI.UITextBox uitb_msfs;
private Sunny.UI.UITextBox uitb_cz;
private Sunny.UI.UILabel uiLabel6;
private Sunny.UI.UILabel uiLabel3;
private Sunny.UI.UITextBox uitb_dzms;
private Sunny.UI.UITextBox uitb_tz;
private Sunny.UI.UILabel uiLabel7;
private Sunny.UI.UILabel uiLabel8;
}
}