This commit is contained in:
@@ -33,8 +33,6 @@ namespace Volian.Controls.Library
|
||||
this.btnTranCancel = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnTranSave = new DevComponents.DotNetBar.ButtonX();
|
||||
this.groupPanelTranFmt = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
this.rbEntireSec = new System.Windows.Forms.RadioButton();
|
||||
this.rbEntireProc = new System.Windows.Forms.RadioButton();
|
||||
this.listBoxTranFmt = new System.Windows.Forms.ListBox();
|
||||
this.groupPanelTransitionSets = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
this.vlnTreeComboSets = new Volian.Controls.Library.vlnTreeCombo();
|
||||
@@ -45,6 +43,7 @@ namespace Volian.Controls.Library
|
||||
this.groupPanelTranstionSteps = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
this.tvTran = new Volian.Controls.Library.vlnTreeView3();
|
||||
this.pnlTranStepBtns = new System.Windows.Forms.Panel();
|
||||
this.cbIncStepNum = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||
this.lblxTranRangeTip = new DevComponents.DotNetBar.LabelX();
|
||||
this.btnTranRangeClear = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnUp1 = new DevComponents.DotNetBar.ButtonX();
|
||||
@@ -140,8 +139,6 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
this.groupPanelTranFmt.CanvasColor = System.Drawing.SystemColors.Control;
|
||||
this.groupPanelTranFmt.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.groupPanelTranFmt.Controls.Add(this.rbEntireSec);
|
||||
this.groupPanelTranFmt.Controls.Add(this.rbEntireProc);
|
||||
this.groupPanelTranFmt.Controls.Add(this.listBoxTranFmt);
|
||||
this.groupPanelTranFmt.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.groupPanelTranFmt.Location = new System.Drawing.Point(0, 44);
|
||||
@@ -182,40 +179,16 @@ namespace Volian.Controls.Library
|
||||
this.groupPanelTranFmt.TabIndex = 27;
|
||||
this.groupPanelTranFmt.Text = "Select Format";
|
||||
//
|
||||
// rbEntireSec
|
||||
//
|
||||
this.rbEntireSec.AutoSize = true;
|
||||
this.rbEntireSec.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.rbEntireSec.Location = new System.Drawing.Point(419, 116);
|
||||
this.rbEntireSec.Name = "rbEntireSec";
|
||||
this.rbEntireSec.Size = new System.Drawing.Size(76, 43);
|
||||
this.rbEntireSec.TabIndex = 15;
|
||||
this.rbEntireSec.TabStop = true;
|
||||
this.rbEntireSec.Text = "Entire\r\nSection";
|
||||
this.rbEntireSec.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbEntireProc
|
||||
//
|
||||
this.rbEntireProc.AutoSize = true;
|
||||
this.rbEntireProc.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.rbEntireProc.Location = new System.Drawing.Point(0, 116);
|
||||
this.rbEntireProc.Name = "rbEntireProc";
|
||||
this.rbEntireProc.Size = new System.Drawing.Size(95, 43);
|
||||
this.rbEntireProc.TabIndex = 14;
|
||||
this.rbEntireProc.TabStop = true;
|
||||
this.rbEntireProc.Text = "Entire\r\nProcedure";
|
||||
this.rbEntireProc.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// listBoxTranFmt
|
||||
//
|
||||
this.listBoxTranFmt.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.listBoxTranFmt.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
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);
|
||||
this.listBoxTranFmt.Name = "listBoxTranFmt";
|
||||
this.listBoxTranFmt.Size = new System.Drawing.Size(495, 116);
|
||||
this.listBoxTranFmt.Size = new System.Drawing.Size(495, 148);
|
||||
this.superToolTipDispTran.SetSuperTooltip(this.listBoxTranFmt, new DevComponents.DotNetBar.SuperTooltipInfo("", "", resources.GetString("listBoxTranFmt.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.listBoxTranFmt.TabIndex = 13;
|
||||
this.listBoxTranFmt.SelectedIndexChanged += new System.EventHandler(this.listBoxTranFmt_Click);
|
||||
@@ -448,6 +421,7 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
// pnlTranStepBtns
|
||||
//
|
||||
this.pnlTranStepBtns.Controls.Add(this.cbIncStepNum);
|
||||
this.pnlTranStepBtns.Controls.Add(this.lblxTranRangeTip);
|
||||
this.pnlTranStepBtns.Controls.Add(this.btnTranRangeClear);
|
||||
this.pnlTranStepBtns.Controls.Add(this.btnUp1);
|
||||
@@ -458,6 +432,21 @@ namespace Volian.Controls.Library
|
||||
this.pnlTranStepBtns.Size = new System.Drawing.Size(495, 57);
|
||||
this.pnlTranStepBtns.TabIndex = 30;
|
||||
//
|
||||
// cbIncStepNum
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.cbIncStepNum.BackgroundStyle.Class = "";
|
||||
this.cbIncStepNum.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.cbIncStepNum.Location = new System.Drawing.Point(10, 15);
|
||||
this.cbIncStepNum.Name = "cbIncStepNum";
|
||||
this.cbIncStepNum.Size = new System.Drawing.Size(168, 23);
|
||||
this.cbIncStepNum.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.cbIncStepNum.TabIndex = 0;
|
||||
this.cbIncStepNum.Text = "Include Step Number";
|
||||
this.cbIncStepNum.CheckedChanged += new System.EventHandler(this.cbIncStepNum_CheckedChanged);
|
||||
//
|
||||
// lblxTranRangeTip
|
||||
//
|
||||
//
|
||||
@@ -482,7 +471,7 @@ namespace Volian.Controls.Library
|
||||
this.btnTranRangeClear.CallBasePaintBackground = true;
|
||||
this.btnTranRangeClear.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnTranRangeClear.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.btnTranRangeClear.Location = new System.Drawing.Point(57, 0);
|
||||
this.btnTranRangeClear.Location = new System.Drawing.Point(0, 0);
|
||||
this.btnTranRangeClear.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnTranRangeClear.Name = "btnTranRangeClear";
|
||||
this.btnTranRangeClear.Size = new System.Drawing.Size(77, 57);
|
||||
@@ -496,16 +485,15 @@ namespace Volian.Controls.Library
|
||||
this.btnUp1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnUp1.CallBasePaintBackground = true;
|
||||
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.Location = new System.Drawing.Point(280, 0);
|
||||
this.btnUp1.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnUp1.Name = "btnUp1";
|
||||
this.btnUp1.Size = new System.Drawing.Size(57, 57);
|
||||
this.superToolTipDispTran.SetSuperTooltip(this.btnUp1, new DevComponents.DotNetBar.SuperTooltipInfo("", "", "This will display the tree for selecting the transition one level higher than cur" +
|
||||
"rently shown.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
"rently shown. If already showing High Level Steps, this button has no effect.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.btnUp1.TabIndex = 30;
|
||||
this.btnUp1.Click += new System.EventHandler(this.btnUp1_Click);
|
||||
this.btnUp1.Visible = false;
|
||||
//
|
||||
// superToolTipDispTran
|
||||
//
|
||||
@@ -527,7 +515,6 @@ namespace Volian.Controls.Library
|
||||
this.groupPanelBtns.ResumeLayout(false);
|
||||
this.groupPanelBtns.PerformLayout();
|
||||
this.groupPanelTranFmt.ResumeLayout(false);
|
||||
this.groupPanelTranFmt.PerformLayout();
|
||||
this.groupPanelTransitionSets.ResumeLayout(false);
|
||||
this.groupPanelTransitionProcs.ResumeLayout(false);
|
||||
this.groupPanelTransitionSect.ResumeLayout(false);
|
||||
@@ -557,7 +544,6 @@ namespace Volian.Controls.Library
|
||||
private DevComponents.DotNetBar.LabelX lblxTranRangeTip;
|
||||
private vlnTreeView3 tvTran;
|
||||
private DevComponents.DotNetBar.SuperTooltip superToolTipDispTran;
|
||||
private System.Windows.Forms.RadioButton rbEntireSec;
|
||||
private System.Windows.Forms.RadioButton rbEntireProc;
|
||||
private DevComponents.DotNetBar.Controls.CheckBoxX cbIncStepNum;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user