657 lines
28 KiB
C#
657 lines
28 KiB
C#
namespace DataLoader
|
|
{
|
|
partial class frmLoader
|
|
{
|
|
/// <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);
|
|
Volian.MSWord.WordDoc.CloseApp();
|
|
}
|
|
|
|
#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.components = new System.ComponentModel.Container();
|
|
this.sc = new System.Windows.Forms.SplitContainer();
|
|
this.tbxBackupFileName = new System.Windows.Forms.TextBox();
|
|
this.lblBackupName = new System.Windows.Forms.Label();
|
|
this.lblProms16BitLoc = new System.Windows.Forms.Label();
|
|
this.cbxOnlyThisSet = new System.Windows.Forms.CheckBox();
|
|
this.btnLogLoc = new System.Windows.Forms.Button();
|
|
this.txbLogFileLoc = new System.Windows.Forms.TextBox();
|
|
this.lblLogFileLoc = new System.Windows.Forms.Label();
|
|
this.btnFixTransitions = new System.Windows.Forms.Button();
|
|
this.lblCurSetFolder = new System.Windows.Forms.Label();
|
|
this.lblProcessing = new System.Windows.Forms.Label();
|
|
this.cbFormatsOnly = new System.Windows.Forms.CheckBox();
|
|
this.btnBrowseVeProms = new System.Windows.Forms.Button();
|
|
this.tbVePromsPath = new System.Windows.Forms.TextBox();
|
|
this.btnCtTok = new System.Windows.Forms.Button();
|
|
this.btnGroup = new System.Windows.Forms.Button();
|
|
this.btnVETree_CSLA = new System.Windows.Forms.Button();
|
|
this.btnBrowseVesam = new System.Windows.Forms.Button();
|
|
this.tbVesamPath = new System.Windows.Forms.TextBox();
|
|
this.btnVesam = new System.Windows.Forms.Button();
|
|
this.btnLoadTreeCSLA = new System.Windows.Forms.Button();
|
|
this.cbLazy = new System.Windows.Forms.CheckBox();
|
|
this.btnConvertSelected = new System.Windows.Forms.Button();
|
|
this.btnLoadTreeDB = new System.Windows.Forms.Button();
|
|
this.cbPurgeData = new System.Windows.Forms.CheckBox();
|
|
this.lblTime = new System.Windows.Forms.Label();
|
|
this.pbStep = new System.Windows.Forms.ProgressBar();
|
|
this.pbSect = new System.Windows.Forms.ProgressBar();
|
|
this.pbProc = new System.Windows.Forms.ProgressBar();
|
|
this.cbSaveDoc = new System.Windows.Forms.CheckBox();
|
|
this.cbSaveRTF = new System.Windows.Forms.CheckBox();
|
|
this.btnBrowse = new System.Windows.Forms.Button();
|
|
this.tbSource = new System.Windows.Forms.TextBox();
|
|
this.lblStep = new System.Windows.Forms.Label();
|
|
this.lblSection = new System.Windows.Forms.Label();
|
|
this.lblProc = new System.Windows.Forms.Label();
|
|
this.btnConvert = new System.Windows.Forms.Button();
|
|
this.tv = new System.Windows.Forms.TreeView();
|
|
this.fbd = new System.Windows.Forms.FolderBrowserDialog();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tsslError = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.sc.Panel1.SuspendLayout();
|
|
this.sc.Panel2.SuspendLayout();
|
|
this.sc.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// sc
|
|
//
|
|
this.sc.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.sc.Location = new System.Drawing.Point(0, 0);
|
|
this.sc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.sc.Name = "sc";
|
|
this.sc.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// sc.Panel1
|
|
//
|
|
this.sc.Panel1.Controls.Add(this.tbxBackupFileName);
|
|
this.sc.Panel1.Controls.Add(this.lblBackupName);
|
|
this.sc.Panel1.Controls.Add(this.lblProms16BitLoc);
|
|
this.sc.Panel1.Controls.Add(this.cbxOnlyThisSet);
|
|
this.sc.Panel1.Controls.Add(this.btnLogLoc);
|
|
this.sc.Panel1.Controls.Add(this.txbLogFileLoc);
|
|
this.sc.Panel1.Controls.Add(this.lblLogFileLoc);
|
|
this.sc.Panel1.Controls.Add(this.btnFixTransitions);
|
|
this.sc.Panel1.Controls.Add(this.lblCurSetFolder);
|
|
this.sc.Panel1.Controls.Add(this.lblProcessing);
|
|
this.sc.Panel1.Controls.Add(this.cbFormatsOnly);
|
|
this.sc.Panel1.Controls.Add(this.btnBrowseVeProms);
|
|
this.sc.Panel1.Controls.Add(this.tbVePromsPath);
|
|
this.sc.Panel1.Controls.Add(this.btnCtTok);
|
|
this.sc.Panel1.Controls.Add(this.btnGroup);
|
|
this.sc.Panel1.Controls.Add(this.btnVETree_CSLA);
|
|
this.sc.Panel1.Controls.Add(this.btnBrowseVesam);
|
|
this.sc.Panel1.Controls.Add(this.tbVesamPath);
|
|
this.sc.Panel1.Controls.Add(this.btnVesam);
|
|
this.sc.Panel1.Controls.Add(this.btnLoadTreeCSLA);
|
|
this.sc.Panel1.Controls.Add(this.cbLazy);
|
|
this.sc.Panel1.Controls.Add(this.btnConvertSelected);
|
|
this.sc.Panel1.Controls.Add(this.btnLoadTreeDB);
|
|
this.sc.Panel1.Controls.Add(this.cbPurgeData);
|
|
this.sc.Panel1.Controls.Add(this.lblTime);
|
|
this.sc.Panel1.Controls.Add(this.pbStep);
|
|
this.sc.Panel1.Controls.Add(this.pbSect);
|
|
this.sc.Panel1.Controls.Add(this.pbProc);
|
|
this.sc.Panel1.Controls.Add(this.cbSaveDoc);
|
|
this.sc.Panel1.Controls.Add(this.cbSaveRTF);
|
|
this.sc.Panel1.Controls.Add(this.btnBrowse);
|
|
this.sc.Panel1.Controls.Add(this.tbSource);
|
|
this.sc.Panel1.Controls.Add(this.lblStep);
|
|
this.sc.Panel1.Controls.Add(this.lblSection);
|
|
this.sc.Panel1.Controls.Add(this.lblProc);
|
|
this.sc.Panel1.Controls.Add(this.btnConvert);
|
|
this.sc.Panel1.DoubleClick += new System.EventHandler(this.sc_Panel1_DoubleClick);
|
|
//
|
|
// sc.Panel2
|
|
//
|
|
this.sc.Panel2.BackColor = System.Drawing.SystemColors.Control;
|
|
this.sc.Panel2.Controls.Add(this.tv);
|
|
this.sc.Size = new System.Drawing.Size(886, 545);
|
|
this.sc.SplitterDistance = 313;
|
|
this.sc.TabIndex = 46;
|
|
//
|
|
// tbxBackupFileName
|
|
//
|
|
this.tbxBackupFileName.BackColor = System.Drawing.SystemColors.Info;
|
|
this.tbxBackupFileName.Location = new System.Drawing.Point(137, 92);
|
|
this.tbxBackupFileName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.tbxBackupFileName.Name = "tbxBackupFileName";
|
|
this.tbxBackupFileName.Size = new System.Drawing.Size(268, 22);
|
|
this.tbxBackupFileName.TabIndex = 84;
|
|
this.tbxBackupFileName.Text = "VEPROMS.bak";
|
|
this.toolTip1.SetToolTip(this.tbxBackupFileName, "The file name that will be used in the backup and restore batch files\r\nthat will " +
|
|
"be created in the same folder as the conversion log files.");
|
|
//
|
|
// lblBackupName
|
|
//
|
|
this.lblBackupName.AutoSize = true;
|
|
this.lblBackupName.BackColor = System.Drawing.SystemColors.Info;
|
|
this.lblBackupName.Location = new System.Drawing.Point(5, 95);
|
|
this.lblBackupName.Name = "lblBackupName";
|
|
this.lblBackupName.Size = new System.Drawing.Size(126, 17);
|
|
this.lblBackupName.TabIndex = 83;
|
|
this.lblBackupName.Text = "Backup File Name:";
|
|
//
|
|
// lblProms16BitLoc
|
|
//
|
|
this.lblProms16BitLoc.AutoSize = true;
|
|
this.lblProms16BitLoc.BackColor = System.Drawing.SystemColors.Control;
|
|
this.lblProms16BitLoc.Location = new System.Drawing.Point(5, 38);
|
|
this.lblProms16BitLoc.Name = "lblProms16BitLoc";
|
|
this.lblProms16BitLoc.Size = new System.Drawing.Size(143, 17);
|
|
this.lblProms16BitLoc.TabIndex = 82;
|
|
this.lblProms16BitLoc.Text = "VE-PROMS Location:";
|
|
//
|
|
// cbxOnlyThisSet
|
|
//
|
|
this.cbxOnlyThisSet.AutoSize = true;
|
|
this.cbxOnlyThisSet.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
|
this.cbxOnlyThisSet.Location = new System.Drawing.Point(31, 149);
|
|
this.cbxOnlyThisSet.Name = "cbxOnlyThisSet";
|
|
this.cbxOnlyThisSet.Size = new System.Drawing.Size(119, 21);
|
|
this.cbxOnlyThisSet.TabIndex = 81;
|
|
this.cbxOnlyThisSet.Text = "Only This Set:";
|
|
this.cbxOnlyThisSet.UseVisualStyleBackColor = false;
|
|
this.cbxOnlyThisSet.Visible = false;
|
|
//
|
|
// btnLogLoc
|
|
//
|
|
this.btnLogLoc.BackColor = System.Drawing.SystemColors.Info;
|
|
this.btnLogLoc.Location = new System.Drawing.Point(716, 62);
|
|
this.btnLogLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.btnLogLoc.Name = "btnLogLoc";
|
|
this.btnLogLoc.Size = new System.Drawing.Size(158, 25);
|
|
this.btnLogLoc.TabIndex = 79;
|
|
this.btnLogLoc.Text = "[1] Log File Location...";
|
|
this.btnLogLoc.UseVisualStyleBackColor = false;
|
|
this.btnLogLoc.Click += new System.EventHandler(this.LogLoc_Click);
|
|
//
|
|
// txbLogFileLoc
|
|
//
|
|
this.txbLogFileLoc.BackColor = System.Drawing.SystemColors.Info;
|
|
this.txbLogFileLoc.Location = new System.Drawing.Point(131, 63);
|
|
this.txbLogFileLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.txbLogFileLoc.Name = "txbLogFileLoc";
|
|
this.txbLogFileLoc.Size = new System.Drawing.Size(578, 22);
|
|
this.txbLogFileLoc.TabIndex = 78;
|
|
this.txbLogFileLoc.Text = "\\\\Volian-server\\04 ve-proms files\\Active Project Files\\32 Bit VE-PROMS\\Data Migra" +
|
|
"tion";
|
|
this.toolTip1.SetToolTip(this.txbLogFileLoc, "The location to place the conversion log files.\r\nCreate a folder for each plant.\r" +
|
|
"\nType in or use the Browse button at the right.");
|
|
this.txbLogFileLoc.TextChanged += new System.EventHandler(this.txbLogFileLoc_TextChanged);
|
|
//
|
|
// lblLogFileLoc
|
|
//
|
|
this.lblLogFileLoc.AutoSize = true;
|
|
this.lblLogFileLoc.BackColor = System.Drawing.SystemColors.Info;
|
|
this.lblLogFileLoc.Location = new System.Drawing.Point(5, 66);
|
|
this.lblLogFileLoc.Name = "lblLogFileLoc";
|
|
this.lblLogFileLoc.Size = new System.Drawing.Size(120, 17);
|
|
this.lblLogFileLoc.TabIndex = 77;
|
|
this.lblLogFileLoc.Text = "Log File Location:";
|
|
//
|
|
// btnFixTransitions
|
|
//
|
|
this.btnFixTransitions.BackColor = System.Drawing.SystemColors.Info;
|
|
this.btnFixTransitions.Location = new System.Drawing.Point(8, 232);
|
|
this.btnFixTransitions.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.btnFixTransitions.Name = "btnFixTransitions";
|
|
this.btnFixTransitions.Size = new System.Drawing.Size(86, 44);
|
|
this.btnFixTransitions.TabIndex = 76;
|
|
this.btnFixTransitions.Text = "[3] Fix Transitions";
|
|
this.toolTip1.SetToolTip(this.btnFixTransitions, "Do this after you convert the data.\r\nThis will place the proper text in\r\nthe tran" +
|
|
"sition links.");
|
|
this.btnFixTransitions.UseVisualStyleBackColor = false;
|
|
this.btnFixTransitions.Click += new System.EventHandler(this.btnFixTransitions_Click);
|
|
//
|
|
// lblCurSetFolder
|
|
//
|
|
this.lblCurSetFolder.AutoSize = true;
|
|
this.lblCurSetFolder.ForeColor = System.Drawing.Color.Blue;
|
|
this.lblCurSetFolder.Location = new System.Drawing.Point(240, 288);
|
|
this.lblCurSetFolder.Name = "lblCurSetFolder";
|
|
this.lblCurSetFolder.Size = new System.Drawing.Size(20, 17);
|
|
this.lblCurSetFolder.TabIndex = 75;
|
|
this.lblCurSetFolder.Text = "...";
|
|
this.lblCurSetFolder.Visible = false;
|
|
//
|
|
// lblProcessing
|
|
//
|
|
this.lblProcessing.AutoSize = true;
|
|
this.lblProcessing.Location = new System.Drawing.Point(13, 288);
|
|
this.lblProcessing.Name = "lblProcessing";
|
|
this.lblProcessing.Size = new System.Drawing.Size(221, 17);
|
|
this.lblProcessing.TabIndex = 74;
|
|
this.lblProcessing.Text = "Processing Procedure Set Folder:";
|
|
this.lblProcessing.Visible = false;
|
|
//
|
|
// cbFormatsOnly
|
|
//
|
|
this.cbFormatsOnly.AutoSize = true;
|
|
this.cbFormatsOnly.Location = new System.Drawing.Point(715, 284);
|
|
this.cbFormatsOnly.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.cbFormatsOnly.Name = "cbFormatsOnly";
|
|
this.cbFormatsOnly.Size = new System.Drawing.Size(114, 21);
|
|
this.cbFormatsOnly.TabIndex = 73;
|
|
this.cbFormatsOnly.Text = "Formats Only";
|
|
this.cbFormatsOnly.UseVisualStyleBackColor = true;
|
|
this.cbFormatsOnly.Visible = false;
|
|
//
|
|
// btnBrowseVeProms
|
|
//
|
|
this.btnBrowseVeProms.BackColor = System.Drawing.SystemColors.Control;
|
|
this.btnBrowseVeProms.Location = new System.Drawing.Point(715, 34);
|
|
this.btnBrowseVeProms.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.btnBrowseVeProms.Name = "btnBrowseVeProms";
|
|
this.btnBrowseVeProms.Size = new System.Drawing.Size(159, 25);
|
|
this.btnBrowseVeProms.TabIndex = 72;
|
|
this.btnBrowseVeProms.Text = "Browse for VeProms...";
|
|
this.toolTip1.SetToolTip(this.btnBrowseVeProms, "Browser for the location of VE-PROMS (16-bit version)");
|
|
this.btnBrowseVeProms.UseVisualStyleBackColor = false;
|
|
this.btnBrowseVeProms.Click += new System.EventHandler(this.btnBrowseVeProms_Click);
|
|
//
|
|
// tbVePromsPath
|
|
//
|
|
this.tbVePromsPath.BackColor = System.Drawing.SystemColors.Window;
|
|
this.tbVePromsPath.Location = new System.Drawing.Point(152, 36);
|
|
this.tbVePromsPath.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.tbVePromsPath.Name = "tbVePromsPath";
|
|
this.tbVePromsPath.Size = new System.Drawing.Size(557, 22);
|
|
this.tbVePromsPath.TabIndex = 71;
|
|
this.tbVePromsPath.Text = "C:\\16bit\\VE-PROMS";
|
|
this.toolTip1.SetToolTip(this.tbVePromsPath, "Type in the location of VE-PROMS (16-bit version)\r\nOR use the Browse button at th" +
|
|
"e right.");
|
|
this.tbVePromsPath.TextChanged += new System.EventHandler(this.tbVePromsPath_TextChanged);
|
|
//
|
|
// btnCtTok
|
|
//
|
|
this.btnCtTok.Location = new System.Drawing.Point(649, 5);
|
|
this.btnCtTok.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnCtTok.Name = "btnCtTok";
|
|
this.btnCtTok.Size = new System.Drawing.Size(128, 23);
|
|
this.btnCtTok.TabIndex = 70;
|
|
this.btnCtTok.Text = "Count Tokens";
|
|
this.btnCtTok.UseVisualStyleBackColor = true;
|
|
this.btnCtTok.Visible = false;
|
|
this.btnCtTok.Click += new System.EventHandler(this.btnCtTok_Click);
|
|
//
|
|
// btnGroup
|
|
//
|
|
this.btnGroup.Location = new System.Drawing.Point(522, 5);
|
|
this.btnGroup.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnGroup.Name = "btnGroup";
|
|
this.btnGroup.Size = new System.Drawing.Size(119, 23);
|
|
this.btnGroup.TabIndex = 69;
|
|
this.btnGroup.Text = "Group/Security";
|
|
this.btnGroup.UseVisualStyleBackColor = true;
|
|
this.btnGroup.Visible = false;
|
|
this.btnGroup.Click += new System.EventHandler(this.btnGroup_Click);
|
|
//
|
|
// btnVETree_CSLA
|
|
//
|
|
this.btnVETree_CSLA.Location = new System.Drawing.Point(337, 5);
|
|
this.btnVETree_CSLA.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnVETree_CSLA.Name = "btnVETree_CSLA";
|
|
this.btnVETree_CSLA.Size = new System.Drawing.Size(177, 23);
|
|
this.btnVETree_CSLA.TabIndex = 68;
|
|
this.btnVETree_CSLA.Text = "Load VETree from CSLA";
|
|
this.btnVETree_CSLA.UseVisualStyleBackColor = true;
|
|
this.btnVETree_CSLA.Visible = false;
|
|
this.btnVETree_CSLA.Click += new System.EventHandler(this.btnVETree_CSLA_Click);
|
|
//
|
|
// btnBrowseVesam
|
|
//
|
|
this.btnBrowseVesam.Location = new System.Drawing.Point(716, 120);
|
|
this.btnBrowseVesam.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.btnBrowseVesam.Name = "btnBrowseVesam";
|
|
this.btnBrowseVesam.Size = new System.Drawing.Size(159, 24);
|
|
this.btnBrowseVesam.TabIndex = 67;
|
|
this.btnBrowseVesam.Text = "Browse for Vesam...";
|
|
this.btnBrowseVesam.UseVisualStyleBackColor = true;
|
|
this.btnBrowseVesam.Visible = false;
|
|
this.btnBrowseVesam.Click += new System.EventHandler(this.btnBrowseVesam_Click);
|
|
//
|
|
// tbVesamPath
|
|
//
|
|
this.tbVesamPath.Location = new System.Drawing.Point(152, 120);
|
|
this.tbVesamPath.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tbVesamPath.Name = "tbVesamPath";
|
|
this.tbVesamPath.Size = new System.Drawing.Size(557, 22);
|
|
this.tbVesamPath.TabIndex = 66;
|
|
this.tbVesamPath.Text = "C:\\16bit\\Ve-proms\\vesam.opt";
|
|
this.tbVesamPath.Visible = false;
|
|
//
|
|
// btnVesam
|
|
//
|
|
this.btnVesam.Location = new System.Drawing.Point(4, 118);
|
|
this.btnVesam.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnVesam.Name = "btnVesam";
|
|
this.btnVesam.Size = new System.Drawing.Size(144, 26);
|
|
this.btnVesam.TabIndex = 65;
|
|
this.btnVesam.Text = "Convert Security";
|
|
this.btnVesam.UseVisualStyleBackColor = true;
|
|
this.btnVesam.Visible = false;
|
|
this.btnVesam.Click += new System.EventHandler(this.btnVesam_Click);
|
|
//
|
|
// btnLoadTreeCSLA
|
|
//
|
|
this.btnLoadTreeCSLA.Location = new System.Drawing.Point(170, 5);
|
|
this.btnLoadTreeCSLA.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnLoadTreeCSLA.Name = "btnLoadTreeCSLA";
|
|
this.btnLoadTreeCSLA.Size = new System.Drawing.Size(159, 23);
|
|
this.btnLoadTreeCSLA.TabIndex = 64;
|
|
this.btnLoadTreeCSLA.Text = "Load Tree from CSLA";
|
|
this.btnLoadTreeCSLA.UseVisualStyleBackColor = true;
|
|
this.btnLoadTreeCSLA.Visible = false;
|
|
this.btnLoadTreeCSLA.Click += new System.EventHandler(this.btnLoadTreeCSLA_Click);
|
|
//
|
|
// cbLazy
|
|
//
|
|
this.cbLazy.AutoSize = true;
|
|
this.cbLazy.Checked = true;
|
|
this.cbLazy.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cbLazy.Location = new System.Drawing.Point(715, 259);
|
|
this.cbLazy.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.cbLazy.Name = "cbLazy";
|
|
this.cbLazy.Size = new System.Drawing.Size(96, 21);
|
|
this.cbLazy.TabIndex = 63;
|
|
this.cbLazy.Text = "Lazy Load";
|
|
this.cbLazy.UseVisualStyleBackColor = true;
|
|
this.cbLazy.Visible = false;
|
|
//
|
|
// btnConvertSelected
|
|
//
|
|
this.btnConvertSelected.Location = new System.Drawing.Point(226, 257);
|
|
this.btnConvertSelected.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.btnConvertSelected.Name = "btnConvertSelected";
|
|
this.btnConvertSelected.Size = new System.Drawing.Size(201, 23);
|
|
this.btnConvertSelected.TabIndex = 62;
|
|
this.btnConvertSelected.Text = "Convert Dbf Selected In Tree";
|
|
this.btnConvertSelected.UseVisualStyleBackColor = true;
|
|
this.btnConvertSelected.Visible = false;
|
|
this.btnConvertSelected.Click += new System.EventHandler(this.btnConvertSelected_Click);
|
|
//
|
|
// btnLoadTreeDB
|
|
//
|
|
this.btnLoadTreeDB.Location = new System.Drawing.Point(6, 5);
|
|
this.btnLoadTreeDB.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.btnLoadTreeDB.Name = "btnLoadTreeDB";
|
|
this.btnLoadTreeDB.Size = new System.Drawing.Size(157, 23);
|
|
this.btnLoadTreeDB.TabIndex = 60;
|
|
this.btnLoadTreeDB.Text = "Convert Top Folders";
|
|
this.btnLoadTreeDB.UseVisualStyleBackColor = true;
|
|
this.btnLoadTreeDB.Visible = false;
|
|
this.btnLoadTreeDB.Click += new System.EventHandler(this.btnLoadTreeDB_Click);
|
|
//
|
|
// cbPurgeData
|
|
//
|
|
this.cbPurgeData.AutoSize = true;
|
|
this.cbPurgeData.Checked = true;
|
|
this.cbPurgeData.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cbPurgeData.Location = new System.Drawing.Point(715, 232);
|
|
this.cbPurgeData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.cbPurgeData.Name = "cbPurgeData";
|
|
this.cbPurgeData.Size = new System.Drawing.Size(154, 21);
|
|
this.cbPurgeData.TabIndex = 59;
|
|
this.cbPurgeData.Text = "Purge Existing Data";
|
|
this.cbPurgeData.UseVisualStyleBackColor = true;
|
|
this.cbPurgeData.Visible = false;
|
|
//
|
|
// lblTime
|
|
//
|
|
this.lblTime.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
this.lblTime.Location = new System.Drawing.Point(108, 251);
|
|
this.lblTime.Name = "lblTime";
|
|
this.lblTime.Size = new System.Drawing.Size(112, 25);
|
|
this.lblTime.TabIndex = 58;
|
|
//
|
|
// pbStep
|
|
//
|
|
this.pbStep.Location = new System.Drawing.Point(226, 228);
|
|
this.pbStep.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.pbStep.Name = "pbStep";
|
|
this.pbStep.Size = new System.Drawing.Size(483, 18);
|
|
this.pbStep.TabIndex = 57;
|
|
//
|
|
// pbSect
|
|
//
|
|
this.pbSect.Location = new System.Drawing.Point(226, 206);
|
|
this.pbSect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.pbSect.Name = "pbSect";
|
|
this.pbSect.Size = new System.Drawing.Size(483, 18);
|
|
this.pbSect.TabIndex = 56;
|
|
//
|
|
// pbProc
|
|
//
|
|
this.pbProc.Location = new System.Drawing.Point(226, 182);
|
|
this.pbProc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.pbProc.Name = "pbProc";
|
|
this.pbProc.Size = new System.Drawing.Size(483, 18);
|
|
this.pbProc.TabIndex = 55;
|
|
//
|
|
// cbSaveDoc
|
|
//
|
|
this.cbSaveDoc.AutoSize = true;
|
|
this.cbSaveDoc.Checked = true;
|
|
this.cbSaveDoc.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cbSaveDoc.Location = new System.Drawing.Point(716, 182);
|
|
this.cbSaveDoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.cbSaveDoc.Name = "cbSaveDoc";
|
|
this.cbSaveDoc.Size = new System.Drawing.Size(96, 21);
|
|
this.cbSaveDoc.TabIndex = 54;
|
|
this.cbSaveDoc.Text = "Save DOC";
|
|
this.cbSaveDoc.UseVisualStyleBackColor = true;
|
|
this.cbSaveDoc.Visible = false;
|
|
this.cbSaveDoc.Click += new System.EventHandler(this.cbSaveDoc_Click);
|
|
//
|
|
// cbSaveRTF
|
|
//
|
|
this.cbSaveRTF.AutoSize = true;
|
|
this.cbSaveRTF.Location = new System.Drawing.Point(716, 207);
|
|
this.cbSaveRTF.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.cbSaveRTF.Name = "cbSaveRTF";
|
|
this.cbSaveRTF.Size = new System.Drawing.Size(93, 21);
|
|
this.cbSaveRTF.TabIndex = 53;
|
|
this.cbSaveRTF.Text = "Save RTF";
|
|
this.cbSaveRTF.UseVisualStyleBackColor = true;
|
|
this.cbSaveRTF.Visible = false;
|
|
this.cbSaveRTF.Click += new System.EventHandler(this.cbSaveRTF_Click);
|
|
//
|
|
// btnBrowse
|
|
//
|
|
this.btnBrowse.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
|
this.btnBrowse.Location = new System.Drawing.Point(716, 148);
|
|
this.btnBrowse.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.btnBrowse.Name = "btnBrowse";
|
|
this.btnBrowse.Size = new System.Drawing.Size(158, 23);
|
|
this.btnBrowse.TabIndex = 52;
|
|
this.btnBrowse.Text = "Browse For Set...";
|
|
this.btnBrowse.UseVisualStyleBackColor = false;
|
|
this.btnBrowse.Visible = false;
|
|
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
|
|
//
|
|
// tbSource
|
|
//
|
|
this.tbSource.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
|
this.tbSource.Location = new System.Drawing.Point(152, 148);
|
|
this.tbSource.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.tbSource.Name = "tbSource";
|
|
this.tbSource.Size = new System.Drawing.Size(557, 22);
|
|
this.tbSource.TabIndex = 51;
|
|
this.tbSource.Text = "i:\\vedata\\vewcnfp\\fp.prc";
|
|
this.tbSource.Visible = false;
|
|
//
|
|
// lblStep
|
|
//
|
|
this.lblStep.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
this.lblStep.Location = new System.Drawing.Point(108, 226);
|
|
this.lblStep.Name = "lblStep";
|
|
this.lblStep.Size = new System.Drawing.Size(112, 25);
|
|
this.lblStep.TabIndex = 49;
|
|
//
|
|
// lblSection
|
|
//
|
|
this.lblSection.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
this.lblSection.Location = new System.Drawing.Point(108, 203);
|
|
this.lblSection.Name = "lblSection";
|
|
this.lblSection.Size = new System.Drawing.Size(112, 23);
|
|
this.lblSection.TabIndex = 48;
|
|
//
|
|
// lblProc
|
|
//
|
|
this.lblProc.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
this.lblProc.Location = new System.Drawing.Point(108, 179);
|
|
this.lblProc.Name = "lblProc";
|
|
this.lblProc.Size = new System.Drawing.Size(112, 23);
|
|
this.lblProc.TabIndex = 47;
|
|
//
|
|
// btnConvert
|
|
//
|
|
this.btnConvert.BackColor = System.Drawing.SystemColors.Info;
|
|
this.btnConvert.Location = new System.Drawing.Point(8, 179);
|
|
this.btnConvert.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.btnConvert.Name = "btnConvert";
|
|
this.btnConvert.Size = new System.Drawing.Size(86, 49);
|
|
this.btnConvert.TabIndex = 46;
|
|
this.btnConvert.Text = "[2] Convert Data";
|
|
this.toolTip1.SetToolTip(this.btnConvert, "This will convert the data found via your DataPath \r\ndefined in your cfg file \r\n(" +
|
|
"the one used with 16-bit VE-PROMS)");
|
|
this.btnConvert.UseVisualStyleBackColor = false;
|
|
this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click);
|
|
//
|
|
// tv
|
|
//
|
|
this.tv.CheckBoxes = true;
|
|
this.tv.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.tv.Location = new System.Drawing.Point(0, 2);
|
|
this.tv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.tv.Name = "tv";
|
|
this.tv.Size = new System.Drawing.Size(886, 226);
|
|
this.tv.TabIndex = 24;
|
|
this.tv.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tv_BeforeExpand);
|
|
this.tv.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tv_AfterSelect);
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripStatusLabel1,
|
|
this.tsslError});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 500);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 19, 0);
|
|
this.statusStrip1.Size = new System.Drawing.Size(886, 45);
|
|
this.statusStrip1.TabIndex = 47;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
this.toolStripStatusLabel1.AutoSize = false;
|
|
this.toolStripStatusLabel1.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(500, 40);
|
|
this.toolStripStatusLabel1.Text = "Status Information";
|
|
this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
|
//
|
|
// tsslError
|
|
//
|
|
this.tsslError.AutoSize = false;
|
|
this.tsslError.Name = "tsslError";
|
|
this.tsslError.Size = new System.Drawing.Size(300, 40);
|
|
this.tsslError.Text = "No Errors";
|
|
this.tsslError.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
|
//
|
|
// frmLoader
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(886, 545);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.sc);
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.Name = "frmLoader";
|
|
this.Text = "PROMS-2010 Data Loader";
|
|
this.Load += new System.EventHandler(this.frmLoader_Load);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmLoader_FormClosing);
|
|
this.sc.Panel1.ResumeLayout(false);
|
|
this.sc.Panel1.PerformLayout();
|
|
this.sc.Panel2.ResumeLayout(false);
|
|
this.sc.ResumeLayout(false);
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer sc;
|
|
private System.Windows.Forms.CheckBox cbLazy;
|
|
private System.Windows.Forms.Button btnConvertSelected;
|
|
private System.Windows.Forms.Button btnLoadTreeDB;
|
|
private System.Windows.Forms.CheckBox cbPurgeData;
|
|
private System.Windows.Forms.Label lblTime;
|
|
private System.Windows.Forms.ProgressBar pbStep;
|
|
private System.Windows.Forms.ProgressBar pbSect;
|
|
private System.Windows.Forms.ProgressBar pbProc;
|
|
private System.Windows.Forms.CheckBox cbSaveDoc;
|
|
private System.Windows.Forms.CheckBox cbSaveRTF;
|
|
private System.Windows.Forms.Button btnBrowse;
|
|
private System.Windows.Forms.TextBox tbSource;
|
|
private System.Windows.Forms.Label lblStep;
|
|
private System.Windows.Forms.Label lblSection;
|
|
private System.Windows.Forms.Label lblProc;
|
|
private System.Windows.Forms.Button btnConvert;
|
|
private System.Windows.Forms.TreeView tv;
|
|
private System.Windows.Forms.FolderBrowserDialog fbd;
|
|
private System.Windows.Forms.Button btnLoadTreeCSLA;
|
|
private System.Windows.Forms.TextBox tbVesamPath;
|
|
private System.Windows.Forms.Button btnVesam;
|
|
private System.Windows.Forms.Button btnBrowseVesam;
|
|
private System.Windows.Forms.Button btnVETree_CSLA;
|
|
private System.Windows.Forms.Button btnGroup;
|
|
private System.Windows.Forms.Button btnCtTok;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
private System.Windows.Forms.Button btnBrowseVeProms;
|
|
private System.Windows.Forms.TextBox tbVePromsPath;
|
|
private System.Windows.Forms.CheckBox cbFormatsOnly;
|
|
private System.Windows.Forms.ToolStripStatusLabel tsslError;
|
|
private System.Windows.Forms.Label lblCurSetFolder;
|
|
private System.Windows.Forms.Label lblProcessing;
|
|
private System.Windows.Forms.Button btnFixTransitions;
|
|
private System.Windows.Forms.TextBox txbLogFileLoc;
|
|
private System.Windows.Forms.Label lblLogFileLoc;
|
|
private System.Windows.Forms.Button btnLogLoc;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private System.Windows.Forms.CheckBox cbxOnlyThisSet;
|
|
private System.Windows.Forms.Label lblProms16BitLoc;
|
|
private System.Windows.Forms.TextBox tbxBackupFileName;
|
|
private System.Windows.Forms.Label lblBackupName;
|
|
}
|
|
} |