382 lines
18 KiB
C#
382 lines
18 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);
|
|
}
|
|
|
|
#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.sc = new System.Windows.Forms.SplitContainer();
|
|
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.btnGroup = new System.Windows.Forms.Button();
|
|
this.sc.Panel1.SuspendLayout();
|
|
this.sc.Panel2.SuspendLayout();
|
|
this.sc.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(2);
|
|
this.sc.Name = "sc";
|
|
this.sc.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// sc.Panel1
|
|
//
|
|
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);
|
|
//
|
|
// sc.Panel2
|
|
//
|
|
this.sc.Panel2.Controls.Add(this.tv);
|
|
this.sc.Size = new System.Drawing.Size(623, 413);
|
|
this.sc.SplitterDistance = 172;
|
|
this.sc.SplitterWidth = 3;
|
|
this.sc.TabIndex = 46;
|
|
//
|
|
// btnVETree_CSLA
|
|
//
|
|
this.btnVETree_CSLA.Location = new System.Drawing.Point(293, 121);
|
|
this.btnVETree_CSLA.Name = "btnVETree_CSLA";
|
|
this.btnVETree_CSLA.Size = new System.Drawing.Size(145, 21);
|
|
this.btnVETree_CSLA.TabIndex = 68;
|
|
this.btnVETree_CSLA.Text = "Load VETree from CSLA";
|
|
this.btnVETree_CSLA.UseVisualStyleBackColor = true;
|
|
this.btnVETree_CSLA.Click += new System.EventHandler(this.btnVETree_CSLA_Click);
|
|
//
|
|
// btnBrowseVesam
|
|
//
|
|
this.btnBrowseVesam.Location = new System.Drawing.Point(479, 150);
|
|
this.btnBrowseVesam.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnBrowseVesam.Name = "btnBrowseVesam";
|
|
this.btnBrowseVesam.Size = new System.Drawing.Size(119, 19);
|
|
this.btnBrowseVesam.TabIndex = 67;
|
|
this.btnBrowseVesam.Text = "Browse for Vesam...";
|
|
this.btnBrowseVesam.UseVisualStyleBackColor = true;
|
|
this.btnBrowseVesam.Click += new System.EventHandler(this.btnBrowseVesam_Click);
|
|
//
|
|
// tbVesamPath
|
|
//
|
|
this.tbVesamPath.Location = new System.Drawing.Point(114, 150);
|
|
this.tbVesamPath.Name = "tbVesamPath";
|
|
this.tbVesamPath.Size = new System.Drawing.Size(353, 20);
|
|
this.tbVesamPath.TabIndex = 66;
|
|
this.tbVesamPath.Text = "e:\\ve-proms\\vesam.opt";
|
|
//
|
|
// btnVesam
|
|
//
|
|
this.btnVesam.Location = new System.Drawing.Point(2, 148);
|
|
this.btnVesam.Name = "btnVesam";
|
|
this.btnVesam.Size = new System.Drawing.Size(108, 21);
|
|
this.btnVesam.TabIndex = 65;
|
|
this.btnVesam.Text = "Convert Security";
|
|
this.btnVesam.UseVisualStyleBackColor = true;
|
|
this.btnVesam.Click += new System.EventHandler(this.btnVesam_Click);
|
|
//
|
|
// btnLoadTreeCSLA
|
|
//
|
|
this.btnLoadTreeCSLA.Location = new System.Drawing.Point(295, 96);
|
|
this.btnLoadTreeCSLA.Name = "btnLoadTreeCSLA";
|
|
this.btnLoadTreeCSLA.Size = new System.Drawing.Size(144, 20);
|
|
this.btnLoadTreeCSLA.TabIndex = 64;
|
|
this.btnLoadTreeCSLA.Text = "Load Tree from CSLA";
|
|
this.btnLoadTreeCSLA.UseVisualStyleBackColor = true;
|
|
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(11, 126);
|
|
this.cbLazy.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbLazy.Name = "cbLazy";
|
|
this.cbLazy.Size = new System.Drawing.Size(75, 17);
|
|
this.cbLazy.TabIndex = 63;
|
|
this.cbLazy.Text = "Lazy Load";
|
|
this.cbLazy.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnConvertSelected
|
|
//
|
|
this.btnConvertSelected.Location = new System.Drawing.Point(170, 97);
|
|
this.btnConvertSelected.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnConvertSelected.Name = "btnConvertSelected";
|
|
this.btnConvertSelected.Size = new System.Drawing.Size(108, 19);
|
|
this.btnConvertSelected.TabIndex = 62;
|
|
this.btnConvertSelected.Text = "Convert Selected";
|
|
this.btnConvertSelected.UseVisualStyleBackColor = true;
|
|
this.btnConvertSelected.Click += new System.EventHandler(this.btnConvertSelected_Click);
|
|
//
|
|
// btnLoadTreeDB
|
|
//
|
|
this.btnLoadTreeDB.Location = new System.Drawing.Point(450, 97);
|
|
this.btnLoadTreeDB.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnLoadTreeDB.Name = "btnLoadTreeDB";
|
|
this.btnLoadTreeDB.Size = new System.Drawing.Size(124, 19);
|
|
this.btnLoadTreeDB.TabIndex = 60;
|
|
this.btnLoadTreeDB.Text = "Load Tree from dBase";
|
|
this.btnLoadTreeDB.UseVisualStyleBackColor = true;
|
|
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(479, 75);
|
|
this.cbPurgeData.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbPurgeData.Name = "cbPurgeData";
|
|
this.cbPurgeData.Size = new System.Drawing.Size(119, 17);
|
|
this.cbPurgeData.TabIndex = 59;
|
|
this.cbPurgeData.Text = "Purge Existing Data";
|
|
this.cbPurgeData.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblTime
|
|
//
|
|
this.lblTime.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
this.lblTime.Location = new System.Drawing.Point(70, 92);
|
|
this.lblTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblTime.Name = "lblTime";
|
|
this.lblTime.Size = new System.Drawing.Size(84, 20);
|
|
this.lblTime.TabIndex = 58;
|
|
//
|
|
// pbStep
|
|
//
|
|
this.pbStep.Location = new System.Drawing.Point(160, 76);
|
|
this.pbStep.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pbStep.Name = "pbStep";
|
|
this.pbStep.Size = new System.Drawing.Size(308, 15);
|
|
this.pbStep.TabIndex = 57;
|
|
//
|
|
// pbSect
|
|
//
|
|
this.pbSect.Location = new System.Drawing.Point(160, 56);
|
|
this.pbSect.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pbSect.Name = "pbSect";
|
|
this.pbSect.Size = new System.Drawing.Size(307, 15);
|
|
this.pbSect.TabIndex = 56;
|
|
//
|
|
// pbProc
|
|
//
|
|
this.pbProc.Location = new System.Drawing.Point(160, 37);
|
|
this.pbProc.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pbProc.Name = "pbProc";
|
|
this.pbProc.Size = new System.Drawing.Size(308, 15);
|
|
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(480, 34);
|
|
this.cbSaveDoc.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbSaveDoc.Name = "cbSaveDoc";
|
|
this.cbSaveDoc.Size = new System.Drawing.Size(77, 17);
|
|
this.cbSaveDoc.TabIndex = 54;
|
|
this.cbSaveDoc.Text = "Save DOC";
|
|
this.cbSaveDoc.UseVisualStyleBackColor = true;
|
|
this.cbSaveDoc.Click += new System.EventHandler(this.cbSaveDoc_Click);
|
|
//
|
|
// cbSaveRTF
|
|
//
|
|
this.cbSaveRTF.AutoSize = true;
|
|
this.cbSaveRTF.Location = new System.Drawing.Point(480, 54);
|
|
this.cbSaveRTF.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbSaveRTF.Name = "cbSaveRTF";
|
|
this.cbSaveRTF.Size = new System.Drawing.Size(75, 17);
|
|
this.cbSaveRTF.TabIndex = 53;
|
|
this.cbSaveRTF.Text = "Save RTF";
|
|
this.cbSaveRTF.UseVisualStyleBackColor = true;
|
|
this.cbSaveRTF.Click += new System.EventHandler(this.cbSaveRTF_Click);
|
|
//
|
|
// btnBrowse
|
|
//
|
|
this.btnBrowse.Location = new System.Drawing.Point(479, 10);
|
|
this.btnBrowse.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnBrowse.Name = "btnBrowse";
|
|
this.btnBrowse.Size = new System.Drawing.Size(56, 19);
|
|
this.btnBrowse.TabIndex = 52;
|
|
this.btnBrowse.Text = "Browse...";
|
|
this.btnBrowse.UseVisualStyleBackColor = true;
|
|
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
|
|
//
|
|
// tbSource
|
|
//
|
|
this.tbSource.Location = new System.Drawing.Point(71, 10);
|
|
this.tbSource.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tbSource.Name = "tbSource";
|
|
this.tbSource.Size = new System.Drawing.Size(397, 20);
|
|
this.tbSource.TabIndex = 51;
|
|
this.tbSource.Text = "i:\\vedata\\vewcnfp\\fp.prc";
|
|
//
|
|
// lblStep
|
|
//
|
|
this.lblStep.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
this.lblStep.Location = new System.Drawing.Point(70, 72);
|
|
this.lblStep.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblStep.Name = "lblStep";
|
|
this.lblStep.Size = new System.Drawing.Size(84, 20);
|
|
this.lblStep.TabIndex = 49;
|
|
//
|
|
// lblSection
|
|
//
|
|
this.lblSection.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
this.lblSection.Location = new System.Drawing.Point(70, 53);
|
|
this.lblSection.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblSection.Name = "lblSection";
|
|
this.lblSection.Size = new System.Drawing.Size(84, 19);
|
|
this.lblSection.TabIndex = 48;
|
|
//
|
|
// lblProc
|
|
//
|
|
this.lblProc.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
this.lblProc.Location = new System.Drawing.Point(70, 34);
|
|
this.lblProc.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblProc.Name = "lblProc";
|
|
this.lblProc.Size = new System.Drawing.Size(84, 19);
|
|
this.lblProc.TabIndex = 47;
|
|
//
|
|
// btnConvert
|
|
//
|
|
this.btnConvert.Location = new System.Drawing.Point(2, 9);
|
|
this.btnConvert.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnConvert.Name = "btnConvert";
|
|
this.btnConvert.Size = new System.Drawing.Size(56, 19);
|
|
this.btnConvert.TabIndex = 46;
|
|
this.btnConvert.Text = "Convert";
|
|
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, 1);
|
|
this.tv.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tv.Name = "tv";
|
|
this.tv.Size = new System.Drawing.Size(623, 237);
|
|
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);
|
|
//
|
|
// btnGroup
|
|
//
|
|
this.btnGroup.Location = new System.Drawing.Point(505, 118);
|
|
this.btnGroup.Name = "btnGroup";
|
|
this.btnGroup.Size = new System.Drawing.Size(75, 23);
|
|
this.btnGroup.TabIndex = 69;
|
|
this.btnGroup.Text = "Group";
|
|
this.btnGroup.UseVisualStyleBackColor = true;
|
|
this.btnGroup.Click += new System.EventHandler(this.btnGroup_Click);
|
|
//
|
|
// frmLoader
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(623, 413);
|
|
this.Controls.Add(this.sc);
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
this.Name = "frmLoader";
|
|
this.Text = "frmLoader";
|
|
this.sc.Panel1.ResumeLayout(false);
|
|
this.sc.Panel1.PerformLayout();
|
|
this.sc.Panel2.ResumeLayout(false);
|
|
this.sc.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#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;
|
|
}
|
|
} |