namespace XSL_Transform
{
partial class frmMain
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.Windows.Forms.TabPage tpSX;
System.Windows.Forms.TabPage tpRS;
System.Windows.Forms.TabPage tpSR;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
this.tbSX = new System.Windows.Forms.TextBox();
this.wbRS = new System.Windows.Forms.WebBrowser();
this.tbSR = new System.Windows.Forms.TextBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.tcSource = new System.Windows.Forms.TabControl();
this.tpSS = new System.Windows.Forms.TabPage();
this.tbSS = new System.Windows.Forms.TextBox();
this.tcResults = new System.Windows.Forms.TabControl();
this.tpRX = new System.Windows.Forms.TabPage();
this.wbRX = new System.Windows.Forms.WebBrowser();
this.tpRR = new System.Windows.Forms.TabPage();
this.wbRR = new System.Windows.Forms.WebBrowser();
this.tpXslHelp = new System.Windows.Forms.TabPage();
this.wbXSLHelp = new System.Windows.Forms.WebBrowser();
this.tpXPathHelp = new System.Windows.Forms.TabPage();
this.wbXPathHelp = new System.Windows.Forms.WebBrowser();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.xMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.miOpenXML = new System.Windows.Forms.ToolStripMenuItem();
this.miSaveXML = new System.Windows.Forms.ToolStripMenuItem();
this.miSaveAsXML = new System.Windows.Forms.ToolStripMenuItem();
this.xSLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.miOpenXSL = new System.Windows.Forms.ToolStripMenuItem();
this.miSaveXSL = new System.Windows.Forms.ToolStripMenuItem();
this.miSaveAsXSL = new System.Windows.Forms.ToolStripMenuItem();
this.resultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.miTransform = new System.Windows.Forms.ToolStripMenuItem();
this.miQuery = new System.Windows.Forms.ToolStripMenuItem();
this.miSaveAsResults = new System.Windows.Forms.ToolStripMenuItem();
this.miQuit = new System.Windows.Forms.ToolStripMenuItem();
this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.specialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ofdxml = new System.Windows.Forms.OpenFileDialog();
this.sfdxml = new System.Windows.Forms.SaveFileDialog();
this.ofdxsl = new System.Windows.Forms.OpenFileDialog();
this.sfdxsl = new System.Windows.Forms.SaveFileDialog();
this.sfdResults = new System.Windows.Forms.SaveFileDialog();
this.ofdResults = new System.Windows.Forms.OpenFileDialog();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.RowLbl = new System.Windows.Forms.ToolStripStatusLabel();
this.ColLbl = new System.Windows.Forms.ToolStripStatusLabel();
this.miRefreshXML = new System.Windows.Forms.ToolStripMenuItem();
this.miRefreshXSL = new System.Windows.Forms.ToolStripMenuItem();
tpSX = new System.Windows.Forms.TabPage();
tpRS = new System.Windows.Forms.TabPage();
tpSR = new System.Windows.Forms.TabPage();
tpSX.SuspendLayout();
tpRS.SuspendLayout();
tpSR.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.tcSource.SuspendLayout();
this.tpSS.SuspendLayout();
this.tcResults.SuspendLayout();
this.tpRX.SuspendLayout();
this.tpRR.SuspendLayout();
this.tpXslHelp.SuspendLayout();
this.tpXPathHelp.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// tpSX
//
tpSX.Controls.Add(this.tbSX);
tpSX.Location = new System.Drawing.Point(4, 22);
tpSX.Name = "tpSX";
tpSX.Padding = new System.Windows.Forms.Padding(3);
tpSX.Size = new System.Drawing.Size(426, 463);
tpSX.TabIndex = 0;
tpSX.Text = "XML";
tpSX.UseVisualStyleBackColor = true;
//
// tbSX
//
this.tbSX.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbSX.Location = new System.Drawing.Point(3, 3);
this.tbSX.Multiline = true;
this.tbSX.Name = "tbSX";
this.tbSX.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.tbSX.Size = new System.Drawing.Size(420, 457);
this.tbSX.TabIndex = 0;
this.tbSX.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbSX_MouseUp);
this.tbSX.TextChanged += new System.EventHandler(this.tbTextChanged);
//
// tpRS
//
tpRS.Controls.Add(this.wbRS);
tpRS.Location = new System.Drawing.Point(4, 22);
tpRS.Name = "tpRS";
tpRS.Padding = new System.Windows.Forms.Padding(3);
tpRS.Size = new System.Drawing.Size(419, 463);
tpRS.TabIndex = 1;
tpRS.Text = "XSL";
tpRS.UseVisualStyleBackColor = true;
//
// wbRS
//
this.wbRS.Dock = System.Windows.Forms.DockStyle.Fill;
this.wbRS.Location = new System.Drawing.Point(3, 3);
this.wbRS.MinimumSize = new System.Drawing.Size(20, 20);
this.wbRS.Name = "wbRS";
this.wbRS.Size = new System.Drawing.Size(413, 457);
this.wbRS.TabIndex = 1;
//
// tpSR
//
tpSR.Controls.Add(this.tbSR);
tpSR.Location = new System.Drawing.Point(4, 22);
tpSR.Name = "tpSR";
tpSR.Size = new System.Drawing.Size(426, 463);
tpSR.TabIndex = 2;
tpSR.Text = "Results";
tpSR.UseVisualStyleBackColor = true;
//
// tbSR
//
this.tbSR.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbSR.Location = new System.Drawing.Point(0, 0);
this.tbSR.Multiline = true;
this.tbSR.Name = "tbSR";
this.tbSR.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.tbSR.Size = new System.Drawing.Size(426, 463);
this.tbSR.TabIndex = 1;
this.tbSR.TextChanged += new System.EventHandler(this.tbTextChanged);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 24);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.tcSource);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tcResults);
this.splitContainer1.Size = new System.Drawing.Size(865, 489);
this.splitContainer1.SplitterDistance = 434;
this.splitContainer1.TabIndex = 0;
//
// tcSource
//
this.tcSource.Controls.Add(tpSX);
this.tcSource.Controls.Add(this.tpSS);
this.tcSource.Controls.Add(tpSR);
this.tcSource.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcSource.Location = new System.Drawing.Point(0, 0);
this.tcSource.Name = "tcSource";
this.tcSource.SelectedIndex = 0;
this.tcSource.Size = new System.Drawing.Size(434, 489);
this.tcSource.TabIndex = 0;
//
// tpSS
//
this.tpSS.Controls.Add(this.tbSS);
this.tpSS.Location = new System.Drawing.Point(4, 22);
this.tpSS.Name = "tpSS";
this.tpSS.Padding = new System.Windows.Forms.Padding(3);
this.tpSS.Size = new System.Drawing.Size(426, 463);
this.tpSS.TabIndex = 1;
this.tpSS.Text = "XSL";
this.tpSS.UseVisualStyleBackColor = true;
//
// tbSS
//
this.tbSS.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbSS.Location = new System.Drawing.Point(3, 3);
this.tbSS.Multiline = true;
this.tbSS.Name = "tbSS";
this.tbSS.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.tbSS.Size = new System.Drawing.Size(420, 457);
this.tbSS.TabIndex = 1;
this.tbSS.TextChanged += new System.EventHandler(this.tbTextChanged);
//
// tcResults
//
this.tcResults.Controls.Add(this.tpRX);
this.tcResults.Controls.Add(tpRS);
this.tcResults.Controls.Add(this.tpRR);
this.tcResults.Controls.Add(this.tpXslHelp);
this.tcResults.Controls.Add(this.tpXPathHelp);
this.tcResults.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcResults.Location = new System.Drawing.Point(0, 0);
this.tcResults.Name = "tcResults";
this.tcResults.SelectedIndex = 0;
this.tcResults.Size = new System.Drawing.Size(427, 489);
this.tcResults.TabIndex = 1;
this.tcResults.SelectedIndexChanged += new System.EventHandler(this.tcResults_SelectedIndexChanged);
//
// tpRX
//
this.tpRX.Controls.Add(this.wbRX);
this.tpRX.Location = new System.Drawing.Point(4, 22);
this.tpRX.Name = "tpRX";
this.tpRX.Padding = new System.Windows.Forms.Padding(3);
this.tpRX.Size = new System.Drawing.Size(419, 463);
this.tpRX.TabIndex = 0;
this.tpRX.Text = "XML";
this.tpRX.UseVisualStyleBackColor = true;
//
// wbRX
//
this.wbRX.Dock = System.Windows.Forms.DockStyle.Fill;
this.wbRX.Location = new System.Drawing.Point(3, 3);
this.wbRX.MinimumSize = new System.Drawing.Size(20, 20);
this.wbRX.Name = "wbRX";
this.wbRX.Size = new System.Drawing.Size(413, 457);
this.wbRX.TabIndex = 0;
//
// tpRR
//
this.tpRR.Controls.Add(this.wbRR);
this.tpRR.Location = new System.Drawing.Point(4, 22);
this.tpRR.Name = "tpRR";
this.tpRR.Size = new System.Drawing.Size(419, 463);
this.tpRR.TabIndex = 2;
this.tpRR.Text = "Results";
this.tpRR.UseVisualStyleBackColor = true;
//
// wbRR
//
this.wbRR.Dock = System.Windows.Forms.DockStyle.Fill;
this.wbRR.Location = new System.Drawing.Point(0, 0);
this.wbRR.MinimumSize = new System.Drawing.Size(20, 20);
this.wbRR.Name = "wbRR";
this.wbRR.Size = new System.Drawing.Size(419, 463);
this.wbRR.TabIndex = 1;
//
// tpXslHelp
//
this.tpXslHelp.Controls.Add(this.wbXSLHelp);
this.tpXslHelp.Location = new System.Drawing.Point(4, 22);
this.tpXslHelp.Name = "tpXslHelp";
this.tpXslHelp.Size = new System.Drawing.Size(419, 463);
this.tpXslHelp.TabIndex = 3;
this.tpXslHelp.Text = "XSL Help";
this.tpXslHelp.UseVisualStyleBackColor = true;
//
// wbXSLHelp
//
this.wbXSLHelp.Dock = System.Windows.Forms.DockStyle.Fill;
this.wbXSLHelp.Location = new System.Drawing.Point(0, 0);
this.wbXSLHelp.MinimumSize = new System.Drawing.Size(20, 20);
this.wbXSLHelp.Name = "wbXSLHelp";
this.wbXSLHelp.Size = new System.Drawing.Size(419, 463);
this.wbXSLHelp.TabIndex = 3;
//
// tpXPathHelp
//
this.tpXPathHelp.Controls.Add(this.wbXPathHelp);
this.tpXPathHelp.Location = new System.Drawing.Point(4, 22);
this.tpXPathHelp.Name = "tpXPathHelp";
this.tpXPathHelp.Size = new System.Drawing.Size(419, 463);
this.tpXPathHelp.TabIndex = 4;
this.tpXPathHelp.Text = "XPath Help";
this.tpXPathHelp.UseVisualStyleBackColor = true;
//
// wbXPathHelp
//
this.wbXPathHelp.Dock = System.Windows.Forms.DockStyle.Fill;
this.wbXPathHelp.Location = new System.Drawing.Point(0, 0);
this.wbXPathHelp.MinimumSize = new System.Drawing.Size(20, 20);
this.wbXPathHelp.Name = "wbXPathHelp";
this.wbXPathHelp.Size = new System.Drawing.Size(419, 463);
this.wbXPathHelp.TabIndex = 2;
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.xMLToolStripMenuItem,
this.xSLToolStripMenuItem,
this.resultToolStripMenuItem,
this.miQuit,
this.searchToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(865, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// xMLToolStripMenuItem
//
this.xMLToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miOpenXML,
this.miSaveXML,
this.miSaveAsXML,
this.miRefreshXML});
this.xMLToolStripMenuItem.Name = "xMLToolStripMenuItem";
this.xMLToolStripMenuItem.Size = new System.Drawing.Size(38, 20);
this.xMLToolStripMenuItem.Text = "XML";
//
// miOpenXML
//
this.miOpenXML.Name = "miOpenXML";
this.miOpenXML.Size = new System.Drawing.Size(152, 22);
this.miOpenXML.Tag = "0";
this.miOpenXML.Text = "Open";
this.miOpenXML.Click += new System.EventHandler(this.miOpen_Click);
//
// miSaveXML
//
this.miSaveXML.Name = "miSaveXML";
this.miSaveXML.Size = new System.Drawing.Size(152, 22);
this.miSaveXML.Tag = "0";
this.miSaveXML.Text = "Save";
this.miSaveXML.Click += new System.EventHandler(this.miSave_Click);
//
// miSaveAsXML
//
this.miSaveAsXML.Name = "miSaveAsXML";
this.miSaveAsXML.Size = new System.Drawing.Size(152, 22);
this.miSaveAsXML.Tag = "0";
this.miSaveAsXML.Text = "Save As";
this.miSaveAsXML.Click += new System.EventHandler(this.miSaveAs_Click);
//
// xSLToolStripMenuItem
//
this.xSLToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miOpenXSL,
this.miSaveXSL,
this.miSaveAsXSL,
this.miRefreshXSL});
this.xSLToolStripMenuItem.Name = "xSLToolStripMenuItem";
this.xSLToolStripMenuItem.Size = new System.Drawing.Size(36, 20);
this.xSLToolStripMenuItem.Text = "XSL";
//
// miOpenXSL
//
this.miOpenXSL.Name = "miOpenXSL";
this.miOpenXSL.Size = new System.Drawing.Size(152, 22);
this.miOpenXSL.Tag = "1";
this.miOpenXSL.Text = "Open";
this.miOpenXSL.Click += new System.EventHandler(this.miOpen_Click);
//
// miSaveXSL
//
this.miSaveXSL.Name = "miSaveXSL";
this.miSaveXSL.Size = new System.Drawing.Size(152, 22);
this.miSaveXSL.Tag = "1";
this.miSaveXSL.Text = "Save";
this.miSaveXSL.Click += new System.EventHandler(this.miSave_Click);
//
// miSaveAsXSL
//
this.miSaveAsXSL.Name = "miSaveAsXSL";
this.miSaveAsXSL.Size = new System.Drawing.Size(152, 22);
this.miSaveAsXSL.Tag = "1";
this.miSaveAsXSL.Text = "Save As";
this.miSaveAsXSL.Click += new System.EventHandler(this.miSaveAs_Click);
//
// resultToolStripMenuItem
//
this.resultToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miTransform,
this.miQuery,
this.miSaveAsResults});
this.resultToolStripMenuItem.Name = "resultToolStripMenuItem";
this.resultToolStripMenuItem.Size = new System.Drawing.Size(49, 20);
this.resultToolStripMenuItem.Text = "Result";
//
// miTransform
//
this.miTransform.Name = "miTransform";
this.miTransform.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
this.miTransform.Size = new System.Drawing.Size(172, 22);
this.miTransform.Text = "Transform";
this.miTransform.Click += new System.EventHandler(this.miTransform_Click);
//
// miQuery
//
this.miQuery.Name = "miQuery";
this.miQuery.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
this.miQuery.Size = new System.Drawing.Size(172, 22);
this.miQuery.Text = "Query";
this.miQuery.Click += new System.EventHandler(this.miQuery_Click);
//
// miSaveAsResults
//
this.miSaveAsResults.Name = "miSaveAsResults";
this.miSaveAsResults.Size = new System.Drawing.Size(172, 22);
this.miSaveAsResults.Tag = "2";
this.miSaveAsResults.Text = "Save";
this.miSaveAsResults.Click += new System.EventHandler(this.miSaveAs_Click);
//
// miQuit
//
this.miQuit.Name = "miQuit";
this.miQuit.Size = new System.Drawing.Size(39, 20);
this.miQuit.Text = "&Quit";
this.miQuit.Click += new System.EventHandler(this.miQuit_Click);
//
// searchToolStripMenuItem
//
this.searchToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.specialToolStripMenuItem});
this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
this.searchToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
this.searchToolStripMenuItem.Text = "Search";
//
// specialToolStripMenuItem
//
this.specialToolStripMenuItem.Name = "specialToolStripMenuItem";
this.specialToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
this.specialToolStripMenuItem.Text = "Special Characters";
this.specialToolStripMenuItem.Click += new System.EventHandler(this.specialToolStripMenuItem_Click);
//
// ofdxml
//
this.ofdxml.FileOk += new System.ComponentModel.CancelEventHandler(this.OpenFileOk);
//
// sfdxml
//
this.sfdxml.FileOk += new System.ComponentModel.CancelEventHandler(this.SaveFileOk);
//
// ofdxsl
//
this.ofdxsl.FileOk += new System.ComponentModel.CancelEventHandler(this.OpenFileOk);
//
// sfdxsl
//
this.sfdxsl.FileOk += new System.ComponentModel.CancelEventHandler(this.SaveFileOk);
//
// sfdResults
//
this.sfdResults.FileOk += new System.ComponentModel.CancelEventHandler(this.SaveFileOk);
//
// ofdResults
//
this.ofdResults.FileOk += new System.ComponentModel.CancelEventHandler(this.OpenFileOk);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.RowLbl,
this.ColLbl});
this.statusStrip1.Location = new System.Drawing.Point(0, 513);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(865, 22);
this.statusStrip1.TabIndex = 2;
this.statusStrip1.Text = "statusStrip1";
//
// RowLbl
//
this.RowLbl.Name = "RowLbl";
this.RowLbl.Size = new System.Drawing.Size(41, 17);
this.RowLbl.Text = "Row: 0";
//
// ColLbl
//
this.ColLbl.Name = "ColLbl";
this.ColLbl.Size = new System.Drawing.Size(55, 17);
this.ColLbl.Text = "Column: 0";
//
// miRefreshXML
//
this.miRefreshXML.Name = "miRefreshXML";
this.miRefreshXML.Size = new System.Drawing.Size(152, 22);
this.miRefreshXML.Tag = "0";
this.miRefreshXML.Text = "Refresh";
this.miRefreshXML.Click += new System.EventHandler(this.miRefresh_Click);
//
// miRefreshXSL
//
this.miRefreshXSL.Name = "miRefreshXSL";
this.miRefreshXSL.Size = new System.Drawing.Size(152, 22);
this.miRefreshXSL.Tag = "1";
this.miRefreshXSL.Text = "Refresh";
this.miRefreshXSL.Click += new System.EventHandler(this.miRefresh_Click);
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(865, 535);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.menuStrip1);
this.Controls.Add(this.statusStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmMain";
this.Text = "XML Query and Transform Tool";
tpSX.ResumeLayout(false);
tpSX.PerformLayout();
tpRS.ResumeLayout(false);
tpSR.ResumeLayout(false);
tpSR.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.tcSource.ResumeLayout(false);
this.tpSS.ResumeLayout(false);
this.tpSS.PerformLayout();
this.tcResults.ResumeLayout(false);
this.tpRX.ResumeLayout(false);
this.tpRR.ResumeLayout(false);
this.tpXslHelp.ResumeLayout(false);
this.tpXPathHelp.ResumeLayout(false);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TabControl tcSource;
private System.Windows.Forms.TabPage tpSS;
private System.Windows.Forms.TabControl tcResults;
private System.Windows.Forms.TabPage tpRX;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem xMLToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem miOpenXML;
private System.Windows.Forms.ToolStripMenuItem miSaveXML;
private System.Windows.Forms.ToolStripMenuItem miSaveAsXML;
private System.Windows.Forms.ToolStripMenuItem xSLToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem miOpenXSL;
private System.Windows.Forms.ToolStripMenuItem miSaveXSL;
private System.Windows.Forms.ToolStripMenuItem miSaveAsXSL;
private System.Windows.Forms.ToolStripMenuItem resultToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem miTransform;
private System.Windows.Forms.ToolStripMenuItem miQuery;
private System.Windows.Forms.ToolStripMenuItem miSaveAsResults;
private System.Windows.Forms.ToolStripMenuItem miQuit;
private System.Windows.Forms.OpenFileDialog ofdxml;
private System.Windows.Forms.SaveFileDialog sfdxml;
private System.Windows.Forms.OpenFileDialog ofdxsl;
private System.Windows.Forms.SaveFileDialog sfdxsl;
private System.Windows.Forms.SaveFileDialog sfdResults;
private System.Windows.Forms.TabPage tpRR;
private System.Windows.Forms.TextBox tbSX;
private System.Windows.Forms.TextBox tbSS;
private System.Windows.Forms.TextBox tbSR;
private System.Windows.Forms.WebBrowser wbRX;
private System.Windows.Forms.WebBrowser wbRS;
private System.Windows.Forms.WebBrowser wbRR;
private System.Windows.Forms.OpenFileDialog ofdResults;
private System.Windows.Forms.TabPage tpXslHelp;
private System.Windows.Forms.TabPage tpXPathHelp;
private System.Windows.Forms.WebBrowser wbXSLHelp;
private System.Windows.Forms.WebBrowser wbXPathHelp;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel RowLbl;
private System.Windows.Forms.ToolStripStatusLabel ColLbl;
private System.Windows.Forms.ToolStripMenuItem searchToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem specialToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem miRefreshXML;
private System.Windows.Forms.ToolStripMenuItem miRefreshXSL;
}
}