namespace WWPipeLine.MapTools.Conditions.AnalystToolBar
{
partial class ShiGuDian
{
///
/// 必需的设计器变量。
///
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.uiButton1 = new Sunny.UI.UIButton();
this.uilbRoad = new Sunny.UI.UIListBox();
this.uiButton3 = new Sunny.UI.UIButton();
this.uiButton2 = new Sunny.UI.UIButton();
this.uiLabel3 = new Sunny.UI.UILabel();
this.uitbBanjing = new Sunny.UI.UITextBox();
this.uiLabel4 = new Sunny.UI.UILabel();
this.uicbxLayers = new Sunny.UI.UIComboBox();
this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
this.uidgv = new Sunny.UI.UIDataGridView();
this.uiGroupBox1.SuspendLayout();
this.uiGroupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.uidgv)).BeginInit();
this.SuspendLayout();
//
// uiGroupBox1
//
this.uiGroupBox1.Controls.Add(this.uiButton1);
this.uiGroupBox1.Controls.Add(this.uilbRoad);
this.uiGroupBox1.Controls.Add(this.uiButton3);
this.uiGroupBox1.Controls.Add(this.uiButton2);
this.uiGroupBox1.Controls.Add(this.uiLabel3);
this.uiGroupBox1.Controls.Add(this.uitbBanjing);
this.uiGroupBox1.Controls.Add(this.uiLabel4);
this.uiGroupBox1.Controls.Add(this.uicbxLayers);
this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
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(167, 465);
this.uiGroupBox1.TabIndex = 0;
this.uiGroupBox1.Text = "按道路搜索定位";
this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// uiButton1
//
this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiButton1.Location = new System.Drawing.Point(55, 432);
this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButton1.Name = "uiButton1";
this.uiButton1.Size = new System.Drawing.Size(109, 30);
this.uiButton1.TabIndex = 8;
this.uiButton1.Text = "标记事故点";
this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
//
// uilbRoad
//
this.uilbRoad.Dock = System.Windows.Forms.DockStyle.Top;
this.uilbRoad.FillColor = System.Drawing.Color.White;
this.uilbRoad.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uilbRoad.FormatString = "";
this.uilbRoad.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.uilbRoad.Location = new System.Drawing.Point(0, 32);
this.uilbRoad.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uilbRoad.MinimumSize = new System.Drawing.Size(1, 1);
this.uilbRoad.Name = "uilbRoad";
this.uilbRoad.Padding = new System.Windows.Forms.Padding(2);
this.uilbRoad.Size = new System.Drawing.Size(167, 263);
this.uilbRoad.TabIndex = 0;
this.uilbRoad.Text = null;
//
// uiButton3
//
this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiButton3.Location = new System.Drawing.Point(3, 380);
this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButton3.Name = "uiButton3";
this.uiButton3.Size = new System.Drawing.Size(142, 30);
this.uiButton3.TabIndex = 10;
this.uiButton3.Text = "地图双击定位";
this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click);
//
// uiButton2
//
this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiButton2.Location = new System.Drawing.Point(123, 332);
this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButton2.Name = "uiButton2";
this.uiButton2.Size = new System.Drawing.Size(41, 30);
this.uiButton2.TabIndex = 9;
this.uiButton2.Text = "搜索";
this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
//
// uiLabel3
//
this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel3.Location = new System.Drawing.Point(3, 298);
this.uiLabel3.Name = "uiLabel3";
this.uiLabel3.Size = new System.Drawing.Size(75, 30);
this.uiLabel3.TabIndex = 2;
this.uiLabel3.Text = "搜索周围";
this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uitbBanjing
//
this.uitbBanjing.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uitbBanjing.FillColor = System.Drawing.Color.White;
this.uitbBanjing.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uitbBanjing.Location = new System.Drawing.Point(82, 298);
this.uitbBanjing.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uitbBanjing.Maximum = 2147483647D;
this.uitbBanjing.Minimum = -2147483648D;
this.uitbBanjing.MinimumSize = new System.Drawing.Size(1, 1);
this.uitbBanjing.Name = "uitbBanjing";
this.uitbBanjing.Size = new System.Drawing.Size(52, 30);
this.uitbBanjing.TabIndex = 3;
this.uitbBanjing.Text = "0";
this.uitbBanjing.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel4
//
this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel4.Location = new System.Drawing.Point(141, 298);
this.uiLabel4.Name = "uiLabel4";
this.uiLabel4.Size = new System.Drawing.Size(23, 30);
this.uiLabel4.TabIndex = 4;
this.uiLabel4.Text = "米";
this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uicbxLayers
//
this.uicbxLayers.DataSource = null;
this.uicbxLayers.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
this.uicbxLayers.FillColor = System.Drawing.Color.White;
this.uicbxLayers.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uicbxLayers.Location = new System.Drawing.Point(5, 332);
this.uicbxLayers.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uicbxLayers.MinimumSize = new System.Drawing.Size(63, 0);
this.uicbxLayers.Name = "uicbxLayers";
this.uicbxLayers.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.uicbxLayers.Size = new System.Drawing.Size(111, 30);
this.uicbxLayers.TabIndex = 5;
this.uicbxLayers.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiGroupBox2
//
this.uiGroupBox2.Controls.Add(this.uidgv);
this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiGroupBox2.Location = new System.Drawing.Point(167, 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(333, 465);
this.uiGroupBox2.TabIndex = 7;
this.uiGroupBox2.Text = "查询结果";
this.uiGroupBox2.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(333, 433);
this.uidgv.TabIndex = 0;
this.uidgv.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.uidgv_CellMouseDoubleClick);
//
// ShiGuDian
//
this.Controls.Add(this.uiGroupBox2);
this.Controls.Add(this.uiGroupBox1);
this.Name = "ShiGuDian";
this.Size = new System.Drawing.Size(500, 465);
this.uiGroupBox1.ResumeLayout(false);
this.uiGroupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.uidgv)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIGroupBox uiGroupBox1;
private Sunny.UI.UIListBox uilbRoad;
private Sunny.UI.UILabel uiLabel3;
private Sunny.UI.UITextBox uitbBanjing;
private Sunny.UI.UILabel uiLabel4;
private Sunny.UI.UIComboBox uicbxLayers;
private Sunny.UI.UIGroupBox uiGroupBox2;
private Sunny.UI.UIDataGridView uidgv;
private Sunny.UI.UIButton uiButton1;
private Sunny.UI.UIButton uiButton2;
private Sunny.UI.UIButton uiButton3;
}
}