This commit is contained in:
2008-03-03 15:18:03 +00:00
parent 42f3a981a9
commit 63fd25601e
4 changed files with 881 additions and 486 deletions

View File

@@ -28,101 +28,42 @@ namespace Volian.Controls.Library
/// </summary>
private void InitializeComponent()
{
this.groupPanelTranstionSteps = new DevComponents.DotNetBar.Controls.GroupPanel();
this.btnUp1 = new DevComponents.DotNetBar.ButtonX();
this.groupPanelBtns = new DevComponents.DotNetBar.Controls.GroupPanel();
this.cbCurProcSet = new System.Windows.Forms.CheckBox();
this.panelTranSelStepBtns = new System.Windows.Forms.Panel();
this.btnNewTrans = new DevComponents.DotNetBar.ButtonX();
this.btnTranInsert = new DevComponents.DotNetBar.ButtonX();
this.groupPanelProcSets = new DevComponents.DotNetBar.Controls.GroupPanel();
this.btnTranCancel = new DevComponents.DotNetBar.ButtonX();
this.btnTranSave = new DevComponents.DotNetBar.ButtonX();
this.groupPanelTranFmt = new DevComponents.DotNetBar.Controls.GroupPanel();
this.listBoxTranFmt = new System.Windows.Forms.ListBox();
this.groupPanelTransitionSets = new DevComponents.DotNetBar.Controls.GroupPanel();
this.groupPanelTransitionProcs = new DevComponents.DotNetBar.Controls.GroupPanel();
this.listBoxTranProcs = new System.Windows.Forms.ListBox();
this.cbTranProcs = new System.Windows.Forms.ComboBox();
this.groupPanelTransitionSect = new DevComponents.DotNetBar.Controls.GroupPanel();
this.listBoxTranSects = new System.Windows.Forms.ListBox();
this.cbTranSects = new System.Windows.Forms.ComboBox();
this.groupPanelTranstionSteps = new DevComponents.DotNetBar.Controls.GroupPanel();
this.pnlTranStepBtns = new System.Windows.Forms.Panel();
this.lblxTranRangeTip = new DevComponents.DotNetBar.LabelX();
this.btnTranRangeClear = new DevComponents.DotNetBar.ButtonX();
this.btnUp1 = new DevComponents.DotNetBar.ButtonX();
this.tvTran = new Volian.Controls.Library.vlnTreeView3();
this.tvProcSets = new Volian.Controls.Library.vlnTreeView3();
this.groupPanelTranstionSteps.SuspendLayout();
this.vlnTreeComboSets = new Volian.Controls.Library.vlnTreeCombo();
this.groupPanelBtns.SuspendLayout();
this.panelTranSelStepBtns.SuspendLayout();
this.groupPanelProcSets.SuspendLayout();
this.groupPanelTranFmt.SuspendLayout();
this.groupPanelTransitionSets.SuspendLayout();
this.groupPanelTransitionProcs.SuspendLayout();
this.groupPanelTransitionSect.SuspendLayout();
this.groupPanelTranstionSteps.SuspendLayout();
this.pnlTranStepBtns.SuspendLayout();
this.SuspendLayout();
//
// groupPanelTranstionSteps
//
this.groupPanelTranstionSteps.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanelTranstionSteps.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanelTranstionSteps.Controls.Add(this.btnUp1);
this.groupPanelTranstionSteps.Controls.Add(this.tvTran);
this.groupPanelTranstionSteps.Dock = System.Windows.Forms.DockStyle.Top;
this.groupPanelTranstionSteps.Location = new System.Drawing.Point(0, 493);
this.groupPanelTranstionSteps.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupPanelTranstionSteps.Name = "groupPanelTranstionSteps";
this.groupPanelTranstionSteps.Size = new System.Drawing.Size(387, 336);
//
//
//
this.groupPanelTranstionSteps.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanelTranstionSteps.Style.BackColorGradientAngle = 90;
this.groupPanelTranstionSteps.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanelTranstionSteps.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelTranstionSteps.Style.BorderBottomWidth = 1;
this.groupPanelTranstionSteps.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanelTranstionSteps.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelTranstionSteps.Style.BorderLeftWidth = 1;
this.groupPanelTranstionSteps.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelTranstionSteps.Style.BorderRightWidth = 1;
this.groupPanelTranstionSteps.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelTranstionSteps.Style.BorderTopWidth = 1;
this.groupPanelTranstionSteps.Style.CornerDiameter = 4;
this.groupPanelTranstionSteps.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanelTranstionSteps.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanelTranstionSteps.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanelTranstionSteps.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
this.groupPanelTranstionSteps.TabIndex = 24;
this.groupPanelTranstionSteps.Text = "Select Step";
//
// btnUp1
//
this.btnUp1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnUp1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnUp1.Dock = System.Windows.Forms.DockStyle.Left;
this.btnUp1.Image = global::Volian.Controls.Library.Properties.Resources.GoToParentFolderHS;
this.btnUp1.Location = new System.Drawing.Point(0, 0);
this.btnUp1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnUp1.Name = "btnUp1";
this.btnUp1.Size = new System.Drawing.Size(51, 43);
this.btnUp1.TabIndex = 24;
this.btnUp1.Click += new System.EventHandler(this.btnUp1_Click);
//
// tvTran
//
this.tvTran.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tvTran.Location = new System.Drawing.Point(0, 43);
this.tvTran.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tvTran.Name = "tvTran";
this.tvTran.Size = new System.Drawing.Size(381, 270);
this.tvTran.TabIndex = 20;
this.tvTran.NodeSelectionChange += new Volian.Controls.Library.vlnTreeViewEvent(this.tvTran_NodeSelectionChange);
this.tvTran.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tvTran_MouseClick);
this.tvTran.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvTran_AfterSelect);
//
// groupPanelBtns
//
this.groupPanelBtns.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanelBtns.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanelBtns.Controls.Add(this.cbCurProcSet);
this.groupPanelBtns.Controls.Add(this.panelTranSelStepBtns);
this.groupPanelBtns.Controls.Add(this.btnTranCancel);
this.groupPanelBtns.Controls.Add(this.btnTranSave);
this.groupPanelBtns.Dock = System.Windows.Forms.DockStyle.Top;
this.groupPanelBtns.Location = new System.Drawing.Point(0, 0);
this.groupPanelBtns.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupPanelBtns.Name = "groupPanelBtns";
this.groupPanelBtns.Size = new System.Drawing.Size(387, 81);
this.groupPanelBtns.Size = new System.Drawing.Size(376, 42);
//
//
//
@@ -145,93 +86,32 @@ namespace Volian.Controls.Library
this.groupPanelBtns.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
this.groupPanelBtns.TabIndex = 25;
//
// cbCurProcSet
// btnTranCancel
//
this.cbCurProcSet.AutoSize = true;
this.cbCurProcSet.Checked = true;
this.cbCurProcSet.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbCurProcSet.Dock = System.Windows.Forms.DockStyle.Top;
this.cbCurProcSet.Location = new System.Drawing.Point(0, 0);
this.cbCurProcSet.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbCurProcSet.Name = "cbCurProcSet";
this.cbCurProcSet.Size = new System.Drawing.Size(381, 21);
this.cbCurProcSet.TabIndex = 24;
this.cbCurProcSet.Text = "Current Procedure Set";
this.cbCurProcSet.UseVisualStyleBackColor = true;
this.cbCurProcSet.CheckedChanged += new System.EventHandler(this.cbCurProcSet_CheckedChanged);
this.btnTranCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnTranCancel.AutoSize = true;
this.btnTranCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnTranCancel.Dock = System.Windows.Forms.DockStyle.Right;
this.btnTranCancel.Location = new System.Drawing.Point(282, 0);
this.btnTranCancel.Margin = new System.Windows.Forms.Padding(2);
this.btnTranCancel.Name = "btnTranCancel";
this.btnTranCancel.Size = new System.Drawing.Size(88, 36);
this.btnTranCancel.TabIndex = 25;
this.btnTranCancel.Text = "Cancel";
this.btnTranCancel.Click += new System.EventHandler(this.btnTranCancel_Click);
//
// panelTranSelStepBtns
// btnTranSave
//
this.panelTranSelStepBtns.Controls.Add(this.btnNewTrans);
this.panelTranSelStepBtns.Controls.Add(this.btnTranInsert);
this.panelTranSelStepBtns.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelTranSelStepBtns.Location = new System.Drawing.Point(0, 29);
this.panelTranSelStepBtns.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panelTranSelStepBtns.Name = "panelTranSelStepBtns";
this.panelTranSelStepBtns.Size = new System.Drawing.Size(381, 46);
this.panelTranSelStepBtns.TabIndex = 23;
//
// btnNewTrans
//
this.btnNewTrans.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnNewTrans.AutoSize = true;
this.btnNewTrans.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnNewTrans.Dock = System.Windows.Forms.DockStyle.Left;
this.btnNewTrans.Location = new System.Drawing.Point(88, 0);
this.btnNewTrans.Name = "btnNewTrans";
this.btnNewTrans.Size = new System.Drawing.Size(88, 36);
this.btnNewTrans.TabIndex = 23;
this.btnNewTrans.Text = "New Transition";
this.btnNewTrans.Click += new System.EventHandler(this.btnNewTrans_Click);
//
// btnTranInsert
//
this.btnTranInsert.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnTranInsert.AutoSize = true;
this.btnTranInsert.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnTranInsert.Dock = System.Windows.Forms.DockStyle.Left;
this.btnTranInsert.Location = new System.Drawing.Point(0, 0);
this.btnTranInsert.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnTranInsert.Name = "btnTranInsert";
this.btnTranInsert.Size = new System.Drawing.Size(103, 36);
this.btnTranInsert.TabIndex = 22;
this.btnTranInsert.Text = "Select Transition";
this.btnTranInsert.Click += new System.EventHandler(this.btnTranInsert_Click);
//
// groupPanelProcSets
//
this.groupPanelProcSets.AntiAlias = false;
this.groupPanelProcSets.AutoSize = true;
this.groupPanelProcSets.BackColor = System.Drawing.Color.Cyan;
//this.groupPanelBtns.Dock = System.Windows.Forms.DockStyle.Top;
this.groupPanelProcSets.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanelProcSets.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanelProcSets.Controls.Add(this.tvProcSets);
this.groupPanelProcSets.Location = new System.Drawing.Point(25, 49);
this.groupPanelProcSets.Name = "groupPanelProcSets";
this.groupPanelProcSets.Size = new System.Drawing.Size(284, 100);
//
//
//
this.groupPanelProcSets.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanelProcSets.Style.BackColorGradientAngle = 90;
this.groupPanelProcSets.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanelProcSets.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelProcSets.Style.BorderBottomWidth = 1;
this.groupPanelProcSets.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanelProcSets.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelProcSets.Style.BorderLeftWidth = 1;
this.groupPanelProcSets.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelProcSets.Style.BorderRightWidth = 1;
this.groupPanelProcSets.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelProcSets.Style.BorderTopWidth = 1;
this.groupPanelProcSets.Style.CornerDiameter = 4;
this.groupPanelProcSets.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanelProcSets.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanelProcSets.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanelProcSets.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
this.groupPanelProcSets.TabIndex = 25;
this.groupPanelProcSets.Text = "Select Procedure";
this.btnTranSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnTranSave.AutoSize = true;
this.btnTranSave.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnTranSave.Dock = System.Windows.Forms.DockStyle.Left;
this.btnTranSave.Location = new System.Drawing.Point(0, 0);
this.btnTranSave.Name = "btnTranSave";
this.btnTranSave.Size = new System.Drawing.Size(103, 36);
this.btnTranSave.TabIndex = 24;
this.btnTranSave.Text = "Save Transition";
this.btnTranSave.Click += new System.EventHandler(this.btnTranSave_Click);
//
// groupPanelTranFmt
//
@@ -239,10 +119,9 @@ namespace Volian.Controls.Library
this.groupPanelTranFmt.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanelTranFmt.Controls.Add(this.listBoxTranFmt);
this.groupPanelTranFmt.Dock = System.Windows.Forms.DockStyle.Top;
this.groupPanelTranFmt.Location = new System.Drawing.Point(0, 81);
this.groupPanelTranFmt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupPanelTranFmt.Location = new System.Drawing.Point(0, 42);
this.groupPanelTranFmt.Name = "groupPanelTranFmt";
this.groupPanelTranFmt.Size = new System.Drawing.Size(387, 138);
this.groupPanelTranFmt.Size = new System.Drawing.Size(376, 112);
//
//
//
@@ -271,24 +150,53 @@ namespace Volian.Controls.Library
this.listBoxTranFmt.Dock = System.Windows.Forms.DockStyle.Top;
this.listBoxTranFmt.FormattingEnabled = true;
this.listBoxTranFmt.HorizontalScrollbar = true;
this.listBoxTranFmt.ItemHeight = 16;
this.listBoxTranFmt.Location = new System.Drawing.Point(0, 0);
this.listBoxTranFmt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.listBoxTranFmt.Name = "listBoxTranFmt";
this.listBoxTranFmt.Size = new System.Drawing.Size(381, 100);
this.listBoxTranFmt.Size = new System.Drawing.Size(370, 82);
this.listBoxTranFmt.TabIndex = 13;
this.listBoxTranFmt.SelectedIndexChanged += new System.EventHandler(this.listBoxTranFmt_Click);
//
// groupPanelTransitionSets
//
this.groupPanelTransitionSets.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanelTransitionSets.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanelTransitionSets.Controls.Add(this.vlnTreeComboSets);
this.groupPanelTransitionSets.Dock = System.Windows.Forms.DockStyle.Top;
this.groupPanelTransitionSets.Location = new System.Drawing.Point(0, 154);
this.groupPanelTransitionSets.Name = "groupPanelTransitionSets";
this.groupPanelTransitionSets.Size = new System.Drawing.Size(376, 48);
//
//
//
this.groupPanelTransitionSets.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanelTransitionSets.Style.BackColorGradientAngle = 90;
this.groupPanelTransitionSets.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanelTransitionSets.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelTransitionSets.Style.BorderBottomWidth = 1;
this.groupPanelTransitionSets.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanelTransitionSets.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelTransitionSets.Style.BorderLeftWidth = 1;
this.groupPanelTransitionSets.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelTransitionSets.Style.BorderRightWidth = 1;
this.groupPanelTransitionSets.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelTransitionSets.Style.BorderTopWidth = 1;
this.groupPanelTransitionSets.Style.CornerDiameter = 4;
this.groupPanelTransitionSets.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanelTransitionSets.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanelTransitionSets.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanelTransitionSets.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
this.groupPanelTransitionSets.TabIndex = 31;
this.groupPanelTransitionSets.Text = "Select Procedure Set";
//
// groupPanelTransitionProcs
//
this.groupPanelTransitionProcs.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanelTransitionProcs.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanelTransitionProcs.Controls.Add(this.listBoxTranProcs);
this.groupPanelTransitionProcs.Controls.Add(this.cbTranProcs);
this.groupPanelTransitionProcs.Dock = System.Windows.Forms.DockStyle.Top;
this.groupPanelTransitionProcs.Location = new System.Drawing.Point(0, 219);
this.groupPanelTransitionProcs.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupPanelTransitionProcs.Location = new System.Drawing.Point(0, 202);
this.groupPanelTransitionProcs.Name = "groupPanelTransitionProcs";
this.groupPanelTransitionProcs.Size = new System.Drawing.Size(387, 130);
this.groupPanelTransitionProcs.Size = new System.Drawing.Size(376, 46);
//
//
//
@@ -309,32 +217,28 @@ namespace Volian.Controls.Library
this.groupPanelTransitionProcs.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanelTransitionProcs.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanelTransitionProcs.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
this.groupPanelTransitionProcs.TabIndex = 29;
this.groupPanelTransitionProcs.TabIndex = 32;
this.groupPanelTransitionProcs.Text = "Select Procedure";
//
// listBoxTranProcs
// cbTranProcs
//
this.listBoxTranProcs.Dock = System.Windows.Forms.DockStyle.Top;
this.listBoxTranProcs.FormattingEnabled = true;
this.listBoxTranProcs.HorizontalScrollbar = true;
this.listBoxTranProcs.ItemHeight = 16;
this.listBoxTranProcs.Location = new System.Drawing.Point(0, 0);
this.listBoxTranProcs.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.listBoxTranProcs.Name = "listBoxTranProcs";
this.listBoxTranProcs.Size = new System.Drawing.Size(381, 100);
this.listBoxTranProcs.TabIndex = 12;
this.listBoxTranProcs.SelectedIndexChanged += new System.EventHandler(this.listBoxTranProcs_SelectedIndexChanged);
this.cbTranProcs.Dock = System.Windows.Forms.DockStyle.Fill;
this.cbTranProcs.FormattingEnabled = true;
this.cbTranProcs.Location = new System.Drawing.Point(0, 0);
this.cbTranProcs.Name = "cbTranProcs";
this.cbTranProcs.Size = new System.Drawing.Size(370, 21);
this.cbTranProcs.TabIndex = 14;
this.cbTranProcs.SelectedIndexChanged += new System.EventHandler(this.cbTranProcs_SelectedIndexChanged);
//
// groupPanelTransitionSect
//
this.groupPanelTransitionSect.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanelTransitionSect.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanelTransitionSect.Controls.Add(this.listBoxTranSects);
this.groupPanelTransitionSect.Controls.Add(this.cbTranSects);
this.groupPanelTransitionSect.Dock = System.Windows.Forms.DockStyle.Top;
this.groupPanelTransitionSect.Location = new System.Drawing.Point(0, 349);
this.groupPanelTransitionSect.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupPanelTransitionSect.Location = new System.Drawing.Point(0, 248);
this.groupPanelTransitionSect.Name = "groupPanelTransitionSect";
this.groupPanelTransitionSect.Size = new System.Drawing.Size(387, 144);
this.groupPanelTransitionSect.Size = new System.Drawing.Size(376, 49);
//
//
//
@@ -355,84 +259,161 @@ namespace Volian.Controls.Library
this.groupPanelTransitionSect.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanelTransitionSect.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanelTransitionSect.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
this.groupPanelTransitionSect.TabIndex = 30;
this.groupPanelTransitionSect.TabIndex = 33;
this.groupPanelTransitionSect.Text = "Select Section";
//
// listBoxTranSects
// cbTranSects
//
this.listBoxTranSects.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBoxTranSects.FormattingEnabled = true;
this.listBoxTranSects.HorizontalScrollbar = true;
this.listBoxTranSects.ItemHeight = 16;
this.listBoxTranSects.Location = new System.Drawing.Point(0, 0);
this.listBoxTranSects.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.listBoxTranSects.Name = "listBoxTranSects";
this.listBoxTranSects.Size = new System.Drawing.Size(381, 116);
this.listBoxTranSects.TabIndex = 19;
this.listBoxTranSects.SelectedIndexChanged += new System.EventHandler(this.listBoxTranSects_SelectedIndexChanged);
this.cbTranSects.Dock = System.Windows.Forms.DockStyle.Fill;
this.cbTranSects.FormattingEnabled = true;
this.cbTranSects.Location = new System.Drawing.Point(0, 0);
this.cbTranSects.Name = "cbTranSects";
this.cbTranSects.Size = new System.Drawing.Size(370, 21);
this.cbTranSects.TabIndex = 20;
this.cbTranSects.SelectedIndexChanged += new System.EventHandler(this.cbTranSects_SelectedIndexChanged);
this.cbTranSects.Click += new System.EventHandler(this.cbTranSects_SelectedIndexChanged);
//
// groupPanelTranstionSteps
//
this.groupPanelTranstionSteps.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanelTranstionSteps.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanelTranstionSteps.Controls.Add(this.tvTran);
this.groupPanelTranstionSteps.Controls.Add(this.pnlTranStepBtns);
this.groupPanelTranstionSteps.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupPanelTranstionSteps.Location = new System.Drawing.Point(0, 297);
this.groupPanelTranstionSteps.Name = "groupPanelTranstionSteps";
this.groupPanelTranstionSteps.Size = new System.Drawing.Size(376, 379);
//
//
//
this.groupPanelTranstionSteps.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanelTranstionSteps.Style.BackColorGradientAngle = 90;
this.groupPanelTranstionSteps.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanelTranstionSteps.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelTranstionSteps.Style.BorderBottomWidth = 1;
this.groupPanelTranstionSteps.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanelTranstionSteps.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelTranstionSteps.Style.BorderLeftWidth = 1;
this.groupPanelTranstionSteps.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelTranstionSteps.Style.BorderRightWidth = 1;
this.groupPanelTranstionSteps.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelTranstionSteps.Style.BorderTopWidth = 1;
this.groupPanelTranstionSteps.Style.CornerDiameter = 4;
this.groupPanelTranstionSteps.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanelTranstionSteps.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanelTranstionSteps.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanelTranstionSteps.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
this.groupPanelTranstionSteps.TabIndex = 34;
this.groupPanelTranstionSteps.Text = "Select Step";
//
// pnlTranStepBtns
//
this.pnlTranStepBtns.Controls.Add(this.lblxTranRangeTip);
this.pnlTranStepBtns.Controls.Add(this.btnTranRangeClear);
this.pnlTranStepBtns.Controls.Add(this.btnUp1);
this.pnlTranStepBtns.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTranStepBtns.Location = new System.Drawing.Point(0, 0);
this.pnlTranStepBtns.Name = "pnlTranStepBtns";
this.pnlTranStepBtns.Size = new System.Drawing.Size(370, 46);
this.pnlTranStepBtns.TabIndex = 30;
//
// lblxTranRangeTip
//
this.lblxTranRangeTip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lblxTranRangeTip.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblxTranRangeTip.Location = new System.Drawing.Point(235, 0);
this.lblxTranRangeTip.Name = "lblxTranRangeTip";
this.lblxTranRangeTip.Size = new System.Drawing.Size(135, 46);
this.lblxTranRangeTip.TabIndex = 33;
this.lblxTranRangeTip.Text = "Select First Transition\r\nfor Range";
//
// btnTranRangeClear
//
this.btnTranRangeClear.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnTranRangeClear.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnTranRangeClear.Dock = System.Windows.Forms.DockStyle.Left;
this.btnTranRangeClear.Location = new System.Drawing.Point(43, 0);
this.btnTranRangeClear.Name = "btnTranRangeClear";
this.btnTranRangeClear.Size = new System.Drawing.Size(58, 46);
this.btnTranRangeClear.TabIndex = 31;
this.btnTranRangeClear.Text = "Clear Range Selection";
this.btnTranRangeClear.Click += new System.EventHandler(this.btnTranRangeClear_Click);
//
// btnUp1
//
this.btnUp1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnUp1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnUp1.Dock = System.Windows.Forms.DockStyle.Left;
this.btnUp1.Image = global::Volian.Controls.Library.Properties.Resources.GoToParentFolderHS;
this.btnUp1.Location = new System.Drawing.Point(0, 0);
this.btnUp1.Name = "btnUp1";
this.btnUp1.Size = new System.Drawing.Size(43, 46);
this.btnUp1.TabIndex = 30;
this.btnUp1.Click += new System.EventHandler(this.btnUp1_Click);
//
// tvTran
//
this.tvTran.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tvTran.Location = new System.Drawing.Point(0, 32);
this.tvTran.Dock = System.Windows.Forms.DockStyle.Fill;
this.tvTran.HideSelection = false;
this.tvTran.Location = new System.Drawing.Point(0, 46);
this.tvTran.Name = "tvTran";
this.tvTran.Size = new System.Drawing.Size(284, 220);
this.tvTran.TabIndex = 20;
this.tvTran.NodeSelectionChange += new Volian.Controls.Library.vlnTreeViewEvent(this.tvTran_NodeSelectionChange);
this.tvTran.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tvTran_MouseClick);
this.tvTran.Size = new System.Drawing.Size(370, 312);
this.tvTran.TabIndex = 31;
this.tvTran.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvTran_AfterSelect);
//
// tvProcSets
// vlnTreeComboSets
//
this.tvProcSets.Dock = System.Windows.Forms.DockStyle.Fill;
this.tvProcSets.Location = new System.Drawing.Point(0, 0);
this.tvProcSets.Name = "tvProcSets";
this.tvProcSets.Size = new System.Drawing.Size(278, 79);
this.tvProcSets.TabIndex = 15;
this.vlnTreeComboSets.Dock = System.Windows.Forms.DockStyle.Fill;
this.vlnTreeComboSets.Location = new System.Drawing.Point(0, 0);
this.vlnTreeComboSets.Name = "vlnTreeComboSets";
this.vlnTreeComboSets.Size = new System.Drawing.Size(370, 21);
this.vlnTreeComboSets.TabIndex = 33;
this.vlnTreeComboSets.Value = null;
this.vlnTreeComboSets.FinishEditing += new AT.STO.UI.Win.DropDownValueChangedEventHandler(this.DropDown_FinishEditing);
//
// DisplayTransition
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupPanelTranstionSteps);
this.Controls.Add(this.groupPanelTransitionSect);
this.Controls.Add(this.groupPanelTransitionProcs);
this.Controls.Add(this.groupPanelTransitionSets);
this.Controls.Add(this.groupPanelTranFmt);
this.Controls.Add(this.groupPanelBtns);
this.Controls.Add(this.groupPanelProcSets);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "DisplayTransition";
this.Size = new System.Drawing.Size(387, 832);
this.groupPanelTranstionSteps.ResumeLayout(false);
this.Size = new System.Drawing.Size(376, 676);
this.groupPanelBtns.ResumeLayout(false);
this.groupPanelBtns.PerformLayout();
this.panelTranSelStepBtns.ResumeLayout(false);
this.panelTranSelStepBtns.PerformLayout();
this.groupPanelProcSets.ResumeLayout(false);
this.groupPanelTranFmt.ResumeLayout(false);
this.groupPanelTransitionSets.ResumeLayout(false);
this.groupPanelTransitionProcs.ResumeLayout(false);
this.groupPanelTransitionSect.ResumeLayout(false);
this.groupPanelTranstionSteps.ResumeLayout(false);
this.pnlTranStepBtns.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevComponents.DotNetBar.Controls.GroupPanel groupPanelTranstionSteps;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanelBtns;
private System.Windows.Forms.Panel panelTranSelStepBtns;
private DevComponents.DotNetBar.ButtonX btnTranInsert;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanelTranFmt;
private System.Windows.Forms.ListBox listBoxTranFmt;
private DevComponents.DotNetBar.ButtonX btnTranCancel;
private DevComponents.DotNetBar.ButtonX btnTranSave;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanelTransitionSets;
private vlnTreeCombo vlnTreeComboSets;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanelTransitionProcs;
private System.Windows.Forms.ListBox listBoxTranProcs;
private System.Windows.Forms.ComboBox cbTranProcs;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanelTransitionSect;
private System.Windows.Forms.ListBox listBoxTranSects;
private vlnTreeView3 tvTran;
private System.Windows.Forms.CheckBox cbCurProcSet;
private System.Windows.Forms.ComboBox cbTranSects;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanelTranstionSteps;
private System.Windows.Forms.Panel pnlTranStepBtns;
private DevComponents.DotNetBar.ButtonX btnTranRangeClear;
private DevComponents.DotNetBar.ButtonX btnUp1;
private DevComponents.DotNetBar.ButtonX btnNewTrans;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanelProcSets;
private vlnTreeView3 tvProcSets;
private DevComponents.DotNetBar.LabelX lblxTranRangeTip;
private vlnTreeView3 tvTran;
}
}