diff --git a/PROMS/Volian.Controls.Library/DisplayTransition.Designer.cs b/PROMS/Volian.Controls.Library/DisplayTransition.Designer.cs index ca856833..2def909c 100644 --- a/PROMS/Volian.Controls.Library/DisplayTransition.Designer.cs +++ b/PROMS/Volian.Controls.Library/DisplayTransition.Designer.cs @@ -30,20 +30,24 @@ namespace Volian.Controls.Library { this.groupPanelTranstionSteps = new DevComponents.DotNetBar.Controls.GroupPanel(); this.btnUp1 = new DevComponents.DotNetBar.ButtonX(); - this.tvTran = new Volian.Controls.Library.vlnTreeView3(); 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.groupPanelTranFmt = new DevComponents.DotNetBar.Controls.GroupPanel(); this.listBoxTranFmt = new System.Windows.Forms.ListBox(); this.groupPanelTransitionProcs = new DevComponents.DotNetBar.Controls.GroupPanel(); this.listBoxTranProcs = new System.Windows.Forms.ListBox(); this.groupPanelTransitionSect = new DevComponents.DotNetBar.Controls.GroupPanel(); this.listBoxTranSects = new System.Windows.Forms.ListBox(); + this.tvTran = new Volian.Controls.Library.vlnTreeView3(); + this.tvProcSets = new Volian.Controls.Library.vlnTreeView3(); this.groupPanelTranstionSteps.SuspendLayout(); this.groupPanelBtns.SuspendLayout(); this.panelTranSelStepBtns.SuspendLayout(); + this.groupPanelProcSets.SuspendLayout(); this.groupPanelTranFmt.SuspendLayout(); this.groupPanelTransitionProcs.SuspendLayout(); this.groupPanelTransitionSect.SuspendLayout(); @@ -154,9 +158,11 @@ namespace Volian.Controls.Library this.cbCurProcSet.TabIndex = 24; this.cbCurProcSet.Text = "Current Procedure Set"; this.cbCurProcSet.UseVisualStyleBackColor = true; + this.cbCurProcSet.CheckedChanged += new System.EventHandler(this.cbCurProcSet_CheckedChanged); // // panelTranSelStepBtns // + 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); @@ -165,6 +171,19 @@ namespace Volian.Controls.Library 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; @@ -179,6 +198,41 @@ namespace Volian.Controls.Library 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"; + // // groupPanelTranFmt // this.groupPanelTranFmt.CanvasColor = System.Drawing.SystemColors.Control; @@ -317,6 +371,25 @@ namespace Volian.Controls.Library this.listBoxTranSects.TabIndex = 19; this.listBoxTranSects.SelectedIndexChanged += new System.EventHandler(this.listBoxTranSects_SelectedIndexChanged); // + // tvTran + // + this.tvTran.Dock = System.Windows.Forms.DockStyle.Bottom; + this.tvTran.Location = new System.Drawing.Point(0, 32); + 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.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvTran_AfterSelect); + // + // tvProcSets + // + 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; + // // DisplayTransition // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); @@ -326,7 +399,7 @@ namespace Volian.Controls.Library this.Controls.Add(this.groupPanelTransitionProcs); this.Controls.Add(this.groupPanelTranFmt); this.Controls.Add(this.groupPanelBtns); - this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.Controls.Add(this.groupPanelProcSets); this.Name = "DisplayTransition"; this.Size = new System.Drawing.Size(387, 832); this.groupPanelTranstionSteps.ResumeLayout(false); @@ -334,10 +407,12 @@ namespace Volian.Controls.Library this.groupPanelBtns.PerformLayout(); this.panelTranSelStepBtns.ResumeLayout(false); this.panelTranSelStepBtns.PerformLayout(); + this.groupPanelProcSets.ResumeLayout(false); this.groupPanelTranFmt.ResumeLayout(false); this.groupPanelTransitionProcs.ResumeLayout(false); this.groupPanelTransitionSect.ResumeLayout(false); this.ResumeLayout(false); + this.PerformLayout(); } @@ -356,5 +431,8 @@ namespace Volian.Controls.Library private vlnTreeView3 tvTran; private System.Windows.Forms.CheckBox cbCurProcSet; private DevComponents.DotNetBar.ButtonX btnUp1; + private DevComponents.DotNetBar.ButtonX btnNewTrans; + private DevComponents.DotNetBar.Controls.GroupPanel groupPanelProcSets; + private vlnTreeView3 tvProcSets; } }