DWbount.Designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. namespace WWPipeLine.MapTools.Conditions.Locations
  2. {
  3. partial class DWbount
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  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.uiDataGridViewDW = new Sunny.UI.UIDataGridView();
  34. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridViewDW)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // uiDataGridViewDW
  38. //
  39. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  40. this.uiDataGridViewDW.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  41. this.uiDataGridViewDW.BackgroundColor = System.Drawing.Color.White;
  42. this.uiDataGridViewDW.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  43. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  44. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  45. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F);
  46. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  47. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  48. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  49. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  50. this.uiDataGridViewDW.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  51. this.uiDataGridViewDW.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  52. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  53. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  54. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F);
  55. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  56. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  57. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  58. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  59. this.uiDataGridViewDW.DefaultCellStyle = dataGridViewCellStyle3;
  60. this.uiDataGridViewDW.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.uiDataGridViewDW.EnableHeadersVisualStyles = false;
  62. this.uiDataGridViewDW.Font = new System.Drawing.Font("微软雅黑", 12F);
  63. this.uiDataGridViewDW.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  64. this.uiDataGridViewDW.Location = new System.Drawing.Point(0, 0);
  65. this.uiDataGridViewDW.Name = "uiDataGridViewDW";
  66. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  67. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  68. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F);
  69. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  70. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  71. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  72. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  73. this.uiDataGridViewDW.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  74. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  75. this.uiDataGridViewDW.RowsDefaultCellStyle = dataGridViewCellStyle5;
  76. this.uiDataGridViewDW.RowTemplate.Height = 23;
  77. this.uiDataGridViewDW.SelectedIndex = -1;
  78. this.uiDataGridViewDW.ShowGridLine = true;
  79. this.uiDataGridViewDW.Size = new System.Drawing.Size(649, 364);
  80. this.uiDataGridViewDW.TabIndex = 0;
  81. this.uiDataGridViewDW.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.uiDataGridViewDW_CellDoubleClick);
  82. //
  83. // DWbount
  84. //
  85. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  86. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  87. this.Controls.Add(this.uiDataGridViewDW);
  88. this.Name = "DWbount";
  89. this.Size = new System.Drawing.Size(649, 364);
  90. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridViewDW)).EndInit();
  91. this.ResumeLayout(false);
  92. }
  93. #endregion
  94. private Sunny.UI.UIDataGridView uiDataGridViewDW;
  95. }
  96. }