397 lines
18 KiB
C#
397 lines
18 KiB
C#
namespace Volian.Controls.Library
|
|
{
|
|
partial class dlgUCFImportOptions
|
|
{
|
|
/// <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.btnOk = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.pnlOptions = new System.Windows.Forms.Panel();
|
|
this.pnlChoices = new System.Windows.Forms.Panel();
|
|
this.cmbFNames = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
|
this.grPnlLoad = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
this.grPnlUse = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
this.rbOnlyImported = new System.Windows.Forms.RadioButton();
|
|
this.rbAll = new System.Windows.Forms.RadioButton();
|
|
this.rbSetOnly = new System.Windows.Forms.RadioButton();
|
|
this.cbUse = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
|
this.lblLoadFormat = new DevComponents.DotNetBar.LabelX();
|
|
this.sBtnLoad = new DevComponents.DotNetBar.Controls.SwitchButton();
|
|
this.lblFmt = new System.Windows.Forms.Label();
|
|
this.pnlXmlDiff = new System.Windows.Forms.Panel();
|
|
this.wbBrwsExisting = new System.Windows.Forms.WebBrowser();
|
|
this.splitterWebBrowsers = new System.Windows.Forms.Splitter();
|
|
this.pnlWbBrwsImp = new System.Windows.Forms.Panel();
|
|
this.wbBrwsImporting = new System.Windows.Forms.WebBrowser();
|
|
this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
|
|
this.pnlChoices.SuspendLayout();
|
|
this.grPnlLoad.SuspendLayout();
|
|
this.grPnlUse.SuspendLayout();
|
|
this.pnlXmlDiff.SuspendLayout();
|
|
this.pnlWbBrwsImp.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.btnOk.Location = new System.Drawing.Point(31, 356);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(65, 23);
|
|
this.btnOk.TabIndex = 5;
|
|
this.btnOk.Text = "OK";
|
|
this.btnOk.UseVisualStyleBackColor = true;
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(121, 356);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(65, 23);
|
|
this.btnCancel.TabIndex = 6;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// pnlOptions
|
|
//
|
|
this.pnlOptions.Location = new System.Drawing.Point(0, 0);
|
|
this.pnlOptions.Name = "pnlOptions";
|
|
this.pnlOptions.Size = new System.Drawing.Size(200, 100);
|
|
this.pnlOptions.TabIndex = 0;
|
|
//
|
|
// pnlChoices
|
|
//
|
|
this.pnlChoices.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.pnlChoices.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.pnlChoices.Controls.Add(this.cmbFNames);
|
|
this.pnlChoices.Controls.Add(this.grPnlLoad);
|
|
this.pnlChoices.Controls.Add(this.lblLoadFormat);
|
|
this.pnlChoices.Controls.Add(this.sBtnLoad);
|
|
this.pnlChoices.Controls.Add(this.lblFmt);
|
|
this.pnlChoices.Controls.Add(this.btnCancel);
|
|
this.pnlChoices.Controls.Add(this.btnOk);
|
|
this.pnlChoices.Location = new System.Drawing.Point(0, 0);
|
|
this.pnlChoices.Name = "pnlChoices";
|
|
this.pnlChoices.Size = new System.Drawing.Size(250, 606);
|
|
this.pnlChoices.TabIndex = 7;
|
|
//
|
|
// cmbFNames
|
|
//
|
|
this.cmbFNames.DisplayMember = "Text";
|
|
this.cmbFNames.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.cmbFNames.FormattingEnabled = true;
|
|
this.cmbFNames.ItemHeight = 16;
|
|
this.cmbFNames.Location = new System.Drawing.Point(26, 48);
|
|
this.cmbFNames.Name = "cmbFNames";
|
|
this.cmbFNames.Size = new System.Drawing.Size(191, 22);
|
|
this.cmbFNames.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.cmbFNames.TabIndex = 15;
|
|
this.cmbFNames.SelectedIndexChanged += new System.EventHandler(this.cmbFNames_SelectedIndexChanged);
|
|
//
|
|
// grPnlLoad
|
|
//
|
|
this.grPnlLoad.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.grPnlLoad.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.grPnlLoad.Controls.Add(this.grPnlUse);
|
|
this.grPnlLoad.Controls.Add(this.cbUse);
|
|
this.grPnlLoad.DisabledBackColor = System.Drawing.Color.Empty;
|
|
this.grPnlLoad.Location = new System.Drawing.Point(11, 130);
|
|
this.grPnlLoad.Name = "grPnlLoad";
|
|
this.grPnlLoad.Size = new System.Drawing.Size(224, 184);
|
|
//
|
|
//
|
|
//
|
|
this.grPnlLoad.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.grPnlLoad.Style.BackColorGradientAngle = 90;
|
|
this.grPnlLoad.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.grPnlLoad.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.grPnlLoad.Style.BorderBottomWidth = 1;
|
|
this.grPnlLoad.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.grPnlLoad.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.grPnlLoad.Style.BorderLeftWidth = 1;
|
|
this.grPnlLoad.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.grPnlLoad.Style.BorderRightWidth = 1;
|
|
this.grPnlLoad.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.grPnlLoad.Style.BorderTopWidth = 1;
|
|
this.grPnlLoad.Style.CornerDiameter = 4;
|
|
this.grPnlLoad.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
|
this.grPnlLoad.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
|
this.grPnlLoad.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.grPnlLoad.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
|
//
|
|
//
|
|
//
|
|
this.grPnlLoad.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
//
|
|
//
|
|
//
|
|
this.grPnlLoad.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.grPnlLoad.TabIndex = 14;
|
|
this.grPnlLoad.Text = "Load Options";
|
|
//
|
|
// grPnlUse
|
|
//
|
|
this.grPnlUse.BackColor = System.Drawing.Color.Transparent;
|
|
this.grPnlUse.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.grPnlUse.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.grPnlUse.Controls.Add(this.rbOnlyImported);
|
|
this.grPnlUse.Controls.Add(this.rbAll);
|
|
this.grPnlUse.Controls.Add(this.rbSetOnly);
|
|
this.grPnlUse.DisabledBackColor = System.Drawing.Color.Empty;
|
|
this.grPnlUse.Location = new System.Drawing.Point(15, 39);
|
|
this.grPnlUse.Name = "grPnlUse";
|
|
this.grPnlUse.Size = new System.Drawing.Size(181, 119);
|
|
//
|
|
//
|
|
//
|
|
this.grPnlUse.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.grPnlUse.Style.BackColorGradientAngle = 90;
|
|
this.grPnlUse.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.grPnlUse.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.grPnlUse.Style.BorderBottomWidth = 1;
|
|
this.grPnlUse.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.grPnlUse.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.grPnlUse.Style.BorderLeftWidth = 1;
|
|
this.grPnlUse.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.grPnlUse.Style.BorderRightWidth = 1;
|
|
this.grPnlUse.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.grPnlUse.Style.BorderTopWidth = 1;
|
|
this.grPnlUse.Style.CornerDiameter = 4;
|
|
this.grPnlUse.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
|
this.grPnlUse.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
|
this.grPnlUse.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.grPnlUse.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
|
//
|
|
//
|
|
//
|
|
this.grPnlUse.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
//
|
|
//
|
|
//
|
|
this.grPnlUse.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.grPnlUse.TabIndex = 1;
|
|
this.grPnlUse.Text = "In Procedure(s)";
|
|
//
|
|
// rbOnlyImported
|
|
//
|
|
this.rbOnlyImported.AutoSize = true;
|
|
this.rbOnlyImported.BackColor = System.Drawing.Color.Transparent;
|
|
this.rbOnlyImported.Location = new System.Drawing.Point(12, 6);
|
|
this.rbOnlyImported.Name = "rbOnlyImported";
|
|
this.rbOnlyImported.Size = new System.Drawing.Size(142, 21);
|
|
this.superTooltip1.SetSuperTooltip(this.rbOnlyImported, new DevComponents.DotNetBar.SuperTooltipInfo("For Imported Only", "", "The changed UCF will only be used by the procedure(s) that are being imported.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
|
this.rbOnlyImported.TabIndex = 5;
|
|
this.rbOnlyImported.TabStop = true;
|
|
this.rbOnlyImported.Text = "For Imported Only";
|
|
this.rbOnlyImported.UseVisualStyleBackColor = false;
|
|
//
|
|
// rbAll
|
|
//
|
|
this.rbAll.AutoSize = true;
|
|
this.rbAll.BackColor = System.Drawing.Color.Transparent;
|
|
this.rbAll.Location = new System.Drawing.Point(12, 33);
|
|
this.rbAll.Name = "rbAll";
|
|
this.rbAll.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.rbAll.Size = new System.Drawing.Size(69, 21);
|
|
this.superTooltip1.SetSuperTooltip(this.rbAll, new DevComponents.DotNetBar.SuperTooltipInfo("For All ", "", "The changed UCF will be used in all procedure(s) and section(s) within the databa" +
|
|
"se that referenced this UCF. The one that existed in the database will be renam" +
|
|
"ed to \'Old N of UCFname\'.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
|
this.rbAll.TabIndex = 6;
|
|
this.rbAll.TabStop = true;
|
|
this.rbAll.Text = "For All";
|
|
this.rbAll.UseVisualStyleBackColor = false;
|
|
//
|
|
// rbSetOnly
|
|
//
|
|
this.rbSetOnly.AutoSize = true;
|
|
this.rbSetOnly.BackColor = System.Drawing.Color.Transparent;
|
|
this.rbSetOnly.Location = new System.Drawing.Point(12, 60);
|
|
this.rbSetOnly.Name = "rbSetOnly";
|
|
this.rbSetOnly.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.rbSetOnly.Size = new System.Drawing.Size(108, 21);
|
|
this.superTooltip1.SetSuperTooltip(this.rbSetOnly, new DevComponents.DotNetBar.SuperTooltipInfo("For Set Only", "", "The changed UCF will only be used by the procedure(s)/sections(s) within the proc" +
|
|
"edure set that this procedure belongs.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
|
this.rbSetOnly.TabIndex = 7;
|
|
this.rbSetOnly.TabStop = true;
|
|
this.rbSetOnly.Text = "For Set Only";
|
|
this.rbSetOnly.UseVisualStyleBackColor = false;
|
|
//
|
|
// cbUse
|
|
//
|
|
this.cbUse.BackColor = System.Drawing.Color.Transparent;
|
|
//
|
|
//
|
|
//
|
|
this.cbUse.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.cbUse.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cbUse.Location = new System.Drawing.Point(17, 5);
|
|
this.cbUse.Name = "cbUse";
|
|
this.cbUse.Size = new System.Drawing.Size(125, 28);
|
|
this.cbUse.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.superTooltip1.SetSuperTooltip(this.cbUse, new DevComponents.DotNetBar.SuperTooltipInfo("Use", "", "If checked, the changes will be used as defined In Procedure(s) below. Otherwise," +
|
|
" the format is loaded but not used. ", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
|
this.cbUse.TabIndex = 0;
|
|
this.cbUse.Text = "Use";
|
|
this.cbUse.CheckedChanged += new System.EventHandler(this.cbUse_CheckedChanged);
|
|
//
|
|
// lblLoadFormat
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.lblLoadFormat.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.lblLoadFormat.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLoadFormat.Location = new System.Drawing.Point(124, 89);
|
|
this.lblLoadFormat.Name = "lblLoadFormat";
|
|
this.lblLoadFormat.Size = new System.Drawing.Size(94, 24);
|
|
this.superTooltip1.SetSuperTooltip(this.lblLoadFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Load Format", "", "The User Control of Format changes will be loaded (imported) into the database. O" +
|
|
"therwise it will be ignored and the existing User Control of Format will be used" +
|
|
".", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
|
this.lblLoadFormat.TabIndex = 13;
|
|
this.lblLoadFormat.Text = "Load Format";
|
|
//
|
|
// sBtnLoad
|
|
//
|
|
this.sBtnLoad.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.sBtnLoad.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.sBtnLoad.Location = new System.Drawing.Point(13, 88);
|
|
this.sBtnLoad.Name = "sBtnLoad";
|
|
this.sBtnLoad.Size = new System.Drawing.Size(102, 26);
|
|
this.sBtnLoad.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.sBtnLoad.TabIndex = 12;
|
|
this.sBtnLoad.ValueChanged += new System.EventHandler(this.sBtnLoad_ValueChanged);
|
|
//
|
|
// lblFmt
|
|
//
|
|
this.lblFmt.AutoSize = true;
|
|
this.lblFmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblFmt.Location = new System.Drawing.Point(16, 19);
|
|
this.lblFmt.Name = "lblFmt";
|
|
this.lblFmt.Size = new System.Drawing.Size(140, 18);
|
|
this.lblFmt.TabIndex = 8;
|
|
this.lblFmt.Text = "Changes to Format:";
|
|
//
|
|
// pnlXmlDiff
|
|
//
|
|
this.pnlXmlDiff.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.pnlXmlDiff.Controls.Add(this.wbBrwsExisting);
|
|
this.pnlXmlDiff.Controls.Add(this.splitterWebBrowsers);
|
|
this.pnlXmlDiff.Controls.Add(this.pnlWbBrwsImp);
|
|
this.pnlXmlDiff.Location = new System.Drawing.Point(255, 0);
|
|
this.pnlXmlDiff.Name = "pnlXmlDiff";
|
|
this.pnlXmlDiff.Size = new System.Drawing.Size(548, 601);
|
|
this.pnlXmlDiff.TabIndex = 8;
|
|
//
|
|
// wbBrwsExisting
|
|
//
|
|
this.wbBrwsExisting.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.wbBrwsExisting.Location = new System.Drawing.Point(0, 0);
|
|
this.wbBrwsExisting.MinimumSize = new System.Drawing.Size(20, 20);
|
|
this.wbBrwsExisting.Name = "wbBrwsExisting";
|
|
this.wbBrwsExisting.Size = new System.Drawing.Size(548, 298);
|
|
this.wbBrwsExisting.TabIndex = 0;
|
|
//
|
|
// splitterWebBrowsers
|
|
//
|
|
this.splitterWebBrowsers.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.splitterWebBrowsers.Location = new System.Drawing.Point(0, 298);
|
|
this.splitterWebBrowsers.Name = "splitterWebBrowsers";
|
|
this.splitterWebBrowsers.Size = new System.Drawing.Size(548, 3);
|
|
this.splitterWebBrowsers.TabIndex = 2;
|
|
this.splitterWebBrowsers.TabStop = false;
|
|
//
|
|
// pnlWbBrwsImp
|
|
//
|
|
this.pnlWbBrwsImp.Controls.Add(this.wbBrwsImporting);
|
|
this.pnlWbBrwsImp.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pnlWbBrwsImp.Location = new System.Drawing.Point(0, 301);
|
|
this.pnlWbBrwsImp.Name = "panel1";
|
|
this.pnlWbBrwsImp.Size = new System.Drawing.Size(548, 300);
|
|
this.pnlWbBrwsImp.TabIndex = 3;
|
|
//
|
|
// wbBrwsImporting
|
|
//
|
|
this.wbBrwsImporting.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.wbBrwsImporting.Location = new System.Drawing.Point(0, 0);
|
|
this.wbBrwsImporting.MinimumSize = new System.Drawing.Size(20, 20);
|
|
this.wbBrwsImporting.Name = "wbBrwsImporting";
|
|
this.wbBrwsImporting.Size = new System.Drawing.Size(548, 300);
|
|
this.wbBrwsImporting.TabIndex = 0;
|
|
//
|
|
// superTooltip1
|
|
//
|
|
this.superTooltip1.DefaultTooltipSettings = new DevComponents.DotNetBar.SuperTooltipInfo("", "", "", null, null, DevComponents.DotNetBar.eTooltipColor.Gray);
|
|
this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
|
|
//
|
|
// dlgUCFImportOptions
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(803, 606);
|
|
this.Controls.Add(this.pnlXmlDiff);
|
|
this.Controls.Add(this.pnlChoices);
|
|
this.Name = "dlgUCFImportOptions";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "User Control Of Format - Import Options";
|
|
this.pnlChoices.ResumeLayout(false);
|
|
this.pnlChoices.PerformLayout();
|
|
this.grPnlLoad.ResumeLayout(false);
|
|
this.grPnlUse.ResumeLayout(false);
|
|
this.grPnlUse.PerformLayout();
|
|
this.pnlXmlDiff.ResumeLayout(false);
|
|
this.pnlWbBrwsImp.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnOk;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Panel pnlOptions;
|
|
private System.Windows.Forms.Panel pnlXmlDiff;
|
|
private System.Windows.Forms.WebBrowser wbBrwsExisting;
|
|
private System.Windows.Forms.Panel pnlChoices;
|
|
private System.Windows.Forms.Label lblFmt;
|
|
private DevComponents.DotNetBar.LabelX lblLoadFormat;
|
|
private DevComponents.DotNetBar.Controls.SwitchButton sBtnLoad;
|
|
private DevComponents.DotNetBar.Controls.GroupPanel grPnlLoad;
|
|
private DevComponents.DotNetBar.Controls.GroupPanel grPnlUse;
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX cbUse;
|
|
private System.Windows.Forms.RadioButton rbOnlyImported;
|
|
private System.Windows.Forms.RadioButton rbAll;
|
|
private System.Windows.Forms.RadioButton rbSetOnly;
|
|
private DevComponents.DotNetBar.SuperTooltip superTooltip1;
|
|
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbFNames;
|
|
private System.Windows.Forms.Splitter splitterWebBrowsers;
|
|
private System.Windows.Forms.Panel pnlWbBrwsImp;
|
|
private System.Windows.Forms.WebBrowser wbBrwsImporting;
|
|
}
|
|
} |