123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- namespace CommonFroms.G2D.DataGrid
- {
- partial class G2DDataGrid
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.grid1 = new SourceGrid.Grid();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.textDesc = new System.Windows.Forms.RichTextBox();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.SuspendLayout();
- //
- // grid1
- //
- this.grid1.AutoStretchColumnsToFitWidth = true;
- this.grid1.AutoStretchRowsToFitHeight = true;
- this.grid1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.grid1.ClipboardMode = ((SourceGrid.ClipboardMode)((((SourceGrid.ClipboardMode.Copy | SourceGrid.ClipboardMode.Cut)
- | SourceGrid.ClipboardMode.Paste)
- | SourceGrid.ClipboardMode.Delete)));
- this.grid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.grid1.EnableSort = false;
- this.grid1.FixedColumns = 1;
- this.grid1.FixedRows = 1;
- this.grid1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.grid1.ImeMode = System.Windows.Forms.ImeMode.On;
- this.grid1.Location = new System.Drawing.Point(0, 0);
- this.grid1.Name = "grid1";
- this.grid1.OptimizeMode = SourceGrid.CellOptimizeMode.ForRows;
- this.grid1.SelectionMode = SourceGrid.GridSelectionMode.Cell;
- this.grid1.Size = new System.Drawing.Size(824, 374);
- this.grid1.TabIndex = 1;
- this.grid1.TabStop = true;
- this.grid1.ToolTipText = "";
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.grid1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.textDesc);
- this.splitContainer1.Size = new System.Drawing.Size(824, 487);
- this.splitContainer1.SplitterDistance = 374;
- this.splitContainer1.TabIndex = 2;
- //
- // textDesc
- //
- this.textDesc.BackColor = System.Drawing.SystemColors.ControlLight;
- this.textDesc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textDesc.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.textDesc.Dock = System.Windows.Forms.DockStyle.Fill;
- this.textDesc.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textDesc.Location = new System.Drawing.Point(0, 0);
- this.textDesc.Name = "textDesc";
- this.textDesc.ReadOnly = true;
- this.textDesc.Size = new System.Drawing.Size(824, 109);
- this.textDesc.TabIndex = 0;
- this.textDesc.Text = "\n";
- //
- // G2DDataGrid
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.splitContainer1);
- this.Name = "G2DDataGrid";
- this.Size = new System.Drawing.Size(824, 487);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private SourceGrid.Grid grid1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.RichTextBox textDesc;
- }
- }
|