178 lines
8.1 KiB
C#
178 lines
8.1 KiB
C#
using System.Security.Cryptography;
|
|
using VEPROMS.CSLA.Library;
|
|
|
|
namespace Volian.Controls.Library
|
|
{
|
|
partial class DisplayApplicability
|
|
{
|
|
/// <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);
|
|
}
|
|
|
|
|
|
#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.gpMode = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
this.gpItem = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
this.btnApplicabilitychg2 = new DevComponents.DotNetBar.ButtonItem();
|
|
this.btnApplicabilitychg = new DevComponents.DotNetBar.ButtonX();
|
|
this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
|
|
this.gpItem.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnApplicabilitychg
|
|
//
|
|
this.btnApplicabilitychg.Location = new System.Drawing.Point(60, 8);
|
|
this.btnApplicabilitychg.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnApplicabilitychg.BackColor = System.Drawing.SystemColors.Control;
|
|
this.btnApplicabilitychg.Name = "btnApplicabilitychg";
|
|
this.btnApplicabilitychg.Size = new System.Drawing.Size(80, 22);
|
|
this.btnApplicabilitychg.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnApplicabilitychg.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.superTooltip1.SetSuperTooltip(this.btnApplicabilitychg, new DevComponents.DotNetBar.SuperTooltipInfo("Change applicability settings - All At Level", "", "When clicked, all steps at the level of the current step will have their applicability settings changed. Note that for two column procedures, the left column and right column are handled separately.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
|
this.btnApplicabilitychg.TabIndex = 0;
|
|
this.btnApplicabilitychg.Text = "Set All at Level";
|
|
this.btnApplicabilitychg.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
|
|
this.btnApplicabilitychg.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnApplicabilitychg.Click += new System.EventHandler(this.BtnApplicabilitychg_Click);
|
|
//
|
|
// gpMode
|
|
//
|
|
this.gpMode.AutoSize = true;
|
|
this.gpMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.gpMode.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.gpMode.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.gpMode.DisabledBackColor = System.Drawing.Color.Empty;
|
|
this.gpMode.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.gpMode.Location = new System.Drawing.Point(0, 0);
|
|
this.gpMode.Margin = new System.Windows.Forms.Padding(4);
|
|
this.gpMode.Name = "gpMode";
|
|
this.gpMode.Padding = new System.Windows.Forms.Padding(13, 12, 13, 37);
|
|
this.gpMode.Size = new System.Drawing.Size(432, 49);
|
|
//
|
|
//
|
|
//
|
|
this.gpMode.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.gpMode.Style.BackColorGradientAngle = 90;
|
|
this.gpMode.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.gpMode.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.gpMode.Style.BorderBottomWidth = 1;
|
|
this.gpMode.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.gpMode.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.gpMode.Style.BorderLeftWidth = 1;
|
|
this.gpMode.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.gpMode.Style.BorderRightWidth = 1;
|
|
this.gpMode.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.gpMode.Style.BorderTopWidth = 1;
|
|
this.gpMode.Style.CornerDiameter = 4;
|
|
this.gpMode.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
|
this.gpMode.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
|
this.gpMode.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.gpMode.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
|
//
|
|
//
|
|
//
|
|
this.gpMode.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
//
|
|
//
|
|
//
|
|
this.gpMode.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.gpMode.TabIndex = 0;
|
|
this.gpMode.Text = "Viewing Mode";
|
|
//
|
|
// gpItem
|
|
//
|
|
this.gpItem.AutoSize = true;
|
|
this.gpItem.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.gpItem.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.gpItem.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
//this.gpItem.Controls.Add(this.btnApplicabilitychg);
|
|
this.gpItem.DisabledBackColor = System.Drawing.Color.Empty;
|
|
this.gpItem.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.gpItem.Location = new System.Drawing.Point(0, 49);
|
|
this.gpItem.Margin = new System.Windows.Forms.Padding(4);
|
|
this.gpItem.Name = "gpItem";
|
|
this.gpItem.Padding = new System.Windows.Forms.Padding(13, 12, 13, 37);
|
|
this.gpItem.Size = new System.Drawing.Size(432, 85);
|
|
//
|
|
//
|
|
//
|
|
this.gpItem.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.gpItem.Style.BackColorGradientAngle = 90;
|
|
this.gpItem.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.gpItem.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.gpItem.Style.BorderBottomWidth = 1;
|
|
this.gpItem.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.gpItem.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.gpItem.Style.BorderLeftWidth = 1;
|
|
this.gpItem.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.gpItem.Style.BorderRightWidth = 1;
|
|
this.gpItem.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.gpItem.Style.BorderTopWidth = 1;
|
|
this.gpItem.Style.CornerDiameter = 4;
|
|
this.gpItem.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
|
this.gpItem.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
|
this.gpItem.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.gpItem.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
|
//
|
|
//
|
|
//
|
|
this.gpItem.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
//
|
|
//
|
|
//
|
|
this.gpItem.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.gpItem.TabIndex = 1;
|
|
this.gpItem.Text = "Item Mode";
|
|
//
|
|
// DisplayApplicability
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.gpItem);
|
|
this.Controls.Add(this.gpMode);
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "DisplayApplicability";
|
|
this.Size = new System.Drawing.Size(432, 807);
|
|
this.gpItem.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
//
|
|
// superTooltip1
|
|
//
|
|
this.superTooltip1.DefaultTooltipSettings = new DevComponents.DotNetBar.SuperTooltipInfo("", "", "", null, null, DevComponents.DotNetBar.eTooltipColor.Gray);
|
|
this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevComponents.DotNetBar.Controls.GroupPanel gpMode;
|
|
private DevComponents.DotNetBar.Controls.GroupPanel gpItem;
|
|
private DevComponents.DotNetBar.ButtonItem btnApplicabilitychg2;
|
|
private DevComponents.DotNetBar.ButtonX btnApplicabilitychg;
|
|
private DevComponents.DotNetBar.SuperTooltip superTooltip1;
|
|
|
|
}
|
|
}
|