Prompts user with options on what to do with the import of a procedure that has a different RO path than the target procedure set.
187 lines
8.5 KiB
C#
187 lines
8.5 KiB
C#
namespace VEPROMS
|
|
{
|
|
partial class dlgImpHowToHandleROs
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.btnUseCurrentROs = new DevComponents.DotNetBar.ButtonX();
|
|
this.btnROsToText = new DevComponents.DotNetBar.ButtonX();
|
|
this.lblCurrentROs = new DevComponents.DotNetBar.LabelX();
|
|
this.lblROsToText = new DevComponents.DotNetBar.LabelX();
|
|
this.btnCancel = new DevComponents.DotNetBar.ButtonX();
|
|
this.labelX2 = new DevComponents.DotNetBar.LabelX();
|
|
this.rtbROPathInfo = new DevComponents.DotNetBar.Controls.RichTextBoxEx();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnUseCurrentROs
|
|
//
|
|
this.btnUseCurrentROs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnUseCurrentROs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnUseCurrentROs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.btnUseCurrentROs.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.btnUseCurrentROs.Location = new System.Drawing.Point(12, 174);
|
|
this.btnUseCurrentROs.Name = "btnUseCurrentROs";
|
|
this.btnUseCurrentROs.Size = new System.Drawing.Size(161, 30);
|
|
this.btnUseCurrentROs.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.btnUseCurrentROs.TabIndex = 2;
|
|
this.btnUseCurrentROs.Text = "Use Working Draft RO Values";
|
|
this.btnUseCurrentROs.Click += new System.EventHandler(this.btnUseCurrentROs_Click);
|
|
//
|
|
// btnROsToText
|
|
//
|
|
this.btnROsToText.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnROsToText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnROsToText.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.btnROsToText.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.btnROsToText.Location = new System.Drawing.Point(12, 231);
|
|
this.btnROsToText.Name = "btnROsToText";
|
|
this.btnROsToText.Size = new System.Drawing.Size(161, 30);
|
|
this.btnROsToText.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.btnROsToText.TabIndex = 2;
|
|
this.btnROsToText.Text = "Convert RO Values to Text";
|
|
this.btnROsToText.Click += new System.EventHandler(this.btnROsToText_Click);
|
|
//
|
|
// lblCurrentROs
|
|
//
|
|
this.lblCurrentROs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
//
|
|
//
|
|
//
|
|
this.lblCurrentROs.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.lblCurrentROs.Location = new System.Drawing.Point(179, 174);
|
|
this.lblCurrentROs.Name = "lblCurrentROs";
|
|
this.lblCurrentROs.Size = new System.Drawing.Size(398, 30);
|
|
this.lblCurrentROs.TabIndex = 3;
|
|
this.lblCurrentROs.Text = "Use the RO values currently assigned to the Working Draft. The RO values of thi" +
|
|
"s procedure may change during the import process and will need to be verified.";
|
|
this.lblCurrentROs.UseMnemonic = false;
|
|
this.lblCurrentROs.WordWrap = true;
|
|
//
|
|
// lblROsToText
|
|
//
|
|
this.lblROsToText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
//
|
|
//
|
|
//
|
|
this.lblROsToText.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.lblROsToText.Location = new System.Drawing.Point(179, 231);
|
|
this.lblROsToText.Name = "lblROsToText";
|
|
this.lblROsToText.Size = new System.Drawing.Size(384, 30);
|
|
this.lblROsToText.TabIndex = 3;
|
|
this.lblROsToText.Text = "The RO Values in the imported procedure will be convert to text.";
|
|
this.lblROsToText.UseMnemonic = false;
|
|
this.lblROsToText.WordWrap = true;
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(12, 288);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.ShowSubItems = false;
|
|
this.btnCancel.Size = new System.Drawing.Size(161, 30);
|
|
this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.btnCancel.TabIndex = 2;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// labelX2
|
|
//
|
|
this.labelX2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
//
|
|
//
|
|
//
|
|
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.labelX2.Location = new System.Drawing.Point(179, 288);
|
|
this.labelX2.Name = "labelX2";
|
|
this.labelX2.Size = new System.Drawing.Size(209, 30);
|
|
this.labelX2.TabIndex = 3;
|
|
this.labelX2.Text = "Cancel the importing of this procedure";
|
|
this.labelX2.UseMnemonic = false;
|
|
this.labelX2.WordWrap = true;
|
|
//
|
|
// rtbROPathInfo
|
|
//
|
|
this.rtbROPathInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.rtbROPathInfo.BackColorRichTextBox = System.Drawing.SystemColors.Info;
|
|
//
|
|
//
|
|
//
|
|
this.rtbROPathInfo.BackgroundStyle.Class = "RichTextBoxBorder";
|
|
this.rtbROPathInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.rtbROPathInfo.DetectUrls = false;
|
|
this.rtbROPathInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rtbROPathInfo.Location = new System.Drawing.Point(12, 18);
|
|
this.rtbROPathInfo.Name = "rtbROPathInfo";
|
|
this.rtbROPathInfo.ReadOnly = true;
|
|
this.rtbROPathInfo.Rtf = "{\\rtf1\\ansi\\ansicpg1252\\deff0{\\fonttbl{\\f0\\fnil\\fcharset0 Microsoft Sans Serif;}}" +
|
|
"\r\n\\viewkind4\\uc1\\pard\\lang1033\\f0\\fs18 richTextBoxEx1\\par\r\n}\r\n";
|
|
this.rtbROPathInfo.Size = new System.Drawing.Size(565, 141);
|
|
this.rtbROPathInfo.TabIndex = 5;
|
|
this.rtbROPathInfo.Text = "richTextBoxEx1";
|
|
this.rtbROPathInfo.WordWrap = false;
|
|
//
|
|
// dlgImpHowToHandleROs
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(589, 328);
|
|
this.Controls.Add(this.rtbROPathInfo);
|
|
this.Controls.Add(this.labelX2);
|
|
this.Controls.Add(this.lblROsToText);
|
|
this.Controls.Add(this.lblCurrentROs);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnROsToText);
|
|
this.Controls.Add(this.btnUseCurrentROs);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "dlgImpHowToHandleROs";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Different RO Databases";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.dlgImpHowToHandleROs_Load);
|
|
this.Resize += new System.EventHandler(this.dlgImpHowToHandleROs_Resize);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevComponents.DotNetBar.ButtonX btnUseCurrentROs;
|
|
private DevComponents.DotNetBar.ButtonX btnROsToText;
|
|
private DevComponents.DotNetBar.LabelX lblCurrentROs;
|
|
private DevComponents.DotNetBar.LabelX labelX2;
|
|
private DevComponents.DotNetBar.LabelX lblROsToText;
|
|
private DevComponents.DotNetBar.ButtonX btnCancel;
|
|
private DevComponents.DotNetBar.Controls.RichTextBoxEx rtbROPathInfo;
|
|
}
|
|
} |