This commit is contained in:
parent
ae10528a5b
commit
0c246c22a5
232
PROMS/VEPROMS User Interface/frmSysOptions.Designer.cs
generated
232
PROMS/VEPROMS User Interface/frmSysOptions.Designer.cs
generated
@ -70,21 +70,23 @@ namespace VEPROMS
|
||||
// btnCancel
|
||||
//
|
||||
this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnCancel.CallBasePaintBackground = true;
|
||||
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.btnCancel.Location = new System.Drawing.Point(616, 492);
|
||||
this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.btnCancel.Location = new System.Drawing.Point(821, 606);
|
||||
this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnCancel.Name = "btnCancel";
|
||||
this.btnCancel.Size = new System.Drawing.Size(56, 19);
|
||||
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnCancel.TabIndex = 0;
|
||||
this.btnCancel.Text = "Cancel";
|
||||
//
|
||||
// btnOK
|
||||
//
|
||||
this.btnOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnOK.Location = new System.Drawing.Point(542, 492);
|
||||
this.btnOK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.btnOK.CallBasePaintBackground = true;
|
||||
this.btnOK.Location = new System.Drawing.Point(723, 606);
|
||||
this.btnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnOK.Name = "btnOK";
|
||||
this.btnOK.Size = new System.Drawing.Size(56, 19);
|
||||
this.btnOK.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnOK.TabIndex = 1;
|
||||
this.btnOK.Text = "OK";
|
||||
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
||||
@ -97,10 +99,10 @@ namespace VEPROMS
|
||||
this.groupPanel1.Controls.Add(this.cbRibonBlack);
|
||||
this.groupPanel1.Controls.Add(this.cbRibonSilver);
|
||||
this.groupPanel1.Controls.Add(this.cbRibonBlue);
|
||||
this.groupPanel1.Location = new System.Drawing.Point(39, 13);
|
||||
this.groupPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.groupPanel1.Location = new System.Drawing.Point(52, 16);
|
||||
this.groupPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.groupPanel1.Name = "groupPanel1";
|
||||
this.groupPanel1.Size = new System.Drawing.Size(82, 97);
|
||||
this.groupPanel1.Size = new System.Drawing.Size(109, 119);
|
||||
//
|
||||
//
|
||||
//
|
||||
@ -116,22 +118,38 @@ namespace VEPROMS
|
||||
this.groupPanel1.Style.BorderRightWidth = 1;
|
||||
this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.groupPanel1.Style.BorderTopWidth = 1;
|
||||
this.groupPanel1.Style.Class = "";
|
||||
this.groupPanel1.Style.CornerDiameter = 4;
|
||||
this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
||||
this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
||||
this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.groupPanel1.StyleMouseDown.Class = "";
|
||||
this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.groupPanel1.StyleMouseOver.Class = "";
|
||||
this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.groupPanel1.TabIndex = 1;
|
||||
this.groupPanel1.Text = "System Color";
|
||||
//
|
||||
// cbRibonBlack
|
||||
//
|
||||
this.cbRibonBlack.BackColor = System.Drawing.Color.Transparent;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.cbRibonBlack.BackgroundStyle.Class = "";
|
||||
this.cbRibonBlack.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.cbRibonBlack.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
|
||||
this.cbRibonBlack.Location = new System.Drawing.Point(7, 54);
|
||||
this.cbRibonBlack.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.cbRibonBlack.Location = new System.Drawing.Point(9, 66);
|
||||
this.cbRibonBlack.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.cbRibonBlack.Name = "cbRibonBlack";
|
||||
this.cbRibonBlack.Size = new System.Drawing.Size(67, 19);
|
||||
this.cbRibonBlack.Size = new System.Drawing.Size(89, 23);
|
||||
this.cbRibonBlack.TabIndex = 2;
|
||||
this.cbRibonBlack.Text = "Black";
|
||||
this.cbRibonBlack.CheckedChanged += new System.EventHandler(this.cbRibonBlack_CheckedChanged);
|
||||
@ -139,11 +157,16 @@ namespace VEPROMS
|
||||
// cbRibonSilver
|
||||
//
|
||||
this.cbRibonSilver.BackColor = System.Drawing.Color.Transparent;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.cbRibonSilver.BackgroundStyle.Class = "";
|
||||
this.cbRibonSilver.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.cbRibonSilver.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
|
||||
this.cbRibonSilver.Location = new System.Drawing.Point(7, 30);
|
||||
this.cbRibonSilver.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.cbRibonSilver.Location = new System.Drawing.Point(9, 37);
|
||||
this.cbRibonSilver.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.cbRibonSilver.Name = "cbRibonSilver";
|
||||
this.cbRibonSilver.Size = new System.Drawing.Size(67, 19);
|
||||
this.cbRibonSilver.Size = new System.Drawing.Size(89, 23);
|
||||
this.cbRibonSilver.TabIndex = 1;
|
||||
this.cbRibonSilver.Text = "Silver";
|
||||
this.cbRibonSilver.CheckedChanged += new System.EventHandler(this.cbRibonSilver_CheckedChanged);
|
||||
@ -151,11 +174,16 @@ namespace VEPROMS
|
||||
// cbRibonBlue
|
||||
//
|
||||
this.cbRibonBlue.BackColor = System.Drawing.Color.Transparent;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.cbRibonBlue.BackgroundStyle.Class = "";
|
||||
this.cbRibonBlue.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.cbRibonBlue.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
|
||||
this.cbRibonBlue.Location = new System.Drawing.Point(7, 6);
|
||||
this.cbRibonBlue.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.cbRibonBlue.Location = new System.Drawing.Point(9, 7);
|
||||
this.cbRibonBlue.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.cbRibonBlue.Name = "cbRibonBlue";
|
||||
this.cbRibonBlue.Size = new System.Drawing.Size(67, 19);
|
||||
this.cbRibonBlue.Size = new System.Drawing.Size(89, 23);
|
||||
this.cbRibonBlue.TabIndex = 0;
|
||||
this.cbRibonBlue.Text = "Blue";
|
||||
this.cbRibonBlue.CheckedChanged += new System.EventHandler(this.cbRibonBlue_CheckedChanged);
|
||||
@ -166,10 +194,10 @@ namespace VEPROMS
|
||||
this.panButtons.Controls.Add(this.btnIntrFaceStngs);
|
||||
this.panButtons.Controls.Add(this.btnStartMsg);
|
||||
this.panButtons.Controls.Add(this.btnGeneral);
|
||||
this.panButtons.Location = new System.Drawing.Point(14, 14);
|
||||
this.panButtons.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.panButtons.Location = new System.Drawing.Point(19, 17);
|
||||
this.panButtons.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.panButtons.Name = "panButtons";
|
||||
this.panButtons.Size = new System.Drawing.Size(168, 460);
|
||||
this.panButtons.Size = new System.Drawing.Size(224, 566);
|
||||
this.panButtons.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.panButtons.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||
this.panButtons.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||
@ -180,16 +208,18 @@ namespace VEPROMS
|
||||
this.panButtons.TabIndex = 2;
|
||||
this.panButtons.Text = "panelEx1";
|
||||
this.panButtons.ThemeAware = true;
|
||||
this.panButtons.Visible = false;
|
||||
//
|
||||
// btnIntrFaceStngs
|
||||
//
|
||||
this.btnIntrFaceStngs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnIntrFaceStngs.CallBasePaintBackground = true;
|
||||
this.btnIntrFaceStngs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnIntrFaceStngs.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnIntrFaceStngs.Location = new System.Drawing.Point(0, 38);
|
||||
this.btnIntrFaceStngs.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.btnIntrFaceStngs.Location = new System.Drawing.Point(0, 46);
|
||||
this.btnIntrFaceStngs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnIntrFaceStngs.Name = "btnIntrFaceStngs";
|
||||
this.btnIntrFaceStngs.Size = new System.Drawing.Size(168, 19);
|
||||
this.btnIntrFaceStngs.Size = new System.Drawing.Size(224, 23);
|
||||
this.btnIntrFaceStngs.TabIndex = 2;
|
||||
this.btnIntrFaceStngs.Text = "My Interface Settings";
|
||||
this.btnIntrFaceStngs.Click += new System.EventHandler(this.btnIntrFaceStngs_Click);
|
||||
@ -197,27 +227,31 @@ namespace VEPROMS
|
||||
// btnStartMsg
|
||||
//
|
||||
this.btnStartMsg.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnStartMsg.CallBasePaintBackground = true;
|
||||
this.btnStartMsg.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnStartMsg.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnStartMsg.Location = new System.Drawing.Point(0, 19);
|
||||
this.btnStartMsg.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.btnStartMsg.Location = new System.Drawing.Point(0, 23);
|
||||
this.btnStartMsg.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnStartMsg.Name = "btnStartMsg";
|
||||
this.btnStartMsg.Size = new System.Drawing.Size(168, 19);
|
||||
this.btnStartMsg.Size = new System.Drawing.Size(224, 23);
|
||||
this.btnStartMsg.TabIndex = 1;
|
||||
this.btnStartMsg.Text = "Startup Message";
|
||||
this.btnStartMsg.Visible = false;
|
||||
this.btnStartMsg.Click += new System.EventHandler(this.btnStartMsg_Click);
|
||||
//
|
||||
// btnGeneral
|
||||
//
|
||||
this.btnGeneral.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnGeneral.CallBasePaintBackground = true;
|
||||
this.btnGeneral.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnGeneral.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnGeneral.Location = new System.Drawing.Point(0, 0);
|
||||
this.btnGeneral.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.btnGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnGeneral.Name = "btnGeneral";
|
||||
this.btnGeneral.Size = new System.Drawing.Size(168, 19);
|
||||
this.btnGeneral.Size = new System.Drawing.Size(224, 23);
|
||||
this.btnGeneral.TabIndex = 0;
|
||||
this.btnGeneral.Text = "General";
|
||||
this.btnGeneral.Visible = false;
|
||||
this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click);
|
||||
//
|
||||
// tcSysOpts
|
||||
@ -227,12 +261,12 @@ namespace VEPROMS
|
||||
this.tcSysOpts.Controls.Add(this.tabControlPanel3);
|
||||
this.tcSysOpts.Controls.Add(this.tabControlPanel1);
|
||||
this.tcSysOpts.Controls.Add(this.tabControlPanel2);
|
||||
this.tcSysOpts.Location = new System.Drawing.Point(194, 17);
|
||||
this.tcSysOpts.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.tcSysOpts.Location = new System.Drawing.Point(36, 21);
|
||||
this.tcSysOpts.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tcSysOpts.Name = "tcSysOpts";
|
||||
this.tcSysOpts.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold);
|
||||
this.tcSysOpts.SelectedTabIndex = 2;
|
||||
this.tcSysOpts.Size = new System.Drawing.Size(491, 457);
|
||||
this.tcSysOpts.Size = new System.Drawing.Size(860, 562);
|
||||
this.tcSysOpts.TabIndex = 3;
|
||||
this.tcSysOpts.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
|
||||
this.tcSysOpts.Tabs.Add(this.tiGeneral);
|
||||
@ -250,14 +284,14 @@ namespace VEPROMS
|
||||
this.tabControlPanel3.Controls.Add(this.groupPanel1);
|
||||
this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel3.Location = new System.Drawing.Point(0, 27);
|
||||
this.tabControlPanel3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.tabControlPanel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tabControlPanel3.Name = "tabControlPanel3";
|
||||
this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel3.Size = new System.Drawing.Size(491, 430);
|
||||
this.tabControlPanel3.Size = new System.Drawing.Size(860, 535);
|
||||
this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
||||
this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel3.Style.GradientAngle = 90;
|
||||
this.tabControlPanel3.TabIndex = 3;
|
||||
this.tabControlPanel3.TabItem = this.tiIntrFaceStngs;
|
||||
@ -269,10 +303,10 @@ namespace VEPROMS
|
||||
this.groupPanel4.CanvasColor = System.Drawing.SystemColors.Control;
|
||||
this.groupPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.groupPanel4.Controls.Add(this.cbAnnotationPopup);
|
||||
this.groupPanel4.Location = new System.Drawing.Point(39, 150);
|
||||
this.groupPanel4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.groupPanel4.Location = new System.Drawing.Point(52, 185);
|
||||
this.groupPanel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.groupPanel4.Name = "groupPanel4";
|
||||
this.groupPanel4.Size = new System.Drawing.Size(119, 64);
|
||||
this.groupPanel4.Size = new System.Drawing.Size(159, 88);
|
||||
//
|
||||
//
|
||||
//
|
||||
@ -288,24 +322,40 @@ namespace VEPROMS
|
||||
this.groupPanel4.Style.BorderRightWidth = 1;
|
||||
this.groupPanel4.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.groupPanel4.Style.BorderTopWidth = 1;
|
||||
this.groupPanel4.Style.Class = "";
|
||||
this.groupPanel4.Style.CornerDiameter = 4;
|
||||
this.groupPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
||||
this.groupPanel4.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
||||
this.groupPanel4.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.groupPanel4.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.groupPanel4.StyleMouseDown.Class = "";
|
||||
this.groupPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.groupPanel4.StyleMouseOver.Class = "";
|
||||
this.groupPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.groupPanel4.TabIndex = 4;
|
||||
this.groupPanel4.Text = "Annotation Settings";
|
||||
//
|
||||
// cbAnnotationPopup
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.cbAnnotationPopup.BackgroundStyle.Class = "";
|
||||
this.cbAnnotationPopup.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.cbAnnotationPopup.Checked = true;
|
||||
this.cbAnnotationPopup.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.cbAnnotationPopup.CheckValue = "Y";
|
||||
this.cbAnnotationPopup.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cbAnnotationPopup.Location = new System.Drawing.Point(8, 13);
|
||||
this.cbAnnotationPopup.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.cbAnnotationPopup.Location = new System.Drawing.Point(11, 16);
|
||||
this.cbAnnotationPopup.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.cbAnnotationPopup.Name = "cbAnnotationPopup";
|
||||
this.cbAnnotationPopup.Size = new System.Drawing.Size(92, 19);
|
||||
this.cbAnnotationPopup.Size = new System.Drawing.Size(123, 23);
|
||||
this.cbAnnotationPopup.TabIndex = 7;
|
||||
this.cbAnnotationPopup.Text = "Auto Popup";
|
||||
this.cbAnnotationPopup.CheckedChanged += new System.EventHandler(this.cbAnnotationPopup_CheckedChanged);
|
||||
@ -316,9 +366,10 @@ namespace VEPROMS
|
||||
this.groupPanel3.CanvasColor = System.Drawing.SystemColors.Control;
|
||||
this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.groupPanel3.Controls.Add(this.colorPickerButton1);
|
||||
this.groupPanel3.Location = new System.Drawing.Point(303, 13);
|
||||
this.groupPanel3.Location = new System.Drawing.Point(404, 16);
|
||||
this.groupPanel3.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.groupPanel3.Name = "groupPanel3";
|
||||
this.groupPanel3.Size = new System.Drawing.Size(146, 62);
|
||||
this.groupPanel3.Size = new System.Drawing.Size(195, 76);
|
||||
//
|
||||
//
|
||||
//
|
||||
@ -334,23 +385,36 @@ namespace VEPROMS
|
||||
this.groupPanel3.Style.BorderRightWidth = 1;
|
||||
this.groupPanel3.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.groupPanel3.Style.BorderTopWidth = 1;
|
||||
this.groupPanel3.Style.Class = "";
|
||||
this.groupPanel3.Style.CornerDiameter = 4;
|
||||
this.groupPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
||||
this.groupPanel3.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
||||
this.groupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.groupPanel3.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.groupPanel3.StyleMouseDown.Class = "";
|
||||
this.groupPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.groupPanel3.StyleMouseOver.Class = "";
|
||||
this.groupPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.groupPanel3.TabIndex = 3;
|
||||
this.groupPanel3.Text = "Transition Range Color";
|
||||
//
|
||||
// colorPickerButton1
|
||||
//
|
||||
this.colorPickerButton1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.colorPickerButton1.CallBasePaintBackground = true;
|
||||
this.colorPickerButton1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.colorPickerButton1.Image = ((System.Drawing.Image)(resources.GetObject("colorPickerButton1.Image")));
|
||||
this.colorPickerButton1.Location = new System.Drawing.Point(7, 12);
|
||||
this.colorPickerButton1.Location = new System.Drawing.Point(9, 15);
|
||||
this.colorPickerButton1.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.colorPickerButton1.Name = "colorPickerButton1";
|
||||
this.colorPickerButton1.SelectedColorImageRectangle = new System.Drawing.Rectangle(2, 2, 12, 12);
|
||||
this.colorPickerButton1.Size = new System.Drawing.Size(103, 23);
|
||||
this.colorPickerButton1.Size = new System.Drawing.Size(137, 28);
|
||||
this.colorPickerButton1.TabIndex = 0;
|
||||
this.colorPickerButton1.SelectedColorChanged += new System.EventHandler(this.colorPickerButton1_SelectedColorChanged);
|
||||
//
|
||||
@ -362,10 +426,10 @@ namespace VEPROMS
|
||||
this.groupPanel2.Controls.Add(this.cbPropGrid);
|
||||
this.groupPanel2.Controls.Add(this.cbTabbedIntrFace);
|
||||
this.groupPanel2.Controls.Add(this.cbButtonIntrFace);
|
||||
this.groupPanel2.Location = new System.Drawing.Point(155, 12);
|
||||
this.groupPanel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.groupPanel2.Location = new System.Drawing.Point(207, 15);
|
||||
this.groupPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.groupPanel2.Name = "groupPanel2";
|
||||
this.groupPanel2.Size = new System.Drawing.Size(127, 107);
|
||||
this.groupPanel2.Size = new System.Drawing.Size(169, 132);
|
||||
//
|
||||
//
|
||||
//
|
||||
@ -381,41 +445,68 @@ namespace VEPROMS
|
||||
this.groupPanel2.Style.BorderRightWidth = 1;
|
||||
this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.groupPanel2.Style.BorderTopWidth = 1;
|
||||
this.groupPanel2.Style.Class = "";
|
||||
this.groupPanel2.Style.CornerDiameter = 4;
|
||||
this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
||||
this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
||||
this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.groupPanel2.StyleMouseDown.Class = "";
|
||||
this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.groupPanel2.StyleMouseOver.Class = "";
|
||||
this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.groupPanel2.TabIndex = 2;
|
||||
this.groupPanel2.Text = "Property Page Style";
|
||||
//
|
||||
// cbPropGrid
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.cbPropGrid.BackgroundStyle.Class = "";
|
||||
this.cbPropGrid.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.cbPropGrid.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
|
||||
this.cbPropGrid.Location = new System.Drawing.Point(8, 59);
|
||||
this.cbPropGrid.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.cbPropGrid.Location = new System.Drawing.Point(11, 73);
|
||||
this.cbPropGrid.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.cbPropGrid.Name = "cbPropGrid";
|
||||
this.cbPropGrid.Size = new System.Drawing.Size(97, 20);
|
||||
this.cbPropGrid.Size = new System.Drawing.Size(129, 25);
|
||||
this.cbPropGrid.TabIndex = 2;
|
||||
this.cbPropGrid.Text = "Property Grid";
|
||||
this.cbPropGrid.Visible = false;
|
||||
//
|
||||
// cbTabbedIntrFace
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.cbTabbedIntrFace.BackgroundStyle.Class = "";
|
||||
this.cbTabbedIntrFace.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.cbTabbedIntrFace.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
|
||||
this.cbTabbedIntrFace.Location = new System.Drawing.Point(8, 34);
|
||||
this.cbTabbedIntrFace.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.cbTabbedIntrFace.Location = new System.Drawing.Point(11, 42);
|
||||
this.cbTabbedIntrFace.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.cbTabbedIntrFace.Name = "cbTabbedIntrFace";
|
||||
this.cbTabbedIntrFace.Size = new System.Drawing.Size(111, 20);
|
||||
this.cbTabbedIntrFace.Size = new System.Drawing.Size(148, 25);
|
||||
this.cbTabbedIntrFace.TabIndex = 1;
|
||||
this.cbTabbedIntrFace.Text = "Tabbed interface";
|
||||
//
|
||||
// cbButtonIntrFace
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.cbButtonIntrFace.BackgroundStyle.Class = "";
|
||||
this.cbButtonIntrFace.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.cbButtonIntrFace.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
|
||||
this.cbButtonIntrFace.Location = new System.Drawing.Point(8, 10);
|
||||
this.cbButtonIntrFace.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.cbButtonIntrFace.Location = new System.Drawing.Point(11, 12);
|
||||
this.cbButtonIntrFace.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.cbButtonIntrFace.Name = "cbButtonIntrFace";
|
||||
this.cbButtonIntrFace.Size = new System.Drawing.Size(97, 20);
|
||||
this.cbButtonIntrFace.Size = new System.Drawing.Size(129, 25);
|
||||
this.cbButtonIntrFace.TabIndex = 0;
|
||||
this.cbButtonIntrFace.Text = "Button Interface";
|
||||
//
|
||||
@ -429,14 +520,14 @@ namespace VEPROMS
|
||||
//
|
||||
this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel1.Location = new System.Drawing.Point(0, 27);
|
||||
this.tabControlPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.tabControlPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tabControlPanel1.Name = "tabControlPanel1";
|
||||
this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel1.Size = new System.Drawing.Size(491, 430);
|
||||
this.tabControlPanel1.Size = new System.Drawing.Size(860, 535);
|
||||
this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
||||
this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel1.Style.GradientAngle = 90;
|
||||
this.tabControlPanel1.TabIndex = 1;
|
||||
this.tabControlPanel1.TabItem = this.tiGeneral;
|
||||
@ -447,19 +538,20 @@ namespace VEPROMS
|
||||
this.tiGeneral.AttachedControl = this.tabControlPanel1;
|
||||
this.tiGeneral.Name = "tiGeneral";
|
||||
this.tiGeneral.Text = "General";
|
||||
this.tiGeneral.Visible = false;
|
||||
//
|
||||
// tabControlPanel2
|
||||
//
|
||||
this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel2.Location = new System.Drawing.Point(0, 27);
|
||||
this.tabControlPanel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.tabControlPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tabControlPanel2.Name = "tabControlPanel2";
|
||||
this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel2.Size = new System.Drawing.Size(491, 430);
|
||||
this.tabControlPanel2.Size = new System.Drawing.Size(860, 535);
|
||||
this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
||||
this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel2.Style.GradientAngle = 90;
|
||||
this.tabControlPanel2.TabIndex = 2;
|
||||
this.tabControlPanel2.TabItem = this.tiStUpMsg;
|
||||
@ -470,16 +562,18 @@ namespace VEPROMS
|
||||
this.tiStUpMsg.AttachedControl = this.tabControlPanel2;
|
||||
this.tiStUpMsg.Name = "tiStUpMsg";
|
||||
this.tiStUpMsg.Text = "Startup Message";
|
||||
this.tiStUpMsg.Visible = false;
|
||||
//
|
||||
// btnReset
|
||||
//
|
||||
this.btnReset.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnReset.CallBasePaintBackground = true;
|
||||
this.btnReset.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnReset.Location = new System.Drawing.Point(194, 492);
|
||||
this.btnReset.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.btnReset.Location = new System.Drawing.Point(259, 606);
|
||||
this.btnReset.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnReset.Name = "btnReset";
|
||||
this.btnReset.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||||
this.btnReset.Size = new System.Drawing.Size(79, 19);
|
||||
this.btnReset.Size = new System.Drawing.Size(105, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.btnReset, new DevComponents.DotNetBar.SuperTooltipInfo("Default Settings", "", "This will reset saved user settings back to the VE-PROMS system default.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(140, 95)));
|
||||
this.btnReset.TabIndex = 3;
|
||||
this.btnReset.Text = "Default Settings";
|
||||
@ -492,10 +586,10 @@ namespace VEPROMS
|
||||
// frmSysOptions
|
||||
//
|
||||
this.AcceptButton = this.btnOK;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.CancelButton = this.btnCancel;
|
||||
this.ClientSize = new System.Drawing.Size(699, 520);
|
||||
this.ClientSize = new System.Drawing.Size(932, 640);
|
||||
this.Controls.Add(this.btnReset);
|
||||
this.Controls.Add(this.tcSysOpts);
|
||||
this.Controls.Add(this.panButtons);
|
||||
@ -503,7 +597,7 @@ namespace VEPROMS
|
||||
this.Controls.Add(this.btnCancel);
|
||||
this.DoubleBuffered = true;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.Name = "frmSysOptions";
|
||||
this.Text = "VE-PROMS System Options";
|
||||
this.Load += new System.EventHandler(this.frmSysOptions_Load);
|
||||
|
@ -9,6 +9,7 @@ using DevComponents;
|
||||
using DevComponents.DotNetBar.Rendering;
|
||||
using DevComponents.DotNetBar;
|
||||
using VEPROMS.Properties;
|
||||
using Volian.Base.Library;
|
||||
using DescriptiveEnum;
|
||||
|
||||
namespace VEPROMS
|
||||
@ -21,7 +22,7 @@ namespace VEPROMS
|
||||
_initializing = true;
|
||||
InitializeComponent();
|
||||
CurrentSettings();
|
||||
|
||||
cbPropGrid.Visible = VlnSettings.DebugMode;
|
||||
btnGeneral.PerformClick();
|
||||
_initializing = false;
|
||||
}
|
||||
|
@ -129,9 +129,6 @@
|
||||
<metadata name="superTooltip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="superTooltip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
AAABAAIAEBAQAAAABAAoAQAAJgAAACAgEAAAAAQA6AIAAE4BAAAoAAAAEAAAACAAAAABAAQAAAAAAMAA
|
||||
|
72
PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
generated
72
PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
generated
@ -42,13 +42,9 @@ namespace VEPROMS
|
||||
this.itemContainer3 = new DevComponents.DotNetBar.ItemContainer();
|
||||
this.btnNew = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.btnOpen = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.btnSave = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.btnSaveAs = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.btnRepaginate = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.btnPrint = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.btnPrepare = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.btnAdmin = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.btnClose = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.icRecentDocs = new DevComponents.DotNetBar.ItemContainer();
|
||||
this.labelItem8 = new DevComponents.DotNetBar.LabelItem();
|
||||
this.itemContainer5 = new DevComponents.DotNetBar.ItemContainer();
|
||||
@ -261,13 +257,9 @@ namespace VEPROMS
|
||||
this.itemContainer3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.btnNew,
|
||||
this.btnOpen,
|
||||
this.btnSave,
|
||||
this.btnSaveAs,
|
||||
this.btnRepaginate,
|
||||
this.btnPrint,
|
||||
this.btnPrepare,
|
||||
this.btnAdmin,
|
||||
this.btnClose});
|
||||
this.btnAdmin});
|
||||
//
|
||||
// btnNew
|
||||
//
|
||||
@ -288,30 +280,6 @@ namespace VEPROMS
|
||||
this.btnOpen.Text = "&Open...";
|
||||
this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
|
||||
//
|
||||
// btnSave
|
||||
//
|
||||
this.btnSave.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
||||
this.btnSave.Image = global::VEPROMS.Properties.Resources.Save;
|
||||
this.btnSave.Name = "btnSave";
|
||||
this.btnSave.SubItemsExpandWidth = 24;
|
||||
this.btnSave.Text = "&Save...";
|
||||
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
||||
//
|
||||
// btnSaveAs
|
||||
//
|
||||
this.btnSaveAs.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
||||
this.btnSaveAs.Image = global::VEPROMS.Properties.Resources.SaveAs;
|
||||
this.btnSaveAs.Name = "btnSaveAs";
|
||||
this.btnSaveAs.Text = "Save &As";
|
||||
//
|
||||
// btnRepaginate
|
||||
//
|
||||
this.btnRepaginate.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
||||
this.btnRepaginate.Enabled = false;
|
||||
this.btnRepaginate.Image = ((System.Drawing.Image)(resources.GetObject("btnRepaginate.Image")));
|
||||
this.btnRepaginate.Name = "btnRepaginate";
|
||||
this.btnRepaginate.Text = "&Repaginate";
|
||||
//
|
||||
// btnPrint
|
||||
//
|
||||
this.btnPrint.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
||||
@ -330,6 +298,7 @@ namespace VEPROMS
|
||||
this.btnPrepare.Name = "btnPrepare";
|
||||
this.btnPrepare.SubItemsExpandWidth = 24;
|
||||
this.btnPrepare.Text = "Pr&epare";
|
||||
this.btnPrepare.Visible = false;
|
||||
//
|
||||
// btnAdmin
|
||||
//
|
||||
@ -337,15 +306,7 @@ namespace VEPROMS
|
||||
this.btnAdmin.Image = global::VEPROMS.Properties.Resources.Admin;
|
||||
this.btnAdmin.Name = "btnAdmin";
|
||||
this.btnAdmin.Text = "A&dministration";
|
||||
//
|
||||
// btnClose
|
||||
//
|
||||
this.btnClose.BeginGroup = true;
|
||||
this.btnClose.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
||||
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
|
||||
this.btnClose.Name = "btnClose";
|
||||
this.btnClose.SubItemsExpandWidth = 24;
|
||||
this.btnClose.Text = "&Close";
|
||||
this.btnAdmin.Visible = false;
|
||||
//
|
||||
// icRecentDocs
|
||||
//
|
||||
@ -458,7 +419,7 @@ namespace VEPROMS
|
||||
this.btnItemInfo,
|
||||
this.lblItemID,
|
||||
this.lblResolution});
|
||||
this.bottomBar.Location = new System.Drawing.Point(5, 650);
|
||||
this.bottomBar.Location = new System.Drawing.Point(5, 646);
|
||||
this.bottomBar.Name = "bottomBar";
|
||||
this.bottomBar.Size = new System.Drawing.Size(1185, 29);
|
||||
this.bottomBar.Stretch = true;
|
||||
@ -560,7 +521,7 @@ namespace VEPROMS
|
||||
this.epAnnotations.Expanded = false;
|
||||
this.epAnnotations.ExpandedBounds = new System.Drawing.Rectangle(4, 544, 1187, 202);
|
||||
this.epAnnotations.ExpandOnTitleClick = true;
|
||||
this.epAnnotations.Location = new System.Drawing.Point(5, 624);
|
||||
this.epAnnotations.Location = new System.Drawing.Point(5, 620);
|
||||
this.epAnnotations.Name = "epAnnotations";
|
||||
this.epAnnotations.Size = new System.Drawing.Size(1185, 26);
|
||||
this.epAnnotations.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
@ -605,6 +566,7 @@ namespace VEPROMS
|
||||
this.btnAnnoDetailsPushPin.AutoCheckOnClick = true;
|
||||
this.btnAnnoDetailsPushPin.BackColor = System.Drawing.Color.Transparent;
|
||||
this.btnAnnoDetailsPushPin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||
this.btnAnnoDetailsPushPin.CallBasePaintBackground = true;
|
||||
this.btnAnnoDetailsPushPin.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
|
||||
this.btnAnnoDetailsPushPin.FocusCuesEnabled = false;
|
||||
this.btnAnnoDetailsPushPin.Image = ((System.Drawing.Image)(resources.GetObject("btnAnnoDetailsPushPin.Image")));
|
||||
@ -630,7 +592,7 @@ namespace VEPROMS
|
||||
this.epProcedures.ExpandOnTitleClick = true;
|
||||
this.epProcedures.Location = new System.Drawing.Point(5, 57);
|
||||
this.epProcedures.Name = "epProcedures";
|
||||
this.epProcedures.Size = new System.Drawing.Size(30, 567);
|
||||
this.epProcedures.Size = new System.Drawing.Size(30, 563);
|
||||
this.epProcedures.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.epProcedures.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||
this.epProcedures.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||
@ -678,7 +640,7 @@ namespace VEPROMS
|
||||
this.infoPanel.ExpandOnTitleClick = true;
|
||||
this.infoPanel.Location = new System.Drawing.Point(1127, 57);
|
||||
this.infoPanel.Name = "infoPanel";
|
||||
this.infoPanel.Size = new System.Drawing.Size(30, 567);
|
||||
this.infoPanel.Size = new System.Drawing.Size(30, 563);
|
||||
this.infoPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.infoPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||
this.infoPanel.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||
@ -899,7 +861,7 @@ namespace VEPROMS
|
||||
this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.expandableSplitter1.Location = new System.Drawing.Point(35, 57);
|
||||
this.expandableSplitter1.Name = "expandableSplitter1";
|
||||
this.expandableSplitter1.Size = new System.Drawing.Size(3, 567);
|
||||
this.expandableSplitter1.Size = new System.Drawing.Size(3, 563);
|
||||
this.expandableSplitter1.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
||||
this.expandableSplitter1.TabIndex = 5;
|
||||
this.expandableSplitter1.TabStop = false;
|
||||
@ -931,7 +893,7 @@ namespace VEPROMS
|
||||
this.expandableSplitter2.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.expandableSplitter2.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(208)))), ((int)(((byte)(213)))));
|
||||
this.expandableSplitter2.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.expandableSplitter2.Location = new System.Drawing.Point(38, 621);
|
||||
this.expandableSplitter2.Location = new System.Drawing.Point(38, 617);
|
||||
this.expandableSplitter2.Name = "expandableSplitter2";
|
||||
this.expandableSplitter2.Size = new System.Drawing.Size(1089, 3);
|
||||
this.expandableSplitter2.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
||||
@ -967,7 +929,7 @@ namespace VEPROMS
|
||||
this.expandableSplitter3.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.expandableSplitter3.Location = new System.Drawing.Point(1124, 57);
|
||||
this.expandableSplitter3.Name = "expandableSplitter3";
|
||||
this.expandableSplitter3.Size = new System.Drawing.Size(3, 564);
|
||||
this.expandableSplitter3.Size = new System.Drawing.Size(3, 560);
|
||||
this.expandableSplitter3.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
||||
this.expandableSplitter3.TabIndex = 7;
|
||||
this.expandableSplitter3.TabStop = false;
|
||||
@ -993,7 +955,7 @@ namespace VEPROMS
|
||||
this.toolsPanel.ExpandOnTitleClick = true;
|
||||
this.toolsPanel.Location = new System.Drawing.Point(1160, 57);
|
||||
this.toolsPanel.Name = "toolsPanel";
|
||||
this.toolsPanel.Size = new System.Drawing.Size(30, 567);
|
||||
this.toolsPanel.Size = new System.Drawing.Size(30, 563);
|
||||
this.toolsPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.toolsPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||
this.toolsPanel.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||
@ -1195,7 +1157,7 @@ namespace VEPROMS
|
||||
this.expandableSplitter4.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.expandableSplitter4.Location = new System.Drawing.Point(1157, 57);
|
||||
this.expandableSplitter4.Name = "expandableSplitter4";
|
||||
this.expandableSplitter4.Size = new System.Drawing.Size(3, 567);
|
||||
this.expandableSplitter4.Size = new System.Drawing.Size(3, 563);
|
||||
this.expandableSplitter4.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
||||
this.expandableSplitter4.TabIndex = 3;
|
||||
this.expandableSplitter4.TabStop = false;
|
||||
@ -1221,7 +1183,7 @@ namespace VEPROMS
|
||||
this.tc.Name = "tc";
|
||||
this.tc.RibbonExpanded = true;
|
||||
this.tc.SelectedDisplayTabItem = null;
|
||||
this.tc.Size = new System.Drawing.Size(1086, 564);
|
||||
this.tc.Size = new System.Drawing.Size(1086, 560);
|
||||
this.tc.TabIndex = 8;
|
||||
this.tc.PanelTabDisplay += new Volian.Controls.Library.StepPanelTabDisplayEvent(this.tc_PanelTabDisplay);
|
||||
this.tc.WordSectionClose += new Volian.Controls.Library.StepPanelWordSectionCloseEvent(this.tc_WordSectionClose);
|
||||
@ -1236,7 +1198,7 @@ namespace VEPROMS
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.AutoScroll = true;
|
||||
this.ClientSize = new System.Drawing.Size(1195, 681);
|
||||
this.ClientSize = new System.Drawing.Size(1195, 677);
|
||||
this.Controls.Add(this.tc);
|
||||
this.Controls.Add(this.expandableSplitter3);
|
||||
this.Controls.Add(this.expandableSplitter2);
|
||||
@ -1287,10 +1249,8 @@ namespace VEPROMS
|
||||
private DevComponents.DotNetBar.ItemContainer itemContainer3;
|
||||
private DevComponents.DotNetBar.ButtonItem btnNew;
|
||||
private DevComponents.DotNetBar.ButtonItem btnOpen;
|
||||
private DevComponents.DotNetBar.ButtonItem btnSave;
|
||||
private DevComponents.DotNetBar.ButtonItem btnPrepare;
|
||||
private DevComponents.DotNetBar.ButtonItem btnPrint;
|
||||
private DevComponents.DotNetBar.ButtonItem btnClose;
|
||||
private DevComponents.DotNetBar.ItemContainer icRecentDocs;
|
||||
private DevComponents.DotNetBar.LabelItem labelItem8;
|
||||
private DevComponents.DotNetBar.ItemContainer itemContainer5;
|
||||
@ -1354,7 +1314,6 @@ namespace VEPROMS
|
||||
private DevComponents.DotNetBar.ButtonItem btnHelpManual;
|
||||
private DevComponents.DotNetBar.ButtonItem btnHelpAbout;
|
||||
private DevComponents.DotNetBar.ButtonItem btnHelpVWeb;
|
||||
private DevComponents.DotNetBar.ButtonItem btnSaveAs;
|
||||
private DevComponents.DotNetBar.ButtonItem btnAdmin;
|
||||
|
||||
//private DevComponents.DotNetBar.ExpandablePanel searchPanel;
|
||||
@ -1386,7 +1345,6 @@ namespace VEPROMS
|
||||
private DevComponents.DotNetBar.ButtonItem btnShortCuts;
|
||||
private DevComponents.DotNetBar.LabelItem lblItemID;
|
||||
private System.Windows.Forms.ComboBox cmbFont;
|
||||
private DevComponents.DotNetBar.ButtonItem btnRepaginate;
|
||||
private DevComponents.DotNetBar.LabelItem lblResolution;
|
||||
}
|
||||
}
|
||||
|
@ -772,6 +772,7 @@ namespace VEPROMS
|
||||
if (tc == null || tc.SelectedDisplayTabItem == null) return;
|
||||
if (SelectedStepTabPanel == null) return;
|
||||
displayTransition.MyRTB = SelectedStepTabPanel.MyStepPanel.SelectedStepItem.MyStepRTB;
|
||||
displayTransition.RangeColor = global::VEPROMS.Properties.Settings.Default.TransitionRangeColor;
|
||||
displayTransition.CurTrans = null;
|
||||
}
|
||||
#endregion
|
||||
@ -957,7 +958,7 @@ namespace VEPROMS
|
||||
}
|
||||
ctrlAnnotationDetails.UpdateAnnotationGrid(_CurrentItem);
|
||||
AnnotationPanelView();
|
||||
btnRepaginate.Enabled = btnPrint.Enabled = (_CurrentItem != null);
|
||||
btnPrint.Enabled = (_CurrentItem != null);
|
||||
}
|
||||
|
||||
void _CurrentItem_Deleted(object sender)
|
||||
@ -1002,6 +1003,7 @@ namespace VEPROMS
|
||||
infoPanel.Expanded = true;
|
||||
infoTabs.SelectedTab = infotabTransition;
|
||||
if (SelectedStepTabPanel == null) return;
|
||||
displayTransition.RangeColor = global::VEPROMS.Properties.Settings.Default.TransitionRangeColor;
|
||||
displayTransition.MyRTB = SelectedStepTabPanel.MyStepPanel.SelectedStepItem.MyStepRTB;
|
||||
displayTransition.CurTrans = args.MyLinkText.MyTransitionInfo;
|
||||
}
|
||||
@ -1028,11 +1030,11 @@ namespace VEPROMS
|
||||
|
||||
// reset in case previous selection changed items.
|
||||
btnNew.SubItems.Clear();
|
||||
btnNew.Enabled = true;
|
||||
btnNew.Enabled = false;
|
||||
|
||||
VETreeNode vtn = tv.SelectedNode as VETreeNode;
|
||||
if (vtn == null) return;
|
||||
|
||||
btnNew.Enabled = true;
|
||||
vtn.Expand();
|
||||
|
||||
// Folders can have either folders & docversions, but
|
||||
|
@ -259,25 +259,6 @@
|
||||
NN3axAuoTQok+jhD99YXGCaJKgrOmOJYe5hcYqOOCTh5KKUdVHq9QqCEBBjD74/ExkUzcNljF1ckP0AC
|
||||
RwDNZkBBAgzRya1A86bT5Fom8XLilIn7aP3eD22sHXOU5xzAv1uYFKCVzHX6JWQlEZlI/7Ir8+oPVjgD
|
||||
fwG3AOBIhe+ncQAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnRepaginate.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAASdAAA
|
||||
EnQB3mYfeAAAAslJREFUWEe9lvtuElEQh+ub9Q18CZ/AB1CjMcYYkTYgIS1SrIRSEYr0llLo5c+maRMT
|
||||
E2tvEmkt0AtsufSSdJxpck6GM8BC3JXkFwbmZPj2fDnLPgCAIXqlV1fv39nLg/Uj80uHPo8/HB5+fD+L
|
||||
ACgzKyttSeXzVuv2FtwIzVa/2xUgmctZTQRwIzRbAOCVDvEklpet5s0NuBGa3WkHPKjBYrmbXV8HJ7K9
|
||||
swON62udz0tLEsBN55m1NagjgEp8cVECuOkcTxhYV1c6sYUFCeCmc9QKtVZLJzo3JwHIC/fkZJ3K5aCK
|
||||
ACqTmYwEIC/ck5P1l2wWzptNnYl0WgKQF+7JyRp3F84aDZ0PyaQEIC/cky8WAx7eG7TG3YVKva4znkhI
|
||||
APLCPZkA1KOr4Gv6rWPz81C+vNQJTk9LAPLCPZkAqre2tQV0rDJ4k+oVPuvT7CycWJZOYGpKApAX7skE
|
||||
UL3DUgn2jo9tw2d9TKfhT62m449GJQB54Z461SW8Crs1nfoTqRQcVas6o5OTEoC8cE9O1qFkEooXFzre
|
||||
SEQCkBfuyVTAe4PWY4kE/D4/1/GEwxKAvHBPJgD1jvAq+Jp+62A8DoWzM503oZAEIC/ckwmgevnNTZjB
|
||||
U/AV/+F6hc96j/eUXwig8npsTAKQF+7JBFC9H8UifC8UbNM2KxqFw9NTnVfBoAQgL9xTp7qAQ+zWdOrj
|
||||
7sJ+paLzMhCQAOSFe3KyfheJwB4CqLzw+yUAeeGeTAW8N2j9NhyG3XJZ57nPJwHIC/dkAlBvH4fwNf3W
|
||||
uLuwi3dQlWejoxKAvHBPJoDqZTc2IIVPOGk8Bb3CZ+Huwk8EUHk6MiIByAv3ZAKo3jc8AdsHB7YxnN89
|
||||
8XotFo94LCcv3FOneufkpM2l3XrV587VDwsA8sI9OVlz510ByAv35GTNnXcFQD8ewxN39q+1dt4VwGz8
|
||||
r89/AZIgceYbb8MRAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnPrint.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
@ -371,29 +352,6 @@
|
||||
r99waPm0Vg67qWSUC23z5zD4awm6jC2FiZUMXW3LYeZQwcHMqAJiatDVphzGE2UwHF0K/aHvoNn3MToY
|
||||
pPHmbD/43wEa6JREQmZxW43t+e11kmSKhkehZJSJjsZUJll0ZJUJpS6ZvGE7bclNBdUtrKmoYQ9o3AcY
|
||||
xf+z/gXtgeyKRfIZLwAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnClose.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAASawAA
|
||||
EmsB4byhqAAAA8JJREFUWEftln1M1HUcx/kjCRE4EWiwllB/XKutteqPVqtsJfjEQzYqXVSuMFM3L4sH
|
||||
w+N+lE4nD00d8hAgSa6YMhK1MbHrcCytLSM2bOZIatacPcyJYFCxV+/fHXh33ulw+7n1h7e9tt/3e7f7
|
||||
vu7z+Xw/94mIuPn6P0SgYK49RxiF6cEUaV2U4aM4kHl2Y50PmyX+OpyuXc7wtGhfHL6ClrI8JNBsiUCh
|
||||
BBj/lvGRVsaHGqfEwDGXKeCxRiDdFDjG6DeRU+bk3jjemW/vFXNMSkwW+FmvZy8LfTgX2u+/qqxyD/92
|
||||
c+nrqClzuiOWescjfFCY66WhKJhGrRuL/VQuexxJOMJK+AS6GD46/boYG1wAf5VPCfeuJTgX2Y2wAqp2
|
||||
+OcAQz0zbhidm5MpvbZAG+e7Yy+zf0MK1fmpVC/3seMKarT28nowtVrXrvBTp2eTLUvvQrUwqDR4vCyy
|
||||
f3o5Grrn8PfH/Om2eTmxJ5aKvFR62qsZ+O4QPwbSp/UUOa3PXQ0JECww1szvXfH0t9rYsymGstxUHd4B
|
||||
/HRDUDr8AupyMFbHuc5ZHG2wsdMZg2txqn55qw7vV3Q+hJHVlhIqMLqdswcT+bI+nqaSuAmBZgl8BcP5
|
||||
cC7CUoIF5ikCoxX82nEbPTUJNKyzUbo4TRGokcDncOFl+EUCFuLKDEiBWqru8kbOtCdzpDpRTWWmT6Cv
|
||||
SgL74PwSGJSAhYQRcPHz3hQ825KoL4jH9YwpsFECu+GPZ+GUBCwkVOBSMYOfJOOuSqR2rSKQYwqsl0Ad
|
||||
/JYJJyRgIUZICkbWMtCSxOHyWdSsiZsQeEsClXA2A3olYCFBAvo30xVbxammBA5tmkn16lhKs3UN+1ZK
|
||||
oAzOPKnLIAELMbICitArMPwaJ3UFO9+LY/sbMyYElkmgQL3oUTgiAQsJI/AS3++w8Zkrhm3LoynNmq0I
|
||||
vCCBFTDwEHRJwELKQiJw8Xn6t8ZysCSara9G4fQKZEvgRfjhPjggAQsJEtA0Axdz6KuMZn/xdN5/5Vac
|
||||
maZAugRyVP13Q5sELKQsO6AGNErB0Hx6N0ex7+1IqvKmSeAOCTwmgaeh7061AwlYyLshAhee4viGSNod
|
||||
06hYeoumF1NAuedhOH47NEjAQkIE3E0P8FF+EuXPxeOYG0dRRiptVffg3n0v7i2zca9J8ONI4Itr4NF7
|
||||
njfD0619kyABTa85wtDEYqx8Is3IfTDFWDUnzZjcM/c1xfjRaGWOV5OorRqTqMEYXrJ8qNh8ZNsNHRpI
|
||||
+AHVkjn/5pdcRwT+AwhxcUY/pP0mAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
Loading…
x
Reference in New Issue
Block a user