G2DDataGrid.Designer.cs 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. namespace CommonFroms.G2D.DataGrid
  2. {
  3. partial class G2DDataGrid
  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. this.grid1 = new SourceGrid.Grid();
  29. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  30. this.textDesc = new System.Windows.Forms.RichTextBox();
  31. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  32. this.splitContainer1.Panel1.SuspendLayout();
  33. this.splitContainer1.Panel2.SuspendLayout();
  34. this.splitContainer1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // grid1
  38. //
  39. this.grid1.AutoStretchColumnsToFitWidth = true;
  40. this.grid1.AutoStretchRowsToFitHeight = true;
  41. this.grid1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  42. this.grid1.ClipboardMode = ((SourceGrid.ClipboardMode)((((SourceGrid.ClipboardMode.Copy | SourceGrid.ClipboardMode.Cut)
  43. | SourceGrid.ClipboardMode.Paste)
  44. | SourceGrid.ClipboardMode.Delete)));
  45. this.grid1.Dock = System.Windows.Forms.DockStyle.Fill;
  46. this.grid1.EnableSort = false;
  47. this.grid1.FixedColumns = 1;
  48. this.grid1.FixedRows = 1;
  49. this.grid1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.grid1.ImeMode = System.Windows.Forms.ImeMode.On;
  51. this.grid1.Location = new System.Drawing.Point(0, 0);
  52. this.grid1.Name = "grid1";
  53. this.grid1.OptimizeMode = SourceGrid.CellOptimizeMode.ForRows;
  54. this.grid1.SelectionMode = SourceGrid.GridSelectionMode.Cell;
  55. this.grid1.Size = new System.Drawing.Size(824, 374);
  56. this.grid1.TabIndex = 1;
  57. this.grid1.TabStop = true;
  58. this.grid1.ToolTipText = "";
  59. //
  60. // splitContainer1
  61. //
  62. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  63. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  64. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  65. this.splitContainer1.Name = "splitContainer1";
  66. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  67. //
  68. // splitContainer1.Panel1
  69. //
  70. this.splitContainer1.Panel1.Controls.Add(this.grid1);
  71. //
  72. // splitContainer1.Panel2
  73. //
  74. this.splitContainer1.Panel2.Controls.Add(this.textDesc);
  75. this.splitContainer1.Size = new System.Drawing.Size(824, 487);
  76. this.splitContainer1.SplitterDistance = 374;
  77. this.splitContainer1.TabIndex = 2;
  78. //
  79. // textDesc
  80. //
  81. this.textDesc.BackColor = System.Drawing.SystemColors.ControlLight;
  82. this.textDesc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  83. this.textDesc.Cursor = System.Windows.Forms.Cursors.Arrow;
  84. this.textDesc.Dock = System.Windows.Forms.DockStyle.Fill;
  85. this.textDesc.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.textDesc.Location = new System.Drawing.Point(0, 0);
  87. this.textDesc.Name = "textDesc";
  88. this.textDesc.ReadOnly = true;
  89. this.textDesc.Size = new System.Drawing.Size(824, 109);
  90. this.textDesc.TabIndex = 0;
  91. this.textDesc.Text = "\n";
  92. //
  93. // G2DDataGrid
  94. //
  95. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  96. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  97. this.Controls.Add(this.splitContainer1);
  98. this.Name = "G2DDataGrid";
  99. this.Size = new System.Drawing.Size(824, 487);
  100. this.splitContainer1.Panel1.ResumeLayout(false);
  101. this.splitContainer1.Panel2.ResumeLayout(false);
  102. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  103. this.splitContainer1.ResumeLayout(false);
  104. this.ResumeLayout(false);
  105. }
  106. #endregion
  107. private SourceGrid.Grid grid1;
  108. private System.Windows.Forms.SplitContainer splitContainer1;
  109. private System.Windows.Forms.RichTextBox textDesc;
  110. }
  111. }