Ejemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelGrid      = new System.Windows.Forms.Panel();
     this.panelSubGrid   = new System.Windows.Forms.Panel();
     this.panelHeaders   = new System.Windows.Forms.Panel();
     this.columnHeaders1 = new Endogine.Editors.ColumnHeadersX();
     this.vScrollBar1    = new System.Windows.Forms.VScrollBar();
     this.hScrollBar1    = new System.Windows.Forms.HScrollBar();
     this.panelGrid.SuspendLayout();
     this.panelHeaders.SuspendLayout();
     this.SuspendLayout();
     //
     // panelGrid
     //
     this.panelGrid.Controls.Add(this.panelSubGrid);
     this.panelGrid.Location = new System.Drawing.Point(0, 17);
     this.panelGrid.Name     = "panelGrid";
     this.panelGrid.Size     = new System.Drawing.Size(120, 72);
     this.panelGrid.TabIndex = 0;
     //
     // panelSubGrid
     //
     this.panelSubGrid.Location = new System.Drawing.Point(0, 0);
     this.panelSubGrid.Name     = "panelSubGrid";
     this.panelSubGrid.Size     = new System.Drawing.Size(104, 48);
     this.panelSubGrid.TabIndex = 0;
     //
     // panelHeaders
     //
     this.panelHeaders.BackColor = System.Drawing.SystemColors.ControlDark;
     this.panelHeaders.Controls.Add(this.columnHeaders1);
     this.panelHeaders.Location = new System.Drawing.Point(0, 0);
     this.panelHeaders.Name     = "panelHeaders";
     this.panelHeaders.Size     = new System.Drawing.Size(120, 18);
     this.panelHeaders.TabIndex = 1;
     //
     // columnHeaders1
     //
     this.columnHeaders1.Location              = new System.Drawing.Point(0, 0);
     this.columnHeaders1.Name                  = "columnHeaders1";
     this.columnHeaders1.Size                  = new System.Drawing.Size(96, 16);
     this.columnHeaders1.TabIndex              = 4;
     this.columnHeaders1.ChangedColumnSorting += new Endogine.Editors.ColumnHeadersX.ChangedSortingDelegate(this.columnHeaders1_ChangedColumnSorting);
     this.columnHeaders1.ChangedColumnWidth   += new Endogine.Editors.ColumnHeadersX.ChangedSizeDelegate(this.columnHeaders1_ChangedColumnWidth);
     //
     // vScrollBar1
     //
     this.vScrollBar1.Location      = new System.Drawing.Point(120, 17);
     this.vScrollBar1.Name          = "vScrollBar1";
     this.vScrollBar1.Size          = new System.Drawing.Size(16, 72);
     this.vScrollBar1.TabIndex      = 3;
     this.vScrollBar1.ValueChanged += new System.EventHandler(this.vScrollBar1_ValueChanged);
     //
     // hScrollBar1
     //
     this.hScrollBar1.Location      = new System.Drawing.Point(0, 89);
     this.hScrollBar1.Name          = "hScrollBar1";
     this.hScrollBar1.Size          = new System.Drawing.Size(120, 16);
     this.hScrollBar1.TabIndex      = 2;
     this.hScrollBar1.ValueChanged += new System.EventHandler(this.hScrollBar1_ValueChanged);
     //
     // VersatileDataGrid
     //
     this.Controls.Add(this.vScrollBar1);
     this.Controls.Add(this.hScrollBar1);
     this.Controls.Add(this.panelHeaders);
     this.Controls.Add(this.panelGrid);
     this.Name    = "VersatileDataGrid";
     this.Size    = new System.Drawing.Size(136, 128);
     this.Resize += new System.EventHandler(this.VersatileDataGrid_Resize);
     this.Load   += new System.EventHandler(this.VersatileDataGrid_Load);
     this.panelGrid.ResumeLayout(false);
     this.panelHeaders.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelGrid = new System.Windows.Forms.Panel();
     this.panelSubGrid = new System.Windows.Forms.Panel();
     this.panelHeaders = new System.Windows.Forms.Panel();
     this.columnHeaders1 = new Endogine.Editors.ColumnHeadersX();
     this.vScrollBar1 = new System.Windows.Forms.VScrollBar();
     this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
     this.panelGrid.SuspendLayout();
     this.panelHeaders.SuspendLayout();
     this.SuspendLayout();
     //
     // panelGrid
     //
     this.panelGrid.Controls.Add(this.panelSubGrid);
     this.panelGrid.Location = new System.Drawing.Point(0, 17);
     this.panelGrid.Name = "panelGrid";
     this.panelGrid.Size = new System.Drawing.Size(120, 72);
     this.panelGrid.TabIndex = 0;
     //
     // panelSubGrid
     //
     this.panelSubGrid.Location = new System.Drawing.Point(0, 0);
     this.panelSubGrid.Name = "panelSubGrid";
     this.panelSubGrid.Size = new System.Drawing.Size(104, 48);
     this.panelSubGrid.TabIndex = 0;
     //
     // panelHeaders
     //
     this.panelHeaders.BackColor = System.Drawing.SystemColors.ControlDark;
     this.panelHeaders.Controls.Add(this.columnHeaders1);
     this.panelHeaders.Location = new System.Drawing.Point(0, 0);
     this.panelHeaders.Name = "panelHeaders";
     this.panelHeaders.Size = new System.Drawing.Size(120, 18);
     this.panelHeaders.TabIndex = 1;
     //
     // columnHeaders1
     //
     this.columnHeaders1.Location = new System.Drawing.Point(0, 0);
     this.columnHeaders1.Name = "columnHeaders1";
     this.columnHeaders1.Size = new System.Drawing.Size(96, 16);
     this.columnHeaders1.TabIndex = 4;
     this.columnHeaders1.ChangedColumnSorting += new Endogine.Editors.ColumnHeadersX.ChangedSortingDelegate(this.columnHeaders1_ChangedColumnSorting);
     this.columnHeaders1.ChangedColumnWidth += new Endogine.Editors.ColumnHeadersX.ChangedSizeDelegate(this.columnHeaders1_ChangedColumnWidth);
     //
     // vScrollBar1
     //
     this.vScrollBar1.Location = new System.Drawing.Point(120, 17);
     this.vScrollBar1.Name = "vScrollBar1";
     this.vScrollBar1.Size = new System.Drawing.Size(16, 72);
     this.vScrollBar1.TabIndex = 3;
     this.vScrollBar1.ValueChanged += new System.EventHandler(this.vScrollBar1_ValueChanged);
     //
     // hScrollBar1
     //
     this.hScrollBar1.Location = new System.Drawing.Point(0, 89);
     this.hScrollBar1.Name = "hScrollBar1";
     this.hScrollBar1.Size = new System.Drawing.Size(120, 16);
     this.hScrollBar1.TabIndex = 2;
     this.hScrollBar1.ValueChanged += new System.EventHandler(this.hScrollBar1_ValueChanged);
     //
     // VersatileDataGrid
     //
     this.Controls.Add(this.vScrollBar1);
     this.Controls.Add(this.hScrollBar1);
     this.Controls.Add(this.panelHeaders);
     this.Controls.Add(this.panelGrid);
     this.Name = "VersatileDataGrid";
     this.Size = new System.Drawing.Size(136, 128);
     this.Resize += new System.EventHandler(this.VersatileDataGrid_Resize);
     this.Load += new System.EventHandler(this.VersatileDataGrid_Load);
     this.panelGrid.ResumeLayout(false);
     this.panelHeaders.ResumeLayout(false);
     this.ResumeLayout(false);
 }