namespace WWPipeLine.MapTools.Conditions.XiTongGuanLi
{
partial class ShuJuZiDian
{
///
/// 必需的设计器变量。
///
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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
this.uidgv = new Sunny.UI.UIDataGridView();
this.uitb = new Sunny.UI.UITextBox();
this.uiLabel1 = new Sunny.UI.UILabel();
this.panel1 = new System.Windows.Forms.Panel();
this.uicbxLayer = new Sunny.UI.UIComboBox();
this.uiLabel2 = new Sunny.UI.UILabel();
((System.ComponentModel.ISupportInitialize)(this.uidgv)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// uidgv
//
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.uidgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
this.uidgv.BackgroundColor = System.Drawing.Color.White;
this.uidgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F);
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.uidgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
this.uidgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F);
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.uidgv.DefaultCellStyle = dataGridViewCellStyle8;
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, 0);
this.uidgv.Name = "uidgv";
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F);
dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.uidgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
this.uidgv.RowsDefaultCellStyle = dataGridViewCellStyle10;
this.uidgv.RowTemplate.Height = 23;
this.uidgv.SelectedIndex = -1;
this.uidgv.ShowGridLine = true;
this.uidgv.Size = new System.Drawing.Size(500, 237);
this.uidgv.TabIndex = 0;
this.uidgv.SelectIndexChange += new Sunny.UI.UIDataGridView.OnSelectIndexChange(this.uidgv_SelectIndexChange);
//
// uitb
//
this.uitb.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uitb.FillColor = System.Drawing.Color.White;
this.uitb.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uitb.Location = new System.Drawing.Point(108, 43);
this.uitb.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uitb.Maximum = 2147483647D;
this.uitb.Minimum = -2147483648D;
this.uitb.MinimumSize = new System.Drawing.Size(1, 1);
this.uitb.Name = "uitb";
this.uitb.Size = new System.Drawing.Size(363, 29);
this.uitb.TabIndex = 3;
this.uitb.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel1
//
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel1.Location = new System.Drawing.Point(14, 43);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(91, 23);
this.uiLabel1.TabIndex = 4;
this.uiLabel1.Text = "字段信息:";
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// panel1
//
this.panel1.Controls.Add(this.uiLabel2);
this.panel1.Controls.Add(this.uicbxLayer);
this.panel1.Controls.Add(this.uiLabel1);
this.panel1.Controls.Add(this.uitb);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 237);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(500, 78);
this.panel1.TabIndex = 5;
//
// uicbxLayer
//
this.uicbxLayer.DataSource = null;
this.uicbxLayer.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
this.uicbxLayer.FillColor = System.Drawing.Color.White;
this.uicbxLayer.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uicbxLayer.Location = new System.Drawing.Point(108, 8);
this.uicbxLayer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uicbxLayer.MinimumSize = new System.Drawing.Size(63, 0);
this.uicbxLayer.Name = "uicbxLayer";
this.uicbxLayer.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.uicbxLayer.Size = new System.Drawing.Size(116, 28);
this.uicbxLayer.TabIndex = 14;
this.uicbxLayer.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uicbxLayer.SelectedIndexChanged += new System.EventHandler(this.uicbxLayer_SelectedIndexChanged);
//
// uiLabel2
//
this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel2.Location = new System.Drawing.Point(14, 8);
this.uiLabel2.Name = "uiLabel2";
this.uiLabel2.Size = new System.Drawing.Size(91, 23);
this.uiLabel2.TabIndex = 15;
this.uiLabel2.Text = "数据选择:";
this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// ShuJuZiDian
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.uidgv);
this.Controls.Add(this.panel1);
this.Name = "ShuJuZiDian";
this.Size = new System.Drawing.Size(500, 315);
((System.ComponentModel.ISupportInitialize)(this.uidgv)).EndInit();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIDataGridView uidgv;
private Sunny.UI.UITextBox uitb;
private Sunny.UI.UILabel uiLabel1;
private System.Windows.Forms.Panel panel1;
private Sunny.UI.UILabel uiLabel2;
private Sunny.UI.UIComboBox uicbxLayer;
}
}