PengZhuangAnalystResult.Designer.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. namespace WWPipeLine.MapTools.Conditions.AnalystToolBar
  2. {
  3. partial class PengZhuangAnalystResult
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.uiDGVpz = new Sunny.UI.UIDataGridView();
  34. ((System.ComponentModel.ISupportInitialize)(this.uiDGVpz)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // uiDGVpz
  38. //
  39. this.uiDGVpz.AllowUserToAddRows = false;
  40. this.uiDGVpz.AllowUserToDeleteRows = false;
  41. this.uiDGVpz.AllowUserToResizeColumns = false;
  42. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  43. this.uiDGVpz.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  44. this.uiDGVpz.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  45. this.uiDGVpz.BackgroundColor = System.Drawing.Color.White;
  46. this.uiDGVpz.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  47. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  48. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  49. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F);
  50. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  51. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  52. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  53. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  54. this.uiDGVpz.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  55. this.uiDGVpz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  56. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  57. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  58. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F);
  59. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  60. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  61. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  62. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  63. this.uiDGVpz.DefaultCellStyle = dataGridViewCellStyle3;
  64. this.uiDGVpz.Dock = System.Windows.Forms.DockStyle.Fill;
  65. this.uiDGVpz.EnableHeadersVisualStyles = false;
  66. this.uiDGVpz.Font = new System.Drawing.Font("微软雅黑", 12F);
  67. this.uiDGVpz.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  68. this.uiDGVpz.Location = new System.Drawing.Point(0, 35);
  69. this.uiDGVpz.MultiSelect = false;
  70. this.uiDGVpz.Name = "uiDGVpz";
  71. this.uiDGVpz.ReadOnly = true;
  72. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  73. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  74. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F);
  75. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  76. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  77. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  78. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  79. this.uiDGVpz.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  80. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  81. this.uiDGVpz.RowsDefaultCellStyle = dataGridViewCellStyle5;
  82. this.uiDGVpz.RowTemplate.Height = 23;
  83. this.uiDGVpz.SelectedIndex = -1;
  84. this.uiDGVpz.ShowGridLine = true;
  85. this.uiDGVpz.Size = new System.Drawing.Size(800, 413);
  86. this.uiDGVpz.TabIndex = 0;
  87. this.uiDGVpz.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.uiDGVpz_RowPostPaint);
  88. //
  89. // PengZhuangAnalystResult
  90. //
  91. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  92. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  93. this.ClientSize = new System.Drawing.Size(800, 448);
  94. this.Controls.Add(this.uiDGVpz);
  95. this.MaximizeBox = false;
  96. this.MinimizeBox = false;
  97. this.Name = "PengZhuangAnalystResult";
  98. this.Text = "碰撞分析结果";
  99. this.TopMost = true;
  100. this.Load += new System.EventHandler(this.PengZhuangAnalystResult_Load);
  101. ((System.ComponentModel.ISupportInitialize)(this.uiDGVpz)).EndInit();
  102. this.ResumeLayout(false);
  103. }
  104. #endregion
  105. private Sunny.UI.UIDataGridView uiDGVpz;
  106. }
  107. }