namespace WWPipeLine.MapTools.Conditions.AnalystToolBar
{
partial class PengZhuangAnalystResult
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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.uiDGVpz = new Sunny.UI.UIDataGridView();
((System.ComponentModel.ISupportInitialize)(this.uiDGVpz)).BeginInit();
this.SuspendLayout();
//
// uiDGVpz
//
this.uiDGVpz.AllowUserToAddRows = false;
this.uiDGVpz.AllowUserToDeleteRows = false;
this.uiDGVpz.AllowUserToResizeColumns = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.uiDGVpz.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.uiDGVpz.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.uiDGVpz.BackgroundColor = System.Drawing.Color.White;
this.uiDGVpz.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.uiDGVpz.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.uiDGVpz.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.uiDGVpz.DefaultCellStyle = dataGridViewCellStyle3;
this.uiDGVpz.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiDGVpz.EnableHeadersVisualStyles = false;
this.uiDGVpz.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiDGVpz.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.uiDGVpz.Location = new System.Drawing.Point(0, 35);
this.uiDGVpz.MultiSelect = false;
this.uiDGVpz.Name = "uiDGVpz";
this.uiDGVpz.ReadOnly = true;
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.uiDGVpz.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
this.uiDGVpz.RowsDefaultCellStyle = dataGridViewCellStyle5;
this.uiDGVpz.RowTemplate.Height = 23;
this.uiDGVpz.SelectedIndex = -1;
this.uiDGVpz.ShowGridLine = true;
this.uiDGVpz.Size = new System.Drawing.Size(800, 413);
this.uiDGVpz.TabIndex = 0;
this.uiDGVpz.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.uiDGVpz_RowPostPaint);
//
// PengZhuangAnalystResult
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 448);
this.Controls.Add(this.uiDGVpz);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "PengZhuangAnalystResult";
this.Text = "碰撞分析结果";
this.TopMost = true;
this.Load += new System.EventHandler(this.PengZhuangAnalystResult_Load);
((System.ComponentModel.ISupportInitialize)(this.uiDGVpz)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIDataGridView uiDGVpz;
}
}