435 lines
16 KiB
C#
435 lines
16 KiB
C#
namespace XMLConvert
|
|
{
|
|
partial class frmConvertXML
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.tbFile = new System.Windows.Forms.TextBox();
|
|
this.btnLoad = new System.Windows.Forms.Button();
|
|
this.tbResults = new System.Windows.Forms.TextBox();
|
|
this.btnFindNodeTypes = new System.Windows.Forms.Button();
|
|
this.btnStructure = new System.Windows.Forms.Button();
|
|
this.btnLoadContent = new System.Windows.Forms.Button();
|
|
this.btnLoadProcedure = new System.Windows.Forms.Button();
|
|
this.btnBrowse = new System.Windows.Forms.Button();
|
|
this.ofd = new System.Windows.Forms.OpenFileDialog();
|
|
this.pbSection = new DevComponents.DotNetBar.Controls.ProgressBarX();
|
|
this.pbStep = new DevComponents.DotNetBar.Controls.ProgressBarX();
|
|
this.btnAll = new System.Windows.Forms.Button();
|
|
this.btnAllStructure = new System.Windows.Forms.Button();
|
|
this.pbProcs = new DevComponents.DotNetBar.Controls.ProgressBarX();
|
|
this.btnAllStructure2 = new System.Windows.Forms.Button();
|
|
this.lblProcedure = new System.Windows.Forms.Label();
|
|
this.lblSection = new System.Windows.Forms.Label();
|
|
this.lblStep = new System.Windows.Forms.Label();
|
|
this.btnAllContent = new System.Windows.Forms.Button();
|
|
this.btnHTML = new System.Windows.Forms.Button();
|
|
this.btnHTML2 = new System.Windows.Forms.Button();
|
|
this.btnCandN = new System.Windows.Forms.Button();
|
|
this.btnHTLM3 = new System.Windows.Forms.Button();
|
|
this.btnAllContent2 = new System.Windows.Forms.Button();
|
|
this.btnVerbs = new System.Windows.Forms.Button();
|
|
this.btnFigures = new System.Windows.Forms.Button();
|
|
this.btnTables = new System.Windows.Forms.Button();
|
|
this.bntTable2 = new System.Windows.Forms.Button();
|
|
this.btnStepOrNo = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(22, 19);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(48, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "XML File";
|
|
//
|
|
// tbFile
|
|
//
|
|
this.tbFile.Location = new System.Drawing.Point(85, 17);
|
|
this.tbFile.Name = "tbFile";
|
|
this.tbFile.Size = new System.Drawing.Size(578, 20);
|
|
this.tbFile.TabIndex = 1;
|
|
this.tbFile.Text = "C:\\Development\\Proms\\Barakah\\AOPRev1\\AOP CPP Batch 1\\XML\\procedure\\1N2-OP-AOP-MP-" +
|
|
"0001 Rev01 FINAL - Main Transformer Abnormal.xml";
|
|
//
|
|
// btnLoad
|
|
//
|
|
this.btnLoad.Location = new System.Drawing.Point(12, 43);
|
|
this.btnLoad.Name = "btnLoad";
|
|
this.btnLoad.Size = new System.Drawing.Size(58, 23);
|
|
this.btnLoad.TabIndex = 2;
|
|
this.btnLoad.Text = "Load";
|
|
this.btnLoad.UseVisualStyleBackColor = true;
|
|
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
|
|
//
|
|
// tbResults
|
|
//
|
|
this.tbResults.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.tbResults.Location = new System.Drawing.Point(12, 183);
|
|
this.tbResults.Multiline = true;
|
|
this.tbResults.Name = "tbResults";
|
|
this.tbResults.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.tbResults.Size = new System.Drawing.Size(726, 351);
|
|
this.tbResults.TabIndex = 3;
|
|
this.tbResults.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbResults_KeyDown);
|
|
//
|
|
// btnFindNodeTypes
|
|
//
|
|
this.btnFindNodeTypes.Location = new System.Drawing.Point(76, 43);
|
|
this.btnFindNodeTypes.Name = "btnFindNodeTypes";
|
|
this.btnFindNodeTypes.Size = new System.Drawing.Size(92, 23);
|
|
this.btnFindNodeTypes.TabIndex = 4;
|
|
this.btnFindNodeTypes.Text = "FindNodeTypes";
|
|
this.btnFindNodeTypes.UseVisualStyleBackColor = true;
|
|
this.btnFindNodeTypes.Click += new System.EventHandler(this.btnFindNodeTypes_Click);
|
|
//
|
|
// btnStructure
|
|
//
|
|
this.btnStructure.Location = new System.Drawing.Point(174, 43);
|
|
this.btnStructure.Name = "btnStructure";
|
|
this.btnStructure.Size = new System.Drawing.Size(59, 23);
|
|
this.btnStructure.TabIndex = 5;
|
|
this.btnStructure.Text = "Structure";
|
|
this.btnStructure.UseVisualStyleBackColor = true;
|
|
this.btnStructure.Click += new System.EventHandler(this.btnStructure_Click);
|
|
//
|
|
// btnLoadContent
|
|
//
|
|
this.btnLoadContent.Location = new System.Drawing.Point(270, 43);
|
|
this.btnLoadContent.Name = "btnLoadContent";
|
|
this.btnLoadContent.Size = new System.Drawing.Size(83, 23);
|
|
this.btnLoadContent.TabIndex = 6;
|
|
this.btnLoadContent.Text = "Load Content";
|
|
this.btnLoadContent.UseVisualStyleBackColor = true;
|
|
this.btnLoadContent.Click += new System.EventHandler(this.btnLoadContent_Click);
|
|
//
|
|
// btnLoadProcedure
|
|
//
|
|
this.btnLoadProcedure.AccessibleDescription = "z";
|
|
this.btnLoadProcedure.Location = new System.Drawing.Point(643, 43);
|
|
this.btnLoadProcedure.Name = "btnLoadProcedure";
|
|
this.btnLoadProcedure.Size = new System.Drawing.Size(95, 23);
|
|
this.btnLoadProcedure.TabIndex = 7;
|
|
this.btnLoadProcedure.Text = "Load Procedure";
|
|
this.btnLoadProcedure.UseVisualStyleBackColor = true;
|
|
this.btnLoadProcedure.Click += new System.EventHandler(this.btnLoadProcedure_Click);
|
|
//
|
|
// btnBrowse
|
|
//
|
|
this.btnBrowse.Location = new System.Drawing.Point(669, 14);
|
|
this.btnBrowse.Name = "btnBrowse";
|
|
this.btnBrowse.Size = new System.Drawing.Size(75, 23);
|
|
this.btnBrowse.TabIndex = 8;
|
|
this.btnBrowse.Text = "Browse";
|
|
this.btnBrowse.UseVisualStyleBackColor = true;
|
|
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
|
|
//
|
|
// ofd
|
|
//
|
|
this.ofd.FileName = "openFileDialog1";
|
|
//
|
|
// pbSection
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.pbSection.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.pbSection.Location = new System.Drawing.Point(99, 141);
|
|
this.pbSection.Name = "pbSection";
|
|
this.pbSection.Size = new System.Drawing.Size(639, 12);
|
|
this.pbSection.TabIndex = 9;
|
|
this.pbSection.Text = "progressBarX1";
|
|
//
|
|
// pbStep
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.pbStep.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.pbStep.Location = new System.Drawing.Point(99, 159);
|
|
this.pbStep.Name = "pbStep";
|
|
this.pbStep.Size = new System.Drawing.Size(639, 13);
|
|
this.pbStep.TabIndex = 10;
|
|
this.pbStep.Text = "progressBarX2";
|
|
//
|
|
// btnAll
|
|
//
|
|
this.btnAll.Location = new System.Drawing.Point(705, 72);
|
|
this.btnAll.Name = "btnAll";
|
|
this.btnAll.Size = new System.Drawing.Size(33, 23);
|
|
this.btnAll.TabIndex = 11;
|
|
this.btnAll.Text = "All";
|
|
this.btnAll.UseVisualStyleBackColor = true;
|
|
this.btnAll.Click += new System.EventHandler(this.btnAll_Click);
|
|
//
|
|
// btnAllStructure
|
|
//
|
|
this.btnAllStructure.Location = new System.Drawing.Point(186, 72);
|
|
this.btnAllStructure.Name = "btnAllStructure";
|
|
this.btnAllStructure.Size = new System.Drawing.Size(47, 23);
|
|
this.btnAllStructure.TabIndex = 12;
|
|
this.btnAllStructure.Text = "All Structure";
|
|
this.btnAllStructure.UseVisualStyleBackColor = true;
|
|
this.btnAllStructure.Click += new System.EventHandler(this.btnAllStructure_Click);
|
|
//
|
|
// pbProcs
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.pbProcs.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.pbProcs.Location = new System.Drawing.Point(99, 123);
|
|
this.pbProcs.Name = "pbProcs";
|
|
this.pbProcs.Size = new System.Drawing.Size(639, 12);
|
|
this.pbProcs.TabIndex = 13;
|
|
this.pbProcs.Text = "progressBarX1";
|
|
//
|
|
// btnAllStructure2
|
|
//
|
|
this.btnAllStructure2.Location = new System.Drawing.Point(186, 94);
|
|
this.btnAllStructure2.Name = "btnAllStructure2";
|
|
this.btnAllStructure2.Size = new System.Drawing.Size(47, 23);
|
|
this.btnAllStructure2.TabIndex = 14;
|
|
this.btnAllStructure2.Text = "All Structure";
|
|
this.btnAllStructure2.UseVisualStyleBackColor = true;
|
|
this.btnAllStructure2.Click += new System.EventHandler(this.btnAllStructure2_Click);
|
|
//
|
|
// lblProcedure
|
|
//
|
|
this.lblProcedure.Location = new System.Drawing.Point(12, 123);
|
|
this.lblProcedure.Name = "lblProcedure";
|
|
this.lblProcedure.Size = new System.Drawing.Size(86, 18);
|
|
this.lblProcedure.TabIndex = 15;
|
|
this.lblProcedure.Text = "Procedure";
|
|
//
|
|
// lblSection
|
|
//
|
|
this.lblSection.Location = new System.Drawing.Point(12, 141);
|
|
this.lblSection.Name = "lblSection";
|
|
this.lblSection.Size = new System.Drawing.Size(86, 18);
|
|
this.lblSection.TabIndex = 16;
|
|
this.lblSection.Text = "Section";
|
|
//
|
|
// lblStep
|
|
//
|
|
this.lblStep.Location = new System.Drawing.Point(12, 160);
|
|
this.lblStep.Name = "lblStep";
|
|
this.lblStep.Size = new System.Drawing.Size(86, 18);
|
|
this.lblStep.TabIndex = 17;
|
|
this.lblStep.Text = "Step";
|
|
//
|
|
// btnAllContent
|
|
//
|
|
this.btnAllContent.Location = new System.Drawing.Point(270, 72);
|
|
this.btnAllContent.Name = "btnAllContent";
|
|
this.btnAllContent.Size = new System.Drawing.Size(33, 23);
|
|
this.btnAllContent.TabIndex = 18;
|
|
this.btnAllContent.Text = "All";
|
|
this.btnAllContent.UseVisualStyleBackColor = true;
|
|
this.btnAllContent.Click += new System.EventHandler(this.btnAllContent_Click);
|
|
//
|
|
// btnHTML
|
|
//
|
|
this.btnHTML.Location = new System.Drawing.Point(359, 43);
|
|
this.btnHTML.Name = "btnHTML";
|
|
this.btnHTML.Size = new System.Drawing.Size(51, 23);
|
|
this.btnHTML.TabIndex = 19;
|
|
this.btnHTML.Text = "HTML";
|
|
this.btnHTML.UseVisualStyleBackColor = true;
|
|
this.btnHTML.Click += new System.EventHandler(this.btnHTML_Click);
|
|
//
|
|
// btnHTML2
|
|
//
|
|
this.btnHTML2.Location = new System.Drawing.Point(359, 72);
|
|
this.btnHTML2.Name = "btnHTML2";
|
|
this.btnHTML2.Size = new System.Drawing.Size(51, 23);
|
|
this.btnHTML2.TabIndex = 20;
|
|
this.btnHTML2.Text = "HTML2";
|
|
this.btnHTML2.UseVisualStyleBackColor = true;
|
|
this.btnHTML2.Click += new System.EventHandler(this.btnHTML2_Click);
|
|
//
|
|
// btnCandN
|
|
//
|
|
this.btnCandN.Location = new System.Drawing.Point(416, 43);
|
|
this.btnCandN.Name = "btnCandN";
|
|
this.btnCandN.Size = new System.Drawing.Size(58, 23);
|
|
this.btnCandN.TabIndex = 21;
|
|
this.btnCandN.Text = "C and N";
|
|
this.btnCandN.UseVisualStyleBackColor = true;
|
|
this.btnCandN.Click += new System.EventHandler(this.btnCandN_Click);
|
|
//
|
|
// btnHTLM3
|
|
//
|
|
this.btnHTLM3.Location = new System.Drawing.Point(359, 94);
|
|
this.btnHTLM3.Name = "btnHTLM3";
|
|
this.btnHTLM3.Size = new System.Drawing.Size(51, 23);
|
|
this.btnHTLM3.TabIndex = 22;
|
|
this.btnHTLM3.Text = "HTML3";
|
|
this.btnHTLM3.UseVisualStyleBackColor = true;
|
|
this.btnHTLM3.Click += new System.EventHandler(this.btnHTLM3_Click);
|
|
//
|
|
// btnAllContent2
|
|
//
|
|
this.btnAllContent2.Location = new System.Drawing.Point(270, 94);
|
|
this.btnAllContent2.Name = "btnAllContent2";
|
|
this.btnAllContent2.Size = new System.Drawing.Size(33, 23);
|
|
this.btnAllContent2.TabIndex = 18;
|
|
this.btnAllContent2.Text = "All2";
|
|
this.btnAllContent2.UseVisualStyleBackColor = true;
|
|
this.btnAllContent2.Click += new System.EventHandler(this.btnAllContent2_Click);
|
|
//
|
|
// btnVerbs
|
|
//
|
|
this.btnVerbs.Location = new System.Drawing.Point(416, 72);
|
|
this.btnVerbs.Name = "btnVerbs";
|
|
this.btnVerbs.Size = new System.Drawing.Size(58, 23);
|
|
this.btnVerbs.TabIndex = 23;
|
|
this.btnVerbs.Text = "Verbs";
|
|
this.btnVerbs.UseVisualStyleBackColor = true;
|
|
this.btnVerbs.Click += new System.EventHandler(this.btnVerbs_Click);
|
|
//
|
|
// btnFigures
|
|
//
|
|
this.btnFigures.Location = new System.Drawing.Point(416, 94);
|
|
this.btnFigures.Name = "btnFigures";
|
|
this.btnFigures.Size = new System.Drawing.Size(58, 24);
|
|
this.btnFigures.TabIndex = 24;
|
|
this.btnFigures.Text = "Figures";
|
|
this.btnFigures.UseVisualStyleBackColor = true;
|
|
this.btnFigures.Click += new System.EventHandler(this.btnFigures_Click);
|
|
//
|
|
// btnTables
|
|
//
|
|
this.btnTables.Location = new System.Drawing.Point(480, 72);
|
|
this.btnTables.Name = "btnTables";
|
|
this.btnTables.Size = new System.Drawing.Size(65, 23);
|
|
this.btnTables.TabIndex = 25;
|
|
this.btnTables.Text = "Tables";
|
|
this.btnTables.UseVisualStyleBackColor = true;
|
|
this.btnTables.Click += new System.EventHandler(this.btnTables_Click);
|
|
//
|
|
// bntTable2
|
|
//
|
|
this.bntTable2.Location = new System.Drawing.Point(558, 72);
|
|
this.bntTable2.Name = "bntTable2";
|
|
this.bntTable2.Size = new System.Drawing.Size(67, 22);
|
|
this.bntTable2.TabIndex = 26;
|
|
this.bntTable2.Text = "Table2";
|
|
this.bntTable2.UseVisualStyleBackColor = true;
|
|
this.bntTable2.Click += new System.EventHandler(this.bntTable2_Click);
|
|
//
|
|
// btnStepOrNo
|
|
//
|
|
this.btnStepOrNo.Location = new System.Drawing.Point(480, 43);
|
|
this.btnStepOrNo.Name = "btnStepOrNo";
|
|
this.btnStepOrNo.Size = new System.Drawing.Size(73, 23);
|
|
this.btnStepOrNo.TabIndex = 27;
|
|
this.btnStepOrNo.Text = "StepOrNot";
|
|
this.btnStepOrNo.UseVisualStyleBackColor = true;
|
|
this.btnStepOrNo.Click += new System.EventHandler(this.btnStepOrNo_Click);
|
|
//
|
|
// frmConvertXML
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(750, 557);
|
|
this.Controls.Add(this.btnStepOrNo);
|
|
this.Controls.Add(this.bntTable2);
|
|
this.Controls.Add(this.btnTables);
|
|
this.Controls.Add(this.btnFigures);
|
|
this.Controls.Add(this.btnVerbs);
|
|
this.Controls.Add(this.btnHTLM3);
|
|
this.Controls.Add(this.btnCandN);
|
|
this.Controls.Add(this.btnHTML2);
|
|
this.Controls.Add(this.btnHTML);
|
|
this.Controls.Add(this.btnAllContent2);
|
|
this.Controls.Add(this.btnAllContent);
|
|
this.Controls.Add(this.lblStep);
|
|
this.Controls.Add(this.lblSection);
|
|
this.Controls.Add(this.lblProcedure);
|
|
this.Controls.Add(this.btnAllStructure2);
|
|
this.Controls.Add(this.pbProcs);
|
|
this.Controls.Add(this.btnAllStructure);
|
|
this.Controls.Add(this.btnAll);
|
|
this.Controls.Add(this.pbStep);
|
|
this.Controls.Add(this.pbSection);
|
|
this.Controls.Add(this.btnBrowse);
|
|
this.Controls.Add(this.btnLoadProcedure);
|
|
this.Controls.Add(this.btnLoadContent);
|
|
this.Controls.Add(this.btnStructure);
|
|
this.Controls.Add(this.btnFindNodeTypes);
|
|
this.Controls.Add(this.tbResults);
|
|
this.Controls.Add(this.btnLoad);
|
|
this.Controls.Add(this.tbFile);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "frmConvertXML";
|
|
this.Text = "Form1";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox tbFile;
|
|
private System.Windows.Forms.Button btnLoad;
|
|
private System.Windows.Forms.TextBox tbResults;
|
|
private System.Windows.Forms.Button btnFindNodeTypes;
|
|
private System.Windows.Forms.Button btnStructure;
|
|
private System.Windows.Forms.Button btnLoadContent;
|
|
private System.Windows.Forms.Button btnLoadProcedure;
|
|
private System.Windows.Forms.Button btnBrowse;
|
|
private System.Windows.Forms.OpenFileDialog ofd;
|
|
private DevComponents.DotNetBar.Controls.ProgressBarX pbSection;
|
|
private DevComponents.DotNetBar.Controls.ProgressBarX pbStep;
|
|
private System.Windows.Forms.Button btnAll;
|
|
private System.Windows.Forms.Button btnAllStructure;
|
|
private DevComponents.DotNetBar.Controls.ProgressBarX pbProcs;
|
|
private System.Windows.Forms.Button btnAllStructure2;
|
|
private System.Windows.Forms.Label lblProcedure;
|
|
private System.Windows.Forms.Label lblSection;
|
|
private System.Windows.Forms.Label lblStep;
|
|
private System.Windows.Forms.Button btnAllContent;
|
|
private System.Windows.Forms.Button btnHTML;
|
|
private System.Windows.Forms.Button btnHTML2;
|
|
private System.Windows.Forms.Button btnCandN;
|
|
private System.Windows.Forms.Button btnHTLM3;
|
|
private System.Windows.Forms.Button btnAllContent2;
|
|
private System.Windows.Forms.Button btnVerbs;
|
|
private System.Windows.Forms.Button btnFigures;
|
|
private System.Windows.Forms.Button btnTables;
|
|
private System.Windows.Forms.Button bntTable2;
|
|
private System.Windows.Forms.Button btnStepOrNo;
|
|
}
|
|
}
|
|
|