This commit is contained in:
parent
46cc8df7c2
commit
1f308b883a
@ -34,10 +34,6 @@ namespace VEPROMS
|
|||||||
this.ppBtnOK = new System.Windows.Forms.Button();
|
this.ppBtnOK = new System.Windows.Forms.Button();
|
||||||
this.ppDtTmLastApprv = new System.Windows.Forms.DateTimePicker();
|
this.ppDtTmLastApprv = new System.Windows.Forms.DateTimePicker();
|
||||||
this.ppDtTmLastMod = new System.Windows.Forms.DateTimePicker();
|
this.ppDtTmLastMod = new System.Windows.Forms.DateTimePicker();
|
||||||
this.ppBtnDefEdCols = new DevComponents.DotNetBar.ButtonX();
|
|
||||||
this.ppLblStpEditorColsDefault = new System.Windows.Forms.Label();
|
|
||||||
this.label43 = new System.Windows.Forms.Label();
|
|
||||||
this.ppCmbxStpEditorCols = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
|
||||||
this.procedureConfigBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
this.procedureConfigBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||||
this.ppTxtBxUserID = new System.Windows.Forms.TextBox();
|
this.ppTxtBxUserID = new System.Windows.Forms.TextBox();
|
||||||
this.label21 = new System.Windows.Forms.Label();
|
this.label21 = new System.Windows.Forms.Label();
|
||||||
@ -149,7 +145,14 @@ namespace VEPROMS
|
|||||||
this.ppProcNumStpRTB = new Volian.Controls.Library.StepRTB(this.components);
|
this.ppProcNumStpRTB = new Volian.Controls.Library.StepRTB(this.components);
|
||||||
this.ppProcTitleStpRTB = new Volian.Controls.Library.StepRTB(this.components);
|
this.ppProcTitleStpRTB = new Volian.Controls.Library.StepRTB(this.components);
|
||||||
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
|
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
|
||||||
|
this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||||
|
this.ppGrpbxPrnAdj = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||||
|
this.tiOutputStngs = new DevComponents.DotNetBar.TabItem(this.components);
|
||||||
this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel();
|
this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||||
|
this.ppBtnDefEdCols = new DevComponents.DotNetBar.ButtonX();
|
||||||
|
this.ppCmbxStpEditorCols = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||||
|
this.label43 = new System.Windows.Forms.Label();
|
||||||
|
this.ppLblStpEditorColsDefault = new System.Windows.Forms.Label();
|
||||||
this.tiFmtStngs = new DevComponents.DotNetBar.TabItem(this.components);
|
this.tiFmtStngs = new DevComponents.DotNetBar.TabItem(this.components);
|
||||||
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
|
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
|
||||||
this.tiPSI = new DevComponents.DotNetBar.TabItem(this.components);
|
this.tiPSI = new DevComponents.DotNetBar.TabItem(this.components);
|
||||||
@ -174,6 +177,8 @@ namespace VEPROMS
|
|||||||
((System.ComponentModel.ISupportInitialize)(this.tcProcProp)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.tcProcProp)).BeginInit();
|
||||||
this.tcProcProp.SuspendLayout();
|
this.tcProcProp.SuspendLayout();
|
||||||
this.tcpGeneral.SuspendLayout();
|
this.tcpGeneral.SuspendLayout();
|
||||||
|
this.tcpOutputSettings.SuspendLayout();
|
||||||
|
this.ppGrpbxPrnAdj.SuspendLayout();
|
||||||
this.tcpFormatSettings.SuspendLayout();
|
this.tcpFormatSettings.SuspendLayout();
|
||||||
this.tcpOutputSettings.SuspendLayout();
|
this.tcpOutputSettings.SuspendLayout();
|
||||||
this.ppGrpbxPrnAdj.SuspendLayout();
|
this.ppGrpbxPrnAdj.SuspendLayout();
|
||||||
@ -187,7 +192,7 @@ namespace VEPROMS
|
|||||||
this.ppBtnCancel.Location = new System.Drawing.Point(770, 385);
|
this.ppBtnCancel.Location = new System.Drawing.Point(770, 385);
|
||||||
this.ppBtnCancel.Name = "ppBtnCancel";
|
this.ppBtnCancel.Name = "ppBtnCancel";
|
||||||
this.ppBtnCancel.Size = new System.Drawing.Size(75, 26);
|
this.ppBtnCancel.Size = new System.Drawing.Size(75, 26);
|
||||||
this.ppBtnCancel.TabIndex = 19;
|
this.ppBtnCancel.TabIndex = 97;
|
||||||
this.ppBtnCancel.Text = "Cancel";
|
this.ppBtnCancel.Text = "Cancel";
|
||||||
this.ppBtnCancel.UseVisualStyleBackColor = true;
|
this.ppBtnCancel.UseVisualStyleBackColor = true;
|
||||||
this.ppBtnCancel.Click += new System.EventHandler(this.ppBtnCancel_Click);
|
this.ppBtnCancel.Click += new System.EventHandler(this.ppBtnCancel_Click);
|
||||||
@ -198,7 +203,7 @@ namespace VEPROMS
|
|||||||
this.ppBtnOK.Location = new System.Drawing.Point(673, 385);
|
this.ppBtnOK.Location = new System.Drawing.Point(673, 385);
|
||||||
this.ppBtnOK.Name = "ppBtnOK";
|
this.ppBtnOK.Name = "ppBtnOK";
|
||||||
this.ppBtnOK.Size = new System.Drawing.Size(75, 26);
|
this.ppBtnOK.Size = new System.Drawing.Size(75, 26);
|
||||||
this.ppBtnOK.TabIndex = 18;
|
this.ppBtnOK.TabIndex = 96;
|
||||||
this.ppBtnOK.Text = "OK";
|
this.ppBtnOK.Text = "OK";
|
||||||
this.ppBtnOK.UseVisualStyleBackColor = true;
|
this.ppBtnOK.UseVisualStyleBackColor = true;
|
||||||
this.ppBtnOK.Click += new System.EventHandler(this.ppBtnOK_Click);
|
this.ppBtnOK.Click += new System.EventHandler(this.ppBtnOK_Click);
|
||||||
@ -206,84 +211,36 @@ namespace VEPROMS
|
|||||||
// ppDtTmLastApprv
|
// ppDtTmLastApprv
|
||||||
//
|
//
|
||||||
this.ppDtTmLastApprv.CustomFormat = "MM\'/\'dd\'/\'yyyy hh\':\'mm:ss tt";
|
this.ppDtTmLastApprv.CustomFormat = "MM\'/\'dd\'/\'yyyy hh\':\'mm:ss tt";
|
||||||
this.ppDtTmLastApprv.Enabled = false;
|
|
||||||
this.ppDtTmLastApprv.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
this.ppDtTmLastApprv.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||||||
this.ppDtTmLastApprv.Location = new System.Drawing.Point(458, 141);
|
this.ppDtTmLastApprv.Location = new System.Drawing.Point(458, 141);
|
||||||
this.ppDtTmLastApprv.Name = "ppDtTmLastApprv";
|
this.ppDtTmLastApprv.Name = "ppDtTmLastApprv";
|
||||||
this.ppDtTmLastApprv.Size = new System.Drawing.Size(172, 22);
|
this.ppDtTmLastApprv.Size = new System.Drawing.Size(172, 22);
|
||||||
this.ppDtTmLastApprv.TabIndex = 56;
|
this.ppDtTmLastApprv.TabIndex = 56;
|
||||||
|
this.ppDtTmLastApprv.TabStop = false;
|
||||||
this.ppDtTmLastApprv.Visible = false;
|
this.ppDtTmLastApprv.Visible = false;
|
||||||
//
|
//
|
||||||
// ppDtTmLastMod
|
// ppDtTmLastMod
|
||||||
//
|
//
|
||||||
this.ppDtTmLastMod.CustomFormat = "MM\'/\'dd\'/\'yyyy hh\':\'mm:ss tt";
|
this.ppDtTmLastMod.CustomFormat = "MM\'/\'dd\'/\'yyyy hh\':\'mm:ss tt";
|
||||||
this.ppDtTmLastMod.Enabled = false;
|
|
||||||
this.ppDtTmLastMod.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
this.ppDtTmLastMod.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||||||
this.ppDtTmLastMod.Location = new System.Drawing.Point(132, 141);
|
this.ppDtTmLastMod.Location = new System.Drawing.Point(132, 141);
|
||||||
this.ppDtTmLastMod.Name = "ppDtTmLastMod";
|
this.ppDtTmLastMod.Name = "ppDtTmLastMod";
|
||||||
this.ppDtTmLastMod.Size = new System.Drawing.Size(172, 22);
|
this.ppDtTmLastMod.Size = new System.Drawing.Size(172, 22);
|
||||||
this.ppDtTmLastMod.TabIndex = 55;
|
this.ppDtTmLastMod.TabIndex = 55;
|
||||||
|
this.ppDtTmLastMod.TabStop = false;
|
||||||
this.ppDtTmLastMod.Visible = false;
|
this.ppDtTmLastMod.Visible = false;
|
||||||
//
|
//
|
||||||
// ppBtnDefEdCols
|
|
||||||
//
|
|
||||||
this.ppBtnDefEdCols.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
||||||
this.ppBtnDefEdCols.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDefEdCols.Location = new System.Drawing.Point(359, 234);
|
|
||||||
this.ppBtnDefEdCols.Name = "ppBtnDefEdCols";
|
|
||||||
this.ppBtnDefEdCols.Size = new System.Drawing.Size(50, 23);
|
|
||||||
this.ppBtnDefEdCols.TabIndex = 54;
|
|
||||||
this.ppBtnDefEdCols.Text = "Default";
|
|
||||||
this.ppBtnDefEdCols.ThemeAware = true;
|
|
||||||
this.ppBtnDefEdCols.Click += new System.EventHandler(this.ppBtnDefEdCols_Click);
|
|
||||||
//
|
|
||||||
// ppLblStpEditorColsDefault
|
|
||||||
//
|
|
||||||
this.ppLblStpEditorColsDefault.AutoSize = true;
|
|
||||||
this.ppLblStpEditorColsDefault.BackColor = System.Drawing.Color.Transparent;
|
|
||||||
this.ppLblStpEditorColsDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.ppLblStpEditorColsDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
||||||
this.ppLblStpEditorColsDefault.Location = new System.Drawing.Point(199, 260);
|
|
||||||
this.ppLblStpEditorColsDefault.Name = "ppLblStpEditorColsDefault";
|
|
||||||
this.ppLblStpEditorColsDefault.Size = new System.Drawing.Size(61, 17);
|
|
||||||
this.ppLblStpEditorColsDefault.TabIndex = 40;
|
|
||||||
this.ppLblStpEditorColsDefault.Text = "(default)";
|
|
||||||
//
|
|
||||||
// label43
|
|
||||||
//
|
|
||||||
this.label43.AutoSize = true;
|
|
||||||
this.label43.BackColor = System.Drawing.Color.Transparent;
|
|
||||||
this.label43.Location = new System.Drawing.Point(52, 237);
|
|
||||||
this.label43.Name = "label43";
|
|
||||||
this.label43.Size = new System.Drawing.Size(147, 17);
|
|
||||||
this.label43.TabIndex = 28;
|
|
||||||
this.label43.Text = "Default Column Mode:";
|
|
||||||
//
|
|
||||||
// ppCmbxStpEditorCols
|
|
||||||
//
|
|
||||||
this.ppCmbxStpEditorCols.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.procedureConfigBindingSource, "Format_Columns", true));
|
|
||||||
this.ppCmbxStpEditorCols.DisplayMember = "Text";
|
|
||||||
this.ppCmbxStpEditorCols.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
||||||
this.ppCmbxStpEditorCols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
||||||
this.ppCmbxStpEditorCols.FormattingEnabled = true;
|
|
||||||
this.ppCmbxStpEditorCols.Location = new System.Drawing.Point(202, 234);
|
|
||||||
this.ppCmbxStpEditorCols.Name = "ppCmbxStpEditorCols";
|
|
||||||
this.ppCmbxStpEditorCols.Size = new System.Drawing.Size(143, 23);
|
|
||||||
this.ppCmbxStpEditorCols.TabIndex = 27;
|
|
||||||
this.ppCmbxStpEditorCols.WatermarkText = "select column mode";
|
|
||||||
this.ppCmbxStpEditorCols.SelectedValueChanged += new System.EventHandler(this.ppCmbxStpEditorCols_SelectedValueChanged);
|
|
||||||
//
|
|
||||||
// procedureConfigBindingSource
|
// procedureConfigBindingSource
|
||||||
//
|
//
|
||||||
this.procedureConfigBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.ProcedureConfig);
|
this.procedureConfigBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.ProcedureConfig);
|
||||||
//
|
//
|
||||||
// ppTxtBxUserID
|
// ppTxtBxUserID
|
||||||
//
|
//
|
||||||
this.ppTxtBxUserID.Enabled = false;
|
|
||||||
this.ppTxtBxUserID.Location = new System.Drawing.Point(132, 180);
|
this.ppTxtBxUserID.Location = new System.Drawing.Point(132, 180);
|
||||||
this.ppTxtBxUserID.Name = "ppTxtBxUserID";
|
this.ppTxtBxUserID.Name = "ppTxtBxUserID";
|
||||||
this.ppTxtBxUserID.Size = new System.Drawing.Size(154, 22);
|
this.ppTxtBxUserID.Size = new System.Drawing.Size(154, 22);
|
||||||
this.ppTxtBxUserID.TabIndex = 12;
|
this.ppTxtBxUserID.TabIndex = 12;
|
||||||
|
this.ppTxtBxUserID.TabStop = false;
|
||||||
this.ppTxtBxUserID.Visible = false;
|
this.ppTxtBxUserID.Visible = false;
|
||||||
//
|
//
|
||||||
// label21
|
// label21
|
||||||
@ -342,8 +299,7 @@ namespace VEPROMS
|
|||||||
// ppBtnDefaultChgBar
|
// ppBtnDefaultChgBar
|
||||||
//
|
//
|
||||||
this.ppBtnDefaultChgBar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDefaultChgBar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDefaultChgBar.CallBasePaintBackground = true;
|
this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(614, 120);
|
||||||
this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(399, 96);
|
|
||||||
this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar";
|
this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar";
|
||||||
this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(50, 23);
|
this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(50, 23);
|
||||||
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" +
|
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" +
|
||||||
@ -362,9 +318,9 @@ namespace VEPROMS
|
|||||||
this.ppCmbxChangeBarType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
this.ppCmbxChangeBarType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||||
this.ppCmbxChangeBarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.ppCmbxChangeBarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.ppCmbxChangeBarType.FormattingEnabled = true;
|
this.ppCmbxChangeBarType.FormattingEnabled = true;
|
||||||
this.ppCmbxChangeBarType.Location = new System.Drawing.Point(98, 96);
|
this.ppCmbxChangeBarType.Location = new System.Drawing.Point(433, 120);
|
||||||
this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType";
|
this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType";
|
||||||
this.ppCmbxChangeBarType.Size = new System.Drawing.Size(293, 23);
|
this.ppCmbxChangeBarType.Size = new System.Drawing.Size(175, 23);
|
||||||
this.ppCmbxChangeBarType.TabIndex = 50;
|
this.ppCmbxChangeBarType.TabIndex = 50;
|
||||||
this.ppCmbxChangeBarType.Visible = false;
|
this.ppCmbxChangeBarType.Visible = false;
|
||||||
this.ppCmbxChangeBarType.WatermarkText = "select change bar setting";
|
this.ppCmbxChangeBarType.WatermarkText = "select change bar setting";
|
||||||
@ -373,14 +329,13 @@ namespace VEPROMS
|
|||||||
// ppBtnDefaultFmt
|
// ppBtnDefaultFmt
|
||||||
//
|
//
|
||||||
this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDefaultFmt.CallBasePaintBackground = true;
|
this.ppBtnDefaultFmt.Location = new System.Drawing.Point(589, 35);
|
||||||
this.ppBtnDefaultFmt.Location = new System.Drawing.Point(589, 30);
|
|
||||||
this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
|
this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
|
||||||
this.ppBtnDefaultFmt.Size = new System.Drawing.Size(50, 23);
|
this.ppBtnDefaultFmt.Size = new System.Drawing.Size(50, 23);
|
||||||
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" +
|
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 " +
|
" \"Show Default Settings\" to display the \"default\" format name (below the format " +
|
||||||
"selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
"selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||||
this.ppBtnDefaultFmt.TabIndex = 47;
|
this.ppBtnDefaultFmt.TabIndex = 21;
|
||||||
this.ppBtnDefaultFmt.Text = "Default";
|
this.ppBtnDefaultFmt.Text = "Default";
|
||||||
this.ppBtnDefaultFmt.ThemeAware = true;
|
this.ppBtnDefaultFmt.ThemeAware = true;
|
||||||
this.ppBtnDefaultFmt.Click += new System.EventHandler(this.ppBtnDefaultFmt_Click);
|
this.ppBtnDefaultFmt.Click += new System.EventHandler(this.ppBtnDefaultFmt_Click);
|
||||||
@ -391,11 +346,11 @@ namespace VEPROMS
|
|||||||
this.ppCmbxFormat.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
this.ppCmbxFormat.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||||
this.ppCmbxFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.ppCmbxFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.ppCmbxFormat.FormattingEnabled = true;
|
this.ppCmbxFormat.FormattingEnabled = true;
|
||||||
this.ppCmbxFormat.Location = new System.Drawing.Point(12, 30);
|
this.ppCmbxFormat.Location = new System.Drawing.Point(12, 35);
|
||||||
this.ppCmbxFormat.Name = "ppCmbxFormat";
|
this.ppCmbxFormat.Name = "ppCmbxFormat";
|
||||||
this.ppCmbxFormat.Size = new System.Drawing.Size(573, 23);
|
this.ppCmbxFormat.Size = new System.Drawing.Size(573, 23);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||||
this.ppCmbxFormat.TabIndex = 39;
|
this.ppCmbxFormat.TabIndex = 20;
|
||||||
this.ppCmbxFormat.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.ppCmbxFormat.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.ppCmbxFormat.WatermarkText = "select a format";
|
this.ppCmbxFormat.WatermarkText = "select a format";
|
||||||
this.ppCmbxFormat.SelectedValueChanged += new System.EventHandler(this.ppCmbxFormat_SelectedValueChanged);
|
this.ppCmbxFormat.SelectedValueChanged += new System.EventHandler(this.ppCmbxFormat_SelectedValueChanged);
|
||||||
@ -410,7 +365,7 @@ namespace VEPROMS
|
|||||||
this.ppLblChangeBarTypeDefault.BackColor = System.Drawing.Color.Transparent;
|
this.ppLblChangeBarTypeDefault.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.ppLblChangeBarTypeDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.ppLblChangeBarTypeDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.ppLblChangeBarTypeDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.ppLblChangeBarTypeDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
this.ppLblChangeBarTypeDefault.Location = new System.Drawing.Point(95, 122);
|
this.ppLblChangeBarTypeDefault.Location = new System.Drawing.Point(430, 146);
|
||||||
this.ppLblChangeBarTypeDefault.Name = "ppLblChangeBarTypeDefault";
|
this.ppLblChangeBarTypeDefault.Name = "ppLblChangeBarTypeDefault";
|
||||||
this.ppLblChangeBarTypeDefault.Size = new System.Drawing.Size(61, 17);
|
this.ppLblChangeBarTypeDefault.Size = new System.Drawing.Size(61, 17);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppLblChangeBarTypeDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Change Bar setting", "", "Pressing the Default Button (to the right)\r\nwill set the Change Bar setting back " +
|
this.superTooltip1.SetSuperTooltip(this.ppLblChangeBarTypeDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Change Bar setting", "", "Pressing the Default Button (to the right)\r\nwill set the Change Bar setting back " +
|
||||||
@ -425,7 +380,7 @@ namespace VEPROMS
|
|||||||
this.ppLblFormatDefault.BackColor = System.Drawing.Color.Transparent;
|
this.ppLblFormatDefault.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.ppLblFormatDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.ppLblFormatDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.ppLblFormatDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.ppLblFormatDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
this.ppLblFormatDefault.Location = new System.Drawing.Point(9, 63);
|
this.ppLblFormatDefault.Location = new System.Drawing.Point(9, 68);
|
||||||
this.ppLblFormatDefault.Name = "ppLblFormatDefault";
|
this.ppLblFormatDefault.Name = "ppLblFormatDefault";
|
||||||
this.ppLblFormatDefault.Size = new System.Drawing.Size(61, 17);
|
this.ppLblFormatDefault.Size = new System.Drawing.Size(61, 17);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppLblFormatDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Format setting", "", "Pressing the Default Button (to the right)\r\nwill set the format setting back to t" +
|
this.superTooltip1.SetSuperTooltip(this.ppLblFormatDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Format setting", "", "Pressing the Default Button (to the right)\r\nwill set the format setting back to t" +
|
||||||
@ -436,27 +391,29 @@ namespace VEPROMS
|
|||||||
// ppBtnDefCbTxtTyp
|
// ppBtnDefCbTxtTyp
|
||||||
//
|
//
|
||||||
this.ppBtnDefCbTxtTyp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDefCbTxtTyp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDefCbTxtTyp.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(272, 85);
|
this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(272, 85);
|
||||||
this.ppBtnDefCbTxtTyp.Name = "ppBtnDefCbTxtTyp";
|
this.ppBtnDefCbTxtTyp.Name = "ppBtnDefCbTxtTyp";
|
||||||
this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(50, 23);
|
this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(50, 23);
|
||||||
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.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 = 55;
|
this.ppBtnDefCbTxtTyp.TabIndex = 55;
|
||||||
|
this.ppBtnDefCbTxtTyp.TabStop = false;
|
||||||
this.ppBtnDefCbTxtTyp.Text = "Default";
|
this.ppBtnDefCbTxtTyp.Text = "Default";
|
||||||
this.ppBtnDefCbTxtTyp.ThemeAware = true;
|
this.ppBtnDefCbTxtTyp.ThemeAware = true;
|
||||||
|
this.ppBtnDefCbTxtTyp.Visible = false;
|
||||||
this.ppBtnDefCbTxtTyp.Click += new System.EventHandler(this.ppBtnDefCbTxtTyp_Click);
|
this.ppBtnDefCbTxtTyp.Click += new System.EventHandler(this.ppBtnDefCbTxtTyp_Click);
|
||||||
//
|
//
|
||||||
// ppBtnDefaultCbPos
|
// ppBtnDefaultCbPos
|
||||||
//
|
//
|
||||||
this.ppBtnDefaultCbPos.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDefaultCbPos.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDefaultCbPos.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(272, 32);
|
this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(272, 32);
|
||||||
this.ppBtnDefaultCbPos.Name = "ppBtnDefaultCbPos";
|
this.ppBtnDefaultCbPos.Name = "ppBtnDefaultCbPos";
|
||||||
this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(50, 23);
|
this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(50, 23);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultCbPos, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefaultCbPos.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 145)));
|
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultCbPos, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefaultCbPos.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 145)));
|
||||||
this.ppBtnDefaultCbPos.TabIndex = 54;
|
this.ppBtnDefaultCbPos.TabIndex = 54;
|
||||||
|
this.ppBtnDefaultCbPos.TabStop = false;
|
||||||
this.ppBtnDefaultCbPos.Text = "Default";
|
this.ppBtnDefaultCbPos.Text = "Default";
|
||||||
this.ppBtnDefaultCbPos.ThemeAware = true;
|
this.ppBtnDefaultCbPos.ThemeAware = true;
|
||||||
|
this.ppBtnDefaultCbPos.Visible = false;
|
||||||
this.ppBtnDefaultCbPos.Click += new System.EventHandler(this.ppBtnDefaultCbPos_Click);
|
this.ppBtnDefaultCbPos.Click += new System.EventHandler(this.ppBtnDefaultCbPos_Click);
|
||||||
//
|
//
|
||||||
// ppCmbxChgBarTxtType
|
// ppCmbxChgBarTxtType
|
||||||
@ -470,6 +427,8 @@ namespace VEPROMS
|
|||||||
this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType";
|
this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType";
|
||||||
this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(184, 23);
|
this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(184, 23);
|
||||||
this.ppCmbxChgBarTxtType.TabIndex = 51;
|
this.ppCmbxChgBarTxtType.TabIndex = 51;
|
||||||
|
this.ppCmbxChgBarTxtType.TabStop = false;
|
||||||
|
this.ppCmbxChgBarTxtType.Visible = false;
|
||||||
this.ppCmbxChgBarTxtType.WatermarkText = "select change bar text type";
|
this.ppCmbxChgBarTxtType.WatermarkText = "select change bar text type";
|
||||||
this.ppCmbxChgBarTxtType.SelectedValueChanged += new System.EventHandler(this.ppCmbxChgBarTxtType_SelectedValueChanged);
|
this.ppCmbxChgBarTxtType.SelectedValueChanged += new System.EventHandler(this.ppCmbxChgBarTxtType_SelectedValueChanged);
|
||||||
//
|
//
|
||||||
@ -484,6 +443,8 @@ namespace VEPROMS
|
|||||||
this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos";
|
this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos";
|
||||||
this.ppCmbxChgBarPos.Size = new System.Drawing.Size(184, 23);
|
this.ppCmbxChgBarPos.Size = new System.Drawing.Size(184, 23);
|
||||||
this.ppCmbxChgBarPos.TabIndex = 51;
|
this.ppCmbxChgBarPos.TabIndex = 51;
|
||||||
|
this.ppCmbxChgBarPos.TabStop = false;
|
||||||
|
this.ppCmbxChgBarPos.Visible = false;
|
||||||
this.ppCmbxChgBarPos.WatermarkText = "select change bar position";
|
this.ppCmbxChgBarPos.WatermarkText = "select change bar position";
|
||||||
this.ppCmbxChgBarPos.SelectedValueChanged += new System.EventHandler(this.ppCmbxChgBarPos_SelectedValueChanged);
|
this.ppCmbxChgBarPos.SelectedValueChanged += new System.EventHandler(this.ppCmbxChgBarPos_SelectedValueChanged);
|
||||||
//
|
//
|
||||||
@ -518,27 +479,29 @@ namespace VEPROMS
|
|||||||
// ppBtnDefCbTxt2
|
// ppBtnDefCbTxt2
|
||||||
//
|
//
|
||||||
this.ppBtnDefCbTxt2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDefCbTxt2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDefCbTxt2.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(146, 57);
|
this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(146, 57);
|
||||||
this.ppBtnDefCbTxt2.Name = "ppBtnDefCbTxt2";
|
this.ppBtnDefCbTxt2.Name = "ppBtnDefCbTxt2";
|
||||||
this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(50, 23);
|
this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(50, 23);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt2, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt2.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150)));
|
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt2, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt2.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150)));
|
||||||
this.ppBtnDefCbTxt2.TabIndex = 54;
|
this.ppBtnDefCbTxt2.TabIndex = 54;
|
||||||
|
this.ppBtnDefCbTxt2.TabStop = false;
|
||||||
this.ppBtnDefCbTxt2.Text = "Default";
|
this.ppBtnDefCbTxt2.Text = "Default";
|
||||||
this.ppBtnDefCbTxt2.ThemeAware = true;
|
this.ppBtnDefCbTxt2.ThemeAware = true;
|
||||||
|
this.ppBtnDefCbTxt2.Visible = false;
|
||||||
this.ppBtnDefCbTxt2.Click += new System.EventHandler(this.ppBtnDefCbTxt2_Click);
|
this.ppBtnDefCbTxt2.Click += new System.EventHandler(this.ppBtnDefCbTxt2_Click);
|
||||||
//
|
//
|
||||||
// ppBtnDefCbTxt1
|
// ppBtnDefCbTxt1
|
||||||
//
|
//
|
||||||
this.ppBtnDefCbTxt1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDefCbTxt1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDefCbTxt1.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(146, 5);
|
this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(146, 5);
|
||||||
this.ppBtnDefCbTxt1.Name = "ppBtnDefCbTxt1";
|
this.ppBtnDefCbTxt1.Name = "ppBtnDefCbTxt1";
|
||||||
this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(50, 23);
|
this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(50, 23);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt1, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt1.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150)));
|
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt1, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt1.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150)));
|
||||||
this.ppBtnDefCbTxt1.TabIndex = 56;
|
this.ppBtnDefCbTxt1.TabIndex = 56;
|
||||||
|
this.ppBtnDefCbTxt1.TabStop = false;
|
||||||
this.ppBtnDefCbTxt1.Text = "Default";
|
this.ppBtnDefCbTxt1.Text = "Default";
|
||||||
this.ppBtnDefCbTxt1.ThemeAware = true;
|
this.ppBtnDefCbTxt1.ThemeAware = true;
|
||||||
|
this.ppBtnDefCbTxt1.Visible = false;
|
||||||
this.ppBtnDefCbTxt1.Click += new System.EventHandler(this.ppBtnDefCbTxt1_Click);
|
this.ppBtnDefCbTxt1.Click += new System.EventHandler(this.ppBtnDefCbTxt1_Click);
|
||||||
//
|
//
|
||||||
// ppLblChgBarUserMsgOneDefault
|
// ppLblChgBarUserMsgOneDefault
|
||||||
@ -585,7 +548,9 @@ namespace VEPROMS
|
|||||||
this.ppTxbxChangeBarUserMsgOne.Name = "ppTxbxChangeBarUserMsgOne";
|
this.ppTxbxChangeBarUserMsgOne.Name = "ppTxbxChangeBarUserMsgOne";
|
||||||
this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(57, 24);
|
this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(57, 24);
|
||||||
this.ppTxbxChangeBarUserMsgOne.TabIndex = 1;
|
this.ppTxbxChangeBarUserMsgOne.TabIndex = 1;
|
||||||
|
this.ppTxbxChangeBarUserMsgOne.TabStop = false;
|
||||||
this.ppTxbxChangeBarUserMsgOne.Text = "";
|
this.ppTxbxChangeBarUserMsgOne.Text = "";
|
||||||
|
this.ppTxbxChangeBarUserMsgOne.Visible = false;
|
||||||
this.ppTxbxChangeBarUserMsgOne.TextChanged += new System.EventHandler(this.ppTxbxChangeBarUserMsgOne_TextChanged);
|
this.ppTxbxChangeBarUserMsgOne.TextChanged += new System.EventHandler(this.ppTxbxChangeBarUserMsgOne_TextChanged);
|
||||||
//
|
//
|
||||||
// label5
|
// label5
|
||||||
@ -606,7 +571,9 @@ namespace VEPROMS
|
|||||||
this.ppTxbxChgBarUserMsgTwo.Name = "ppTxbxChgBarUserMsgTwo";
|
this.ppTxbxChgBarUserMsgTwo.Name = "ppTxbxChgBarUserMsgTwo";
|
||||||
this.ppTxbxChgBarUserMsgTwo.Size = new System.Drawing.Size(57, 24);
|
this.ppTxbxChgBarUserMsgTwo.Size = new System.Drawing.Size(57, 24);
|
||||||
this.ppTxbxChgBarUserMsgTwo.TabIndex = 2;
|
this.ppTxbxChgBarUserMsgTwo.TabIndex = 2;
|
||||||
|
this.ppTxbxChgBarUserMsgTwo.TabStop = false;
|
||||||
this.ppTxbxChgBarUserMsgTwo.Text = "";
|
this.ppTxbxChgBarUserMsgTwo.Text = "";
|
||||||
|
this.ppTxbxChgBarUserMsgTwo.Visible = false;
|
||||||
this.ppTxbxChgBarUserMsgTwo.TextChanged += new System.EventHandler(this.ppTxbxChgBarUserMsgTwo_TextChanged);
|
this.ppTxbxChgBarUserMsgTwo.TextChanged += new System.EventHandler(this.ppTxbxChgBarUserMsgTwo_TextChanged);
|
||||||
//
|
//
|
||||||
// label7
|
// label7
|
||||||
@ -633,7 +600,7 @@ namespace VEPROMS
|
|||||||
//
|
//
|
||||||
this.label19.AutoSize = true;
|
this.label19.AutoSize = true;
|
||||||
this.label19.BackColor = System.Drawing.Color.Transparent;
|
this.label19.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.label19.Location = new System.Drawing.Point(9, 5);
|
this.label19.Location = new System.Drawing.Point(9, 10);
|
||||||
this.label19.Name = "label19";
|
this.label19.Name = "label19";
|
||||||
this.label19.Size = new System.Drawing.Size(52, 17);
|
this.label19.Size = new System.Drawing.Size(52, 17);
|
||||||
this.label19.TabIndex = 28;
|
this.label19.TabIndex = 28;
|
||||||
@ -643,7 +610,7 @@ namespace VEPROMS
|
|||||||
//
|
//
|
||||||
this.label20.AutoSize = true;
|
this.label20.AutoSize = true;
|
||||||
this.label20.BackColor = System.Drawing.Color.Transparent;
|
this.label20.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.label20.Location = new System.Drawing.Point(9, 98);
|
this.label20.Location = new System.Drawing.Point(344, 122);
|
||||||
this.label20.Name = "label20";
|
this.label20.Name = "label20";
|
||||||
this.label20.Size = new System.Drawing.Size(83, 17);
|
this.label20.Size = new System.Drawing.Size(83, 17);
|
||||||
this.label20.TabIndex = 26;
|
this.label20.TabIndex = 26;
|
||||||
@ -656,6 +623,7 @@ namespace VEPROMS
|
|||||||
this.ppNumUpDwnOvrdPrnPenWidth.Name = "ppNumUpDwnOvrdPrnPenWidth";
|
this.ppNumUpDwnOvrdPrnPenWidth.Name = "ppNumUpDwnOvrdPrnPenWidth";
|
||||||
this.ppNumUpDwnOvrdPrnPenWidth.Size = new System.Drawing.Size(47, 22);
|
this.ppNumUpDwnOvrdPrnPenWidth.Size = new System.Drawing.Size(47, 22);
|
||||||
this.ppNumUpDwnOvrdPrnPenWidth.TabIndex = 1;
|
this.ppNumUpDwnOvrdPrnPenWidth.TabIndex = 1;
|
||||||
|
this.ppNumUpDwnOvrdPrnPenWidth.TabStop = false;
|
||||||
//
|
//
|
||||||
// label39
|
// label39
|
||||||
//
|
//
|
||||||
@ -681,6 +649,7 @@ namespace VEPROMS
|
|||||||
this.ppNumUpDwnOverdPrnPenBoldWidth.Name = "ppNumUpDwnOverdPrnPenBoldWidth";
|
this.ppNumUpDwnOverdPrnPenBoldWidth.Name = "ppNumUpDwnOverdPrnPenBoldWidth";
|
||||||
this.ppNumUpDwnOverdPrnPenBoldWidth.Size = new System.Drawing.Size(47, 22);
|
this.ppNumUpDwnOverdPrnPenBoldWidth.Size = new System.Drawing.Size(47, 22);
|
||||||
this.ppNumUpDwnOverdPrnPenBoldWidth.TabIndex = 3;
|
this.ppNumUpDwnOverdPrnPenBoldWidth.TabIndex = 3;
|
||||||
|
this.ppNumUpDwnOverdPrnPenBoldWidth.TabStop = false;
|
||||||
//
|
//
|
||||||
// ppNumUpDwnOvrdPrnPenULineWidth
|
// ppNumUpDwnOvrdPrnPenULineWidth
|
||||||
//
|
//
|
||||||
@ -688,6 +657,7 @@ namespace VEPROMS
|
|||||||
this.ppNumUpDwnOvrdPrnPenULineWidth.Name = "ppNumUpDwnOvrdPrnPenULineWidth";
|
this.ppNumUpDwnOvrdPrnPenULineWidth.Name = "ppNumUpDwnOvrdPrnPenULineWidth";
|
||||||
this.ppNumUpDwnOvrdPrnPenULineWidth.Size = new System.Drawing.Size(47, 22);
|
this.ppNumUpDwnOvrdPrnPenULineWidth.Size = new System.Drawing.Size(47, 22);
|
||||||
this.ppNumUpDwnOvrdPrnPenULineWidth.TabIndex = 5;
|
this.ppNumUpDwnOvrdPrnPenULineWidth.TabIndex = 5;
|
||||||
|
this.ppNumUpDwnOvrdPrnPenULineWidth.TabStop = false;
|
||||||
//
|
//
|
||||||
// label41
|
// label41
|
||||||
//
|
//
|
||||||
@ -709,6 +679,7 @@ namespace VEPROMS
|
|||||||
this.ppNumUpDwnAdjPrnStartPos.Name = "ppNumUpDwnAdjPrnStartPos";
|
this.ppNumUpDwnAdjPrnStartPos.Name = "ppNumUpDwnAdjPrnStartPos";
|
||||||
this.ppNumUpDwnAdjPrnStartPos.Size = new System.Drawing.Size(47, 22);
|
this.ppNumUpDwnAdjPrnStartPos.Size = new System.Drawing.Size(47, 22);
|
||||||
this.ppNumUpDwnAdjPrnStartPos.TabIndex = 7;
|
this.ppNumUpDwnAdjPrnStartPos.TabIndex = 7;
|
||||||
|
this.ppNumUpDwnAdjPrnStartPos.TabStop = false;
|
||||||
//
|
//
|
||||||
// label42
|
// label42
|
||||||
//
|
//
|
||||||
@ -722,12 +693,12 @@ namespace VEPROMS
|
|||||||
// ppBtnDeftDisAutoDuplx
|
// ppBtnDeftDisAutoDuplx
|
||||||
//
|
//
|
||||||
this.ppBtnDeftDisAutoDuplx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDeftDisAutoDuplx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDeftDisAutoDuplx.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(592, 30);
|
this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(592, 30);
|
||||||
this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx";
|
this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx";
|
||||||
this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(58, 24);
|
this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(58, 24);
|
||||||
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.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 = 63;
|
this.ppBtnDeftDisAutoDuplx.TabIndex = 63;
|
||||||
|
this.ppBtnDeftDisAutoDuplx.TabStop = false;
|
||||||
this.ppBtnDeftDisAutoDuplx.Text = "Default";
|
this.ppBtnDeftDisAutoDuplx.Text = "Default";
|
||||||
this.ppBtnDeftDisAutoDuplx.ThemeAware = true;
|
this.ppBtnDeftDisAutoDuplx.ThemeAware = true;
|
||||||
this.ppBtnDeftDisAutoDuplx.Visible = false;
|
this.ppBtnDeftDisAutoDuplx.Visible = false;
|
||||||
@ -758,6 +729,7 @@ namespace VEPROMS
|
|||||||
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 " +
|
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.Gray, true, false, new System.Drawing.Size(0, 0)));
|
"Foldout pages.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
|
||||||
this.ppChbxDisAutoDuplex.TabIndex = 61;
|
this.ppChbxDisAutoDuplex.TabIndex = 61;
|
||||||
|
this.ppChbxDisAutoDuplex.TabStop = false;
|
||||||
this.ppChbxDisAutoDuplex.Text = "Disable Automatic Duplexing";
|
this.ppChbxDisAutoDuplex.Text = "Disable Automatic Duplexing";
|
||||||
this.ppChbxDisAutoDuplex.UseVisualStyleBackColor = false;
|
this.ppChbxDisAutoDuplex.UseVisualStyleBackColor = false;
|
||||||
this.ppChbxDisAutoDuplex.CheckedChanged += new System.EventHandler(this.ppChbxDisAutoDuplex_CheckedChanged);
|
this.ppChbxDisAutoDuplex.CheckedChanged += new System.EventHandler(this.ppChbxDisAutoDuplex_CheckedChanged);
|
||||||
@ -765,7 +737,6 @@ namespace VEPROMS
|
|||||||
// ppBtnDefWatermark
|
// ppBtnDefWatermark
|
||||||
//
|
//
|
||||||
this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDefWatermark.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDefWatermark.Location = new System.Drawing.Point(269, 30);
|
this.ppBtnDefWatermark.Location = new System.Drawing.Point(269, 30);
|
||||||
this.ppBtnDefWatermark.Name = "ppBtnDefWatermark";
|
this.ppBtnDefWatermark.Name = "ppBtnDefWatermark";
|
||||||
this.ppBtnDefWatermark.Size = new System.Drawing.Size(50, 23);
|
this.ppBtnDefWatermark.Size = new System.Drawing.Size(50, 23);
|
||||||
@ -773,6 +744,7 @@ namespace VEPROMS
|
|||||||
"ting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" watermark (below" +
|
"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)));
|
" the Watermark selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(255, 145)));
|
||||||
this.ppBtnDefWatermark.TabIndex = 60;
|
this.ppBtnDefWatermark.TabIndex = 60;
|
||||||
|
this.ppBtnDefWatermark.TabStop = false;
|
||||||
this.ppBtnDefWatermark.Text = "Default";
|
this.ppBtnDefWatermark.Text = "Default";
|
||||||
this.ppBtnDefWatermark.ThemeAware = true;
|
this.ppBtnDefWatermark.ThemeAware = true;
|
||||||
this.ppBtnDefWatermark.Click += new System.EventHandler(this.ppBtnDefWatermark_Click_1);
|
this.ppBtnDefWatermark.Click += new System.EventHandler(this.ppBtnDefWatermark_Click_1);
|
||||||
@ -788,6 +760,7 @@ namespace VEPROMS
|
|||||||
this.ppCmbxWatermark.Name = "ppCmbxWatermark";
|
this.ppCmbxWatermark.Name = "ppCmbxWatermark";
|
||||||
this.ppCmbxWatermark.Size = new System.Drawing.Size(163, 23);
|
this.ppCmbxWatermark.Size = new System.Drawing.Size(163, 23);
|
||||||
this.ppCmbxWatermark.TabIndex = 58;
|
this.ppCmbxWatermark.TabIndex = 58;
|
||||||
|
this.ppCmbxWatermark.TabStop = false;
|
||||||
this.ppCmbxWatermark.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.ppCmbxWatermark.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.ppCmbxWatermark.WatermarkText = "select watermark option";
|
this.ppCmbxWatermark.WatermarkText = "select watermark option";
|
||||||
this.ppCmbxWatermark.SelectedValueChanged += new System.EventHandler(this.ppCmbxWatermark_SelectedValueChanged);
|
this.ppCmbxWatermark.SelectedValueChanged += new System.EventHandler(this.ppCmbxWatermark_SelectedValueChanged);
|
||||||
@ -1052,6 +1025,7 @@ namespace VEPROMS
|
|||||||
this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(205, 17);
|
this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(205, 17);
|
||||||
this.ppLblDefSettingsInfo.TabIndex = 25;
|
this.ppLblDefSettingsInfo.TabIndex = 25;
|
||||||
this.ppLblDefSettingsInfo.Text = "* Default values shown in italics";
|
this.ppLblDefSettingsInfo.Text = "* Default values shown in italics";
|
||||||
|
this.ppLblDefSettingsInfo.Visible = false;
|
||||||
//
|
//
|
||||||
// ppCbShwDefSettings
|
// ppCbShwDefSettings
|
||||||
//
|
//
|
||||||
@ -1066,7 +1040,7 @@ namespace VEPROMS
|
|||||||
this.ppCbShwDefSettings.Size = new System.Drawing.Size(152, 23);
|
this.ppCbShwDefSettings.Size = new System.Drawing.Size(152, 23);
|
||||||
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" +
|
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));
|
"ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||||
this.ppCbShwDefSettings.TabIndex = 26;
|
this.ppCbShwDefSettings.TabIndex = 5;
|
||||||
this.ppCbShwDefSettings.Text = "Show Default Settings";
|
this.ppCbShwDefSettings.Text = "Show Default Settings";
|
||||||
this.ppCbShwDefSettings.CheckedChanged += new System.EventHandler(this.tabpage_Enter);
|
this.ppCbShwDefSettings.CheckedChanged += new System.EventHandler(this.tabpage_Enter);
|
||||||
//
|
//
|
||||||
@ -1112,7 +1086,6 @@ namespace VEPROMS
|
|||||||
// buttonX1
|
// buttonX1
|
||||||
//
|
//
|
||||||
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.buttonX1.CallBasePaintBackground = true;
|
|
||||||
this.buttonX1.Location = new System.Drawing.Point(589, 20);
|
this.buttonX1.Location = new System.Drawing.Point(589, 20);
|
||||||
this.buttonX1.Name = "buttonX1";
|
this.buttonX1.Name = "buttonX1";
|
||||||
this.buttonX1.Size = new System.Drawing.Size(50, 23);
|
this.buttonX1.Size = new System.Drawing.Size(50, 23);
|
||||||
@ -1481,6 +1454,7 @@ namespace VEPROMS
|
|||||||
this.ppGpbxUserSpecTxt.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.ppGpbxUserSpecTxt.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
this.ppGpbxUserSpecTxt.TabIndex = 56;
|
this.ppGpbxUserSpecTxt.TabIndex = 56;
|
||||||
this.ppGpbxUserSpecTxt.Text = "Custom Change Bar Message";
|
this.ppGpbxUserSpecTxt.Text = "Custom Change Bar Message";
|
||||||
|
this.ppGpbxUserSpecTxt.Visible = false;
|
||||||
//
|
//
|
||||||
// panProcBtns
|
// panProcBtns
|
||||||
//
|
//
|
||||||
@ -1496,13 +1470,13 @@ namespace VEPROMS
|
|||||||
// btnOutputStngs
|
// btnOutputStngs
|
||||||
//
|
//
|
||||||
this.btnOutputStngs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.btnOutputStngs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.btnOutputStngs.CallBasePaintBackground = true;
|
|
||||||
this.btnOutputStngs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnOutputStngs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||||
this.btnOutputStngs.Dock = System.Windows.Forms.DockStyle.Top;
|
this.btnOutputStngs.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.btnOutputStngs.Location = new System.Drawing.Point(0, 46);
|
this.btnOutputStngs.Location = new System.Drawing.Point(0, 46);
|
||||||
this.btnOutputStngs.Name = "btnOutputStngs";
|
this.btnOutputStngs.Name = "btnOutputStngs";
|
||||||
this.btnOutputStngs.Size = new System.Drawing.Size(165, 23);
|
this.btnOutputStngs.Size = new System.Drawing.Size(165, 23);
|
||||||
this.btnOutputStngs.TabIndex = 2;
|
this.btnOutputStngs.TabIndex = 4;
|
||||||
|
this.btnOutputStngs.TabStop = false;
|
||||||
this.btnOutputStngs.Text = "Output Settings";
|
this.btnOutputStngs.Text = "Output Settings";
|
||||||
this.btnOutputStngs.Visible = false;
|
this.btnOutputStngs.Visible = false;
|
||||||
this.btnOutputStngs.Click += new System.EventHandler(this.btnOutputStngs_Click);
|
this.btnOutputStngs.Click += new System.EventHandler(this.btnOutputStngs_Click);
|
||||||
@ -1510,26 +1484,24 @@ namespace VEPROMS
|
|||||||
// btnFmtStngs
|
// btnFmtStngs
|
||||||
//
|
//
|
||||||
this.btnFmtStngs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.btnFmtStngs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.btnFmtStngs.CallBasePaintBackground = true;
|
|
||||||
this.btnFmtStngs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnFmtStngs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||||
this.btnFmtStngs.Dock = System.Windows.Forms.DockStyle.Top;
|
this.btnFmtStngs.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.btnFmtStngs.Location = new System.Drawing.Point(0, 23);
|
this.btnFmtStngs.Location = new System.Drawing.Point(0, 23);
|
||||||
this.btnFmtStngs.Name = "btnFmtStngs";
|
this.btnFmtStngs.Name = "btnFmtStngs";
|
||||||
this.btnFmtStngs.Size = new System.Drawing.Size(165, 23);
|
this.btnFmtStngs.Size = new System.Drawing.Size(165, 23);
|
||||||
this.btnFmtStngs.TabIndex = 1;
|
this.btnFmtStngs.TabIndex = 3;
|
||||||
this.btnFmtStngs.Text = "Format Settings";
|
this.btnFmtStngs.Text = "Format Settings";
|
||||||
this.btnFmtStngs.Click += new System.EventHandler(this.btnFmtStngs_Click);
|
this.btnFmtStngs.Click += new System.EventHandler(this.btnFmtStngs_Click);
|
||||||
//
|
//
|
||||||
// btnGeneral
|
// btnGeneral
|
||||||
//
|
//
|
||||||
this.btnGeneral.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.btnGeneral.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.btnGeneral.CallBasePaintBackground = true;
|
|
||||||
this.btnGeneral.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnGeneral.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||||
this.btnGeneral.Dock = System.Windows.Forms.DockStyle.Top;
|
this.btnGeneral.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.btnGeneral.Location = new System.Drawing.Point(0, 0);
|
this.btnGeneral.Location = new System.Drawing.Point(0, 0);
|
||||||
this.btnGeneral.Name = "btnGeneral";
|
this.btnGeneral.Name = "btnGeneral";
|
||||||
this.btnGeneral.Size = new System.Drawing.Size(165, 23);
|
this.btnGeneral.Size = new System.Drawing.Size(165, 23);
|
||||||
this.btnGeneral.TabIndex = 0;
|
this.btnGeneral.TabIndex = 2;
|
||||||
this.btnGeneral.Text = "General";
|
this.btnGeneral.Text = "General";
|
||||||
this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click);
|
this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click);
|
||||||
//
|
//
|
||||||
@ -1540,6 +1512,7 @@ namespace VEPROMS
|
|||||||
this.tcProcProp.BackColor = System.Drawing.Color.Transparent;
|
this.tcProcProp.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.tcProcProp.CanReorderTabs = true;
|
this.tcProcProp.CanReorderTabs = true;
|
||||||
this.tcProcProp.Controls.Add(this.tcpGeneral);
|
this.tcProcProp.Controls.Add(this.tcpGeneral);
|
||||||
|
this.tcProcProp.Controls.Add(this.tcpOutputSettings);
|
||||||
this.tcProcProp.Controls.Add(this.tcpFormatSettings);
|
this.tcProcProp.Controls.Add(this.tcpFormatSettings);
|
||||||
this.tcProcProp.Controls.Add(this.tabControlPanel1);
|
this.tcProcProp.Controls.Add(this.tabControlPanel1);
|
||||||
this.tcProcProp.Controls.Add(this.tcpOutputSettings);
|
this.tcProcProp.Controls.Add(this.tcpOutputSettings);
|
||||||
@ -1567,11 +1540,7 @@ namespace VEPROMS
|
|||||||
this.tcpGeneral.Controls.Add(this.label1);
|
this.tcpGeneral.Controls.Add(this.label1);
|
||||||
this.tcpGeneral.Controls.Add(this.ppDtTmLastMod);
|
this.tcpGeneral.Controls.Add(this.ppDtTmLastMod);
|
||||||
this.tcpGeneral.Controls.Add(this.label2);
|
this.tcpGeneral.Controls.Add(this.label2);
|
||||||
this.tcpGeneral.Controls.Add(this.ppBtnDefEdCols);
|
|
||||||
this.tcpGeneral.Controls.Add(this.ppLblStpEditorColsDefault);
|
|
||||||
this.tcpGeneral.Controls.Add(this.label43);
|
|
||||||
this.tcpGeneral.Controls.Add(this.label3);
|
this.tcpGeneral.Controls.Add(this.label3);
|
||||||
this.tcpGeneral.Controls.Add(this.ppCmbxStpEditorCols);
|
|
||||||
this.tcpGeneral.Controls.Add(this.label4);
|
this.tcpGeneral.Controls.Add(this.label4);
|
||||||
this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
|
this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
|
||||||
this.tcpGeneral.Controls.Add(this.label21);
|
this.tcpGeneral.Controls.Add(this.label21);
|
||||||
@ -1595,12 +1564,12 @@ namespace VEPROMS
|
|||||||
//
|
//
|
||||||
this.ppProcNumStpRTB.AdjustSize = new System.Drawing.Size(0, 0);
|
this.ppProcNumStpRTB.AdjustSize = new System.Drawing.Size(0, 0);
|
||||||
this.ppProcNumStpRTB.BeingDisposed = false;
|
this.ppProcNumStpRTB.BeingDisposed = false;
|
||||||
this.ppProcNumStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.ppProcNumStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.ppProcNumStpRTB.CheckAbove = "|?????????";
|
this.ppProcNumStpRTB.CheckAbove = "|?????????";
|
||||||
this.ppProcNumStpRTB.CheckBelow = "|?";
|
this.ppProcNumStpRTB.CheckBelow = "|?";
|
||||||
this.ppProcNumStpRTB.CheckLeft = "-?????????";
|
this.ppProcNumStpRTB.CheckLeft = "-?????????";
|
||||||
this.ppProcNumStpRTB.CheckRight = "-??";
|
this.ppProcNumStpRTB.CheckRight = "-??";
|
||||||
this.ppProcNumStpRTB.ContentsRectangle = new System.Drawing.Rectangle(89, 29, 153, 16);
|
this.ppProcNumStpRTB.ContentsRectangle = new System.Drawing.Rectangle(89, 29, 149, 16);
|
||||||
this.ppProcNumStpRTB.EpMode = VEPROMS.CSLA.Library.E_EditPrintMode.Edit;
|
this.ppProcNumStpRTB.EpMode = VEPROMS.CSLA.Library.E_EditPrintMode.Edit;
|
||||||
this.ppProcNumStpRTB.FieldToEdit = Volian.Controls.Library.E_FieldToEdit.StepText;
|
this.ppProcNumStpRTB.FieldToEdit = Volian.Controls.Library.E_FieldToEdit.StepText;
|
||||||
this.ppProcNumStpRTB.Location = new System.Drawing.Point(89, 29);
|
this.ppProcNumStpRTB.Location = new System.Drawing.Point(89, 29);
|
||||||
@ -1613,8 +1582,8 @@ namespace VEPROMS
|
|||||||
this.ppProcNumStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
|
this.ppProcNumStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
|
||||||
this.ppProcNumStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
this.ppProcNumStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
||||||
this.ppProcNumStpRTB.ShowDebug = false;
|
this.ppProcNumStpRTB.ShowDebug = false;
|
||||||
this.ppProcNumStpRTB.Size = new System.Drawing.Size(153, 16);
|
this.ppProcNumStpRTB.Size = new System.Drawing.Size(153, 20);
|
||||||
this.ppProcNumStpRTB.TabIndex = 58;
|
this.ppProcNumStpRTB.TabIndex = 0;
|
||||||
this.ppProcNumStpRTB.Text = "";
|
this.ppProcNumStpRTB.Text = "";
|
||||||
this.ppProcNumStpRTB.ThisContextMenuStrip = null;
|
this.ppProcNumStpRTB.ThisContextMenuStrip = null;
|
||||||
this.ppProcNumStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
|
this.ppProcNumStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
|
||||||
@ -1644,7 +1613,7 @@ namespace VEPROMS
|
|||||||
this.ppProcTitleStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
this.ppProcTitleStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
||||||
this.ppProcTitleStpRTB.ShowDebug = false;
|
this.ppProcTitleStpRTB.ShowDebug = false;
|
||||||
this.ppProcTitleStpRTB.Size = new System.Drawing.Size(539, 59);
|
this.ppProcTitleStpRTB.Size = new System.Drawing.Size(539, 59);
|
||||||
this.ppProcTitleStpRTB.TabIndex = 57;
|
this.ppProcTitleStpRTB.TabIndex = 1;
|
||||||
this.ppProcTitleStpRTB.Text = "";
|
this.ppProcTitleStpRTB.Text = "";
|
||||||
this.ppProcTitleStpRTB.ThisContextMenuStrip = null;
|
this.ppProcTitleStpRTB.ThisContextMenuStrip = null;
|
||||||
this.ppProcTitleStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
|
this.ppProcTitleStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
|
||||||
@ -1656,6 +1625,90 @@ namespace VEPROMS
|
|||||||
this.tiGeneral.Name = "tiGeneral";
|
this.tiGeneral.Name = "tiGeneral";
|
||||||
this.tiGeneral.Text = "General";
|
this.tiGeneral.Text = "General";
|
||||||
//
|
//
|
||||||
|
// tcpOutputSettings
|
||||||
|
//
|
||||||
|
this.tcpOutputSettings.Controls.Add(this.ppGrpbxPrnAdj);
|
||||||
|
this.tcpOutputSettings.Controls.Add(this.ppBtnDeftDisAutoDuplx);
|
||||||
|
this.tcpOutputSettings.Controls.Add(this.label18);
|
||||||
|
this.tcpOutputSettings.Controls.Add(this.ppLblAutoDuplexDefault);
|
||||||
|
this.tcpOutputSettings.Controls.Add(this.ppChbxDisAutoDuplex);
|
||||||
|
this.tcpOutputSettings.Controls.Add(this.ppLblWatermarkDefault);
|
||||||
|
this.tcpOutputSettings.Controls.Add(this.ppBtnDefWatermark);
|
||||||
|
this.tcpOutputSettings.Controls.Add(this.ppCmbxWatermark);
|
||||||
|
this.tcpOutputSettings.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
|
this.tcpOutputSettings.Location = new System.Drawing.Point(0, 24);
|
||||||
|
this.tcpOutputSettings.Name = "tcpOutputSettings";
|
||||||
|
this.tcpOutputSettings.Padding = new System.Windows.Forms.Padding(1);
|
||||||
|
this.tcpOutputSettings.Size = new System.Drawing.Size(672, 332);
|
||||||
|
this.tcpOutputSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||||
|
this.tcpOutputSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||||
|
this.tcpOutputSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||||
|
this.tcpOutputSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||||
|
this.tcpOutputSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||||
|
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||||
|
this.tcpOutputSettings.Style.GradientAngle = 90;
|
||||||
|
this.tcpOutputSettings.TabIndex = 3;
|
||||||
|
this.tcpOutputSettings.TabItem = this.tiOutputStngs;
|
||||||
|
this.tcpOutputSettings.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||||
|
//
|
||||||
|
// ppGrpbxPrnAdj
|
||||||
|
//
|
||||||
|
this.ppGrpbxPrnAdj.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.ppGrpbxPrnAdj.CanvasColor = System.Drawing.SystemColors.Control;
|
||||||
|
this.ppGrpbxPrnAdj.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||||
|
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOvrdPrnPenWidth);
|
||||||
|
this.ppGrpbxPrnAdj.Controls.Add(this.label39);
|
||||||
|
this.ppGrpbxPrnAdj.Controls.Add(this.label42);
|
||||||
|
this.ppGrpbxPrnAdj.Controls.Add(this.label40);
|
||||||
|
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnAdjPrnStartPos);
|
||||||
|
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOverdPrnPenBoldWidth);
|
||||||
|
this.ppGrpbxPrnAdj.Controls.Add(this.label41);
|
||||||
|
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOvrdPrnPenULineWidth);
|
||||||
|
this.ppGrpbxPrnAdj.Location = new System.Drawing.Point(15, 120);
|
||||||
|
this.ppGrpbxPrnAdj.Name = "ppGrpbxPrnAdj";
|
||||||
|
this.ppGrpbxPrnAdj.Size = new System.Drawing.Size(642, 114);
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
this.ppGrpbxPrnAdj.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||||
|
this.ppGrpbxPrnAdj.Style.BackColorGradientAngle = 90;
|
||||||
|
this.ppGrpbxPrnAdj.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||||
|
this.ppGrpbxPrnAdj.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||||
|
this.ppGrpbxPrnAdj.Style.BorderBottomWidth = 1;
|
||||||
|
this.ppGrpbxPrnAdj.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||||
|
this.ppGrpbxPrnAdj.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||||
|
this.ppGrpbxPrnAdj.Style.BorderLeftWidth = 1;
|
||||||
|
this.ppGrpbxPrnAdj.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||||
|
this.ppGrpbxPrnAdj.Style.BorderRightWidth = 1;
|
||||||
|
this.ppGrpbxPrnAdj.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||||
|
this.ppGrpbxPrnAdj.Style.BorderTopWidth = 1;
|
||||||
|
this.ppGrpbxPrnAdj.Style.Class = "";
|
||||||
|
this.ppGrpbxPrnAdj.Style.CornerDiameter = 4;
|
||||||
|
this.ppGrpbxPrnAdj.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
||||||
|
this.ppGrpbxPrnAdj.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
||||||
|
this.ppGrpbxPrnAdj.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||||
|
this.ppGrpbxPrnAdj.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
this.ppGrpbxPrnAdj.StyleMouseDown.Class = "";
|
||||||
|
this.ppGrpbxPrnAdj.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
this.ppGrpbxPrnAdj.StyleMouseOver.Class = "";
|
||||||
|
this.ppGrpbxPrnAdj.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
|
this.ppGrpbxPrnAdj.TabIndex = 65;
|
||||||
|
this.ppGrpbxPrnAdj.Text = "Output Adjustments";
|
||||||
|
this.ppGrpbxPrnAdj.Visible = false;
|
||||||
|
//
|
||||||
|
// tiOutputStngs
|
||||||
|
//
|
||||||
|
this.tiOutputStngs.AttachedControl = this.tcpOutputSettings;
|
||||||
|
this.tiOutputStngs.Name = "tiOutputStngs";
|
||||||
|
this.tiOutputStngs.Text = "Output Settings";
|
||||||
|
this.tiOutputStngs.Visible = false;
|
||||||
|
//
|
||||||
// tcpFormatSettings
|
// tcpFormatSettings
|
||||||
//
|
//
|
||||||
this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB);
|
this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB);
|
||||||
@ -1664,8 +1717,12 @@ namespace VEPROMS
|
|||||||
this.tcpFormatSettings.Controls.Add(this.ppCmbxChangeBarType);
|
this.tcpFormatSettings.Controls.Add(this.ppCmbxChangeBarType);
|
||||||
this.tcpFormatSettings.Controls.Add(this.label20);
|
this.tcpFormatSettings.Controls.Add(this.label20);
|
||||||
this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultFmt);
|
this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultFmt);
|
||||||
|
this.tcpFormatSettings.Controls.Add(this.ppBtnDefEdCols);
|
||||||
this.tcpFormatSettings.Controls.Add(this.ppCmbxFormat);
|
this.tcpFormatSettings.Controls.Add(this.ppCmbxFormat);
|
||||||
|
this.tcpFormatSettings.Controls.Add(this.ppCmbxStpEditorCols);
|
||||||
|
this.tcpFormatSettings.Controls.Add(this.label43);
|
||||||
this.tcpFormatSettings.Controls.Add(this.ppLblFormatDefault);
|
this.tcpFormatSettings.Controls.Add(this.ppLblFormatDefault);
|
||||||
|
this.tcpFormatSettings.Controls.Add(this.ppLblStpEditorColsDefault);
|
||||||
this.tcpFormatSettings.Controls.Add(this.ppLblChangeBarTypeDefault);
|
this.tcpFormatSettings.Controls.Add(this.ppLblChangeBarTypeDefault);
|
||||||
this.tcpFormatSettings.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tcpFormatSettings.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.tcpFormatSettings.Location = new System.Drawing.Point(0, 24);
|
this.tcpFormatSettings.Location = new System.Drawing.Point(0, 24);
|
||||||
@ -1683,6 +1740,55 @@ namespace VEPROMS
|
|||||||
this.tcpFormatSettings.TabItem = this.tiFmtStngs;
|
this.tcpFormatSettings.TabItem = this.tiFmtStngs;
|
||||||
this.tcpFormatSettings.Enter += new System.EventHandler(this.tabpage_Enter);
|
this.tcpFormatSettings.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||||
//
|
//
|
||||||
|
// ppBtnDefEdCols
|
||||||
|
//
|
||||||
|
this.ppBtnDefEdCols.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
|
this.ppBtnDefEdCols.Location = new System.Drawing.Point(317, 96);
|
||||||
|
this.ppBtnDefEdCols.Name = "ppBtnDefEdCols";
|
||||||
|
this.ppBtnDefEdCols.Size = new System.Drawing.Size(50, 23);
|
||||||
|
this.ppBtnDefEdCols.TabIndex = 23;
|
||||||
|
this.ppBtnDefEdCols.Text = "Default";
|
||||||
|
this.ppBtnDefEdCols.ThemeAware = true;
|
||||||
|
this.ppBtnDefEdCols.Visible = false;
|
||||||
|
this.ppBtnDefEdCols.Click += new System.EventHandler(this.ppBtnDefEdCols_Click);
|
||||||
|
//
|
||||||
|
// ppCmbxStpEditorCols
|
||||||
|
//
|
||||||
|
this.ppCmbxStpEditorCols.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.procedureConfigBindingSource, "Format_Columns", true));
|
||||||
|
this.ppCmbxStpEditorCols.DisplayMember = "Text";
|
||||||
|
this.ppCmbxStpEditorCols.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||||
|
this.ppCmbxStpEditorCols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
|
this.ppCmbxStpEditorCols.FormattingEnabled = true;
|
||||||
|
this.ppCmbxStpEditorCols.Location = new System.Drawing.Point(164, 96);
|
||||||
|
this.ppCmbxStpEditorCols.Name = "ppCmbxStpEditorCols";
|
||||||
|
this.ppCmbxStpEditorCols.PreventEnterBeep = true;
|
||||||
|
this.ppCmbxStpEditorCols.Size = new System.Drawing.Size(143, 23);
|
||||||
|
this.ppCmbxStpEditorCols.TabIndex = 22;
|
||||||
|
this.ppCmbxStpEditorCols.WatermarkText = "select column mode";
|
||||||
|
this.ppCmbxStpEditorCols.SelectedValueChanged += new System.EventHandler(this.ppCmbxStpEditorCols_SelectedValueChanged);
|
||||||
|
//
|
||||||
|
// label43
|
||||||
|
//
|
||||||
|
this.label43.AutoSize = true;
|
||||||
|
this.label43.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.label43.Location = new System.Drawing.Point(14, 99);
|
||||||
|
this.label43.Name = "label43";
|
||||||
|
this.label43.Size = new System.Drawing.Size(147, 17);
|
||||||
|
this.label43.TabIndex = 28;
|
||||||
|
this.label43.Text = "Default Column Mode:";
|
||||||
|
//
|
||||||
|
// ppLblStpEditorColsDefault
|
||||||
|
//
|
||||||
|
this.ppLblStpEditorColsDefault.AutoSize = true;
|
||||||
|
this.ppLblStpEditorColsDefault.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.ppLblStpEditorColsDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.ppLblStpEditorColsDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
|
this.ppLblStpEditorColsDefault.Location = new System.Drawing.Point(161, 122);
|
||||||
|
this.ppLblStpEditorColsDefault.Name = "ppLblStpEditorColsDefault";
|
||||||
|
this.ppLblStpEditorColsDefault.Size = new System.Drawing.Size(61, 17);
|
||||||
|
this.ppLblStpEditorColsDefault.TabIndex = 40;
|
||||||
|
this.ppLblStpEditorColsDefault.Text = "(default)";
|
||||||
|
//
|
||||||
// tiFmtStngs
|
// tiFmtStngs
|
||||||
//
|
//
|
||||||
this.tiFmtStngs.AttachedControl = this.tcpFormatSettings;
|
this.tiFmtStngs.AttachedControl = this.tcpFormatSettings;
|
||||||
@ -1850,6 +1956,7 @@ namespace VEPROMS
|
|||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||||
this.Text = "Procedure Properties";
|
this.Text = "Procedure Properties";
|
||||||
this.Load += new System.EventHandler(this.frmProcedureProperties_Load);
|
this.Load += new System.EventHandler(this.frmProcedureProperties_Load);
|
||||||
|
this.Shown += new System.EventHandler(this.frmProcedureProperties_Shown);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.procedureConfigBindingSource)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.procedureConfigBindingSource)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenWidth)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenWidth)).EndInit();
|
||||||
@ -1873,12 +1980,12 @@ namespace VEPROMS
|
|||||||
this.tcProcProp.ResumeLayout(false);
|
this.tcProcProp.ResumeLayout(false);
|
||||||
this.tcpGeneral.ResumeLayout(false);
|
this.tcpGeneral.ResumeLayout(false);
|
||||||
this.tcpGeneral.PerformLayout();
|
this.tcpGeneral.PerformLayout();
|
||||||
this.tcpFormatSettings.ResumeLayout(false);
|
|
||||||
this.tcpFormatSettings.PerformLayout();
|
|
||||||
this.tcpOutputSettings.ResumeLayout(false);
|
this.tcpOutputSettings.ResumeLayout(false);
|
||||||
this.tcpOutputSettings.PerformLayout();
|
this.tcpOutputSettings.PerformLayout();
|
||||||
this.ppGrpbxPrnAdj.ResumeLayout(false);
|
this.ppGrpbxPrnAdj.ResumeLayout(false);
|
||||||
this.ppGrpbxPrnAdj.PerformLayout();
|
this.ppGrpbxPrnAdj.PerformLayout();
|
||||||
|
this.tcpFormatSettings.ResumeLayout(false);
|
||||||
|
this.tcpFormatSettings.PerformLayout();
|
||||||
this.tabControlPanel4.ResumeLayout(false);
|
this.tabControlPanel4.ResumeLayout(false);
|
||||||
this.tabControlPanel4.PerformLayout();
|
this.tabControlPanel4.PerformLayout();
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
@ -1929,7 +2036,6 @@ namespace VEPROMS
|
|||||||
private System.Windows.Forms.Label ppLblChgBarUserMsgTwoDefault;
|
private System.Windows.Forms.Label ppLblChgBarUserMsgTwoDefault;
|
||||||
private System.Windows.Forms.Label ppLblChgBarUserMsgOneDefault;
|
private System.Windows.Forms.Label ppLblChgBarUserMsgOneDefault;
|
||||||
private System.Windows.Forms.BindingSource procedureConfigBindingSource;
|
private System.Windows.Forms.BindingSource procedureConfigBindingSource;
|
||||||
private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxStpEditorCols;
|
|
||||||
private System.Windows.Forms.BindingSource formatInfoListBindingSource;
|
private System.Windows.Forms.BindingSource formatInfoListBindingSource;
|
||||||
private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxFormat;
|
private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxFormat;
|
||||||
private DevComponents.DotNetBar.ButtonX ppBtnDefaultFmt;
|
private DevComponents.DotNetBar.ButtonX ppBtnDefaultFmt;
|
||||||
@ -1985,9 +2091,6 @@ namespace VEPROMS
|
|||||||
private DevComponents.DotNetBar.ButtonX ppBtnDefaultCbPos;
|
private DevComponents.DotNetBar.ButtonX ppBtnDefaultCbPos;
|
||||||
private DevComponents.DotNetBar.ButtonX ppBtnDefCbTxt2;
|
private DevComponents.DotNetBar.ButtonX ppBtnDefCbTxt2;
|
||||||
private DevComponents.DotNetBar.ButtonX ppBtnDefCbTxt1;
|
private DevComponents.DotNetBar.ButtonX ppBtnDefCbTxt1;
|
||||||
private System.Windows.Forms.Label label43;
|
|
||||||
private DevComponents.DotNetBar.ButtonX ppBtnDefEdCols;
|
|
||||||
private System.Windows.Forms.Label ppLblStpEditorColsDefault;
|
|
||||||
private System.Windows.Forms.CheckedListBox ppCkLstApplicabilityDesinations;
|
private System.Windows.Forms.CheckedListBox ppCkLstApplicabilityDesinations;
|
||||||
private System.Windows.Forms.Label label22;
|
private System.Windows.Forms.Label label22;
|
||||||
private System.Windows.Forms.CheckBox ppCbDeviationView;
|
private System.Windows.Forms.CheckBox ppCbDeviationView;
|
||||||
@ -2014,7 +2117,9 @@ namespace VEPROMS
|
|||||||
private DevComponents.DotNetBar.ButtonX btnGeneral;
|
private DevComponents.DotNetBar.ButtonX btnGeneral;
|
||||||
private Volian.Controls.Library.StepRTB ppProcTitleStpRTB;
|
private Volian.Controls.Library.StepRTB ppProcTitleStpRTB;
|
||||||
private Volian.Controls.Library.StepRTB ppProcNumStpRTB;
|
private Volian.Controls.Library.StepRTB ppProcNumStpRTB;
|
||||||
private DevComponents.DotNetBar.TabControlPanel tabControlPanel1;
|
private DevComponents.DotNetBar.ButtonX ppBtnDefEdCols;
|
||||||
private DevComponents.DotNetBar.TabItem tiPSI;
|
private System.Windows.Forms.Label ppLblStpEditorColsDefault;
|
||||||
|
private System.Windows.Forms.Label label43;
|
||||||
|
private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxStpEditorCols;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -83,15 +83,15 @@ namespace VEPROMS
|
|||||||
this.btnFormat = new DevComponents.DotNetBar.ButtonX();
|
this.btnFormat = new DevComponents.DotNetBar.ButtonX();
|
||||||
this.btnGeneral = new DevComponents.DotNetBar.ButtonX();
|
this.btnGeneral = new DevComponents.DotNetBar.ButtonX();
|
||||||
this.tcSectionProp = new DevComponents.DotNetBar.TabControl();
|
this.tcSectionProp = new DevComponents.DotNetBar.TabControl();
|
||||||
|
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
|
||||||
|
this.ppSectNumberStpRTB = new Volian.Controls.Library.StepRTB(this.components);
|
||||||
|
this.ppSectTitleStpRTB = new Volian.Controls.Library.StepRTB(this.components);
|
||||||
|
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
|
||||||
this.tcpFormat = new DevComponents.DotNetBar.TabControlPanel();
|
this.tcpFormat = new DevComponents.DotNetBar.TabControlPanel();
|
||||||
this.rbWordSect = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
this.rbWordSect = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||||
this.rbStepSect = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
this.rbStepSect = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||||
this.ppGpbxSignoffCheckoff = new DevComponents.DotNetBar.Controls.GroupPanel();
|
this.ppGpbxSignoffCheckoff = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||||
this.tiFormat = new DevComponents.DotNetBar.TabItem(this.components);
|
this.tiFormat = new DevComponents.DotNetBar.TabItem(this.components);
|
||||||
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
|
|
||||||
this.ppSectNumberStpRTB = new Volian.Controls.Library.StepRTB(this.components);
|
|
||||||
this.ppSectTitleStpRTB = new Volian.Controls.Library.StepRTB(this.components);
|
|
||||||
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
|
|
||||||
this.tcpAutomation = new DevComponents.DotNetBar.TabControlPanel();
|
this.tcpAutomation = new DevComponents.DotNetBar.TabControlPanel();
|
||||||
this.ppCbLinkWithEnhancedDoc = new System.Windows.Forms.CheckBox();
|
this.ppCbLinkWithEnhancedDoc = new System.Windows.Forms.CheckBox();
|
||||||
this.ppCbPlaceKeeper = new System.Windows.Forms.CheckBox();
|
this.ppCbPlaceKeeper = new System.Windows.Forms.CheckBox();
|
||||||
@ -106,9 +106,9 @@ namespace VEPROMS
|
|||||||
this.panSectBtns.SuspendLayout();
|
this.panSectBtns.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.tcSectionProp)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.tcSectionProp)).BeginInit();
|
||||||
this.tcSectionProp.SuspendLayout();
|
this.tcSectionProp.SuspendLayout();
|
||||||
|
this.tcpGeneral.SuspendLayout();
|
||||||
this.tcpFormat.SuspendLayout();
|
this.tcpFormat.SuspendLayout();
|
||||||
this.ppGpbxSignoffCheckoff.SuspendLayout();
|
this.ppGpbxSignoffCheckoff.SuspendLayout();
|
||||||
this.tcpGeneral.SuspendLayout();
|
|
||||||
this.tcpAutomation.SuspendLayout();
|
this.tcpAutomation.SuspendLayout();
|
||||||
this.tcpLibDoc.SuspendLayout();
|
this.tcpLibDoc.SuspendLayout();
|
||||||
this.tabControlPanel4.SuspendLayout();
|
this.tabControlPanel4.SuspendLayout();
|
||||||
@ -124,6 +124,7 @@ namespace VEPROMS
|
|||||||
this.ppDtTmLastMod.Name = "ppDtTmLastMod";
|
this.ppDtTmLastMod.Name = "ppDtTmLastMod";
|
||||||
this.ppDtTmLastMod.Size = new System.Drawing.Size(172, 22);
|
this.ppDtTmLastMod.Size = new System.Drawing.Size(172, 22);
|
||||||
this.ppDtTmLastMod.TabIndex = 24;
|
this.ppDtTmLastMod.TabIndex = 24;
|
||||||
|
this.ppDtTmLastMod.TabStop = false;
|
||||||
this.ppDtTmLastMod.Visible = false;
|
this.ppDtTmLastMod.Visible = false;
|
||||||
//
|
//
|
||||||
// ppTxtBxUserID
|
// ppTxtBxUserID
|
||||||
@ -135,6 +136,7 @@ namespace VEPROMS
|
|||||||
this.ppTxtBxUserID.Name = "ppTxtBxUserID";
|
this.ppTxtBxUserID.Name = "ppTxtBxUserID";
|
||||||
this.ppTxtBxUserID.Size = new System.Drawing.Size(153, 22);
|
this.ppTxtBxUserID.Size = new System.Drawing.Size(153, 22);
|
||||||
this.ppTxtBxUserID.TabIndex = 12;
|
this.ppTxtBxUserID.TabIndex = 12;
|
||||||
|
this.ppTxtBxUserID.TabStop = false;
|
||||||
this.ppTxtBxUserID.Visible = false;
|
this.ppTxtBxUserID.Visible = false;
|
||||||
//
|
//
|
||||||
// lblUserID
|
// lblUserID
|
||||||
@ -196,7 +198,7 @@ namespace VEPROMS
|
|||||||
this.ppCmbxSectPagination.Name = "ppCmbxSectPagination";
|
this.ppCmbxSectPagination.Name = "ppCmbxSectPagination";
|
||||||
this.ppCmbxSectPagination.Size = new System.Drawing.Size(173, 23);
|
this.ppCmbxSectPagination.Size = new System.Drawing.Size(173, 23);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppCmbxSectPagination, new DevComponents.DotNetBar.SuperTooltipInfo("Section Pagination", "", resources.GetString("ppCmbxSectPagination.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(300, 190)));
|
this.superTooltip1.SetSuperTooltip(this.ppCmbxSectPagination, new DevComponents.DotNetBar.SuperTooltipInfo("Section Pagination", "", resources.GetString("ppCmbxSectPagination.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(300, 190)));
|
||||||
this.ppCmbxSectPagination.TabIndex = 50;
|
this.ppCmbxSectPagination.TabIndex = 25;
|
||||||
this.ppCmbxSectPagination.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.ppCmbxSectPagination.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.ppCmbxSectPagination.WatermarkText = "select section pagination";
|
this.ppCmbxSectPagination.WatermarkText = "select section pagination";
|
||||||
this.ppCmbxSectPagination.SelectedValueChanged += new System.EventHandler(this.ppCmbxSectPagination_SelectedValueChanged);
|
this.ppCmbxSectPagination.SelectedValueChanged += new System.EventHandler(this.ppCmbxSectPagination_SelectedValueChanged);
|
||||||
@ -213,7 +215,7 @@ namespace VEPROMS
|
|||||||
this.ppCmbxStyleSectionType.Size = new System.Drawing.Size(511, 23);
|
this.ppCmbxStyleSectionType.Size = new System.Drawing.Size(511, 23);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppCmbxStyleSectionType, new DevComponents.DotNetBar.SuperTooltipInfo("Section Type", "", "This is a list of the possible section types as they are defined in the selected " +
|
this.superTooltip1.SetSuperTooltip(this.ppCmbxStyleSectionType, new DevComponents.DotNetBar.SuperTooltipInfo("Section Type", "", "This is a list of the possible section types as they are defined in the selected " +
|
||||||
"format.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
"format.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||||
this.ppCmbxStyleSectionType.TabIndex = 49;
|
this.ppCmbxStyleSectionType.TabIndex = 24;
|
||||||
this.ppCmbxStyleSectionType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.ppCmbxStyleSectionType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.ppCmbxStyleSectionType.WatermarkText = "select section type";
|
this.ppCmbxStyleSectionType.WatermarkText = "select section type";
|
||||||
this.ppCmbxStyleSectionType.SelectedValueChanged += new System.EventHandler(this.ppCmbxStyleSectionType_SelectedValueChanged);
|
this.ppCmbxStyleSectionType.SelectedValueChanged += new System.EventHandler(this.ppCmbxStyleSectionType_SelectedValueChanged);
|
||||||
@ -221,7 +223,6 @@ namespace VEPROMS
|
|||||||
// ppBtnDefaultFmt
|
// ppBtnDefaultFmt
|
||||||
//
|
//
|
||||||
this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDefaultFmt.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDefaultFmt.Location = new System.Drawing.Point(587, 22);
|
this.ppBtnDefaultFmt.Location = new System.Drawing.Point(587, 22);
|
||||||
this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
|
this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
|
||||||
@ -229,7 +230,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" +
|
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 " +
|
" \"Show Default Settings\" to display the \"default\" format name (below the format " +
|
||||||
"selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
"selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||||
this.ppBtnDefaultFmt.TabIndex = 48;
|
this.ppBtnDefaultFmt.TabIndex = 21;
|
||||||
this.ppBtnDefaultFmt.Text = "Default";
|
this.ppBtnDefaultFmt.Text = "Default";
|
||||||
this.ppBtnDefaultFmt.ThemeAware = true;
|
this.ppBtnDefaultFmt.ThemeAware = true;
|
||||||
this.ppBtnDefaultFmt.Click += new System.EventHandler(this.ppBtnDefaultFmt_Click);
|
this.ppBtnDefaultFmt.Click += new System.EventHandler(this.ppBtnDefaultFmt_Click);
|
||||||
@ -245,7 +246,7 @@ namespace VEPROMS
|
|||||||
this.ppCmbxFormat.Name = "ppCmbxFormat";
|
this.ppCmbxFormat.Name = "ppCmbxFormat";
|
||||||
this.ppCmbxFormat.Size = new System.Drawing.Size(568, 23);
|
this.ppCmbxFormat.Size = new System.Drawing.Size(568, 23);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
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.TabIndex = 20;
|
||||||
this.ppCmbxFormat.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.ppCmbxFormat.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.ppCmbxFormat.WatermarkText = "select a format";
|
this.ppCmbxFormat.WatermarkText = "select a format";
|
||||||
this.ppCmbxFormat.SelectedIndexChanged += new System.EventHandler(this.ppCmbxFormat_SelectedIndexChanged);
|
this.ppCmbxFormat.SelectedIndexChanged += new System.EventHandler(this.ppCmbxFormat_SelectedIndexChanged);
|
||||||
@ -275,7 +276,7 @@ namespace VEPROMS
|
|||||||
this.ppCmbxCheckoffHeading.Name = "ppCmbxCheckoffHeading";
|
this.ppCmbxCheckoffHeading.Name = "ppCmbxCheckoffHeading";
|
||||||
this.ppCmbxCheckoffHeading.Size = new System.Drawing.Size(253, 23);
|
this.ppCmbxCheckoffHeading.Size = new System.Drawing.Size(253, 23);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppCmbxCheckoffHeading, new DevComponents.DotNetBar.SuperTooltipInfo("Signoff / Checkoff Heading", "", "Places a column heading for the signoff/checkoff.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
this.superTooltip1.SetSuperTooltip(this.ppCmbxCheckoffHeading, new DevComponents.DotNetBar.SuperTooltipInfo("Signoff / Checkoff Heading", "", "Places a column heading for the signoff/checkoff.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||||
this.ppCmbxCheckoffHeading.TabIndex = 7;
|
this.ppCmbxCheckoffHeading.TabIndex = 30;
|
||||||
this.ppCmbxCheckoffHeading.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.ppCmbxCheckoffHeading.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.ppCmbxCheckoffHeading.WatermarkText = "select checkoff / signoff heading";
|
this.ppCmbxCheckoffHeading.WatermarkText = "select checkoff / signoff heading";
|
||||||
//
|
//
|
||||||
@ -292,7 +293,7 @@ namespace VEPROMS
|
|||||||
this.superTooltip1.SetSuperTooltip(this.ppCmbxCheckoffType, new DevComponents.DotNetBar.SuperTooltipInfo("Signoffs / Checkoffs Type", "", "This will automatically assign a signoff/checkoff as defined by the selected form" +
|
this.superTooltip1.SetSuperTooltip(this.ppCmbxCheckoffType, new DevComponents.DotNetBar.SuperTooltipInfo("Signoffs / Checkoffs Type", "", "This will automatically assign a signoff/checkoff as defined by the selected form" +
|
||||||
"at.\r\n\r\nThis is considered a default and it can be overridden in the step editor." +
|
"at.\r\n\r\nThis is considered a default and it can be overridden in the step editor." +
|
||||||
"", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
"", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||||
this.ppCmbxCheckoffType.TabIndex = 6;
|
this.ppCmbxCheckoffType.TabIndex = 29;
|
||||||
this.ppCmbxCheckoffType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.ppCmbxCheckoffType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.ppCmbxCheckoffType.WatermarkText = "select checkoff / signoff";
|
this.ppCmbxCheckoffType.WatermarkText = "select checkoff / signoff";
|
||||||
//
|
//
|
||||||
@ -359,14 +360,13 @@ namespace VEPROMS
|
|||||||
// ppBtnCvrtToLibDoc
|
// ppBtnCvrtToLibDoc
|
||||||
//
|
//
|
||||||
this.ppBtnCvrtToLibDoc.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnCvrtToLibDoc.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnCvrtToLibDoc.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnCvrtToLibDoc.Location = new System.Drawing.Point(21, 237);
|
this.ppBtnCvrtToLibDoc.Location = new System.Drawing.Point(21, 237);
|
||||||
this.ppBtnCvrtToLibDoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnCvrtToLibDoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnCvrtToLibDoc.Name = "ppBtnCvrtToLibDoc";
|
this.ppBtnCvrtToLibDoc.Name = "ppBtnCvrtToLibDoc";
|
||||||
this.ppBtnCvrtToLibDoc.Size = new System.Drawing.Size(279, 44);
|
this.ppBtnCvrtToLibDoc.Size = new System.Drawing.Size(279, 44);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppBtnCvrtToLibDoc, new DevComponents.DotNetBar.SuperTooltipInfo("Convert To Library Document button", "", "This button will convert the current section to a library document, allowing it t" +
|
this.superTooltip1.SetSuperTooltip(this.ppBtnCvrtToLibDoc, new DevComponents.DotNetBar.SuperTooltipInfo("Convert To Library Document button", "", "This button will convert the current section to a library document, allowing it t" +
|
||||||
"o be shared with other procedures.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 76)));
|
"o be shared with other procedures.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 76)));
|
||||||
this.ppBtnCvrtToLibDoc.TabIndex = 32;
|
this.ppBtnCvrtToLibDoc.TabIndex = 41;
|
||||||
this.ppBtnCvrtToLibDoc.Text = "Convert This Section To a Library Document";
|
this.ppBtnCvrtToLibDoc.Text = "Convert This Section To a Library Document";
|
||||||
this.ppBtnCvrtToLibDoc.Click += new System.EventHandler(this.ppBtnCvrtToLibDoc_Click);
|
this.ppBtnCvrtToLibDoc.Click += new System.EventHandler(this.ppBtnCvrtToLibDoc_Click);
|
||||||
//
|
//
|
||||||
@ -381,7 +381,7 @@ namespace VEPROMS
|
|||||||
this.ppCmbxLibDoc.Name = "ppCmbxLibDoc";
|
this.ppCmbxLibDoc.Name = "ppCmbxLibDoc";
|
||||||
this.ppCmbxLibDoc.Size = new System.Drawing.Size(569, 23);
|
this.ppCmbxLibDoc.Size = new System.Drawing.Size(569, 23);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppCmbxLibDoc, new DevComponents.DotNetBar.SuperTooltipInfo("Select Library Document", "", "This allows you to select a library document to reference for this section.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(200, 76)));
|
this.superTooltip1.SetSuperTooltip(this.ppCmbxLibDoc, new DevComponents.DotNetBar.SuperTooltipInfo("Select Library Document", "", "This allows you to select a library document to reference for this section.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(200, 76)));
|
||||||
this.ppCmbxLibDoc.TabIndex = 30;
|
this.ppCmbxLibDoc.TabIndex = 40;
|
||||||
this.ppCmbxLibDoc.WatermarkText = "no library document selected";
|
this.ppCmbxLibDoc.WatermarkText = "no library document selected";
|
||||||
this.ppCmbxLibDoc.SelectedIndexChanged += new System.EventHandler(this.ppCmbxLibDoc_SelectedIndexChanged);
|
this.ppCmbxLibDoc.SelectedIndexChanged += new System.EventHandler(this.ppCmbxLibDoc_SelectedIndexChanged);
|
||||||
//
|
//
|
||||||
@ -467,7 +467,7 @@ namespace VEPROMS
|
|||||||
this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnCancel.Name = "ppBtnCancel";
|
this.ppBtnCancel.Name = "ppBtnCancel";
|
||||||
this.ppBtnCancel.Size = new System.Drawing.Size(75, 26);
|
this.ppBtnCancel.Size = new System.Drawing.Size(75, 26);
|
||||||
this.ppBtnCancel.TabIndex = 24;
|
this.ppBtnCancel.TabIndex = 91;
|
||||||
this.ppBtnCancel.Text = "Cancel";
|
this.ppBtnCancel.Text = "Cancel";
|
||||||
this.ppBtnCancel.UseVisualStyleBackColor = true;
|
this.ppBtnCancel.UseVisualStyleBackColor = true;
|
||||||
this.ppBtnCancel.Click += new System.EventHandler(this.btnSectPropCancel_Click);
|
this.ppBtnCancel.Click += new System.EventHandler(this.btnSectPropCancel_Click);
|
||||||
@ -479,7 +479,7 @@ namespace VEPROMS
|
|||||||
this.ppBtnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnOK.Name = "ppBtnOK";
|
this.ppBtnOK.Name = "ppBtnOK";
|
||||||
this.ppBtnOK.Size = new System.Drawing.Size(75, 26);
|
this.ppBtnOK.Size = new System.Drawing.Size(75, 26);
|
||||||
this.ppBtnOK.TabIndex = 23;
|
this.ppBtnOK.TabIndex = 90;
|
||||||
this.ppBtnOK.Text = "OK";
|
this.ppBtnOK.Text = "OK";
|
||||||
this.ppBtnOK.UseVisualStyleBackColor = true;
|
this.ppBtnOK.UseVisualStyleBackColor = true;
|
||||||
this.ppBtnOK.Click += new System.EventHandler(this.btnSectPropOK_Click);
|
this.ppBtnOK.Click += new System.EventHandler(this.btnSectPropOK_Click);
|
||||||
@ -509,7 +509,7 @@ namespace VEPROMS
|
|||||||
this.ppCbShwDefSettings.Size = new System.Drawing.Size(193, 23);
|
this.ppCbShwDefSettings.Size = new System.Drawing.Size(193, 23);
|
||||||
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" +
|
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));
|
"ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||||
this.ppCbShwDefSettings.TabIndex = 27;
|
this.ppCbShwDefSettings.TabIndex = 92;
|
||||||
this.ppCbShwDefSettings.Text = "Show Default Settings";
|
this.ppCbShwDefSettings.Text = "Show Default Settings";
|
||||||
this.ppCbShwDefSettings.CheckedChanged += new System.EventHandler(this.tabpage_Enter);
|
this.ppCbShwDefSettings.CheckedChanged += new System.EventHandler(this.tabpage_Enter);
|
||||||
//
|
//
|
||||||
@ -613,14 +613,13 @@ namespace VEPROMS
|
|||||||
this.ppCmbxNumColumns.Size = new System.Drawing.Size(121, 23);
|
this.ppCmbxNumColumns.Size = new System.Drawing.Size(121, 23);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppCmbxNumColumns, new DevComponents.DotNetBar.SuperTooltipInfo("Columns", "", "This is used only for procedure step editor sections.\r\n\r\nSelect the number of co" +
|
this.superTooltip1.SetSuperTooltip(this.ppCmbxNumColumns, new DevComponents.DotNetBar.SuperTooltipInfo("Columns", "", "This is used only for procedure step editor sections.\r\n\r\nSelect the number of co" +
|
||||||
"lumns for this section", null, null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(175, 130)));
|
"lumns for this section", null, null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(175, 130)));
|
||||||
this.ppCmbxNumColumns.TabIndex = 6;
|
this.ppCmbxNumColumns.TabIndex = 27;
|
||||||
this.ppCmbxNumColumns.WatermarkText = "select columns";
|
this.ppCmbxNumColumns.WatermarkText = "select columns";
|
||||||
this.ppCmbxNumColumns.SelectedValueChanged += new System.EventHandler(this.ppCmbxNumColumns_SelectedValueChanged);
|
this.ppCmbxNumColumns.SelectedValueChanged += new System.EventHandler(this.ppCmbxNumColumns_SelectedValueChanged);
|
||||||
//
|
//
|
||||||
// ppBtnDefaultPaginationStyle
|
// ppBtnDefaultPaginationStyle
|
||||||
//
|
//
|
||||||
this.ppBtnDefaultPaginationStyle.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDefaultPaginationStyle.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDefaultPaginationStyle.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDefaultPaginationStyle.Location = new System.Drawing.Point(281, 166);
|
this.ppBtnDefaultPaginationStyle.Location = new System.Drawing.Point(281, 166);
|
||||||
this.ppBtnDefaultPaginationStyle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnDefaultPaginationStyle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnDefaultPaginationStyle.Name = "ppBtnDefaultPaginationStyle";
|
this.ppBtnDefaultPaginationStyle.Name = "ppBtnDefaultPaginationStyle";
|
||||||
@ -628,7 +627,7 @@ namespace VEPROMS
|
|||||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultPaginationStyle, new DevComponents.DotNetBar.SuperTooltipInfo("Default Button", "", "This will revert the format selection back to using the parent\'s format.\r\n\r\nCheck" +
|
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultPaginationStyle, 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 " +
|
" \"Show Default Settings\" to display the \"default\" format name (below the format " +
|
||||||
"selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
"selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||||
this.ppBtnDefaultPaginationStyle.TabIndex = 54;
|
this.ppBtnDefaultPaginationStyle.TabIndex = 26;
|
||||||
this.ppBtnDefaultPaginationStyle.Text = "Default";
|
this.ppBtnDefaultPaginationStyle.Text = "Default";
|
||||||
this.ppBtnDefaultPaginationStyle.ThemeAware = true;
|
this.ppBtnDefaultPaginationStyle.ThemeAware = true;
|
||||||
this.ppBtnDefaultPaginationStyle.Click += new System.EventHandler(this.ppBtnDefaultPaginationStyle_Click);
|
this.ppBtnDefaultPaginationStyle.Click += new System.EventHandler(this.ppBtnDefaultPaginationStyle_Click);
|
||||||
@ -636,7 +635,6 @@ namespace VEPROMS
|
|||||||
// ppBtnDefaultNumColumns
|
// ppBtnDefaultNumColumns
|
||||||
//
|
//
|
||||||
this.ppBtnDefaultNumColumns.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDefaultNumColumns.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDefaultNumColumns.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDefaultNumColumns.Location = new System.Drawing.Point(230, 227);
|
this.ppBtnDefaultNumColumns.Location = new System.Drawing.Point(230, 227);
|
||||||
this.ppBtnDefaultNumColumns.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnDefaultNumColumns.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnDefaultNumColumns.Name = "ppBtnDefaultNumColumns";
|
this.ppBtnDefaultNumColumns.Name = "ppBtnDefaultNumColumns";
|
||||||
@ -644,7 +642,7 @@ namespace VEPROMS
|
|||||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultNumColumns, new DevComponents.DotNetBar.SuperTooltipInfo("Default Button", "", "This will revert the format selection back to using the parent\'s format.\r\n\r\nCheck" +
|
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultNumColumns, 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 " +
|
" \"Show Default Settings\" to display the \"default\" format name (below the format " +
|
||||||
"selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
"selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||||
this.ppBtnDefaultNumColumns.TabIndex = 55;
|
this.ppBtnDefaultNumColumns.TabIndex = 28;
|
||||||
this.ppBtnDefaultNumColumns.Text = "Default";
|
this.ppBtnDefaultNumColumns.Text = "Default";
|
||||||
this.ppBtnDefaultNumColumns.ThemeAware = true;
|
this.ppBtnDefaultNumColumns.ThemeAware = true;
|
||||||
this.ppBtnDefaultNumColumns.Click += new System.EventHandler(this.ppBtnDefaultNumColumns_Click);
|
this.ppBtnDefaultNumColumns.Click += new System.EventHandler(this.ppBtnDefaultNumColumns_Click);
|
||||||
@ -693,56 +691,52 @@ namespace VEPROMS
|
|||||||
// btnAutomation
|
// btnAutomation
|
||||||
//
|
//
|
||||||
this.btnAutomation.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.btnAutomation.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.btnAutomation.CallBasePaintBackground = true;
|
|
||||||
this.btnAutomation.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnAutomation.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||||
this.btnAutomation.Dock = System.Windows.Forms.DockStyle.Top;
|
this.btnAutomation.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.btnAutomation.Location = new System.Drawing.Point(0, 69);
|
this.btnAutomation.Location = new System.Drawing.Point(0, 69);
|
||||||
this.btnAutomation.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.btnAutomation.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.btnAutomation.Name = "btnAutomation";
|
this.btnAutomation.Name = "btnAutomation";
|
||||||
this.btnAutomation.Size = new System.Drawing.Size(192, 23);
|
this.btnAutomation.Size = new System.Drawing.Size(192, 23);
|
||||||
this.btnAutomation.TabIndex = 3;
|
this.btnAutomation.TabIndex = 96;
|
||||||
this.btnAutomation.Text = "Automation";
|
this.btnAutomation.Text = "Automation";
|
||||||
this.btnAutomation.Click += new System.EventHandler(this.btnAutomation_Click);
|
this.btnAutomation.Click += new System.EventHandler(this.btnAutomation_Click);
|
||||||
//
|
//
|
||||||
// btnLibDocs
|
// btnLibDocs
|
||||||
//
|
//
|
||||||
this.btnLibDocs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.btnLibDocs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.btnLibDocs.CallBasePaintBackground = true;
|
|
||||||
this.btnLibDocs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnLibDocs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||||
this.btnLibDocs.Dock = System.Windows.Forms.DockStyle.Top;
|
this.btnLibDocs.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.btnLibDocs.Location = new System.Drawing.Point(0, 46);
|
this.btnLibDocs.Location = new System.Drawing.Point(0, 46);
|
||||||
this.btnLibDocs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.btnLibDocs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.btnLibDocs.Name = "btnLibDocs";
|
this.btnLibDocs.Name = "btnLibDocs";
|
||||||
this.btnLibDocs.Size = new System.Drawing.Size(192, 23);
|
this.btnLibDocs.Size = new System.Drawing.Size(192, 23);
|
||||||
this.btnLibDocs.TabIndex = 2;
|
this.btnLibDocs.TabIndex = 95;
|
||||||
this.btnLibDocs.Text = "Library Documents";
|
this.btnLibDocs.Text = "Library Documents";
|
||||||
this.btnLibDocs.Click += new System.EventHandler(this.btnLibDocs_Click);
|
this.btnLibDocs.Click += new System.EventHandler(this.btnLibDocs_Click);
|
||||||
//
|
//
|
||||||
// btnFormat
|
// btnFormat
|
||||||
//
|
//
|
||||||
this.btnFormat.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.btnFormat.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.btnFormat.CallBasePaintBackground = true;
|
|
||||||
this.btnFormat.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnFormat.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||||
this.btnFormat.Dock = System.Windows.Forms.DockStyle.Top;
|
this.btnFormat.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.btnFormat.Location = new System.Drawing.Point(0, 23);
|
this.btnFormat.Location = new System.Drawing.Point(0, 23);
|
||||||
this.btnFormat.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.btnFormat.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.btnFormat.Name = "btnFormat";
|
this.btnFormat.Name = "btnFormat";
|
||||||
this.btnFormat.Size = new System.Drawing.Size(192, 23);
|
this.btnFormat.Size = new System.Drawing.Size(192, 23);
|
||||||
this.btnFormat.TabIndex = 1;
|
this.btnFormat.TabIndex = 94;
|
||||||
this.btnFormat.Text = "Format";
|
this.btnFormat.Text = "Format";
|
||||||
this.btnFormat.Click += new System.EventHandler(this.btnFormat_Click);
|
this.btnFormat.Click += new System.EventHandler(this.btnFormat_Click);
|
||||||
//
|
//
|
||||||
// btnGeneral
|
// btnGeneral
|
||||||
//
|
//
|
||||||
this.btnGeneral.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.btnGeneral.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.btnGeneral.CallBasePaintBackground = true;
|
|
||||||
this.btnGeneral.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnGeneral.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||||
this.btnGeneral.Dock = System.Windows.Forms.DockStyle.Top;
|
this.btnGeneral.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.btnGeneral.Location = new System.Drawing.Point(0, 0);
|
this.btnGeneral.Location = new System.Drawing.Point(0, 0);
|
||||||
this.btnGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.btnGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.btnGeneral.Name = "btnGeneral";
|
this.btnGeneral.Name = "btnGeneral";
|
||||||
this.btnGeneral.Size = new System.Drawing.Size(192, 23);
|
this.btnGeneral.Size = new System.Drawing.Size(192, 23);
|
||||||
this.btnGeneral.TabIndex = 0;
|
this.btnGeneral.TabIndex = 93;
|
||||||
this.btnGeneral.Text = "General";
|
this.btnGeneral.Text = "General";
|
||||||
this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click);
|
this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click);
|
||||||
//
|
//
|
||||||
@ -754,8 +748,8 @@ namespace VEPROMS
|
|||||||
this.tcSectionProp.CanReorderTabs = true;
|
this.tcSectionProp.CanReorderTabs = true;
|
||||||
this.tcSectionProp.Controls.Add(this.tcpGeneral);
|
this.tcSectionProp.Controls.Add(this.tcpGeneral);
|
||||||
this.tcSectionProp.Controls.Add(this.tcpFormat);
|
this.tcSectionProp.Controls.Add(this.tcpFormat);
|
||||||
this.tcSectionProp.Controls.Add(this.tcpAutomation);
|
|
||||||
this.tcSectionProp.Controls.Add(this.tcpLibDoc);
|
this.tcSectionProp.Controls.Add(this.tcpLibDoc);
|
||||||
|
this.tcSectionProp.Controls.Add(this.tcpAutomation);
|
||||||
this.tcSectionProp.Controls.Add(this.tabControlPanel4);
|
this.tcSectionProp.Controls.Add(this.tabControlPanel4);
|
||||||
this.tcSectionProp.Location = new System.Drawing.Point(216, 10);
|
this.tcSectionProp.Location = new System.Drawing.Point(216, 10);
|
||||||
this.tcSectionProp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tcSectionProp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
@ -773,6 +767,98 @@ namespace VEPROMS
|
|||||||
this.tcSectionProp.TabsVisible = false;
|
this.tcSectionProp.TabsVisible = false;
|
||||||
this.tcSectionProp.Text = "tabControl2";
|
this.tcSectionProp.Text = "tabControl2";
|
||||||
//
|
//
|
||||||
|
// tcpGeneral
|
||||||
|
//
|
||||||
|
this.tcpGeneral.Controls.Add(this.ppSectNumberStpRTB);
|
||||||
|
this.tcpGeneral.Controls.Add(this.ppSectTitleStpRTB);
|
||||||
|
this.tcpGeneral.Controls.Add(this.ppDtTmLastMod);
|
||||||
|
this.tcpGeneral.Controls.Add(this.lblSectNumber);
|
||||||
|
this.tcpGeneral.Controls.Add(this.lblSectTitle);
|
||||||
|
this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
|
||||||
|
this.tcpGeneral.Controls.Add(this.lblUserID);
|
||||||
|
this.tcpGeneral.Controls.Add(this.lblLastModDate);
|
||||||
|
this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
|
this.tcpGeneral.Location = new System.Drawing.Point(0, 24);
|
||||||
|
this.tcpGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
|
this.tcpGeneral.Name = "tcpGeneral";
|
||||||
|
this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1);
|
||||||
|
this.tcpGeneral.Size = new System.Drawing.Size(648, 301);
|
||||||
|
this.tcpGeneral.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||||
|
this.tcpGeneral.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||||
|
this.tcpGeneral.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||||
|
this.tcpGeneral.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||||
|
this.tcpGeneral.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||||
|
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||||
|
this.tcpGeneral.Style.GradientAngle = 90;
|
||||||
|
this.tcpGeneral.TabIndex = 1;
|
||||||
|
this.tcpGeneral.TabItem = this.tiGeneral;
|
||||||
|
//
|
||||||
|
// ppSectNumberStpRTB
|
||||||
|
//
|
||||||
|
this.ppSectNumberStpRTB.AdjustSize = new System.Drawing.Size(0, 0);
|
||||||
|
this.ppSectNumberStpRTB.BeingDisposed = false;
|
||||||
|
this.ppSectNumberStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.ppSectNumberStpRTB.CheckAbove = "|?????????";
|
||||||
|
this.ppSectNumberStpRTB.CheckBelow = "|?";
|
||||||
|
this.ppSectNumberStpRTB.CheckLeft = "-?????????";
|
||||||
|
this.ppSectNumberStpRTB.CheckRight = "-??";
|
||||||
|
this.ppSectNumberStpRTB.ContentsRectangle = new System.Drawing.Rectangle(85, 12, 159, 16);
|
||||||
|
this.ppSectNumberStpRTB.EpMode = VEPROMS.CSLA.Library.E_EditPrintMode.Edit;
|
||||||
|
this.ppSectNumberStpRTB.FieldToEdit = Volian.Controls.Library.E_FieldToEdit.StepText;
|
||||||
|
this.ppSectNumberStpRTB.Location = new System.Drawing.Point(85, 12);
|
||||||
|
this.ppSectNumberStpRTB.MinimumSize = new System.Drawing.Size(159, 18);
|
||||||
|
this.ppSectNumberStpRTB.MyClassName = "RichEdit20W";
|
||||||
|
this.ppSectNumberStpRTB.MyItemInfo = null;
|
||||||
|
this.ppSectNumberStpRTB.MyLinkText = null;
|
||||||
|
this.ppSectNumberStpRTB.MyStepItem = null;
|
||||||
|
this.ppSectNumberStpRTB.Name = "ppSectNumberStpRTB";
|
||||||
|
this.ppSectNumberStpRTB.ProcessKeystrokes = true;
|
||||||
|
this.ppSectNumberStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
|
||||||
|
this.ppSectNumberStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
||||||
|
this.ppSectNumberStpRTB.ShowDebug = false;
|
||||||
|
this.ppSectNumberStpRTB.Size = new System.Drawing.Size(159, 18);
|
||||||
|
this.ppSectNumberStpRTB.TabIndex = 10;
|
||||||
|
this.ppSectNumberStpRTB.Text = "";
|
||||||
|
this.ppSectNumberStpRTB.ThisContextMenuStrip = null;
|
||||||
|
this.ppSectNumberStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
|
||||||
|
this.ppSectNumberStpRTB.Enter += new System.EventHandler(this.ppSectNumberStpRTB_Enter);
|
||||||
|
//
|
||||||
|
// ppSectTitleStpRTB
|
||||||
|
//
|
||||||
|
this.ppSectTitleStpRTB.AdjustSize = new System.Drawing.Size(0, 0);
|
||||||
|
this.ppSectTitleStpRTB.BeingDisposed = false;
|
||||||
|
this.ppSectTitleStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.ppSectTitleStpRTB.CheckAbove = "|?????????";
|
||||||
|
this.ppSectTitleStpRTB.CheckBelow = "|?";
|
||||||
|
this.ppSectTitleStpRTB.CheckLeft = "-?????????";
|
||||||
|
this.ppSectTitleStpRTB.CheckRight = "-??";
|
||||||
|
this.ppSectTitleStpRTB.ContentsRectangle = new System.Drawing.Rectangle(85, 60, 541, 16);
|
||||||
|
this.ppSectTitleStpRTB.EpMode = VEPROMS.CSLA.Library.E_EditPrintMode.Edit;
|
||||||
|
this.ppSectTitleStpRTB.FieldToEdit = Volian.Controls.Library.E_FieldToEdit.StepText;
|
||||||
|
this.ppSectTitleStpRTB.Location = new System.Drawing.Point(85, 60);
|
||||||
|
this.ppSectTitleStpRTB.MinimumSize = new System.Drawing.Size(541, 61);
|
||||||
|
this.ppSectTitleStpRTB.MyClassName = "RichEdit20W";
|
||||||
|
this.ppSectTitleStpRTB.MyItemInfo = null;
|
||||||
|
this.ppSectTitleStpRTB.MyLinkText = null;
|
||||||
|
this.ppSectTitleStpRTB.MyStepItem = null;
|
||||||
|
this.ppSectTitleStpRTB.Name = "ppSectTitleStpRTB";
|
||||||
|
this.ppSectTitleStpRTB.ProcessKeystrokes = true;
|
||||||
|
this.ppSectTitleStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
|
||||||
|
this.ppSectTitleStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
||||||
|
this.ppSectTitleStpRTB.ShowDebug = false;
|
||||||
|
this.ppSectTitleStpRTB.Size = new System.Drawing.Size(541, 61);
|
||||||
|
this.ppSectTitleStpRTB.TabIndex = 11;
|
||||||
|
this.ppSectTitleStpRTB.Text = "";
|
||||||
|
this.ppSectTitleStpRTB.ThisContextMenuStrip = null;
|
||||||
|
this.ppSectTitleStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
|
||||||
|
this.ppSectTitleStpRTB.Enter += new System.EventHandler(this.ppSectTitleStpRTB_Enter);
|
||||||
|
//
|
||||||
|
// tiGeneral
|
||||||
|
//
|
||||||
|
this.tiGeneral.AttachedControl = this.tcpGeneral;
|
||||||
|
this.tiGeneral.Name = "tiGeneral";
|
||||||
|
this.tiGeneral.Text = "General";
|
||||||
|
//
|
||||||
// tcpFormat
|
// tcpFormat
|
||||||
//
|
//
|
||||||
this.tcpFormat.Controls.Add(this.ppLblDefaultNumColumns);
|
this.tcpFormat.Controls.Add(this.ppLblDefaultNumColumns);
|
||||||
@ -823,7 +909,8 @@ namespace VEPROMS
|
|||||||
this.rbWordSect.Name = "rbWordSect";
|
this.rbWordSect.Name = "rbWordSect";
|
||||||
this.rbWordSect.Size = new System.Drawing.Size(118, 23);
|
this.rbWordSect.Size = new System.Drawing.Size(118, 23);
|
||||||
this.rbWordSect.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
this.rbWordSect.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||||
this.rbWordSect.TabIndex = 53;
|
this.rbWordSect.TabIndex = 23;
|
||||||
|
this.rbWordSect.TabStop = false;
|
||||||
this.rbWordSect.Text = "Word Section";
|
this.rbWordSect.Text = "Word Section";
|
||||||
//
|
//
|
||||||
// rbStepSect
|
// rbStepSect
|
||||||
@ -844,7 +931,8 @@ namespace VEPROMS
|
|||||||
this.rbStepSect.Name = "rbStepSect";
|
this.rbStepSect.Name = "rbStepSect";
|
||||||
this.rbStepSect.Size = new System.Drawing.Size(114, 23);
|
this.rbStepSect.Size = new System.Drawing.Size(114, 23);
|
||||||
this.rbStepSect.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
this.rbStepSect.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||||
this.rbStepSect.TabIndex = 52;
|
this.rbStepSect.TabIndex = 22;
|
||||||
|
this.rbStepSect.TabStop = false;
|
||||||
this.rbStepSect.Text = "Step Section";
|
this.rbStepSect.Text = "Step Section";
|
||||||
this.rbStepSect.CheckedChanged += new System.EventHandler(this.rbStepSect_CheckedChanged);
|
this.rbStepSect.CheckedChanged += new System.EventHandler(this.rbStepSect_CheckedChanged);
|
||||||
//
|
//
|
||||||
@ -901,98 +989,6 @@ namespace VEPROMS
|
|||||||
this.tiFormat.Name = "tiFormat";
|
this.tiFormat.Name = "tiFormat";
|
||||||
this.tiFormat.Text = "Format";
|
this.tiFormat.Text = "Format";
|
||||||
//
|
//
|
||||||
// tcpGeneral
|
|
||||||
//
|
|
||||||
this.tcpGeneral.Controls.Add(this.ppSectNumberStpRTB);
|
|
||||||
this.tcpGeneral.Controls.Add(this.ppSectTitleStpRTB);
|
|
||||||
this.tcpGeneral.Controls.Add(this.ppDtTmLastMod);
|
|
||||||
this.tcpGeneral.Controls.Add(this.lblSectNumber);
|
|
||||||
this.tcpGeneral.Controls.Add(this.lblSectTitle);
|
|
||||||
this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
|
|
||||||
this.tcpGeneral.Controls.Add(this.lblUserID);
|
|
||||||
this.tcpGeneral.Controls.Add(this.lblLastModDate);
|
|
||||||
this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
||||||
this.tcpGeneral.Location = new System.Drawing.Point(0, 24);
|
|
||||||
this.tcpGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
||||||
this.tcpGeneral.Name = "tcpGeneral";
|
|
||||||
this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1);
|
|
||||||
this.tcpGeneral.Size = new System.Drawing.Size(648, 301);
|
|
||||||
this.tcpGeneral.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
|
||||||
this.tcpGeneral.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
|
||||||
this.tcpGeneral.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
||||||
this.tcpGeneral.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
|
||||||
this.tcpGeneral.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
|
||||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
|
||||||
this.tcpGeneral.Style.GradientAngle = 90;
|
|
||||||
this.tcpGeneral.TabIndex = 1;
|
|
||||||
this.tcpGeneral.TabItem = this.tiGeneral;
|
|
||||||
//
|
|
||||||
// ppSectNumberStpRTB
|
|
||||||
//
|
|
||||||
this.ppSectNumberStpRTB.AdjustSize = new System.Drawing.Size(0, 0);
|
|
||||||
this.ppSectNumberStpRTB.BeingDisposed = false;
|
|
||||||
this.ppSectNumberStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.ppSectNumberStpRTB.CheckAbove = "|?????????";
|
|
||||||
this.ppSectNumberStpRTB.CheckBelow = "|?";
|
|
||||||
this.ppSectNumberStpRTB.CheckLeft = "-?????????";
|
|
||||||
this.ppSectNumberStpRTB.CheckRight = "-??";
|
|
||||||
this.ppSectNumberStpRTB.ContentsRectangle = new System.Drawing.Rectangle(85, 12, 159, 16);
|
|
||||||
this.ppSectNumberStpRTB.EpMode = VEPROMS.CSLA.Library.E_EditPrintMode.Edit;
|
|
||||||
this.ppSectNumberStpRTB.FieldToEdit = Volian.Controls.Library.E_FieldToEdit.StepText;
|
|
||||||
this.ppSectNumberStpRTB.Location = new System.Drawing.Point(85, 12);
|
|
||||||
this.ppSectNumberStpRTB.MinimumSize = new System.Drawing.Size(159, 18);
|
|
||||||
this.ppSectNumberStpRTB.MyClassName = "RichEdit20W";
|
|
||||||
this.ppSectNumberStpRTB.MyItemInfo = null;
|
|
||||||
this.ppSectNumberStpRTB.MyLinkText = null;
|
|
||||||
this.ppSectNumberStpRTB.MyStepItem = null;
|
|
||||||
this.ppSectNumberStpRTB.Name = "ppSectNumberStpRTB";
|
|
||||||
this.ppSectNumberStpRTB.ProcessKeystrokes = true;
|
|
||||||
this.ppSectNumberStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
|
|
||||||
this.ppSectNumberStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
|
||||||
this.ppSectNumberStpRTB.ShowDebug = false;
|
|
||||||
this.ppSectNumberStpRTB.Size = new System.Drawing.Size(159, 18);
|
|
||||||
this.ppSectNumberStpRTB.TabIndex = 26;
|
|
||||||
this.ppSectNumberStpRTB.Text = "";
|
|
||||||
this.ppSectNumberStpRTB.ThisContextMenuStrip = null;
|
|
||||||
this.ppSectNumberStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
|
|
||||||
this.ppSectNumberStpRTB.Enter += new System.EventHandler(this.ppSectNumberStpRTB_Enter);
|
|
||||||
//
|
|
||||||
// ppSectTitleStpRTB
|
|
||||||
//
|
|
||||||
this.ppSectTitleStpRTB.AdjustSize = new System.Drawing.Size(0, 0);
|
|
||||||
this.ppSectTitleStpRTB.BeingDisposed = false;
|
|
||||||
this.ppSectTitleStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.ppSectTitleStpRTB.CheckAbove = "|?????????";
|
|
||||||
this.ppSectTitleStpRTB.CheckBelow = "|?";
|
|
||||||
this.ppSectTitleStpRTB.CheckLeft = "-?????????";
|
|
||||||
this.ppSectTitleStpRTB.CheckRight = "-??";
|
|
||||||
this.ppSectTitleStpRTB.ContentsRectangle = new System.Drawing.Rectangle(85, 60, 541, 16);
|
|
||||||
this.ppSectTitleStpRTB.EpMode = VEPROMS.CSLA.Library.E_EditPrintMode.Edit;
|
|
||||||
this.ppSectTitleStpRTB.FieldToEdit = Volian.Controls.Library.E_FieldToEdit.StepText;
|
|
||||||
this.ppSectTitleStpRTB.Location = new System.Drawing.Point(85, 60);
|
|
||||||
this.ppSectTitleStpRTB.MinimumSize = new System.Drawing.Size(541, 61);
|
|
||||||
this.ppSectTitleStpRTB.MyClassName = "RichEdit20W";
|
|
||||||
this.ppSectTitleStpRTB.MyItemInfo = null;
|
|
||||||
this.ppSectTitleStpRTB.MyLinkText = null;
|
|
||||||
this.ppSectTitleStpRTB.MyStepItem = null;
|
|
||||||
this.ppSectTitleStpRTB.Name = "ppSectTitleStpRTB";
|
|
||||||
this.ppSectTitleStpRTB.ProcessKeystrokes = true;
|
|
||||||
this.ppSectTitleStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
|
|
||||||
this.ppSectTitleStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
|
||||||
this.ppSectTitleStpRTB.ShowDebug = false;
|
|
||||||
this.ppSectTitleStpRTB.Size = new System.Drawing.Size(541, 61);
|
|
||||||
this.ppSectTitleStpRTB.TabIndex = 25;
|
|
||||||
this.ppSectTitleStpRTB.Text = "";
|
|
||||||
this.ppSectTitleStpRTB.ThisContextMenuStrip = null;
|
|
||||||
this.ppSectTitleStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
|
|
||||||
this.ppSectTitleStpRTB.Enter += new System.EventHandler(this.ppSectTitleStpRTB_Enter);
|
|
||||||
//
|
|
||||||
// tiGeneral
|
|
||||||
//
|
|
||||||
this.tiGeneral.AttachedControl = this.tcpGeneral;
|
|
||||||
this.tiGeneral.Name = "tiGeneral";
|
|
||||||
this.tiGeneral.Text = "General";
|
|
||||||
//
|
|
||||||
// tcpAutomation
|
// tcpAutomation
|
||||||
//
|
//
|
||||||
this.tcpAutomation.Controls.Add(this.ppCbLinkWithEnhancedDoc);
|
this.tcpAutomation.Controls.Add(this.ppCbLinkWithEnhancedDoc);
|
||||||
@ -1023,7 +1019,7 @@ namespace VEPROMS
|
|||||||
this.ppCbLinkWithEnhancedDoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppCbLinkWithEnhancedDoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppCbLinkWithEnhancedDoc.Name = "ppCbLinkWithEnhancedDoc";
|
this.ppCbLinkWithEnhancedDoc.Name = "ppCbLinkWithEnhancedDoc";
|
||||||
this.ppCbLinkWithEnhancedDoc.Size = new System.Drawing.Size(224, 21);
|
this.ppCbLinkWithEnhancedDoc.Size = new System.Drawing.Size(224, 21);
|
||||||
this.ppCbLinkWithEnhancedDoc.TabIndex = 27;
|
this.ppCbLinkWithEnhancedDoc.TabIndex = 50;
|
||||||
this.ppCbLinkWithEnhancedDoc.Text = "Link With Enhanced Document";
|
this.ppCbLinkWithEnhancedDoc.Text = "Link With Enhanced Document";
|
||||||
this.ppCbLinkWithEnhancedDoc.UseVisualStyleBackColor = false;
|
this.ppCbLinkWithEnhancedDoc.UseVisualStyleBackColor = false;
|
||||||
//
|
//
|
||||||
@ -1036,7 +1032,7 @@ namespace VEPROMS
|
|||||||
this.ppCbPlaceKeeper.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppCbPlaceKeeper.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppCbPlaceKeeper.Name = "ppCbPlaceKeeper";
|
this.ppCbPlaceKeeper.Name = "ppCbPlaceKeeper";
|
||||||
this.ppCbPlaceKeeper.Size = new System.Drawing.Size(206, 21);
|
this.ppCbPlaceKeeper.Size = new System.Drawing.Size(206, 21);
|
||||||
this.ppCbPlaceKeeper.TabIndex = 26;
|
this.ppCbPlaceKeeper.TabIndex = 52;
|
||||||
this.ppCbPlaceKeeper.Text = "Auto Generate Placekeeper";
|
this.ppCbPlaceKeeper.Text = "Auto Generate Placekeeper";
|
||||||
this.ppCbPlaceKeeper.UseVisualStyleBackColor = false;
|
this.ppCbPlaceKeeper.UseVisualStyleBackColor = false;
|
||||||
//
|
//
|
||||||
@ -1049,7 +1045,7 @@ namespace VEPROMS
|
|||||||
this.ppCbPrnSecNumTitle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppCbPrnSecNumTitle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppCbPrnSecNumTitle.Name = "ppCbPrnSecNumTitle";
|
this.ppCbPrnSecNumTitle.Name = "ppCbPrnSecNumTitle";
|
||||||
this.ppCbPrnSecNumTitle.Size = new System.Drawing.Size(223, 21);
|
this.ppCbPrnSecNumTitle.Size = new System.Drawing.Size(223, 21);
|
||||||
this.ppCbPrnSecNumTitle.TabIndex = 25;
|
this.ppCbPrnSecNumTitle.TabIndex = 53;
|
||||||
this.ppCbPrnSecNumTitle.Text = "Print Section Number and Title";
|
this.ppCbPrnSecNumTitle.Text = "Print Section Number and Title";
|
||||||
this.ppCbPrnSecNumTitle.UseVisualStyleBackColor = false;
|
this.ppCbPrnSecNumTitle.UseVisualStyleBackColor = false;
|
||||||
//
|
//
|
||||||
@ -1062,7 +1058,7 @@ namespace VEPROMS
|
|||||||
this.ppCbIncTOC.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppCbIncTOC.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppCbIncTOC.Name = "ppCbIncTOC";
|
this.ppCbIncTOC.Name = "ppCbIncTOC";
|
||||||
this.ppCbIncTOC.Size = new System.Drawing.Size(214, 21);
|
this.ppCbIncTOC.Size = new System.Drawing.Size(214, 21);
|
||||||
this.ppCbIncTOC.TabIndex = 24;
|
this.ppCbIncTOC.TabIndex = 51;
|
||||||
this.ppCbIncTOC.Text = "Include on Table Of Contents";
|
this.ppCbIncTOC.Text = "Include on Table Of Contents";
|
||||||
this.ppCbIncTOC.UseVisualStyleBackColor = false;
|
this.ppCbIncTOC.UseVisualStyleBackColor = false;
|
||||||
//
|
//
|
||||||
@ -1133,7 +1129,7 @@ namespace VEPROMS
|
|||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
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(873, 391);
|
this.ClientSize = new System.Drawing.Size(869, 387);
|
||||||
this.ControlBox = false;
|
this.ControlBox = false;
|
||||||
this.Controls.Add(this.tcSectionProp);
|
this.Controls.Add(this.tcSectionProp);
|
||||||
this.Controls.Add(this.panSectBtns);
|
this.Controls.Add(this.panSectBtns);
|
||||||
@ -1141,6 +1137,7 @@ namespace VEPROMS
|
|||||||
this.Controls.Add(this.ppLblDefSettingsInfo);
|
this.Controls.Add(this.ppLblDefSettingsInfo);
|
||||||
this.Controls.Add(this.ppBtnCancel);
|
this.Controls.Add(this.ppBtnCancel);
|
||||||
this.Controls.Add(this.ppBtnOK);
|
this.Controls.Add(this.ppBtnOK);
|
||||||
|
this.DoubleBuffered = true;
|
||||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||||
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.MaximizeBox = false;
|
this.MaximizeBox = false;
|
||||||
@ -1151,16 +1148,17 @@ namespace VEPROMS
|
|||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||||
this.Text = "Section Properties";
|
this.Text = "Section Properties";
|
||||||
this.Load += new System.EventHandler(this.frmSectionProperties_Load);
|
this.Load += new System.EventHandler(this.frmSectionProperties_Load);
|
||||||
|
this.Shown += new System.EventHandler(this.frmSectionProperties_Shown);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.sectionConfigBindingSource)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.sectionConfigBindingSource)).EndInit();
|
||||||
this.panSectBtns.ResumeLayout(false);
|
this.panSectBtns.ResumeLayout(false);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.tcSectionProp)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.tcSectionProp)).EndInit();
|
||||||
this.tcSectionProp.ResumeLayout(false);
|
this.tcSectionProp.ResumeLayout(false);
|
||||||
|
this.tcpGeneral.ResumeLayout(false);
|
||||||
|
this.tcpGeneral.PerformLayout();
|
||||||
this.tcpFormat.ResumeLayout(false);
|
this.tcpFormat.ResumeLayout(false);
|
||||||
this.tcpFormat.PerformLayout();
|
this.tcpFormat.PerformLayout();
|
||||||
this.ppGpbxSignoffCheckoff.ResumeLayout(false);
|
this.ppGpbxSignoffCheckoff.ResumeLayout(false);
|
||||||
this.ppGpbxSignoffCheckoff.PerformLayout();
|
this.ppGpbxSignoffCheckoff.PerformLayout();
|
||||||
this.tcpGeneral.ResumeLayout(false);
|
|
||||||
this.tcpGeneral.PerformLayout();
|
|
||||||
this.tcpAutomation.ResumeLayout(false);
|
this.tcpAutomation.ResumeLayout(false);
|
||||||
this.tcpAutomation.PerformLayout();
|
this.tcpAutomation.PerformLayout();
|
||||||
this.tcpLibDoc.ResumeLayout(false);
|
this.tcpLibDoc.ResumeLayout(false);
|
||||||
|
@ -410,7 +410,6 @@ namespace VEPROMS
|
|||||||
{
|
{
|
||||||
if (_Initializing) return;
|
if (_Initializing) return;
|
||||||
bool didDefault = false;
|
bool didDefault = false;
|
||||||
Console.WriteLine("CmbxFormat.SelectedIndexChanged - Index = {0}", ppCmbxFormat.SelectedIndex);
|
|
||||||
if ((ppCmbxFormat.SelectedIndex != -1) && _DefaultFormatName != null && _DefaultFormatName.Equals(ppCmbxFormat.SelectedValue))
|
if ((ppCmbxFormat.SelectedIndex != -1) && _DefaultFormatName != null && _DefaultFormatName.Equals(ppCmbxFormat.SelectedValue))
|
||||||
{
|
{
|
||||||
ppBtnDefaultFmt.Focus();
|
ppBtnDefaultFmt.Focus();
|
||||||
@ -730,6 +729,11 @@ namespace VEPROMS
|
|||||||
tcpFormat.Focus();
|
tcpFormat.Focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void frmSectionProperties_Shown(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
ppSectNumberStpRTB.Focus();
|
||||||
|
}
|
||||||
|
|
||||||
//private void ppBtnDefaultPrintSize_Click(object sender, EventArgs e)
|
//private void ppBtnDefaultPrintSize_Click(object sender, EventArgs e)
|
||||||
//{
|
//{
|
||||||
// // Get the parent setting
|
// // Get the parent setting
|
||||||
|
@ -30,8 +30,8 @@ namespace VEPROMS
|
|||||||
{
|
{
|
||||||
this.components = new System.ComponentModel.Container();
|
this.components = new System.ComponentModel.Container();
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmVersionsProperties));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmVersionsProperties));
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
this.ppBtnCancel = new System.Windows.Forms.Button();
|
this.ppBtnCancel = new System.Windows.Forms.Button();
|
||||||
this.ppBtnOK = new System.Windows.Forms.Button();
|
this.ppBtnOK = new System.Windows.Forms.Button();
|
||||||
this.ppBtnDefaultChgBar = new DevComponents.DotNetBar.ButtonX();
|
this.ppBtnDefaultChgBar = new DevComponents.DotNetBar.ButtonX();
|
||||||
@ -98,13 +98,13 @@ namespace VEPROMS
|
|||||||
this.ppLblDefSettingsInfo = new System.Windows.Forms.Label();
|
this.ppLblDefSettingsInfo = new System.Windows.Forms.Label();
|
||||||
this.dlgROFolder = new System.Windows.Forms.FolderBrowserDialog();
|
this.dlgROFolder = new System.Windows.Forms.FolderBrowserDialog();
|
||||||
this.tcVersions = new DevComponents.DotNetBar.TabControl();
|
this.tcVersions = new DevComponents.DotNetBar.TabControl();
|
||||||
|
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
|
||||||
|
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
|
||||||
this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
|
this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||||
this.ppChbxAlwaysViewPDF = new System.Windows.Forms.CheckBox();
|
this.ppChbxAlwaysViewPDF = new System.Windows.Forms.CheckBox();
|
||||||
this.ppChbxAlwaysOvrWrtPDF = new System.Windows.Forms.CheckBox();
|
this.ppChbxAlwaysOvrWrtPDF = new System.Windows.Forms.CheckBox();
|
||||||
this.ppGrpbxPrnAdj = new DevComponents.DotNetBar.Controls.GroupPanel();
|
this.ppGrpbxPrnAdj = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||||
this.tiOutputSettings = new DevComponents.DotNetBar.TabItem(this.components);
|
this.tiOutputSettings = new DevComponents.DotNetBar.TabItem(this.components);
|
||||||
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
|
|
||||||
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
|
|
||||||
this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel();
|
this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||||
this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components);
|
this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components);
|
||||||
this.tcpRefereceObjects = new DevComponents.DotNetBar.TabControlPanel();
|
this.tcpRefereceObjects = new DevComponents.DotNetBar.TabControlPanel();
|
||||||
@ -139,9 +139,9 @@ namespace VEPROMS
|
|||||||
this.ppGpbxUserSpecTxt.SuspendLayout();
|
this.ppGpbxUserSpecTxt.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.tcVersions)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.tcVersions)).BeginInit();
|
||||||
this.tcVersions.SuspendLayout();
|
this.tcVersions.SuspendLayout();
|
||||||
|
this.tcpGeneral.SuspendLayout();
|
||||||
this.tcpOutputSettings.SuspendLayout();
|
this.tcpOutputSettings.SuspendLayout();
|
||||||
this.ppGrpbxPrnAdj.SuspendLayout();
|
this.ppGrpbxPrnAdj.SuspendLayout();
|
||||||
this.tcpGeneral.SuspendLayout();
|
|
||||||
this.tcpFormatSettings.SuspendLayout();
|
this.tcpFormatSettings.SuspendLayout();
|
||||||
this.tcpRefereceObjects.SuspendLayout();
|
this.tcpRefereceObjects.SuspendLayout();
|
||||||
this.ppGpbxUpROvals.SuspendLayout();
|
this.ppGpbxUpROvals.SuspendLayout();
|
||||||
@ -161,7 +161,7 @@ namespace VEPROMS
|
|||||||
this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnCancel.Name = "ppBtnCancel";
|
this.ppBtnCancel.Name = "ppBtnCancel";
|
||||||
this.ppBtnCancel.Size = new System.Drawing.Size(75, 26);
|
this.ppBtnCancel.Size = new System.Drawing.Size(75, 26);
|
||||||
this.ppBtnCancel.TabIndex = 16;
|
this.ppBtnCancel.TabIndex = 91;
|
||||||
this.ppBtnCancel.Text = "Cancel";
|
this.ppBtnCancel.Text = "Cancel";
|
||||||
this.ppBtnCancel.UseVisualStyleBackColor = true;
|
this.ppBtnCancel.UseVisualStyleBackColor = true;
|
||||||
this.ppBtnCancel.Click += new System.EventHandler(this.btnFldrPropCancel_Click);
|
this.ppBtnCancel.Click += new System.EventHandler(this.btnFldrPropCancel_Click);
|
||||||
@ -173,7 +173,7 @@ namespace VEPROMS
|
|||||||
this.ppBtnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnOK.Name = "ppBtnOK";
|
this.ppBtnOK.Name = "ppBtnOK";
|
||||||
this.ppBtnOK.Size = new System.Drawing.Size(75, 26);
|
this.ppBtnOK.Size = new System.Drawing.Size(75, 26);
|
||||||
this.ppBtnOK.TabIndex = 15;
|
this.ppBtnOK.TabIndex = 90;
|
||||||
this.ppBtnOK.Text = "OK";
|
this.ppBtnOK.Text = "OK";
|
||||||
this.ppBtnOK.UseVisualStyleBackColor = true;
|
this.ppBtnOK.UseVisualStyleBackColor = true;
|
||||||
this.ppBtnOK.Click += new System.EventHandler(this.btnVersionsPropOK_Click);
|
this.ppBtnOK.Click += new System.EventHandler(this.btnVersionsPropOK_Click);
|
||||||
@ -181,7 +181,6 @@ namespace VEPROMS
|
|||||||
// ppBtnDefaultChgBar
|
// ppBtnDefaultChgBar
|
||||||
//
|
//
|
||||||
this.ppBtnDefaultChgBar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDefaultChgBar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDefaultChgBar.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(347, 101);
|
this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(347, 101);
|
||||||
this.ppBtnDefaultChgBar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnDefaultChgBar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar";
|
this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar";
|
||||||
@ -189,7 +188,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" +
|
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" +
|
"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, true, new System.Drawing.Size(250, 145)));
|
"ow the Change Bars selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 145)));
|
||||||
this.ppBtnDefaultChgBar.TabIndex = 48;
|
this.ppBtnDefaultChgBar.TabIndex = 43;
|
||||||
this.ppBtnDefaultChgBar.Text = "Default";
|
this.ppBtnDefaultChgBar.Text = "Default";
|
||||||
this.ppBtnDefaultChgBar.ThemeAware = true;
|
this.ppBtnDefaultChgBar.ThemeAware = true;
|
||||||
this.ppBtnDefaultChgBar.Visible = false;
|
this.ppBtnDefaultChgBar.Visible = false;
|
||||||
@ -206,7 +205,7 @@ namespace VEPROMS
|
|||||||
this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType";
|
this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType";
|
||||||
this.ppCmbxChangeBarType.Size = new System.Drawing.Size(223, 23);
|
this.ppCmbxChangeBarType.Size = new System.Drawing.Size(223, 23);
|
||||||
this.ppCmbxChangeBarType.TabIndex = 47;
|
this.ppCmbxChangeBarType.TabIndex = 42;
|
||||||
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.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.WatermarkText = "select change bar setting";
|
||||||
this.ppCmbxChangeBarType.SelectedValueChanged += new System.EventHandler(this.ppCmbxChangeBarType_SelectedValueChanged);
|
this.ppCmbxChangeBarType.SelectedValueChanged += new System.EventHandler(this.ppCmbxChangeBarType_SelectedValueChanged);
|
||||||
@ -218,7 +217,6 @@ namespace VEPROMS
|
|||||||
// ppBtnDefaultFmt
|
// ppBtnDefaultFmt
|
||||||
//
|
//
|
||||||
this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDefaultFmt.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDefaultFmt.Location = new System.Drawing.Point(593, 34);
|
this.ppBtnDefaultFmt.Location = new System.Drawing.Point(593, 34);
|
||||||
this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
|
this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
|
||||||
@ -226,7 +224,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" +
|
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 " +
|
" \"Show Default Settings\" to display the \"default\" format name (below the format " +
|
||||||
"selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
"selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||||
this.ppBtnDefaultFmt.TabIndex = 46;
|
this.ppBtnDefaultFmt.TabIndex = 41;
|
||||||
this.ppBtnDefaultFmt.Text = "Default";
|
this.ppBtnDefaultFmt.Text = "Default";
|
||||||
this.ppBtnDefaultFmt.ThemeAware = true;
|
this.ppBtnDefaultFmt.ThemeAware = true;
|
||||||
this.ppBtnDefaultFmt.Click += new System.EventHandler(this.ppBtnDefaultFmt_Click);
|
this.ppBtnDefaultFmt.Click += new System.EventHandler(this.ppBtnDefaultFmt_Click);
|
||||||
@ -242,7 +240,7 @@ namespace VEPROMS
|
|||||||
this.ppCmbxFormat.Name = "ppCmbxFormat";
|
this.ppCmbxFormat.Name = "ppCmbxFormat";
|
||||||
this.ppCmbxFormat.Size = new System.Drawing.Size(561, 23);
|
this.ppCmbxFormat.Size = new System.Drawing.Size(561, 23);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||||
this.ppCmbxFormat.TabIndex = 28;
|
this.ppCmbxFormat.TabIndex = 40;
|
||||||
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.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.WatermarkText = "Select a Format";
|
||||||
this.ppCmbxFormat.SelectedValueChanged += new System.EventHandler(this.ppCmbxFormat_SelectedValueChanged);
|
this.ppCmbxFormat.SelectedValueChanged += new System.EventHandler(this.ppCmbxFormat_SelectedValueChanged);
|
||||||
@ -278,13 +276,12 @@ namespace VEPROMS
|
|||||||
// ppBtnDefCbTxtTyp
|
// ppBtnDefCbTxtTyp
|
||||||
//
|
//
|
||||||
this.ppBtnDefCbTxtTyp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDefCbTxtTyp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDefCbTxtTyp.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(289, 34);
|
this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(289, 34);
|
||||||
this.ppBtnDefCbTxtTyp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnDefCbTxtTyp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnDefCbTxtTyp.Name = "ppBtnDefCbTxtTyp";
|
this.ppBtnDefCbTxtTyp.Name = "ppBtnDefCbTxtTyp";
|
||||||
this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(59, 25);
|
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(235, 150)));
|
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(235, 150)));
|
||||||
this.ppBtnDefCbTxtTyp.TabIndex = 50;
|
this.ppBtnDefCbTxtTyp.TabIndex = 45;
|
||||||
this.ppBtnDefCbTxtTyp.Text = "Default";
|
this.ppBtnDefCbTxtTyp.Text = "Default";
|
||||||
this.ppBtnDefCbTxtTyp.ThemeAware = true;
|
this.ppBtnDefCbTxtTyp.ThemeAware = true;
|
||||||
this.ppBtnDefCbTxtTyp.Visible = false;
|
this.ppBtnDefCbTxtTyp.Visible = false;
|
||||||
@ -293,13 +290,12 @@ namespace VEPROMS
|
|||||||
// ppBtnDefaultCbPos
|
// ppBtnDefaultCbPos
|
||||||
//
|
//
|
||||||
this.ppBtnDefaultCbPos.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDefaultCbPos.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDefaultCbPos.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(281, 97);
|
this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(281, 97);
|
||||||
this.ppBtnDefaultCbPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnDefaultCbPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnDefaultCbPos.Name = "ppBtnDefaultCbPos";
|
this.ppBtnDefaultCbPos.Name = "ppBtnDefaultCbPos";
|
||||||
this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(59, 25);
|
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.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 = 49;
|
this.ppBtnDefaultCbPos.TabIndex = 51;
|
||||||
this.ppBtnDefaultCbPos.Text = "Default";
|
this.ppBtnDefaultCbPos.Text = "Default";
|
||||||
this.ppBtnDefaultCbPos.ThemeAware = true;
|
this.ppBtnDefaultCbPos.ThemeAware = true;
|
||||||
this.ppBtnDefaultCbPos.Visible = false;
|
this.ppBtnDefaultCbPos.Visible = false;
|
||||||
@ -316,7 +312,7 @@ namespace VEPROMS
|
|||||||
this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType";
|
this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType";
|
||||||
this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(186, 23);
|
this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(186, 23);
|
||||||
this.ppCmbxChgBarTxtType.TabIndex = 48;
|
this.ppCmbxChgBarTxtType.TabIndex = 44;
|
||||||
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.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.WatermarkText = "select change bar text type";
|
||||||
this.ppCmbxChgBarTxtType.SelectedValueChanged += new System.EventHandler(this.ppCmbxChgBarTxtType_SelectedValueChanged);
|
this.ppCmbxChgBarTxtType.SelectedValueChanged += new System.EventHandler(this.ppCmbxChgBarTxtType_SelectedValueChanged);
|
||||||
@ -332,7 +328,7 @@ namespace VEPROMS
|
|||||||
this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos";
|
this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos";
|
||||||
this.ppCmbxChgBarPos.Size = new System.Drawing.Size(179, 23);
|
this.ppCmbxChgBarPos.Size = new System.Drawing.Size(179, 23);
|
||||||
this.ppCmbxChgBarPos.TabIndex = 48;
|
this.ppCmbxChgBarPos.TabIndex = 50;
|
||||||
this.ppCmbxChgBarPos.Visible = false;
|
this.ppCmbxChgBarPos.Visible = false;
|
||||||
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.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.WatermarkText = "select change bar position";
|
||||||
@ -368,13 +364,12 @@ namespace VEPROMS
|
|||||||
// ppBtnDefCbTxt2
|
// ppBtnDefCbTxt2
|
||||||
//
|
//
|
||||||
this.ppBtnDefCbTxt2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDefCbTxt2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDefCbTxt2.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(159, 58);
|
this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(159, 58);
|
||||||
this.ppBtnDefCbTxt2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnDefCbTxt2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnDefCbTxt2.Name = "ppBtnDefCbTxt2";
|
this.ppBtnDefCbTxt2.Name = "ppBtnDefCbTxt2";
|
||||||
this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(59, 25);
|
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, false, new System.Drawing.Size(250, 150)));
|
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt2, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt2.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150)));
|
||||||
this.ppBtnDefCbTxt2.TabIndex = 50;
|
this.ppBtnDefCbTxt2.TabIndex = 49;
|
||||||
this.ppBtnDefCbTxt2.Text = "Default";
|
this.ppBtnDefCbTxt2.Text = "Default";
|
||||||
this.ppBtnDefCbTxt2.ThemeAware = true;
|
this.ppBtnDefCbTxt2.ThemeAware = true;
|
||||||
this.ppBtnDefCbTxt2.Visible = false;
|
this.ppBtnDefCbTxt2.Visible = false;
|
||||||
@ -383,13 +378,12 @@ namespace VEPROMS
|
|||||||
// ppBtnDefCbTxt1
|
// ppBtnDefCbTxt1
|
||||||
//
|
//
|
||||||
this.ppBtnDefCbTxt1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDefCbTxt1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDefCbTxt1.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(159, 7);
|
this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(159, 7);
|
||||||
this.ppBtnDefCbTxt1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnDefCbTxt1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnDefCbTxt1.Name = "ppBtnDefCbTxt1";
|
this.ppBtnDefCbTxt1.Name = "ppBtnDefCbTxt1";
|
||||||
this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(59, 25);
|
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, false, new System.Drawing.Size(250, 150)));
|
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt1, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt1.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150)));
|
||||||
this.ppBtnDefCbTxt1.TabIndex = 49;
|
this.ppBtnDefCbTxt1.TabIndex = 47;
|
||||||
this.ppBtnDefCbTxt1.Text = "Default";
|
this.ppBtnDefCbTxt1.Text = "Default";
|
||||||
this.ppBtnDefCbTxt1.ThemeAware = true;
|
this.ppBtnDefCbTxt1.ThemeAware = true;
|
||||||
this.ppBtnDefCbTxt1.Visible = false;
|
this.ppBtnDefCbTxt1.Visible = false;
|
||||||
@ -439,7 +433,7 @@ namespace VEPROMS
|
|||||||
this.ppTxbxChangeBarUserMsgOne.Name = "ppTxbxChangeBarUserMsgOne";
|
this.ppTxbxChangeBarUserMsgOne.Name = "ppTxbxChangeBarUserMsgOne";
|
||||||
this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(57, 24);
|
this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(57, 24);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppTxbxChangeBarUserMsgOne, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
this.superTooltip1.SetSuperTooltip(this.ppTxbxChangeBarUserMsgOne, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||||
this.ppTxbxChangeBarUserMsgOne.TabIndex = 1;
|
this.ppTxbxChangeBarUserMsgOne.TabIndex = 46;
|
||||||
this.ppTxbxChangeBarUserMsgOne.Text = "";
|
this.ppTxbxChangeBarUserMsgOne.Text = "";
|
||||||
this.ppTxbxChangeBarUserMsgOne.TextChanged += new System.EventHandler(this.ppTxbxChangeBarUserMsgOne_TextChanged);
|
this.ppTxbxChangeBarUserMsgOne.TextChanged += new System.EventHandler(this.ppTxbxChangeBarUserMsgOne_TextChanged);
|
||||||
//
|
//
|
||||||
@ -461,7 +455,7 @@ namespace VEPROMS
|
|||||||
this.ppTxbxChangeBarUserMsgTwo.Name = "ppTxbxChangeBarUserMsgTwo";
|
this.ppTxbxChangeBarUserMsgTwo.Name = "ppTxbxChangeBarUserMsgTwo";
|
||||||
this.ppTxbxChangeBarUserMsgTwo.Size = new System.Drawing.Size(57, 24);
|
this.ppTxbxChangeBarUserMsgTwo.Size = new System.Drawing.Size(57, 24);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppTxbxChangeBarUserMsgTwo, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
this.superTooltip1.SetSuperTooltip(this.ppTxbxChangeBarUserMsgTwo, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||||
this.ppTxbxChangeBarUserMsgTwo.TabIndex = 2;
|
this.ppTxbxChangeBarUserMsgTwo.TabIndex = 48;
|
||||||
this.ppTxbxChangeBarUserMsgTwo.Text = "";
|
this.ppTxbxChangeBarUserMsgTwo.Text = "";
|
||||||
this.ppTxbxChangeBarUserMsgTwo.TextChanged += new System.EventHandler(this.ppTxbxChangeBarUserMsgTwo_TextChanged);
|
this.ppTxbxChangeBarUserMsgTwo.TextChanged += new System.EventHandler(this.ppTxbxChangeBarUserMsgTwo_TextChanged);
|
||||||
//
|
//
|
||||||
@ -528,7 +522,7 @@ namespace VEPROMS
|
|||||||
this.ppBtnUpRoVals.Size = new System.Drawing.Size(67, 78);
|
this.ppBtnUpRoVals.Size = new System.Drawing.Size(67, 78);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppBtnUpRoVals, new DevComponents.DotNetBar.SuperTooltipInfo("Update Referenced Objects Values", "", "This button will update all of the Referenced Objects Values in all of the proced" +
|
this.superTooltip1.SetSuperTooltip(this.ppBtnUpRoVals, new DevComponents.DotNetBar.SuperTooltipInfo("Update Referenced Objects Values", "", "This button will update all of the Referenced Objects Values in all of the proced" +
|
||||||
"ures in this procedure set.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
"ures in this procedure set.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||||
this.ppBtnUpRoVals.TabIndex = 19;
|
this.ppBtnUpRoVals.TabIndex = 23;
|
||||||
this.ppBtnUpRoVals.Text = "Update RO Values";
|
this.ppBtnUpRoVals.Text = "Update RO Values";
|
||||||
this.ppBtnUpRoVals.UseVisualStyleBackColor = true;
|
this.ppBtnUpRoVals.UseVisualStyleBackColor = true;
|
||||||
this.ppBtnUpRoVals.Click += new System.EventHandler(this.ppBtnUpRoVals_Click);
|
this.ppBtnUpRoVals.Click += new System.EventHandler(this.ppBtnUpRoVals_Click);
|
||||||
@ -553,7 +547,7 @@ namespace VEPROMS
|
|||||||
this.ppCmbxProcSetType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppCmbxProcSetType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppCmbxProcSetType.Name = "ppCmbxProcSetType";
|
this.ppCmbxProcSetType.Name = "ppCmbxProcSetType";
|
||||||
this.ppCmbxProcSetType.Size = new System.Drawing.Size(176, 23);
|
this.ppCmbxProcSetType.Size = new System.Drawing.Size(176, 23);
|
||||||
this.ppCmbxProcSetType.TabIndex = 17;
|
this.ppCmbxProcSetType.TabIndex = 2;
|
||||||
this.ppCmbxProcSetType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.ppCmbxProcSetType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.ppCmbxProcSetType.WatermarkText = "select procedure set type";
|
this.ppCmbxProcSetType.WatermarkText = "select procedure set type";
|
||||||
//
|
//
|
||||||
@ -575,7 +569,7 @@ namespace VEPROMS
|
|||||||
this.ppRTxtName.Multiline = false;
|
this.ppRTxtName.Multiline = false;
|
||||||
this.ppRTxtName.Name = "ppRTxtName";
|
this.ppRTxtName.Name = "ppRTxtName";
|
||||||
this.ppRTxtName.Size = new System.Drawing.Size(279, 22);
|
this.ppRTxtName.Size = new System.Drawing.Size(279, 22);
|
||||||
this.ppRTxtName.TabIndex = 14;
|
this.ppRTxtName.TabIndex = 0;
|
||||||
this.ppRTxtName.Text = "";
|
this.ppRTxtName.Text = "";
|
||||||
//
|
//
|
||||||
// ppRTxtTitle
|
// ppRTxtTitle
|
||||||
@ -585,7 +579,7 @@ namespace VEPROMS
|
|||||||
this.ppRTxtTitle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppRTxtTitle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppRTxtTitle.Name = "ppRTxtTitle";
|
this.ppRTxtTitle.Name = "ppRTxtTitle";
|
||||||
this.ppRTxtTitle.Size = new System.Drawing.Size(541, 61);
|
this.ppRTxtTitle.Size = new System.Drawing.Size(541, 61);
|
||||||
this.ppRTxtTitle.TabIndex = 13;
|
this.ppRTxtTitle.TabIndex = 1;
|
||||||
this.ppRTxtTitle.Text = "";
|
this.ppRTxtTitle.Text = "";
|
||||||
this.ppRTxtTitle.Visible = false;
|
this.ppRTxtTitle.Visible = false;
|
||||||
//
|
//
|
||||||
@ -599,6 +593,7 @@ namespace VEPROMS
|
|||||||
this.ppDTPicker.Name = "ppDTPicker";
|
this.ppDTPicker.Name = "ppDTPicker";
|
||||||
this.ppDTPicker.Size = new System.Drawing.Size(172, 22);
|
this.ppDTPicker.Size = new System.Drawing.Size(172, 22);
|
||||||
this.ppDTPicker.TabIndex = 12;
|
this.ppDTPicker.TabIndex = 12;
|
||||||
|
this.ppDTPicker.TabStop = false;
|
||||||
this.ppDTPicker.Visible = false;
|
this.ppDTPicker.Visible = false;
|
||||||
//
|
//
|
||||||
// label1
|
// label1
|
||||||
@ -630,6 +625,7 @@ namespace VEPROMS
|
|||||||
this.ppTxtBxUserID.Name = "ppTxtBxUserID";
|
this.ppTxtBxUserID.Name = "ppTxtBxUserID";
|
||||||
this.ppTxtBxUserID.Size = new System.Drawing.Size(153, 22);
|
this.ppTxtBxUserID.Size = new System.Drawing.Size(153, 22);
|
||||||
this.ppTxtBxUserID.TabIndex = 10;
|
this.ppTxtBxUserID.TabIndex = 10;
|
||||||
|
this.ppTxtBxUserID.TabStop = false;
|
||||||
this.ppTxtBxUserID.Visible = false;
|
this.ppTxtBxUserID.Visible = false;
|
||||||
//
|
//
|
||||||
// label3
|
// label3
|
||||||
@ -657,13 +653,12 @@ namespace VEPROMS
|
|||||||
// ppBtnPDFLoc
|
// ppBtnPDFLoc
|
||||||
//
|
//
|
||||||
this.ppBtnPDFLoc.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnPDFLoc.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnPDFLoc.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnPDFLoc.Image = ((System.Drawing.Image)(resources.GetObject("ppBtnPDFLoc.Image")));
|
this.ppBtnPDFLoc.Image = ((System.Drawing.Image)(resources.GetObject("ppBtnPDFLoc.Image")));
|
||||||
this.ppBtnPDFLoc.Location = new System.Drawing.Point(620, 23);
|
this.ppBtnPDFLoc.Location = new System.Drawing.Point(620, 23);
|
||||||
this.ppBtnPDFLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnPDFLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnPDFLoc.Name = "ppBtnPDFLoc";
|
this.ppBtnPDFLoc.Name = "ppBtnPDFLoc";
|
||||||
this.ppBtnPDFLoc.Size = new System.Drawing.Size(21, 23);
|
this.ppBtnPDFLoc.Size = new System.Drawing.Size(21, 23);
|
||||||
this.ppBtnPDFLoc.TabIndex = 64;
|
this.ppBtnPDFLoc.TabIndex = 31;
|
||||||
this.ppBtnPDFLoc.Click += new System.EventHandler(this.ppBtnPDFLoc_Click);
|
this.ppBtnPDFLoc.Click += new System.EventHandler(this.ppBtnPDFLoc_Click);
|
||||||
//
|
//
|
||||||
// ppNumUpDwnOvrdPrnPenWidth
|
// ppNumUpDwnOvrdPrnPenWidth
|
||||||
@ -751,13 +746,12 @@ namespace VEPROMS
|
|||||||
// ppBtnDeftDisAutoDuplx
|
// ppBtnDeftDisAutoDuplx
|
||||||
//
|
//
|
||||||
this.ppBtnDeftDisAutoDuplx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDeftDisAutoDuplx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDeftDisAutoDuplx.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(577, 74);
|
this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(577, 74);
|
||||||
this.ppBtnDeftDisAutoDuplx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnDeftDisAutoDuplx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx";
|
this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx";
|
||||||
this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(59, 25);
|
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.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 = 62;
|
this.ppBtnDeftDisAutoDuplx.TabIndex = 35;
|
||||||
this.ppBtnDeftDisAutoDuplx.Text = "Default";
|
this.ppBtnDeftDisAutoDuplx.Text = "Default";
|
||||||
this.ppBtnDeftDisAutoDuplx.ThemeAware = true;
|
this.ppBtnDeftDisAutoDuplx.ThemeAware = true;
|
||||||
this.ppBtnDeftDisAutoDuplx.Click += new System.EventHandler(this.ppBtnDeftDisAutoDuplx_Click);
|
this.ppBtnDeftDisAutoDuplx.Click += new System.EventHandler(this.ppBtnDeftDisAutoDuplx_Click);
|
||||||
@ -765,7 +759,6 @@ namespace VEPROMS
|
|||||||
// ppBtnDefWatermark
|
// ppBtnDefWatermark
|
||||||
//
|
//
|
||||||
this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.ppBtnDefWatermark.CallBasePaintBackground = true;
|
|
||||||
this.ppBtnDefWatermark.Location = new System.Drawing.Point(271, 72);
|
this.ppBtnDefWatermark.Location = new System.Drawing.Point(271, 72);
|
||||||
this.ppBtnDefWatermark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnDefWatermark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnDefWatermark.Name = "ppBtnDefWatermark";
|
this.ppBtnDefWatermark.Name = "ppBtnDefWatermark";
|
||||||
@ -773,7 +766,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" +
|
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" +
|
"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, true, new System.Drawing.Size(255, 145)));
|
" the Watermark selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(255, 145)));
|
||||||
this.ppBtnDefWatermark.TabIndex = 61;
|
this.ppBtnDefWatermark.TabIndex = 33;
|
||||||
this.ppBtnDefWatermark.Text = "Default";
|
this.ppBtnDefWatermark.Text = "Default";
|
||||||
this.ppBtnDefWatermark.ThemeAware = true;
|
this.ppBtnDefWatermark.ThemeAware = true;
|
||||||
this.ppBtnDefWatermark.Visible = false;
|
this.ppBtnDefWatermark.Visible = false;
|
||||||
@ -790,7 +783,7 @@ namespace VEPROMS
|
|||||||
this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppCmbxWatermark.Name = "ppCmbxWatermark";
|
this.ppCmbxWatermark.Name = "ppCmbxWatermark";
|
||||||
this.ppCmbxWatermark.Size = new System.Drawing.Size(167, 23);
|
this.ppCmbxWatermark.Size = new System.Drawing.Size(167, 23);
|
||||||
this.ppCmbxWatermark.TabIndex = 59;
|
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.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.WatermarkText = "select watermark option";
|
||||||
this.ppCmbxWatermark.SelectedValueChanged += new System.EventHandler(this.ppCmbxWatermark_SelectedValueChanged);
|
this.ppCmbxWatermark.SelectedValueChanged += new System.EventHandler(this.ppCmbxWatermark_SelectedValueChanged);
|
||||||
@ -816,7 +809,7 @@ namespace VEPROMS
|
|||||||
this.ppTxtBxPDFLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppTxtBxPDFLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppTxtBxPDFLoc.Name = "ppTxtBxPDFLoc";
|
this.ppTxtBxPDFLoc.Name = "ppTxtBxPDFLoc";
|
||||||
this.ppTxtBxPDFLoc.Size = new System.Drawing.Size(504, 22);
|
this.ppTxtBxPDFLoc.Size = new System.Drawing.Size(504, 22);
|
||||||
this.ppTxtBxPDFLoc.TabIndex = 55;
|
this.ppTxtBxPDFLoc.TabIndex = 30;
|
||||||
//
|
//
|
||||||
// label18
|
// label18
|
||||||
//
|
//
|
||||||
@ -853,7 +846,7 @@ namespace VEPROMS
|
|||||||
this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(209, 21);
|
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 " +
|
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.Gray, true, false, new System.Drawing.Size(0, 0)));
|
"Foldout pages.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
|
||||||
this.ppChbxDisAutoDuplex.TabIndex = 52;
|
this.ppChbxDisAutoDuplex.TabIndex = 34;
|
||||||
this.ppChbxDisAutoDuplex.Text = "Disable Automatic Duplexing";
|
this.ppChbxDisAutoDuplex.Text = "Disable Automatic Duplexing";
|
||||||
this.ppChbxDisAutoDuplex.UseVisualStyleBackColor = false;
|
this.ppChbxDisAutoDuplex.UseVisualStyleBackColor = false;
|
||||||
this.ppChbxDisAutoDuplex.CheckedChanged += new System.EventHandler(this.ppChbxDisAutoDuplex_CheckedChanged);
|
this.ppChbxDisAutoDuplex.CheckedChanged += new System.EventHandler(this.ppChbxDisAutoDuplex_CheckedChanged);
|
||||||
@ -886,7 +879,7 @@ namespace VEPROMS
|
|||||||
this.ppCbShwDefSettings.Size = new System.Drawing.Size(205, 22);
|
this.ppCbShwDefSettings.Size = new System.Drawing.Size(205, 22);
|
||||||
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" +
|
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));
|
"ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||||
this.ppCbShwDefSettings.TabIndex = 26;
|
this.ppCbShwDefSettings.TabIndex = 92;
|
||||||
this.ppCbShwDefSettings.Text = "Show Default Settings";
|
this.ppCbShwDefSettings.Text = "Show Default Settings";
|
||||||
this.ppCbShwDefSettings.CheckedChanged += new System.EventHandler(this.tabpage_Enter);
|
this.ppCbShwDefSettings.CheckedChanged += new System.EventHandler(this.tabpage_Enter);
|
||||||
//
|
//
|
||||||
@ -1015,10 +1008,10 @@ namespace VEPROMS
|
|||||||
this.tcVersions.BackColor = System.Drawing.Color.Transparent;
|
this.tcVersions.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.tcVersions.CanReorderTabs = true;
|
this.tcVersions.CanReorderTabs = true;
|
||||||
this.tcVersions.Controls.Add(this.tcpGeneral);
|
this.tcVersions.Controls.Add(this.tcpGeneral);
|
||||||
this.tcVersions.Controls.Add(this.tcpOutputSettings);
|
|
||||||
this.tcVersions.Controls.Add(this.tcpFormatSettings);
|
|
||||||
this.tcVersions.Controls.Add(this.tcpRefereceObjects);
|
|
||||||
this.tcVersions.Controls.Add(this.tabControlPanel5);
|
this.tcVersions.Controls.Add(this.tabControlPanel5);
|
||||||
|
this.tcVersions.Controls.Add(this.tcpFormatSettings);
|
||||||
|
this.tcVersions.Controls.Add(this.tcpOutputSettings);
|
||||||
|
this.tcVersions.Controls.Add(this.tcpRefereceObjects);
|
||||||
this.tcVersions.Location = new System.Drawing.Point(173, 4);
|
this.tcVersions.Location = new System.Drawing.Point(173, 4);
|
||||||
this.tcVersions.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tcVersions.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.tcVersions.Name = "tcVersions";
|
this.tcVersions.Name = "tcVersions";
|
||||||
@ -1036,6 +1029,41 @@ namespace VEPROMS
|
|||||||
this.tcVersions.TabsVisible = false;
|
this.tcVersions.TabsVisible = false;
|
||||||
this.tcVersions.Text = "tabControl1";
|
this.tcVersions.Text = "tabControl1";
|
||||||
//
|
//
|
||||||
|
// tcpGeneral
|
||||||
|
//
|
||||||
|
this.tcpGeneral.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||||
|
this.tcpGeneral.Controls.Add(this.ppCmbxProcSetType);
|
||||||
|
this.tcpGeneral.Controls.Add(this.ppRTxtName);
|
||||||
|
this.tcpGeneral.Controls.Add(this.label9);
|
||||||
|
this.tcpGeneral.Controls.Add(this.label4);
|
||||||
|
this.tcpGeneral.Controls.Add(this.label3);
|
||||||
|
this.tcpGeneral.Controls.Add(this.ppRTxtTitle);
|
||||||
|
this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
|
||||||
|
this.tcpGeneral.Controls.Add(this.ppDTPicker);
|
||||||
|
this.tcpGeneral.Controls.Add(this.label2);
|
||||||
|
this.tcpGeneral.Controls.Add(this.label1);
|
||||||
|
this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
|
this.tcpGeneral.Location = new System.Drawing.Point(0, 24);
|
||||||
|
this.tcpGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
|
this.tcpGeneral.Name = "tcpGeneral";
|
||||||
|
this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1);
|
||||||
|
this.tcpGeneral.Size = new System.Drawing.Size(657, 349);
|
||||||
|
this.tcpGeneral.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||||
|
this.tcpGeneral.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||||
|
this.tcpGeneral.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||||
|
this.tcpGeneral.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||||
|
this.tcpGeneral.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||||
|
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||||
|
this.tcpGeneral.Style.GradientAngle = 90;
|
||||||
|
this.tcpGeneral.TabIndex = 1;
|
||||||
|
this.tcpGeneral.TabItem = this.tiGeneral;
|
||||||
|
//
|
||||||
|
// tiGeneral
|
||||||
|
//
|
||||||
|
this.tiGeneral.AttachedControl = this.tcpGeneral;
|
||||||
|
this.tiGeneral.Name = "tiGeneral";
|
||||||
|
this.tiGeneral.Text = "General";
|
||||||
|
//
|
||||||
// tcpOutputSettings
|
// tcpOutputSettings
|
||||||
//
|
//
|
||||||
this.tcpOutputSettings.Controls.Add(this.ppTxtBxPDFLoc);
|
this.tcpOutputSettings.Controls.Add(this.ppTxtBxPDFLoc);
|
||||||
@ -1077,7 +1105,7 @@ namespace VEPROMS
|
|||||||
this.ppChbxAlwaysViewPDF.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppChbxAlwaysViewPDF.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppChbxAlwaysViewPDF.Name = "ppChbxAlwaysViewPDF";
|
this.ppChbxAlwaysViewPDF.Name = "ppChbxAlwaysViewPDF";
|
||||||
this.ppChbxAlwaysViewPDF.Size = new System.Drawing.Size(227, 21);
|
this.ppChbxAlwaysViewPDF.Size = new System.Drawing.Size(227, 21);
|
||||||
this.ppChbxAlwaysViewPDF.TabIndex = 66;
|
this.ppChbxAlwaysViewPDF.TabIndex = 37;
|
||||||
this.ppChbxAlwaysViewPDF.Text = "Always View PDF after Creation";
|
this.ppChbxAlwaysViewPDF.Text = "Always View PDF after Creation";
|
||||||
this.ppChbxAlwaysViewPDF.UseVisualStyleBackColor = false;
|
this.ppChbxAlwaysViewPDF.UseVisualStyleBackColor = false;
|
||||||
//
|
//
|
||||||
@ -1090,7 +1118,7 @@ namespace VEPROMS
|
|||||||
this.ppChbxAlwaysOvrWrtPDF.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppChbxAlwaysOvrWrtPDF.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppChbxAlwaysOvrWrtPDF.Name = "ppChbxAlwaysOvrWrtPDF";
|
this.ppChbxAlwaysOvrWrtPDF.Name = "ppChbxAlwaysOvrWrtPDF";
|
||||||
this.ppChbxAlwaysOvrWrtPDF.Size = new System.Drawing.Size(168, 21);
|
this.ppChbxAlwaysOvrWrtPDF.Size = new System.Drawing.Size(168, 21);
|
||||||
this.ppChbxAlwaysOvrWrtPDF.TabIndex = 65;
|
this.ppChbxAlwaysOvrWrtPDF.TabIndex = 36;
|
||||||
this.ppChbxAlwaysOvrWrtPDF.Text = "Always Overwrite PDF";
|
this.ppChbxAlwaysOvrWrtPDF.Text = "Always Overwrite PDF";
|
||||||
this.ppChbxAlwaysOvrWrtPDF.UseVisualStyleBackColor = false;
|
this.ppChbxAlwaysOvrWrtPDF.UseVisualStyleBackColor = false;
|
||||||
//
|
//
|
||||||
@ -1152,41 +1180,6 @@ namespace VEPROMS
|
|||||||
this.tiOutputSettings.Name = "tiOutputSettings";
|
this.tiOutputSettings.Name = "tiOutputSettings";
|
||||||
this.tiOutputSettings.Text = "Output Settings";
|
this.tiOutputSettings.Text = "Output Settings";
|
||||||
//
|
//
|
||||||
// tcpGeneral
|
|
||||||
//
|
|
||||||
this.tcpGeneral.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
||||||
this.tcpGeneral.Controls.Add(this.ppCmbxProcSetType);
|
|
||||||
this.tcpGeneral.Controls.Add(this.ppRTxtName);
|
|
||||||
this.tcpGeneral.Controls.Add(this.label9);
|
|
||||||
this.tcpGeneral.Controls.Add(this.label4);
|
|
||||||
this.tcpGeneral.Controls.Add(this.label3);
|
|
||||||
this.tcpGeneral.Controls.Add(this.ppRTxtTitle);
|
|
||||||
this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
|
|
||||||
this.tcpGeneral.Controls.Add(this.ppDTPicker);
|
|
||||||
this.tcpGeneral.Controls.Add(this.label2);
|
|
||||||
this.tcpGeneral.Controls.Add(this.label1);
|
|
||||||
this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
||||||
this.tcpGeneral.Location = new System.Drawing.Point(0, 24);
|
|
||||||
this.tcpGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
||||||
this.tcpGeneral.Name = "tcpGeneral";
|
|
||||||
this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1);
|
|
||||||
this.tcpGeneral.Size = new System.Drawing.Size(657, 349);
|
|
||||||
this.tcpGeneral.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
|
||||||
this.tcpGeneral.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
|
||||||
this.tcpGeneral.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
||||||
this.tcpGeneral.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
|
||||||
this.tcpGeneral.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
|
||||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
|
||||||
this.tcpGeneral.Style.GradientAngle = 90;
|
|
||||||
this.tcpGeneral.TabIndex = 1;
|
|
||||||
this.tcpGeneral.TabItem = this.tiGeneral;
|
|
||||||
//
|
|
||||||
// tiGeneral
|
|
||||||
//
|
|
||||||
this.tiGeneral.AttachedControl = this.tcpGeneral;
|
|
||||||
this.tiGeneral.Name = "tiGeneral";
|
|
||||||
this.tiGeneral.Text = "General";
|
|
||||||
//
|
|
||||||
// tcpFormatSettings
|
// tcpFormatSettings
|
||||||
//
|
//
|
||||||
this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB);
|
this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB);
|
||||||
@ -1253,7 +1246,7 @@ namespace VEPROMS
|
|||||||
this.tbRoDb.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tbRoDb.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.tbRoDb.Name = "tbRoDb";
|
this.tbRoDb.Name = "tbRoDb";
|
||||||
this.tbRoDb.Size = new System.Drawing.Size(423, 22);
|
this.tbRoDb.Size = new System.Drawing.Size(423, 22);
|
||||||
this.tbRoDb.TabIndex = 50;
|
this.tbRoDb.TabIndex = 20;
|
||||||
//
|
//
|
||||||
// ppBtnRoDbBrowse
|
// ppBtnRoDbBrowse
|
||||||
//
|
//
|
||||||
@ -1261,7 +1254,7 @@ namespace VEPROMS
|
|||||||
this.ppBtnRoDbBrowse.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.ppBtnRoDbBrowse.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.ppBtnRoDbBrowse.Name = "ppBtnRoDbBrowse";
|
this.ppBtnRoDbBrowse.Name = "ppBtnRoDbBrowse";
|
||||||
this.ppBtnRoDbBrowse.Size = new System.Drawing.Size(68, 25);
|
this.ppBtnRoDbBrowse.Size = new System.Drawing.Size(68, 25);
|
||||||
this.ppBtnRoDbBrowse.TabIndex = 49;
|
this.ppBtnRoDbBrowse.TabIndex = 22;
|
||||||
this.ppBtnRoDbBrowse.Text = "Browse...";
|
this.ppBtnRoDbBrowse.Text = "Browse...";
|
||||||
this.ppBtnRoDbBrowse.UseVisualStyleBackColor = true;
|
this.ppBtnRoDbBrowse.UseVisualStyleBackColor = true;
|
||||||
this.ppBtnRoDbBrowse.Click += new System.EventHandler(this.ppBtnRoDbBrowse_Click);
|
this.ppBtnRoDbBrowse.Click += new System.EventHandler(this.ppBtnRoDbBrowse_Click);
|
||||||
@ -1269,14 +1262,13 @@ namespace VEPROMS
|
|||||||
// btnRoDbProperties
|
// btnRoDbProperties
|
||||||
//
|
//
|
||||||
this.btnRoDbProperties.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.btnRoDbProperties.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.btnRoDbProperties.CallBasePaintBackground = true;
|
|
||||||
this.btnRoDbProperties.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnRoDbProperties.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||||
this.btnRoDbProperties.Image = ((System.Drawing.Image)(resources.GetObject("btnRoDbProperties.Image")));
|
this.btnRoDbProperties.Image = ((System.Drawing.Image)(resources.GetObject("btnRoDbProperties.Image")));
|
||||||
this.btnRoDbProperties.Location = new System.Drawing.Point(541, 12);
|
this.btnRoDbProperties.Location = new System.Drawing.Point(541, 12);
|
||||||
this.btnRoDbProperties.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.btnRoDbProperties.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.btnRoDbProperties.Name = "btnRoDbProperties";
|
this.btnRoDbProperties.Name = "btnRoDbProperties";
|
||||||
this.btnRoDbProperties.Size = new System.Drawing.Size(44, 28);
|
this.btnRoDbProperties.Size = new System.Drawing.Size(44, 28);
|
||||||
this.btnRoDbProperties.TabIndex = 48;
|
this.btnRoDbProperties.TabIndex = 21;
|
||||||
this.btnRoDbProperties.Click += new System.EventHandler(this.btnRoDbProperties_Click);
|
this.btnRoDbProperties.Click += new System.EventHandler(this.btnRoDbProperties_Click);
|
||||||
//
|
//
|
||||||
// cmbRoDb
|
// cmbRoDb
|
||||||
@ -1370,14 +1362,14 @@ namespace VEPROMS
|
|||||||
this.documentEntryCountDataGridViewTextBoxColumn,
|
this.documentEntryCountDataGridViewTextBoxColumn,
|
||||||
this.libTitleDataGridViewTextBoxColumn});
|
this.libTitleDataGridViewTextBoxColumn});
|
||||||
this.ppGrdLibDocList.DataSource = this.documentInfoListBindingSource;
|
this.ppGrdLibDocList.DataSource = this.documentInfoListBindingSource;
|
||||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
|
||||||
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
|
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||||
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||||
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
||||||
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||||
this.ppGrdLibDocList.DefaultCellStyle = dataGridViewCellStyle2;
|
this.ppGrdLibDocList.DefaultCellStyle = dataGridViewCellStyle4;
|
||||||
this.ppGrdLibDocList.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.ppGrdLibDocList.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.ppGrdLibDocList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
|
this.ppGrdLibDocList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
|
||||||
this.ppGrdLibDocList.HighlightSelectedColumnHeaders = false;
|
this.ppGrdLibDocList.HighlightSelectedColumnHeaders = false;
|
||||||
@ -1394,8 +1386,8 @@ namespace VEPROMS
|
|||||||
// documentEntryCountDataGridViewTextBoxColumn
|
// documentEntryCountDataGridViewTextBoxColumn
|
||||||
//
|
//
|
||||||
this.documentEntryCountDataGridViewTextBoxColumn.DataPropertyName = "DocumentEntryCount";
|
this.documentEntryCountDataGridViewTextBoxColumn.DataPropertyName = "DocumentEntryCount";
|
||||||
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||||
this.documentEntryCountDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1;
|
this.documentEntryCountDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle3;
|
||||||
this.documentEntryCountDataGridViewTextBoxColumn.HeaderText = "Number of Usages";
|
this.documentEntryCountDataGridViewTextBoxColumn.HeaderText = "Number of Usages";
|
||||||
this.documentEntryCountDataGridViewTextBoxColumn.Name = "documentEntryCountDataGridViewTextBoxColumn";
|
this.documentEntryCountDataGridViewTextBoxColumn.Name = "documentEntryCountDataGridViewTextBoxColumn";
|
||||||
this.documentEntryCountDataGridViewTextBoxColumn.ReadOnly = true;
|
this.documentEntryCountDataGridViewTextBoxColumn.ReadOnly = true;
|
||||||
@ -1436,70 +1428,65 @@ namespace VEPROMS
|
|||||||
// btnLibDocs
|
// btnLibDocs
|
||||||
//
|
//
|
||||||
this.btnLibDocs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.btnLibDocs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.btnLibDocs.CallBasePaintBackground = true;
|
|
||||||
this.btnLibDocs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnLibDocs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||||
this.btnLibDocs.Dock = System.Windows.Forms.DockStyle.Top;
|
this.btnLibDocs.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.btnLibDocs.Location = new System.Drawing.Point(0, 89);
|
this.btnLibDocs.Location = new System.Drawing.Point(0, 89);
|
||||||
this.btnLibDocs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.btnLibDocs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.btnLibDocs.Name = "btnLibDocs";
|
this.btnLibDocs.Name = "btnLibDocs";
|
||||||
this.btnLibDocs.Size = new System.Drawing.Size(157, 23);
|
this.btnLibDocs.Size = new System.Drawing.Size(157, 23);
|
||||||
this.btnLibDocs.TabIndex = 4;
|
this.btnLibDocs.TabIndex = 97;
|
||||||
this.btnLibDocs.Text = "Library Documents";
|
this.btnLibDocs.Text = "Library Documents";
|
||||||
this.btnLibDocs.Click += new System.EventHandler(this.btnLibDocs_Click);
|
this.btnLibDocs.Click += new System.EventHandler(this.btnLibDocs_Click);
|
||||||
//
|
//
|
||||||
// btnFmtSettings
|
// btnFmtSettings
|
||||||
//
|
//
|
||||||
this.btnFmtSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.btnFmtSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.btnFmtSettings.CallBasePaintBackground = true;
|
|
||||||
this.btnFmtSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnFmtSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||||
this.btnFmtSettings.Dock = System.Windows.Forms.DockStyle.Top;
|
this.btnFmtSettings.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.btnFmtSettings.Location = new System.Drawing.Point(0, 66);
|
this.btnFmtSettings.Location = new System.Drawing.Point(0, 66);
|
||||||
this.btnFmtSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.btnFmtSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.btnFmtSettings.Name = "btnFmtSettings";
|
this.btnFmtSettings.Name = "btnFmtSettings";
|
||||||
this.btnFmtSettings.Size = new System.Drawing.Size(157, 23);
|
this.btnFmtSettings.Size = new System.Drawing.Size(157, 23);
|
||||||
this.btnFmtSettings.TabIndex = 3;
|
this.btnFmtSettings.TabIndex = 96;
|
||||||
this.btnFmtSettings.Text = "Format Settings";
|
this.btnFmtSettings.Text = "Format Settings";
|
||||||
this.btnFmtSettings.Click += new System.EventHandler(this.btnFmtSettings_Click);
|
this.btnFmtSettings.Click += new System.EventHandler(this.btnFmtSettings_Click);
|
||||||
//
|
//
|
||||||
// btnOutputSettings
|
// btnOutputSettings
|
||||||
//
|
//
|
||||||
this.btnOutputSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.btnOutputSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.btnOutputSettings.CallBasePaintBackground = true;
|
|
||||||
this.btnOutputSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnOutputSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||||
this.btnOutputSettings.Dock = System.Windows.Forms.DockStyle.Top;
|
this.btnOutputSettings.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.btnOutputSettings.Location = new System.Drawing.Point(0, 43);
|
this.btnOutputSettings.Location = new System.Drawing.Point(0, 43);
|
||||||
this.btnOutputSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.btnOutputSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.btnOutputSettings.Name = "btnOutputSettings";
|
this.btnOutputSettings.Name = "btnOutputSettings";
|
||||||
this.btnOutputSettings.Size = new System.Drawing.Size(157, 23);
|
this.btnOutputSettings.Size = new System.Drawing.Size(157, 23);
|
||||||
this.btnOutputSettings.TabIndex = 2;
|
this.btnOutputSettings.TabIndex = 95;
|
||||||
this.btnOutputSettings.Text = "Output Settings";
|
this.btnOutputSettings.Text = "Output Settings";
|
||||||
this.btnOutputSettings.Click += new System.EventHandler(this.btnOutputSettings_Click);
|
this.btnOutputSettings.Click += new System.EventHandler(this.btnOutputSettings_Click);
|
||||||
//
|
//
|
||||||
// btnRefObjs
|
// btnRefObjs
|
||||||
//
|
//
|
||||||
this.btnRefObjs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.btnRefObjs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.btnRefObjs.CallBasePaintBackground = true;
|
|
||||||
this.btnRefObjs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnRefObjs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||||
this.btnRefObjs.Dock = System.Windows.Forms.DockStyle.Top;
|
this.btnRefObjs.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.btnRefObjs.Location = new System.Drawing.Point(0, 23);
|
this.btnRefObjs.Location = new System.Drawing.Point(0, 23);
|
||||||
this.btnRefObjs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.btnRefObjs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.btnRefObjs.Name = "btnRefObjs";
|
this.btnRefObjs.Name = "btnRefObjs";
|
||||||
this.btnRefObjs.Size = new System.Drawing.Size(157, 20);
|
this.btnRefObjs.Size = new System.Drawing.Size(157, 20);
|
||||||
this.btnRefObjs.TabIndex = 1;
|
this.btnRefObjs.TabIndex = 94;
|
||||||
this.btnRefObjs.Text = "Referenced Objects";
|
this.btnRefObjs.Text = "Referenced Objects";
|
||||||
this.btnRefObjs.Click += new System.EventHandler(this.btnRefObjs_Click);
|
this.btnRefObjs.Click += new System.EventHandler(this.btnRefObjs_Click);
|
||||||
//
|
//
|
||||||
// btnGeneral
|
// btnGeneral
|
||||||
//
|
//
|
||||||
this.btnGeneral.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.btnGeneral.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||||
this.btnGeneral.CallBasePaintBackground = true;
|
|
||||||
this.btnGeneral.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnGeneral.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||||
this.btnGeneral.Dock = System.Windows.Forms.DockStyle.Top;
|
this.btnGeneral.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.btnGeneral.Location = new System.Drawing.Point(0, 0);
|
this.btnGeneral.Location = new System.Drawing.Point(0, 0);
|
||||||
this.btnGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.btnGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.btnGeneral.Name = "btnGeneral";
|
this.btnGeneral.Name = "btnGeneral";
|
||||||
this.btnGeneral.Size = new System.Drawing.Size(157, 23);
|
this.btnGeneral.Size = new System.Drawing.Size(157, 23);
|
||||||
this.btnGeneral.TabIndex = 0;
|
this.btnGeneral.TabIndex = 93;
|
||||||
this.btnGeneral.Text = "General";
|
this.btnGeneral.Text = "General";
|
||||||
this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click);
|
this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click);
|
||||||
//
|
//
|
||||||
@ -1514,7 +1501,7 @@ namespace VEPROMS
|
|||||||
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||||
this.CancelButton = this.ppBtnCancel;
|
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.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(837, 431);
|
this.ClientSize = new System.Drawing.Size(833, 427);
|
||||||
this.ControlBox = false;
|
this.ControlBox = false;
|
||||||
this.Controls.Add(this.panVerBtns);
|
this.Controls.Add(this.panVerBtns);
|
||||||
this.Controls.Add(this.tcVersions);
|
this.Controls.Add(this.tcVersions);
|
||||||
@ -1532,6 +1519,7 @@ namespace VEPROMS
|
|||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||||
this.Text = "Versions Properties";
|
this.Text = "Versions Properties";
|
||||||
this.Load += new System.EventHandler(this.frmVersionsProperties_Load);
|
this.Load += new System.EventHandler(this.frmVersionsProperties_Load);
|
||||||
|
this.Shown += new System.EventHandler(this.frmVersionsProperties_Shown);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.imageCodecInfoBindingSource)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.imageCodecInfoBindingSource)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenWidth)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenWidth)).EndInit();
|
||||||
@ -1544,12 +1532,12 @@ namespace VEPROMS
|
|||||||
this.ppGpbxUserSpecTxt.PerformLayout();
|
this.ppGpbxUserSpecTxt.PerformLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.tcVersions)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.tcVersions)).EndInit();
|
||||||
this.tcVersions.ResumeLayout(false);
|
this.tcVersions.ResumeLayout(false);
|
||||||
|
this.tcpGeneral.ResumeLayout(false);
|
||||||
|
this.tcpGeneral.PerformLayout();
|
||||||
this.tcpOutputSettings.ResumeLayout(false);
|
this.tcpOutputSettings.ResumeLayout(false);
|
||||||
this.tcpOutputSettings.PerformLayout();
|
this.tcpOutputSettings.PerformLayout();
|
||||||
this.ppGrpbxPrnAdj.ResumeLayout(false);
|
this.ppGrpbxPrnAdj.ResumeLayout(false);
|
||||||
this.ppGrpbxPrnAdj.PerformLayout();
|
this.ppGrpbxPrnAdj.PerformLayout();
|
||||||
this.tcpGeneral.ResumeLayout(false);
|
|
||||||
this.tcpGeneral.PerformLayout();
|
|
||||||
this.tcpFormatSettings.ResumeLayout(false);
|
this.tcpFormatSettings.ResumeLayout(false);
|
||||||
this.tcpFormatSettings.PerformLayout();
|
this.tcpFormatSettings.PerformLayout();
|
||||||
this.tcpRefereceObjects.ResumeLayout(false);
|
this.tcpRefereceObjects.ResumeLayout(false);
|
||||||
|
@ -838,6 +838,11 @@ namespace VEPROMS
|
|||||||
//tcpOutputSettings.Focus();
|
//tcpOutputSettings.Focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void frmVersionsProperties_Shown(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
ppRTxtName.Focus();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -123,6 +123,12 @@
|
|||||||
<metadata name="docVersionConfigBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="docVersionConfigBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>227, 17</value>
|
<value>227, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<metadata name="docVersionConfigBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>227, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="superTooltip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>500, 17</value>
|
||||||
|
</metadata>
|
||||||
<data name="ppCmbxFormat.SuperTooltip" xml:space="preserve">
|
<data name="ppCmbxFormat.SuperTooltip" xml:space="preserve">
|
||||||
<value>Allows you to specify the default format to use for all procedures in this set.
|
<value>Allows you to specify the default format to use for all procedures in this set.
|
||||||
|
|
||||||
@ -190,6 +196,9 @@ Check "Show Default Settings" to display the "default" duplexing setting (below
|
|||||||
<metadata name="dlgROFolder.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="dlgROFolder.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>280, 60</value>
|
<value>280, 60</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<metadata name="documentInfoListBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>418, 60</value>
|
||||||
|
</metadata>
|
||||||
<data name="btnRoDbProperties.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="btnRoDbProperties.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
@ -206,9 +215,6 @@ Check "Show Default Settings" to display the "default" duplexing setting (below
|
|||||||
vkpiAWfjAAAAAElFTkSuQmCC
|
vkpiAWfjAAAAAElFTkSuQmCC
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="documentInfoListBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>418, 60</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="ROPrefixBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="ROPrefixBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>17, 17</value>
|
<value>17, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user