
Added MyDisablePanel vlnPanel control Added ApplDisplayMode property to StepPanel class Added vlnPanel class
103 lines
3.8 KiB
C#
103 lines
3.8 KiB
C#
namespace Volian.Controls.Library
|
|
{
|
|
partial class GridItem
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
MyItemInfo.MyContent.Changed -= new VEPROMS.CSLA.Library.ContentInfoEvent(MyContent_Changed);
|
|
MyItemInfo.MyProcedure.MyContent.Changed -= new VEPROMS.CSLA.Library.ContentInfoEvent(MyContent_Changed);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GridItem));
|
|
this.lblTab = new System.Windows.Forms.Label();
|
|
this._MyToolTip = new DevComponents.DotNetBar.SuperTooltip();
|
|
this._MyFlexGrid = new Volian.Controls.Library.VlnFlexGrid(this.components);
|
|
this._MyDisablePanel = new vlnPanel();
|
|
((System.ComponentModel.ISupportInitialize)(this._MyFlexGrid)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblTab
|
|
//
|
|
this.lblTab.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblTab.Location = new System.Drawing.Point(0, 0);
|
|
this.lblTab.Name = "lblTab";
|
|
this.lblTab.Size = new System.Drawing.Size(61, 23);
|
|
this.lblTab.TabIndex = 3;
|
|
this.lblTab.Visible = false;
|
|
this.lblTab.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblTab_MouseDown);
|
|
//
|
|
// _MyToolTip
|
|
//
|
|
this._MyToolTip.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
|
|
//
|
|
// _MyFlexGrid
|
|
//
|
|
this._MyFlexGrid.AllowMerging = C1.Win.C1FlexGrid.AllowMergingEnum.Custom;
|
|
this._MyFlexGrid.AllowResizing = C1.Win.C1FlexGrid.AllowResizingEnum.Both;
|
|
this._MyFlexGrid.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this._MyFlexGrid.ColumnInfo = "3,0,0,0,0,40,Columns:";
|
|
this._MyFlexGrid.DrawMode = C1.Win.C1FlexGrid.DrawModeEnum.OwnerDraw;
|
|
this._MyFlexGrid.FocusRect = C1.Win.C1FlexGrid.FocusRectEnum.Solid;
|
|
this._MyFlexGrid.Location = new System.Drawing.Point(5, 5);
|
|
this._MyFlexGrid.Name = "_MyFlexGrid";
|
|
this._MyFlexGrid.Rows.Count = 4;
|
|
this._MyFlexGrid.Rows.DefaultSize = 20;
|
|
this._MyFlexGrid.Rows.Fixed = 0;
|
|
this._MyFlexGrid.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this._MyFlexGrid.Size = new System.Drawing.Size(314, 66);
|
|
this._MyFlexGrid.StyleInfo = resources.GetString("_MyFlexGrid.StyleInfo");
|
|
this._MyFlexGrid.TabIndex = 4;
|
|
//
|
|
// _MyDisablePanel
|
|
//
|
|
_MyDisablePanel.BackColor = System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor.ButtonFace);
|
|
_MyDisablePanel.SendToBack();
|
|
_MyDisablePanel.Visible = false;
|
|
//
|
|
// GridItem
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this._MyFlexGrid);
|
|
this.Controls.Add(this._MyDisablePanel);
|
|
this.Controls.Add(this.lblTab);
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
this.Name = "GridItem";
|
|
this.Size = new System.Drawing.Size(320, 72);
|
|
((System.ComponentModel.ISupportInitialize)(this._MyFlexGrid)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lblTab;
|
|
private DevComponents.DotNetBar.SuperTooltip _MyToolTip;
|
|
private VlnFlexGrid _MyFlexGrid;
|
|
private vlnPanel _MyDisablePanel;
|
|
}
|
|
}
|