debugged and fixed many issues in the property pages
This commit is contained in:
@@ -155,18 +155,18 @@ namespace VEPROMS
|
||||
this.btnRefObjs = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnGeneral = new DevComponents.DotNetBar.ButtonX();
|
||||
this.tcFolder = new DevComponents.DotNetBar.TabControl();
|
||||
this.tcpRefObjs = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiRefObj = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpFmtSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpEdSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiEditSettings = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpStMsg = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiStMsg = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiOutputSettings = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpFmtSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpRefObjs = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiRefObj = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.formatInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
((System.ComponentModel.ISupportInitialize)(this.folderConfigBindingSource)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.imageCodecInfoBindingSource)).BeginInit();
|
||||
@@ -185,12 +185,12 @@ namespace VEPROMS
|
||||
this.panButtons.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tcFolder)).BeginInit();
|
||||
this.tcFolder.SuspendLayout();
|
||||
this.tcpRefObjs.SuspendLayout();
|
||||
this.tcpGeneral.SuspendLayout();
|
||||
this.tcpFmtSettings.SuspendLayout();
|
||||
this.tcpEdSettings.SuspendLayout();
|
||||
this.tcpStMsg.SuspendLayout();
|
||||
this.tcpOutputSettings.SuspendLayout();
|
||||
this.tcpFmtSettings.SuspendLayout();
|
||||
this.tcpRefObjs.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@@ -269,7 +269,7 @@ namespace VEPROMS
|
||||
this.ppTxtBxUserID.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppTxtBxUserID.Name = "ppTxtBxUserID";
|
||||
this.ppTxtBxUserID.Size = new System.Drawing.Size(153, 22);
|
||||
this.ppTxtBxUserID.TabIndex = 10;
|
||||
this.ppTxtBxUserID.TabIndex = 13;
|
||||
this.ppTxtBxUserID.Visible = false;
|
||||
//
|
||||
// folderConfigBindingSource
|
||||
@@ -296,7 +296,7 @@ namespace VEPROMS
|
||||
this.ppRTxtName.Multiline = false;
|
||||
this.ppRTxtName.Name = "ppRTxtName";
|
||||
this.ppRTxtName.Size = new System.Drawing.Size(436, 22);
|
||||
this.ppRTxtName.TabIndex = 14;
|
||||
this.ppRTxtName.TabIndex = 10;
|
||||
this.ppRTxtName.Text = "";
|
||||
this.ppRTxtName.Leave += new System.EventHandler(this.ppRTxtName_Leave);
|
||||
//
|
||||
@@ -308,7 +308,7 @@ namespace VEPROMS
|
||||
this.ppRTxtTitle.Multiline = false;
|
||||
this.ppRTxtTitle.Name = "ppRTxtTitle";
|
||||
this.ppRTxtTitle.Size = new System.Drawing.Size(436, 22);
|
||||
this.ppRTxtTitle.TabIndex = 13;
|
||||
this.ppRTxtTitle.TabIndex = 11;
|
||||
this.ppRTxtTitle.Text = "";
|
||||
this.ppRTxtTitle.Visible = false;
|
||||
//
|
||||
@@ -321,7 +321,7 @@ namespace VEPROMS
|
||||
this.ppBtnDefaultGrphFileExt.Name = "ppBtnDefaultGrphFileExt";
|
||||
this.ppBtnDefaultGrphFileExt.Size = new System.Drawing.Size(53, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultGrphFileExt, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefaultGrphFileExt.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(265, 155)));
|
||||
this.ppBtnDefaultGrphFileExt.TabIndex = 27;
|
||||
this.ppBtnDefaultGrphFileExt.TabIndex = 15;
|
||||
this.ppBtnDefaultGrphFileExt.Text = "Default";
|
||||
this.ppBtnDefaultGrphFileExt.ThemeAware = true;
|
||||
this.ppBtnDefaultGrphFileExt.Click += new System.EventHandler(this.ppBtnDefaultGrfExt_Click);
|
||||
@@ -337,9 +337,9 @@ namespace VEPROMS
|
||||
this.ppCmbxGrphFileExt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppCmbxGrphFileExt.Name = "ppCmbxGrphFileExt";
|
||||
this.ppCmbxGrphFileExt.Size = new System.Drawing.Size(255, 23);
|
||||
this.ppCmbxGrphFileExt.TabIndex = 24;
|
||||
this.ppCmbxGrphFileExt.TabIndex = 14;
|
||||
this.ppCmbxGrphFileExt.ValueMember = "FormatDescription";
|
||||
this.ppCmbxGrphFileExt.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxGrphFileExt.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxGrphFileExt.WatermarkText = "Select Graphic File Extension";
|
||||
this.ppCmbxGrphFileExt.SelectedValueChanged += new System.EventHandler(this.ppCmbxGrphFileExt_SelectedValueChanged);
|
||||
//
|
||||
@@ -378,10 +378,11 @@ namespace VEPROMS
|
||||
this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx";
|
||||
this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(59, 25);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDeftDisAutoDuplx, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDeftDisAutoDuplx.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(255, 150)));
|
||||
this.ppBtnDeftDisAutoDuplx.TabIndex = 56;
|
||||
this.ppBtnDeftDisAutoDuplx.TabIndex = 39;
|
||||
this.ppBtnDeftDisAutoDuplx.Text = "Default";
|
||||
this.ppBtnDeftDisAutoDuplx.ThemeAware = true;
|
||||
this.ppBtnDeftDisAutoDuplx.Visible = false;
|
||||
this.ppBtnDeftDisAutoDuplx.Click += new System.EventHandler(this.ppBtnDeftDisAutoDuplx_Click);
|
||||
//
|
||||
// ppBtnDefWatermark
|
||||
//
|
||||
@@ -393,7 +394,7 @@ namespace VEPROMS
|
||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefWatermark, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the watermark selection back to using the parent\'s (default) set" +
|
||||
"ting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" watermark (below" +
|
||||
" the Watermark selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(255, 145)));
|
||||
this.ppBtnDefWatermark.TabIndex = 55;
|
||||
this.ppBtnDefWatermark.TabIndex = 33;
|
||||
this.ppBtnDefWatermark.Text = "Default";
|
||||
this.ppBtnDefWatermark.ThemeAware = true;
|
||||
this.ppBtnDefWatermark.Visible = false;
|
||||
@@ -406,6 +407,7 @@ namespace VEPROMS
|
||||
this.ppBtnDefPagination.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnDefPagination.Name = "ppBtnDefPagination";
|
||||
this.ppBtnDefPagination.Size = new System.Drawing.Size(59, 25);
|
||||
this.ppBtnDefPagination.SubItemsExpandWidth = 31;
|
||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefPagination, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the pagination selection back to using the parent\'s (default) se" +
|
||||
"tting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" Pagination (bel" +
|
||||
"ow the Pagination selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 145)));
|
||||
@@ -421,13 +423,12 @@ namespace VEPROMS
|
||||
this.ppCmbxWatermark.DisplayMember = "Text";
|
||||
this.ppCmbxWatermark.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.ppCmbxWatermark.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.ppCmbxWatermark.FormattingEnabled = true;
|
||||
this.ppCmbxWatermark.Location = new System.Drawing.Point(424, 21);
|
||||
this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppCmbxWatermark.Name = "ppCmbxWatermark";
|
||||
this.ppCmbxWatermark.Size = new System.Drawing.Size(163, 23);
|
||||
this.ppCmbxWatermark.TabIndex = 53;
|
||||
this.ppCmbxWatermark.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxWatermark.TabIndex = 32;
|
||||
this.ppCmbxWatermark.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxWatermark.WatermarkText = "select watermark option";
|
||||
this.ppCmbxWatermark.SelectedValueChanged += new System.EventHandler(this.ppCmbxWatermark_SelectedValueChanged);
|
||||
//
|
||||
@@ -443,8 +444,8 @@ namespace VEPROMS
|
||||
this.ppCmbxPagination.Name = "ppCmbxPagination";
|
||||
this.ppCmbxPagination.Size = new System.Drawing.Size(163, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppCmbxPagination, new DevComponents.DotNetBar.SuperTooltipInfo("Procedure Pagination", "", resources.GetString("ppCmbxPagination.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(400, 220)));
|
||||
this.ppCmbxPagination.TabIndex = 52;
|
||||
this.ppCmbxPagination.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxPagination.TabIndex = 30;
|
||||
this.ppCmbxPagination.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxPagination.WatermarkText = "select pagination option";
|
||||
this.ppCmbxPagination.SelectedValueChanged += new System.EventHandler(this.ppCmbxPagination_SelectedValueChanged);
|
||||
//
|
||||
@@ -498,7 +499,7 @@ namespace VEPROMS
|
||||
this.ppNumUpDwnOvrdPrnPenWidth.Name = "ppNumUpDwnOvrdPrnPenWidth";
|
||||
this.ppNumUpDwnOvrdPrnPenWidth.Size = new System.Drawing.Size(47, 22);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOvrdPrnPenWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Normal Pen Width", "", "This will allow you to override pen width used for normal text and line drawing.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
this.ppNumUpDwnOvrdPrnPenWidth.TabIndex = 1;
|
||||
this.ppNumUpDwnOvrdPrnPenWidth.TabIndex = 34;
|
||||
//
|
||||
// label9
|
||||
//
|
||||
@@ -526,7 +527,7 @@ namespace VEPROMS
|
||||
this.ppNumUpDwnOverdPrnPenBoldWidth.Name = "ppNumUpDwnOverdPrnPenBoldWidth";
|
||||
this.ppNumUpDwnOverdPrnPenBoldWidth.Size = new System.Drawing.Size(47, 22);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOverdPrnPenBoldWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Bold Pen Width", "", "This will allow you to override the width used for bold text.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
this.ppNumUpDwnOverdPrnPenBoldWidth.TabIndex = 3;
|
||||
this.ppNumUpDwnOverdPrnPenBoldWidth.TabIndex = 35;
|
||||
//
|
||||
// ppNumUpDwnOvrdPrnPenULineWidth
|
||||
//
|
||||
@@ -536,7 +537,7 @@ namespace VEPROMS
|
||||
this.ppNumUpDwnOvrdPrnPenULineWidth.Name = "ppNumUpDwnOvrdPrnPenULineWidth";
|
||||
this.ppNumUpDwnOvrdPrnPenULineWidth.Size = new System.Drawing.Size(47, 22);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOvrdPrnPenULineWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Underline Thickness", "", "This will allow you to change the thickness of the uderline.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
this.ppNumUpDwnOvrdPrnPenULineWidth.TabIndex = 5;
|
||||
this.ppNumUpDwnOvrdPrnPenULineWidth.TabIndex = 36;
|
||||
//
|
||||
// label11
|
||||
//
|
||||
@@ -561,7 +562,7 @@ namespace VEPROMS
|
||||
this.ppNumUpDwnAdjPrnStartPos.Size = new System.Drawing.Size(47, 22);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnAdjPrnStartPos, new DevComponents.DotNetBar.SuperTooltipInfo("Starting Print Position", "", "Allows you to move the starting point on the page of where text and boarder begin" +
|
||||
" printing.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
this.ppNumUpDwnAdjPrnStartPos.TabIndex = 7;
|
||||
this.ppNumUpDwnAdjPrnStartPos.TabIndex = 37;
|
||||
//
|
||||
// label12
|
||||
//
|
||||
@@ -583,7 +584,7 @@ namespace VEPROMS
|
||||
this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(209, 21);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppChbxDisAutoDuplex, new DevComponents.DotNetBar.SuperTooltipInfo("Disable Automatic Duplex", "", "Checking this box will turn OFF the automatic duplexing used in some formats for " +
|
||||
"Foldout pages.", null, null, DevComponents.DotNetBar.eTooltipColor.System, true, false, new System.Drawing.Size(0, 0)));
|
||||
this.ppChbxDisAutoDuplex.TabIndex = 47;
|
||||
this.ppChbxDisAutoDuplex.TabIndex = 38;
|
||||
this.ppChbxDisAutoDuplex.Text = "Disable Automatic Duplexing";
|
||||
this.ppChbxDisAutoDuplex.UseVisualStyleBackColor = false;
|
||||
this.ppChbxDisAutoDuplex.CheckedChanged += new System.EventHandler(this.ppChbxDisAutoDuplex_CheckedChanged);
|
||||
@@ -611,11 +612,16 @@ namespace VEPROMS
|
||||
// ppChkbxStMsgActive
|
||||
//
|
||||
this.ppChkbxStMsgActive.BackColor = System.Drawing.Color.Transparent;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppChkbxStMsgActive.BackgroundStyle.Class = "";
|
||||
this.ppChkbxStMsgActive.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ppChkbxStMsgActive.Location = new System.Drawing.Point(565, 239);
|
||||
this.ppChkbxStMsgActive.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppChkbxStMsgActive.Name = "ppChkbxStMsgActive";
|
||||
this.ppChkbxStMsgActive.Size = new System.Drawing.Size(75, 23);
|
||||
this.ppChkbxStMsgActive.TabIndex = 18;
|
||||
this.ppChkbxStMsgActive.TabIndex = 47;
|
||||
this.ppChkbxStMsgActive.Text = "Activate";
|
||||
//
|
||||
// ppRTxtStMsg
|
||||
@@ -625,7 +631,7 @@ namespace VEPROMS
|
||||
this.ppRTxtStMsg.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppRTxtStMsg.Name = "ppRTxtStMsg";
|
||||
this.ppRTxtStMsg.Size = new System.Drawing.Size(505, 187);
|
||||
this.ppRTxtStMsg.TabIndex = 17;
|
||||
this.ppRTxtStMsg.TabIndex = 41;
|
||||
this.ppRTxtStMsg.Text = "";
|
||||
this.ppRTxtStMsg.WordWrap = false;
|
||||
//
|
||||
@@ -636,7 +642,7 @@ namespace VEPROMS
|
||||
this.ppBtnStMsgPreview.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnStMsgPreview.Name = "ppBtnStMsgPreview";
|
||||
this.ppBtnStMsgPreview.Size = new System.Drawing.Size(75, 23);
|
||||
this.ppBtnStMsgPreview.TabIndex = 15;
|
||||
this.ppBtnStMsgPreview.TabIndex = 45;
|
||||
this.ppBtnStMsgPreview.Text = "Preview";
|
||||
//
|
||||
// ppBtnStMsgSave
|
||||
@@ -646,7 +652,7 @@ namespace VEPROMS
|
||||
this.ppBtnStMsgSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnStMsgSave.Name = "ppBtnStMsgSave";
|
||||
this.ppBtnStMsgSave.Size = new System.Drawing.Size(75, 23);
|
||||
this.ppBtnStMsgSave.TabIndex = 14;
|
||||
this.ppBtnStMsgSave.TabIndex = 44;
|
||||
this.ppBtnStMsgSave.Text = "Save";
|
||||
//
|
||||
// ppBtnStMsgDelete
|
||||
@@ -657,7 +663,7 @@ namespace VEPROMS
|
||||
this.ppBtnStMsgDelete.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnStMsgDelete.Name = "ppBtnStMsgDelete";
|
||||
this.ppBtnStMsgDelete.Size = new System.Drawing.Size(75, 23);
|
||||
this.ppBtnStMsgDelete.TabIndex = 13;
|
||||
this.ppBtnStMsgDelete.TabIndex = 46;
|
||||
this.ppBtnStMsgDelete.Text = "Delete";
|
||||
//
|
||||
// ppBtnStMsgEdit
|
||||
@@ -667,7 +673,7 @@ namespace VEPROMS
|
||||
this.ppBtnStMsgEdit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnStMsgEdit.Name = "ppBtnStMsgEdit";
|
||||
this.ppBtnStMsgEdit.Size = new System.Drawing.Size(75, 23);
|
||||
this.ppBtnStMsgEdit.TabIndex = 12;
|
||||
this.ppBtnStMsgEdit.TabIndex = 43;
|
||||
this.ppBtnStMsgEdit.Text = "Edit";
|
||||
//
|
||||
// ppBtnStMsgNew
|
||||
@@ -677,7 +683,7 @@ namespace VEPROMS
|
||||
this.ppBtnStMsgNew.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnStMsgNew.Name = "ppBtnStMsgNew";
|
||||
this.ppBtnStMsgNew.Size = new System.Drawing.Size(75, 23);
|
||||
this.ppBtnStMsgNew.TabIndex = 11;
|
||||
this.ppBtnStMsgNew.TabIndex = 42;
|
||||
this.ppBtnStMsgNew.Text = "New";
|
||||
//
|
||||
// ppCmbxStMsgList
|
||||
@@ -689,8 +695,8 @@ namespace VEPROMS
|
||||
this.ppCmbxStMsgList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppCmbxStMsgList.Name = "ppCmbxStMsgList";
|
||||
this.ppCmbxStMsgList.Size = new System.Drawing.Size(623, 23);
|
||||
this.ppCmbxStMsgList.TabIndex = 10;
|
||||
this.ppCmbxStMsgList.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxStMsgList.TabIndex = 40;
|
||||
this.ppCmbxStMsgList.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxStMsgList.WatermarkText = "select a startup message or press \"new\" to create one";
|
||||
//
|
||||
// label5
|
||||
@@ -713,7 +719,7 @@ namespace VEPROMS
|
||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultChgBar, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the Change Bar selection back to using the parent\'s (default) se" +
|
||||
"tting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" Change Bar (bel" +
|
||||
"ow the Change Bars selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 145)));
|
||||
this.ppBtnDefaultChgBar.TabIndex = 47;
|
||||
this.ppBtnDefaultChgBar.TabIndex = 53;
|
||||
this.ppBtnDefaultChgBar.Text = "Default";
|
||||
this.ppBtnDefaultChgBar.ThemeAware = true;
|
||||
this.ppBtnDefaultChgBar.Visible = false;
|
||||
@@ -730,8 +736,8 @@ namespace VEPROMS
|
||||
this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType";
|
||||
this.ppCmbxChangeBarType.Size = new System.Drawing.Size(237, 23);
|
||||
this.ppCmbxChangeBarType.TabIndex = 46;
|
||||
this.ppCmbxChangeBarType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxChangeBarType.TabIndex = 52;
|
||||
this.ppCmbxChangeBarType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxChangeBarType.WatermarkText = "select change bar setting";
|
||||
this.ppCmbxChangeBarType.SelectedValueChanged += new System.EventHandler(this.ppCmbxChangeBarType_SelectedValueChanged);
|
||||
//
|
||||
@@ -745,7 +751,7 @@ namespace VEPROMS
|
||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultFmt, new DevComponents.DotNetBar.SuperTooltipInfo("Default Button", "", "This will revert the format selection back to using the parent\'s format.\r\n\r\nCheck" +
|
||||
" \"Show Default Settings\" to display the \"default\" format name (below the format " +
|
||||
"selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(200, 150)));
|
||||
this.ppBtnDefaultFmt.TabIndex = 45;
|
||||
this.ppBtnDefaultFmt.TabIndex = 51;
|
||||
this.ppBtnDefaultFmt.Text = "Default";
|
||||
this.ppBtnDefaultFmt.ThemeAware = true;
|
||||
this.ppBtnDefaultFmt.Visible = false;
|
||||
@@ -762,8 +768,8 @@ namespace VEPROMS
|
||||
this.ppCmbxFormat.Name = "ppCmbxFormat";
|
||||
this.ppCmbxFormat.Size = new System.Drawing.Size(577, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
this.ppCmbxFormat.TabIndex = 44;
|
||||
this.ppCmbxFormat.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxFormat.TabIndex = 50;
|
||||
this.ppCmbxFormat.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxFormat.WatermarkText = "Select a Format";
|
||||
this.ppCmbxFormat.SelectedValueChanged += new System.EventHandler(this.ppCmbxFormat_SelectedValueChanged);
|
||||
//
|
||||
@@ -804,7 +810,7 @@ namespace VEPROMS
|
||||
this.ppBtnDefCbTxtTyp.Name = "ppBtnDefCbTxtTyp";
|
||||
this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(59, 25);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxtTyp, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxtTyp.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(230, 150)));
|
||||
this.ppBtnDefCbTxtTyp.TabIndex = 48;
|
||||
this.ppBtnDefCbTxtTyp.TabIndex = 57;
|
||||
this.ppBtnDefCbTxtTyp.Text = "Default";
|
||||
this.ppBtnDefCbTxtTyp.ThemeAware = true;
|
||||
this.ppBtnDefCbTxtTyp.Visible = false;
|
||||
@@ -818,11 +824,11 @@ namespace VEPROMS
|
||||
this.ppBtnDefaultCbPos.Name = "ppBtnDefaultCbPos";
|
||||
this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(59, 25);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultCbPos, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefaultCbPos.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 145)));
|
||||
this.ppBtnDefaultCbPos.TabIndex = 48;
|
||||
this.ppBtnDefaultCbPos.TabIndex = 55;
|
||||
this.ppBtnDefaultCbPos.Text = "Default";
|
||||
this.ppBtnDefaultCbPos.ThemeAware = true;
|
||||
this.ppBtnDefaultCbPos.Visible = false;
|
||||
this.ppBtnDefaultCbPos.Click += new System.EventHandler(this.ppCmbxChgBarPos_Click);
|
||||
this.ppBtnDefaultCbPos.Click += new System.EventHandler(this.ppBtnDefaultCbPos_Click);
|
||||
//
|
||||
// ppCmbxChgBarTxtType
|
||||
//
|
||||
@@ -835,8 +841,8 @@ namespace VEPROMS
|
||||
this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType";
|
||||
this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(184, 23);
|
||||
this.ppCmbxChgBarTxtType.TabIndex = 47;
|
||||
this.ppCmbxChgBarTxtType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxChgBarTxtType.TabIndex = 56;
|
||||
this.ppCmbxChgBarTxtType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxChgBarTxtType.WatermarkText = "select change bar text type";
|
||||
this.ppCmbxChgBarTxtType.SelectedValueChanged += new System.EventHandler(this.ppCmbxChgBarTxtType_SelectedValueChanged);
|
||||
//
|
||||
@@ -851,8 +857,8 @@ namespace VEPROMS
|
||||
this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos";
|
||||
this.ppCmbxChgBarPos.Size = new System.Drawing.Size(184, 23);
|
||||
this.ppCmbxChgBarPos.TabIndex = 47;
|
||||
this.ppCmbxChgBarPos.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxChgBarPos.TabIndex = 54;
|
||||
this.ppCmbxChgBarPos.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxChgBarPos.WatermarkText = "select change bar position";
|
||||
this.ppCmbxChgBarPos.SelectedValueChanged += new System.EventHandler(this.ppCmbxChgBarPos_SelectedValueChanged);
|
||||
//
|
||||
@@ -890,10 +896,11 @@ namespace VEPROMS
|
||||
this.ppBtnDefCbTxt2.Name = "ppBtnDefCbTxt2";
|
||||
this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(59, 25);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt2, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt2.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 150)));
|
||||
this.ppBtnDefCbTxt2.TabIndex = 48;
|
||||
this.ppBtnDefCbTxt2.TabIndex = 61;
|
||||
this.ppBtnDefCbTxt2.Text = "Default";
|
||||
this.ppBtnDefCbTxt2.ThemeAware = true;
|
||||
this.ppBtnDefCbTxt2.Visible = false;
|
||||
this.ppBtnDefCbTxt2.Click += new System.EventHandler(this.ppBtnDefCbTxt2_Click);
|
||||
//
|
||||
// ppBtnDefCbTxt1
|
||||
//
|
||||
@@ -903,10 +910,11 @@ namespace VEPROMS
|
||||
this.ppBtnDefCbTxt1.Name = "ppBtnDefCbTxt1";
|
||||
this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(59, 25);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt1, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt1.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 150)));
|
||||
this.ppBtnDefCbTxt1.TabIndex = 48;
|
||||
this.ppBtnDefCbTxt1.TabIndex = 59;
|
||||
this.ppBtnDefCbTxt1.Text = "Default";
|
||||
this.ppBtnDefCbTxt1.ThemeAware = true;
|
||||
this.ppBtnDefCbTxt1.Visible = false;
|
||||
this.ppBtnDefCbTxt1.Click += new System.EventHandler(this.ppBtnDefCbTxt1_Click);
|
||||
//
|
||||
// ppLblChgBarUserMsgTwoDefault
|
||||
//
|
||||
@@ -915,11 +923,11 @@ namespace VEPROMS
|
||||
this.ppLblChgBarUserMsgTwoDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.ppLblChgBarUserMsgTwoDefault.Location = new System.Drawing.Point(88, 74);
|
||||
this.ppLblChgBarUserMsgTwoDefault.Name = "ppLblChgBarUserMsgTwoDefault";
|
||||
this.ppLblChgBarUserMsgTwoDefault.Size = new System.Drawing.Size(61, 17);
|
||||
this.ppLblChgBarUserMsgTwoDefault.Size = new System.Drawing.Size(52, 17);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgTwoDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line Two", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" +
|
||||
"e Line Two setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
|
||||
this.ppLblChgBarUserMsgTwoDefault.TabIndex = 7;
|
||||
this.ppLblChgBarUserMsgTwoDefault.Text = "(default)";
|
||||
this.ppLblChgBarUserMsgTwoDefault.Text = "(blank)";
|
||||
this.ppLblChgBarUserMsgTwoDefault.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// ppLblChgBarUserMsgOneDefault
|
||||
@@ -929,11 +937,11 @@ namespace VEPROMS
|
||||
this.ppLblChgBarUserMsgOneDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.ppLblChgBarUserMsgOneDefault.Location = new System.Drawing.Point(91, 30);
|
||||
this.ppLblChgBarUserMsgOneDefault.Name = "ppLblChgBarUserMsgOneDefault";
|
||||
this.ppLblChgBarUserMsgOneDefault.Size = new System.Drawing.Size(61, 17);
|
||||
this.ppLblChgBarUserMsgOneDefault.Size = new System.Drawing.Size(52, 17);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgOneDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line One", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" +
|
||||
"e Line One setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
|
||||
this.ppLblChgBarUserMsgOneDefault.TabIndex = 6;
|
||||
this.ppLblChgBarUserMsgOneDefault.Text = "(default)";
|
||||
this.ppLblChgBarUserMsgOneDefault.Text = "(blank)";
|
||||
this.ppLblChgBarUserMsgOneDefault.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label24
|
||||
@@ -964,7 +972,7 @@ namespace VEPROMS
|
||||
this.ppTxbxChgBarUserMsgTwo.Name = "ppTxbxChgBarUserMsgTwo";
|
||||
this.ppTxbxChgBarUserMsgTwo.Size = new System.Drawing.Size(57, 24);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppTxbxChgBarUserMsgTwo, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
this.ppTxbxChgBarUserMsgTwo.TabIndex = 2;
|
||||
this.ppTxbxChgBarUserMsgTwo.TabIndex = 60;
|
||||
this.ppTxbxChgBarUserMsgTwo.Text = "";
|
||||
this.ppTxbxChgBarUserMsgTwo.TextChanged += new System.EventHandler(this.ppTxbxChangeBarUserMsgTwo_TextChanged);
|
||||
//
|
||||
@@ -978,7 +986,7 @@ namespace VEPROMS
|
||||
this.ppTxbxChangeBarUserMsgOne.Name = "ppTxbxChangeBarUserMsgOne";
|
||||
this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(57, 24);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppTxbxChangeBarUserMsgOne, new DevComponents.DotNetBar.SuperTooltipInfo("User DefinedMessage", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
this.ppTxbxChangeBarUserMsgOne.TabIndex = 1;
|
||||
this.ppTxbxChangeBarUserMsgOne.TabIndex = 58;
|
||||
this.ppTxbxChangeBarUserMsgOne.Text = "";
|
||||
this.ppTxbxChangeBarUserMsgOne.TextChanged += new System.EventHandler(this.ppTxbxChangeBarUserMsgOne_TextChanged);
|
||||
//
|
||||
@@ -1229,6 +1237,7 @@ namespace VEPROMS
|
||||
//
|
||||
// ppCmbxStpEditorCols
|
||||
//
|
||||
this.ppCmbxStpEditorCols.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.folderConfigBindingSource, "Format_Columns", true));
|
||||
this.ppCmbxStpEditorCols.DisplayMember = "Text";
|
||||
this.ppCmbxStpEditorCols.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.ppCmbxStpEditorCols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
@@ -1240,7 +1249,7 @@ namespace VEPROMS
|
||||
this.superTooltip1.SetSuperTooltip(this.ppCmbxStpEditorCols, new DevComponents.DotNetBar.SuperTooltipInfo("Step Editor Columns", "", "This will be the default number of columns pre-selected when a new step editor se" +
|
||||
"ction is created.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
this.ppCmbxStpEditorCols.TabIndex = 48;
|
||||
this.ppCmbxStpEditorCols.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxStpEditorCols.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxStpEditorCols.WatermarkText = "Select Default Columns";
|
||||
this.ppCmbxStpEditorCols.SelectedValueChanged += new System.EventHandler(this.ppCmbxStpEditorCols_SelectedValueChanged);
|
||||
//
|
||||
@@ -1347,7 +1356,7 @@ namespace VEPROMS
|
||||
this.procPropChangeBarPositionCombo.FormattingEnabled = true;
|
||||
this.procPropChangeBarPositionCombo.Location = new System.Drawing.Point(86, 39);
|
||||
this.procPropChangeBarPositionCombo.Name = "procPropChangeBarPositionCombo";
|
||||
this.procPropChangeBarPositionCombo.Size = new System.Drawing.Size(248, 24);
|
||||
this.procPropChangeBarPositionCombo.Size = new System.Drawing.Size(248, 25);
|
||||
this.procPropChangeBarPositionCombo.TabIndex = 10;
|
||||
//
|
||||
// label18
|
||||
@@ -1364,7 +1373,7 @@ namespace VEPROMS
|
||||
this.procPropChangeBarTextTypeCombo.FormattingEnabled = true;
|
||||
this.procPropChangeBarTextTypeCombo.Location = new System.Drawing.Point(86, 82);
|
||||
this.procPropChangeBarTextTypeCombo.Name = "procPropChangeBarTextTypeCombo";
|
||||
this.procPropChangeBarTextTypeCombo.Size = new System.Drawing.Size(248, 24);
|
||||
this.procPropChangeBarTextTypeCombo.Size = new System.Drawing.Size(248, 25);
|
||||
this.procPropChangeBarTextTypeCombo.TabIndex = 7;
|
||||
//
|
||||
// procPropPaginationCombo
|
||||
@@ -1372,7 +1381,7 @@ namespace VEPROMS
|
||||
this.procPropPaginationCombo.FormattingEnabled = true;
|
||||
this.procPropPaginationCombo.Location = new System.Drawing.Point(104, 73);
|
||||
this.procPropPaginationCombo.Name = "procPropPaginationCombo";
|
||||
this.procPropPaginationCombo.Size = new System.Drawing.Size(165, 24);
|
||||
this.procPropPaginationCombo.Size = new System.Drawing.Size(165, 25);
|
||||
this.procPropPaginationCombo.TabIndex = 33;
|
||||
//
|
||||
// label19
|
||||
@@ -1389,7 +1398,7 @@ namespace VEPROMS
|
||||
this.procPropWatermarkCombo.FormattingEnabled = true;
|
||||
this.procPropWatermarkCombo.Location = new System.Drawing.Point(411, 73);
|
||||
this.procPropWatermarkCombo.Name = "procPropWatermarkCombo";
|
||||
this.procPropWatermarkCombo.Size = new System.Drawing.Size(178, 24);
|
||||
this.procPropWatermarkCombo.Size = new System.Drawing.Size(178, 25);
|
||||
this.procPropWatermarkCombo.TabIndex = 31;
|
||||
//
|
||||
// label20
|
||||
@@ -1406,7 +1415,7 @@ namespace VEPROMS
|
||||
this.procPropDefaultFormatCombo.FormattingEnabled = true;
|
||||
this.procPropDefaultFormatCombo.Location = new System.Drawing.Point(10, 26);
|
||||
this.procPropDefaultFormatCombo.Name = "procPropDefaultFormatCombo";
|
||||
this.procPropDefaultFormatCombo.Size = new System.Drawing.Size(526, 24);
|
||||
this.procPropDefaultFormatCombo.Size = new System.Drawing.Size(526, 25);
|
||||
this.procPropDefaultFormatCombo.TabIndex = 29;
|
||||
//
|
||||
// label21
|
||||
@@ -1428,7 +1437,7 @@ namespace VEPROMS
|
||||
"Override Format Defined Change Bars"});
|
||||
this.procPropChangeBarTypeCombo.Location = new System.Drawing.Point(103, 118);
|
||||
this.procPropChangeBarTypeCombo.Name = "procPropChangeBarTypeCombo";
|
||||
this.procPropChangeBarTypeCombo.Size = new System.Drawing.Size(293, 24);
|
||||
this.procPropChangeBarTypeCombo.Size = new System.Drawing.Size(293, 25);
|
||||
this.procPropChangeBarTypeCombo.TabIndex = 27;
|
||||
//
|
||||
// label22
|
||||
@@ -1445,11 +1454,13 @@ namespace VEPROMS
|
||||
this.ppLblDefSettingsInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.ppLblDefSettingsInfo.AutoSize = true;
|
||||
this.ppLblDefSettingsInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppLblDefSettingsInfo.ForeColor = System.Drawing.Color.MidnightBlue;
|
||||
this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(3, 318);
|
||||
this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo";
|
||||
this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(205, 17);
|
||||
this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(238, 17);
|
||||
this.ppLblDefSettingsInfo.TabIndex = 24;
|
||||
this.ppLblDefSettingsInfo.Text = "* Default values shown in italics";
|
||||
this.ppLblDefSettingsInfo.Text = "* Default settings are shown in italics";
|
||||
this.ppLblDefSettingsInfo.Visible = false;
|
||||
//
|
||||
// superTooltip1
|
||||
//
|
||||
@@ -1458,13 +1469,19 @@ namespace VEPROMS
|
||||
// ppCbShwDefSettings
|
||||
//
|
||||
this.ppCbShwDefSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppCbShwDefSettings.BackgroundStyle.Class = "";
|
||||
this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ppCbShwDefSettings.Location = new System.Drawing.Point(5, 337);
|
||||
this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppCbShwDefSettings.Name = "ppCbShwDefSettings";
|
||||
this.ppCbShwDefSettings.Size = new System.Drawing.Size(205, 23);
|
||||
this.ppCbShwDefSettings.Size = new System.Drawing.Size(236, 23);
|
||||
this.ppCbShwDefSettings.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
|
||||
this.superTooltip1.SetSuperTooltip(this.ppCbShwDefSettings, new DevComponents.DotNetBar.SuperTooltipInfo("Show Default Settings", "", "When checked, the default (parent\'s) setting will appear below the overridden sel" +
|
||||
"ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
this.ppCbShwDefSettings.TabIndex = 25;
|
||||
this.ppCbShwDefSettings.TabIndex = 90;
|
||||
this.ppCbShwDefSettings.Text = "Show Default Settings";
|
||||
this.ppCbShwDefSettings.CheckedChanged += new System.EventHandler(this.tabpage_Enter);
|
||||
//
|
||||
@@ -1500,11 +1517,22 @@ 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.superTooltip1.SetSuperTooltip(this.groupPanel2, new DevComponents.DotNetBar.SuperTooltipInfo("PrinterAdjustments", "", resources.GetString("groupPanel2.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(275, 180)));
|
||||
this.groupPanel2.TabIndex = 57;
|
||||
this.groupPanel2.Text = "Printer Adjustments";
|
||||
@@ -1542,11 +1570,22 @@ namespace VEPROMS
|
||||
this.ppGpbxUserSpecCB.Style.BorderRightWidth = 1;
|
||||
this.ppGpbxUserSpecCB.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.ppGpbxUserSpecCB.Style.BorderTopWidth = 1;
|
||||
this.ppGpbxUserSpecCB.Style.Class = "";
|
||||
this.ppGpbxUserSpecCB.Style.CornerDiameter = 4;
|
||||
this.ppGpbxUserSpecCB.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
||||
this.ppGpbxUserSpecCB.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
||||
this.ppGpbxUserSpecCB.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.ppGpbxUserSpecCB.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppGpbxUserSpecCB.StyleMouseDown.Class = "";
|
||||
this.ppGpbxUserSpecCB.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppGpbxUserSpecCB.StyleMouseOver.Class = "";
|
||||
this.ppGpbxUserSpecCB.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.superTooltip1.SetSuperTooltip(this.ppGpbxUserSpecCB, new DevComponents.DotNetBar.SuperTooltipInfo("Custom Change Bar Settings", "", resources.GetString("ppGpbxUserSpecCB.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(240, 155)));
|
||||
this.ppGpbxUserSpecCB.TabIndex = 48;
|
||||
this.ppGpbxUserSpecCB.Text = "Custom Change Bar Settings";
|
||||
@@ -1582,11 +1621,22 @@ namespace VEPROMS
|
||||
this.ppGpbxUserSpecTxt.Style.BorderRightWidth = 1;
|
||||
this.ppGpbxUserSpecTxt.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.ppGpbxUserSpecTxt.Style.BorderTopWidth = 1;
|
||||
this.ppGpbxUserSpecTxt.Style.Class = "";
|
||||
this.ppGpbxUserSpecTxt.Style.CornerDiameter = 4;
|
||||
this.ppGpbxUserSpecTxt.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
||||
this.ppGpbxUserSpecTxt.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
||||
this.ppGpbxUserSpecTxt.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.ppGpbxUserSpecTxt.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppGpbxUserSpecTxt.StyleMouseDown.Class = "";
|
||||
this.ppGpbxUserSpecTxt.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppGpbxUserSpecTxt.StyleMouseOver.Class = "";
|
||||
this.ppGpbxUserSpecTxt.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ppGpbxUserSpecTxt.TabIndex = 0;
|
||||
this.ppGpbxUserSpecTxt.Text = "Custom Change Bar Message";
|
||||
//
|
||||
@@ -1619,11 +1669,22 @@ namespace VEPROMS
|
||||
this.groupPanel6.Style.BorderRightWidth = 1;
|
||||
this.groupPanel6.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.groupPanel6.Style.BorderTopWidth = 1;
|
||||
this.groupPanel6.Style.Class = "";
|
||||
this.groupPanel6.Style.CornerDiameter = 4;
|
||||
this.groupPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
||||
this.groupPanel6.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
||||
this.groupPanel6.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.groupPanel6.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.groupPanel6.StyleMouseDown.Class = "";
|
||||
this.groupPanel6.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.groupPanel6.StyleMouseOver.Class = "";
|
||||
this.groupPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.superTooltip1.SetSuperTooltip(this.groupPanel6, new DevComponents.DotNetBar.SuperTooltipInfo("Step Editor Text Color", "", resources.GetString("groupPanel6.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 180)));
|
||||
this.groupPanel6.TabIndex = 51;
|
||||
this.groupPanel6.Text = "Step Editor Text Colors";
|
||||
@@ -1658,7 +1719,7 @@ namespace VEPROMS
|
||||
this.btnEdSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnEdSettings.Name = "btnEdSettings";
|
||||
this.btnEdSettings.Size = new System.Drawing.Size(160, 23);
|
||||
this.btnEdSettings.TabIndex = 5;
|
||||
this.btnEdSettings.TabIndex = 85;
|
||||
this.btnEdSettings.Text = "Editor Settings";
|
||||
this.btnEdSettings.Click += new System.EventHandler(this.btnEdSettings_Click);
|
||||
//
|
||||
@@ -1671,7 +1732,7 @@ namespace VEPROMS
|
||||
this.btnFormatSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnFormatSettings.Name = "btnFormatSettings";
|
||||
this.btnFormatSettings.Size = new System.Drawing.Size(160, 23);
|
||||
this.btnFormatSettings.TabIndex = 4;
|
||||
this.btnFormatSettings.TabIndex = 84;
|
||||
this.btnFormatSettings.Text = "Format Settings";
|
||||
this.btnFormatSettings.Click += new System.EventHandler(this.btnFormatSettings_Click);
|
||||
//
|
||||
@@ -1684,7 +1745,7 @@ namespace VEPROMS
|
||||
this.btnStMsg.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnStMsg.Name = "btnStMsg";
|
||||
this.btnStMsg.Size = new System.Drawing.Size(160, 23);
|
||||
this.btnStMsg.TabIndex = 3;
|
||||
this.btnStMsg.TabIndex = 83;
|
||||
this.btnStMsg.Text = "Startup Message";
|
||||
this.btnStMsg.Click += new System.EventHandler(this.btnStMsg_Click);
|
||||
//
|
||||
@@ -1697,7 +1758,7 @@ namespace VEPROMS
|
||||
this.btnOutputSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnOutputSettings.Name = "btnOutputSettings";
|
||||
this.btnOutputSettings.Size = new System.Drawing.Size(160, 23);
|
||||
this.btnOutputSettings.TabIndex = 2;
|
||||
this.btnOutputSettings.TabIndex = 82;
|
||||
this.btnOutputSettings.Text = "Output Settings";
|
||||
this.btnOutputSettings.Click += new System.EventHandler(this.btnOutputSettings_Click);
|
||||
//
|
||||
@@ -1710,7 +1771,7 @@ namespace VEPROMS
|
||||
this.btnRefObjs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnRefObjs.Name = "btnRefObjs";
|
||||
this.btnRefObjs.Size = new System.Drawing.Size(160, 23);
|
||||
this.btnRefObjs.TabIndex = 1;
|
||||
this.btnRefObjs.TabIndex = 81;
|
||||
this.btnRefObjs.Text = "Referenced Objects";
|
||||
this.btnRefObjs.Click += new System.EventHandler(this.btnRefObjs_Click);
|
||||
//
|
||||
@@ -1723,7 +1784,7 @@ namespace VEPROMS
|
||||
this.btnGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnGeneral.Name = "btnGeneral";
|
||||
this.btnGeneral.Size = new System.Drawing.Size(160, 23);
|
||||
this.btnGeneral.TabIndex = 0;
|
||||
this.btnGeneral.TabIndex = 80;
|
||||
this.btnGeneral.Text = "General";
|
||||
this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click);
|
||||
//
|
||||
@@ -1731,14 +1792,14 @@ namespace VEPROMS
|
||||
//
|
||||
this.tcFolder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.tcFolder.BackColor = System.Drawing.Color.White;
|
||||
this.tcFolder.BackColor = System.Drawing.Color.Transparent;
|
||||
this.tcFolder.CanReorderTabs = true;
|
||||
this.tcFolder.Controls.Add(this.tcpFmtSettings);
|
||||
this.tcFolder.Controls.Add(this.tcpEdSettings);
|
||||
this.tcFolder.Controls.Add(this.tcpGeneral);
|
||||
this.tcFolder.Controls.Add(this.tcpStMsg);
|
||||
this.tcFolder.Controls.Add(this.tcpOutputSettings);
|
||||
this.tcFolder.Controls.Add(this.tcpGeneral);
|
||||
this.tcFolder.Controls.Add(this.tcpFmtSettings);
|
||||
this.tcFolder.Controls.Add(this.tcpRefObjs);
|
||||
this.tcFolder.Controls.Add(this.tcpEdSettings);
|
||||
this.tcFolder.Location = new System.Drawing.Point(173, 7);
|
||||
this.tcFolder.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tcFolder.Name = "tcFolder";
|
||||
@@ -1757,36 +1818,6 @@ namespace VEPROMS
|
||||
this.tcFolder.TabsVisible = false;
|
||||
this.tcFolder.Text = "tabControl2";
|
||||
//
|
||||
// tcpRefObjs
|
||||
//
|
||||
this.tcpRefObjs.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.tcpRefObjs.Controls.Add(this.ppBtnDefaultGrphFileExt);
|
||||
this.tcpRefObjs.Controls.Add(this.ppCmbxGrphFileExt);
|
||||
this.tcpRefObjs.Controls.Add(this.ppLblGrphFileExtDefault);
|
||||
this.tcpRefObjs.Controls.Add(this.lblGrphFileExt);
|
||||
this.tcpRefObjs.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tcpRefObjs.Location = new System.Drawing.Point(0, 24);
|
||||
this.tcpRefObjs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tcpRefObjs.Name = "tcpRefObjs";
|
||||
this.tcpRefObjs.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpRefObjs.Size = new System.Drawing.Size(685, 282);
|
||||
this.tcpRefObjs.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tcpRefObjs.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tcpRefObjs.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tcpRefObjs.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tcpRefObjs.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tcpRefObjs.Style.GradientAngle = 90;
|
||||
this.tcpRefObjs.TabIndex = 2;
|
||||
this.tcpRefObjs.TabItem = this.tiRefObj;
|
||||
this.tcpRefObjs.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||
//
|
||||
// tiRefObj
|
||||
//
|
||||
this.tiRefObj.AttachedControl = this.tcpRefObjs;
|
||||
this.tiRefObj.Name = "tiRefObj";
|
||||
this.tiRefObj.Text = "Referenced Objects";
|
||||
//
|
||||
// tcpGeneral
|
||||
//
|
||||
this.tcpGeneral.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
@@ -1820,41 +1851,6 @@ namespace VEPROMS
|
||||
this.tiGeneral.Name = "tiGeneral";
|
||||
this.tiGeneral.Text = "General";
|
||||
//
|
||||
// tcpFmtSettings
|
||||
//
|
||||
this.tcpFmtSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.tcpFmtSettings.Controls.Add(this.ppGpbxUserSpecCB);
|
||||
this.tcpFmtSettings.Controls.Add(this.ppBtnDefaultChgBar);
|
||||
this.tcpFmtSettings.Controls.Add(this.ppCmbxChangeBarType);
|
||||
this.tcpFmtSettings.Controls.Add(this.label23);
|
||||
this.tcpFmtSettings.Controls.Add(this.ppBtnDefaultFmt);
|
||||
this.tcpFmtSettings.Controls.Add(this.label30);
|
||||
this.tcpFmtSettings.Controls.Add(this.ppCmbxFormat);
|
||||
this.tcpFmtSettings.Controls.Add(this.ppLblChangeBarTypeDefault);
|
||||
this.tcpFmtSettings.Controls.Add(this.ppLblFormatDefault);
|
||||
this.tcpFmtSettings.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tcpFmtSettings.Location = new System.Drawing.Point(0, 24);
|
||||
this.tcpFmtSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tcpFmtSettings.Name = "tcpFmtSettings";
|
||||
this.tcpFmtSettings.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpFmtSettings.Size = new System.Drawing.Size(685, 282);
|
||||
this.tcpFmtSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tcpFmtSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tcpFmtSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tcpFmtSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tcpFmtSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tcpFmtSettings.Style.GradientAngle = 90;
|
||||
this.tcpFmtSettings.TabIndex = 5;
|
||||
this.tcpFmtSettings.TabItem = this.tiFmtSettings;
|
||||
this.tcpFmtSettings.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||
//
|
||||
// tiFmtSettings
|
||||
//
|
||||
this.tiFmtSettings.AttachedControl = this.tcpFmtSettings;
|
||||
this.tiFmtSettings.Name = "tiFmtSettings";
|
||||
this.tiFmtSettings.Text = "Format Settings";
|
||||
//
|
||||
// tcpEdSettings
|
||||
//
|
||||
this.tcpEdSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
@@ -1958,6 +1954,71 @@ namespace VEPROMS
|
||||
this.tiOutputSettings.Name = "tiOutputSettings";
|
||||
this.tiOutputSettings.Text = "Output Settings";
|
||||
//
|
||||
// tcpFmtSettings
|
||||
//
|
||||
this.tcpFmtSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.tcpFmtSettings.Controls.Add(this.ppGpbxUserSpecCB);
|
||||
this.tcpFmtSettings.Controls.Add(this.ppBtnDefaultChgBar);
|
||||
this.tcpFmtSettings.Controls.Add(this.ppCmbxChangeBarType);
|
||||
this.tcpFmtSettings.Controls.Add(this.label23);
|
||||
this.tcpFmtSettings.Controls.Add(this.ppBtnDefaultFmt);
|
||||
this.tcpFmtSettings.Controls.Add(this.label30);
|
||||
this.tcpFmtSettings.Controls.Add(this.ppCmbxFormat);
|
||||
this.tcpFmtSettings.Controls.Add(this.ppLblChangeBarTypeDefault);
|
||||
this.tcpFmtSettings.Controls.Add(this.ppLblFormatDefault);
|
||||
this.tcpFmtSettings.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tcpFmtSettings.Location = new System.Drawing.Point(0, 24);
|
||||
this.tcpFmtSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tcpFmtSettings.Name = "tcpFmtSettings";
|
||||
this.tcpFmtSettings.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpFmtSettings.Size = new System.Drawing.Size(685, 282);
|
||||
this.tcpFmtSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tcpFmtSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tcpFmtSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tcpFmtSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tcpFmtSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tcpFmtSettings.Style.GradientAngle = 90;
|
||||
this.tcpFmtSettings.TabIndex = 5;
|
||||
this.tcpFmtSettings.TabItem = this.tiFmtSettings;
|
||||
this.tcpFmtSettings.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||
//
|
||||
// tiFmtSettings
|
||||
//
|
||||
this.tiFmtSettings.AttachedControl = this.tcpFmtSettings;
|
||||
this.tiFmtSettings.Name = "tiFmtSettings";
|
||||
this.tiFmtSettings.Text = "Format Settings";
|
||||
//
|
||||
// tcpRefObjs
|
||||
//
|
||||
this.tcpRefObjs.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.tcpRefObjs.Controls.Add(this.ppBtnDefaultGrphFileExt);
|
||||
this.tcpRefObjs.Controls.Add(this.ppCmbxGrphFileExt);
|
||||
this.tcpRefObjs.Controls.Add(this.ppLblGrphFileExtDefault);
|
||||
this.tcpRefObjs.Controls.Add(this.lblGrphFileExt);
|
||||
this.tcpRefObjs.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tcpRefObjs.Location = new System.Drawing.Point(0, 24);
|
||||
this.tcpRefObjs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tcpRefObjs.Name = "tcpRefObjs";
|
||||
this.tcpRefObjs.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpRefObjs.Size = new System.Drawing.Size(685, 282);
|
||||
this.tcpRefObjs.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tcpRefObjs.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tcpRefObjs.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tcpRefObjs.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tcpRefObjs.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tcpRefObjs.Style.GradientAngle = 90;
|
||||
this.tcpRefObjs.TabIndex = 2;
|
||||
this.tcpRefObjs.TabItem = this.tiRefObj;
|
||||
this.tcpRefObjs.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||
//
|
||||
// tiRefObj
|
||||
//
|
||||
this.tiRefObj.AttachedControl = this.tcpRefObjs;
|
||||
this.tiRefObj.Name = "tiRefObj";
|
||||
this.tiRefObj.Text = "Referenced Objects";
|
||||
//
|
||||
// formatInfoListBindingSource
|
||||
//
|
||||
this.formatInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.FormatInfoList);
|
||||
@@ -1968,7 +2029,6 @@ namespace VEPROMS
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125)))));
|
||||
this.CancelButton = this.ppBtnCancel;
|
||||
this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ClientSize = new System.Drawing.Size(871, 359);
|
||||
@@ -1979,10 +2039,10 @@ namespace VEPROMS
|
||||
this.Controls.Add(this.ppBtnCancel);
|
||||
this.Controls.Add(this.ppBtnOK);
|
||||
this.DoubleBuffered = true;
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.Name = "frmFolderProperties";
|
||||
this.ShowIcon = false;
|
||||
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Folder Properties";
|
||||
this.Load += new System.EventHandler(this.frmFolderProperties_Load);
|
||||
@@ -2011,18 +2071,18 @@ namespace VEPROMS
|
||||
this.panButtons.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.tcFolder)).EndInit();
|
||||
this.tcFolder.ResumeLayout(false);
|
||||
this.tcpRefObjs.ResumeLayout(false);
|
||||
this.tcpRefObjs.PerformLayout();
|
||||
this.tcpGeneral.ResumeLayout(false);
|
||||
this.tcpGeneral.PerformLayout();
|
||||
this.tcpFmtSettings.ResumeLayout(false);
|
||||
this.tcpFmtSettings.PerformLayout();
|
||||
this.tcpEdSettings.ResumeLayout(false);
|
||||
this.tcpEdSettings.PerformLayout();
|
||||
this.tcpStMsg.ResumeLayout(false);
|
||||
this.tcpStMsg.PerformLayout();
|
||||
this.tcpOutputSettings.ResumeLayout(false);
|
||||
this.tcpOutputSettings.PerformLayout();
|
||||
this.tcpFmtSettings.ResumeLayout(false);
|
||||
this.tcpFmtSettings.PerformLayout();
|
||||
this.tcpRefObjs.ResumeLayout(false);
|
||||
this.tcpRefObjs.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
Reference in New Issue
Block a user