500 lines
24 KiB
C#
500 lines
24 KiB
C#
namespace PrintMSWord
|
|
{
|
|
partial class frmPrintMsWord
|
|
{
|
|
/// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
this.lbDocVersion = new System.Windows.Forms.ListBox();
|
|
this.lbProcedure = new System.Windows.Forms.ListBox();
|
|
this.lbSections = new System.Windows.Forms.ListBox();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.allProceduresToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.rOTypesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.wordSectionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.countToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.listSectionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.convertToPDFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.countROsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.convertToPDFwithROsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.determineLengthToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.oneSectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.pDFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.listROsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.findROsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.determineLengthToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cleanupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.closeAcrobatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.removePDFsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.pDFMethodToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toPDFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toPDF2003BGToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toPDF2003FGToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toPDF2007ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.rODataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.getAllPlotsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.getAllFortranNumbersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.getAllImagesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.walkStepsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.proceduresToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.sectionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.stepsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.tsslStatus = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
this.splitContainer2.SuspendLayout();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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.splitContainer2);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.lbSections);
|
|
this.splitContainer1.Size = new System.Drawing.Size(690, 373);
|
|
this.splitContainer1.SplitterDistance = 230;
|
|
this.splitContainer1.TabIndex = 0;
|
|
//
|
|
// splitContainer2
|
|
//
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer2.Name = "splitContainer2";
|
|
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer2.Panel1
|
|
//
|
|
this.splitContainer2.Panel1.Controls.Add(this.lbDocVersion);
|
|
//
|
|
// splitContainer2.Panel2
|
|
//
|
|
this.splitContainer2.Panel2.Controls.Add(this.lbProcedure);
|
|
this.splitContainer2.Size = new System.Drawing.Size(230, 373);
|
|
this.splitContainer2.SplitterDistance = 84;
|
|
this.splitContainer2.TabIndex = 0;
|
|
//
|
|
// lbDocVersion
|
|
//
|
|
this.lbDocVersion.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lbDocVersion.FormattingEnabled = true;
|
|
this.lbDocVersion.Location = new System.Drawing.Point(0, 0);
|
|
this.lbDocVersion.Name = "lbDocVersion";
|
|
this.lbDocVersion.Size = new System.Drawing.Size(230, 82);
|
|
this.lbDocVersion.TabIndex = 0;
|
|
this.lbDocVersion.SelectedValueChanged += new System.EventHandler(this.lbDocVersion_SelectedValueChanged);
|
|
//
|
|
// lbProcedure
|
|
//
|
|
this.lbProcedure.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lbProcedure.FormattingEnabled = true;
|
|
this.lbProcedure.Location = new System.Drawing.Point(0, 0);
|
|
this.lbProcedure.Name = "lbProcedure";
|
|
this.lbProcedure.Size = new System.Drawing.Size(230, 277);
|
|
this.lbProcedure.TabIndex = 0;
|
|
this.lbProcedure.SelectedValueChanged += new System.EventHandler(this.lbProcedure_SelectedValueChanged);
|
|
//
|
|
// lbSections
|
|
//
|
|
this.lbSections.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lbSections.FormattingEnabled = true;
|
|
this.lbSections.Location = new System.Drawing.Point(0, 0);
|
|
this.lbSections.Name = "lbSections";
|
|
this.lbSections.Size = new System.Drawing.Size(456, 368);
|
|
this.lbSections.TabIndex = 0;
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem,
|
|
this.allProceduresToolStripMenuItem,
|
|
this.wordSectionsToolStripMenuItem,
|
|
this.oneSectionToolStripMenuItem,
|
|
this.cleanupToolStripMenuItem,
|
|
this.pDFMethodToolStripMenuItem,
|
|
this.rODataToolStripMenuItem,
|
|
this.walkStepsToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(690, 24);
|
|
this.menuStrip1.TabIndex = 1;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.exitToolStripMenuItem});
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
|
this.fileToolStripMenuItem.Text = "&File";
|
|
//
|
|
// exitToolStripMenuItem
|
|
//
|
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
|
this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
|
|
this.exitToolStripMenuItem.Text = "E&xit";
|
|
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
|
//
|
|
// allProceduresToolStripMenuItem
|
|
//
|
|
this.allProceduresToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.rOTypesToolStripMenuItem});
|
|
this.allProceduresToolStripMenuItem.Name = "allProceduresToolStripMenuItem";
|
|
this.allProceduresToolStripMenuItem.Size = new System.Drawing.Size(95, 20);
|
|
this.allProceduresToolStripMenuItem.Text = "All Procedures";
|
|
//
|
|
// rOTypesToolStripMenuItem
|
|
//
|
|
this.rOTypesToolStripMenuItem.Name = "rOTypesToolStripMenuItem";
|
|
this.rOTypesToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
|
|
this.rOTypesToolStripMenuItem.Text = "RO Types";
|
|
this.rOTypesToolStripMenuItem.Click += new System.EventHandler(this.rOTypesToolStripMenuItem_Click);
|
|
//
|
|
// wordSectionsToolStripMenuItem
|
|
//
|
|
this.wordSectionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.countToolStripMenuItem,
|
|
this.listSectionsToolStripMenuItem,
|
|
this.convertToPDFToolStripMenuItem,
|
|
this.countROsToolStripMenuItem,
|
|
this.convertToPDFwithROsToolStripMenuItem,
|
|
this.determineLengthToolStripMenuItem});
|
|
this.wordSectionsToolStripMenuItem.Name = "wordSectionsToolStripMenuItem";
|
|
this.wordSectionsToolStripMenuItem.Size = new System.Drawing.Size(80, 20);
|
|
this.wordSectionsToolStripMenuItem.Text = "All Sections";
|
|
//
|
|
// countToolStripMenuItem
|
|
//
|
|
this.countToolStripMenuItem.Name = "countToolStripMenuItem";
|
|
this.countToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
|
|
this.countToolStripMenuItem.Text = "Count";
|
|
this.countToolStripMenuItem.Click += new System.EventHandler(this.countToolStripMenuItem_Click);
|
|
//
|
|
// listSectionsToolStripMenuItem
|
|
//
|
|
this.listSectionsToolStripMenuItem.Name = "listSectionsToolStripMenuItem";
|
|
this.listSectionsToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
|
|
this.listSectionsToolStripMenuItem.Text = "List Sections";
|
|
this.listSectionsToolStripMenuItem.Click += new System.EventHandler(this.listSectionsToolStripMenuItem_Click);
|
|
//
|
|
// convertToPDFToolStripMenuItem
|
|
//
|
|
this.convertToPDFToolStripMenuItem.Name = "convertToPDFToolStripMenuItem";
|
|
this.convertToPDFToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
|
|
this.convertToPDFToolStripMenuItem.Text = "ConvertToPDF";
|
|
this.convertToPDFToolStripMenuItem.Click += new System.EventHandler(this.convertToPDFToolStripMenuItem_Click);
|
|
//
|
|
// countROsToolStripMenuItem
|
|
//
|
|
this.countROsToolStripMenuItem.Name = "countROsToolStripMenuItem";
|
|
this.countROsToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
|
|
this.countROsToolStripMenuItem.Text = "Count ROs";
|
|
this.countROsToolStripMenuItem.Click += new System.EventHandler(this.countROsToolStripMenuItem_Click);
|
|
//
|
|
// convertToPDFwithROsToolStripMenuItem
|
|
//
|
|
this.convertToPDFwithROsToolStripMenuItem.Name = "convertToPDFwithROsToolStripMenuItem";
|
|
this.convertToPDFwithROsToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
|
|
this.convertToPDFwithROsToolStripMenuItem.Text = "ConvertToPDFwithROs";
|
|
this.convertToPDFwithROsToolStripMenuItem.Click += new System.EventHandler(this.convertToPDFwithROsToolStripMenuItem_Click);
|
|
//
|
|
// determineLengthToolStripMenuItem
|
|
//
|
|
this.determineLengthToolStripMenuItem.Name = "determineLengthToolStripMenuItem";
|
|
this.determineLengthToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
|
|
this.determineLengthToolStripMenuItem.Text = "DetermineLength";
|
|
this.determineLengthToolStripMenuItem.Click += new System.EventHandler(this.determineLengthToolStripMenuItem_Click);
|
|
//
|
|
// oneSectionToolStripMenuItem
|
|
//
|
|
this.oneSectionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.pDFToolStripMenuItem,
|
|
this.listROsToolStripMenuItem,
|
|
this.findROsToolStripMenuItem,
|
|
this.determineLengthToolStripMenuItem1});
|
|
this.oneSectionToolStripMenuItem.Name = "oneSectionToolStripMenuItem";
|
|
this.oneSectionToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
|
|
this.oneSectionToolStripMenuItem.Text = "One Section";
|
|
//
|
|
// pDFToolStripMenuItem
|
|
//
|
|
this.pDFToolStripMenuItem.Name = "pDFToolStripMenuItem";
|
|
this.pDFToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
|
|
this.pDFToolStripMenuItem.Text = "PDF";
|
|
this.pDFToolStripMenuItem.Click += new System.EventHandler(this.pDFToolStripMenuItem_Click);
|
|
//
|
|
// listROsToolStripMenuItem
|
|
//
|
|
this.listROsToolStripMenuItem.Name = "listROsToolStripMenuItem";
|
|
this.listROsToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
|
|
this.listROsToolStripMenuItem.Text = "List ROs";
|
|
this.listROsToolStripMenuItem.Click += new System.EventHandler(this.listROsToolStripMenuItem_Click);
|
|
//
|
|
// findROsToolStripMenuItem
|
|
//
|
|
this.findROsToolStripMenuItem.Name = "findROsToolStripMenuItem";
|
|
this.findROsToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
|
|
this.findROsToolStripMenuItem.Text = "Find ROs";
|
|
this.findROsToolStripMenuItem.Click += new System.EventHandler(this.findROsToolStripMenuItem_Click);
|
|
//
|
|
// determineLengthToolStripMenuItem1
|
|
//
|
|
this.determineLengthToolStripMenuItem1.Name = "determineLengthToolStripMenuItem1";
|
|
this.determineLengthToolStripMenuItem1.Size = new System.Drawing.Size(166, 22);
|
|
this.determineLengthToolStripMenuItem1.Text = "DetermineLength";
|
|
this.determineLengthToolStripMenuItem1.Click += new System.EventHandler(this.determineLengthToolStripMenuItem1_Click);
|
|
//
|
|
// cleanupToolStripMenuItem
|
|
//
|
|
this.cleanupToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.closeAcrobatToolStripMenuItem,
|
|
this.removePDFsToolStripMenuItem});
|
|
this.cleanupToolStripMenuItem.Name = "cleanupToolStripMenuItem";
|
|
this.cleanupToolStripMenuItem.Size = new System.Drawing.Size(68, 20);
|
|
this.cleanupToolStripMenuItem.Text = "Clean-up";
|
|
//
|
|
// closeAcrobatToolStripMenuItem
|
|
//
|
|
this.closeAcrobatToolStripMenuItem.Name = "closeAcrobatToolStripMenuItem";
|
|
this.closeAcrobatToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
|
this.closeAcrobatToolStripMenuItem.Text = "Close Acrobat";
|
|
this.closeAcrobatToolStripMenuItem.Click += new System.EventHandler(this.closeAcrobatToolStripMenuItem_Click);
|
|
//
|
|
// removePDFsToolStripMenuItem
|
|
//
|
|
this.removePDFsToolStripMenuItem.Name = "removePDFsToolStripMenuItem";
|
|
this.removePDFsToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
|
this.removePDFsToolStripMenuItem.Text = "Remove PDFs";
|
|
this.removePDFsToolStripMenuItem.Click += new System.EventHandler(this.removePDFsToolStripMenuItem_Click);
|
|
//
|
|
// pDFMethodToolStripMenuItem
|
|
//
|
|
this.pDFMethodToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toPDFToolStripMenuItem,
|
|
this.toPDF2003BGToolStripMenuItem,
|
|
this.toPDF2003FGToolStripMenuItem,
|
|
this.toPDF2007ToolStripMenuItem});
|
|
this.pDFMethodToolStripMenuItem.Name = "pDFMethodToolStripMenuItem";
|
|
this.pDFMethodToolStripMenuItem.Size = new System.Drawing.Size(85, 20);
|
|
this.pDFMethodToolStripMenuItem.Text = "PDF Method";
|
|
//
|
|
// toPDFToolStripMenuItem
|
|
//
|
|
this.toPDFToolStripMenuItem.Checked = true;
|
|
this.toPDFToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.toPDFToolStripMenuItem.Name = "toPDFToolStripMenuItem";
|
|
this.toPDFToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
|
this.toPDFToolStripMenuItem.Text = "ToPDF";
|
|
this.toPDFToolStripMenuItem.Click += new System.EventHandler(this.toPDFMethodToggle_Click);
|
|
//
|
|
// toPDF2003BGToolStripMenuItem
|
|
//
|
|
this.toPDF2003BGToolStripMenuItem.Name = "toPDF2003BGToolStripMenuItem";
|
|
this.toPDF2003BGToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
|
this.toPDF2003BGToolStripMenuItem.Text = "ToPDF2003BG";
|
|
this.toPDF2003BGToolStripMenuItem.Click += new System.EventHandler(this.toPDFMethodToggle_Click);
|
|
//
|
|
// toPDF2003FGToolStripMenuItem
|
|
//
|
|
this.toPDF2003FGToolStripMenuItem.Name = "toPDF2003FGToolStripMenuItem";
|
|
this.toPDF2003FGToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
|
this.toPDF2003FGToolStripMenuItem.Text = "ToPDF2003FG";
|
|
this.toPDF2003FGToolStripMenuItem.Click += new System.EventHandler(this.toPDFMethodToggle_Click);
|
|
//
|
|
// toPDF2007ToolStripMenuItem
|
|
//
|
|
this.toPDF2007ToolStripMenuItem.Name = "toPDF2007ToolStripMenuItem";
|
|
this.toPDF2007ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
|
this.toPDF2007ToolStripMenuItem.Text = "ToPDF2007";
|
|
this.toPDF2007ToolStripMenuItem.Click += new System.EventHandler(this.toPDFMethodToggle_Click);
|
|
//
|
|
// rODataToolStripMenuItem
|
|
//
|
|
this.rODataToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.getAllPlotsToolStripMenuItem,
|
|
this.getAllFortranNumbersToolStripMenuItem,
|
|
this.getAllImagesToolStripMenuItem});
|
|
this.rODataToolStripMenuItem.Name = "rODataToolStripMenuItem";
|
|
this.rODataToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
|
|
this.rODataToolStripMenuItem.Text = "ROData";
|
|
//
|
|
// getAllPlotsToolStripMenuItem
|
|
//
|
|
this.getAllPlotsToolStripMenuItem.Name = "getAllPlotsToolStripMenuItem";
|
|
this.getAllPlotsToolStripMenuItem.Size = new System.Drawing.Size(193, 22);
|
|
this.getAllPlotsToolStripMenuItem.Text = "GetAllPlots";
|
|
this.getAllPlotsToolStripMenuItem.Click += new System.EventHandler(this.getAllPlotsToolStripMenuItem_Click);
|
|
//
|
|
// getAllFortranNumbersToolStripMenuItem
|
|
//
|
|
this.getAllFortranNumbersToolStripMenuItem.Name = "getAllFortranNumbersToolStripMenuItem";
|
|
this.getAllFortranNumbersToolStripMenuItem.Size = new System.Drawing.Size(193, 22);
|
|
this.getAllFortranNumbersToolStripMenuItem.Text = "GetAllFortranNumbers";
|
|
this.getAllFortranNumbersToolStripMenuItem.Click += new System.EventHandler(this.getAllFortranNumbersToolStripMenuItem_Click);
|
|
//
|
|
// getAllImagesToolStripMenuItem
|
|
//
|
|
this.getAllImagesToolStripMenuItem.Name = "getAllImagesToolStripMenuItem";
|
|
this.getAllImagesToolStripMenuItem.Size = new System.Drawing.Size(193, 22);
|
|
this.getAllImagesToolStripMenuItem.Text = "GetAllImages";
|
|
this.getAllImagesToolStripMenuItem.Click += new System.EventHandler(this.getAllImagesToolStripMenuItem_Click);
|
|
//
|
|
// walkStepsToolStripMenuItem
|
|
//
|
|
this.walkStepsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.proceduresToolStripMenuItem,
|
|
this.sectionsToolStripMenuItem,
|
|
this.stepsToolStripMenuItem});
|
|
this.walkStepsToolStripMenuItem.Name = "walkStepsToolStripMenuItem";
|
|
this.walkStepsToolStripMenuItem.Size = new System.Drawing.Size(73, 20);
|
|
this.walkStepsToolStripMenuItem.Text = "WalkSteps";
|
|
//
|
|
// proceduresToolStripMenuItem
|
|
//
|
|
this.proceduresToolStripMenuItem.Name = "proceduresToolStripMenuItem";
|
|
this.proceduresToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
|
|
this.proceduresToolStripMenuItem.Text = "Procedures";
|
|
this.proceduresToolStripMenuItem.Click += new System.EventHandler(this.proceduresToolStripMenuItem_Click);
|
|
//
|
|
// sectionsToolStripMenuItem
|
|
//
|
|
this.sectionsToolStripMenuItem.Name = "sectionsToolStripMenuItem";
|
|
this.sectionsToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
|
|
this.sectionsToolStripMenuItem.Text = "Sections";
|
|
this.sectionsToolStripMenuItem.Click += new System.EventHandler(this.sectionsToolStripMenuItem_Click);
|
|
//
|
|
// stepsToolStripMenuItem
|
|
//
|
|
this.stepsToolStripMenuItem.Name = "stepsToolStripMenuItem";
|
|
this.stepsToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
|
|
this.stepsToolStripMenuItem.Text = "Steps";
|
|
this.stepsToolStripMenuItem.Click += new System.EventHandler(this.stepsToolStripMenuItem_Click);
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsslStatus});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 397);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(690, 22);
|
|
this.statusStrip1.TabIndex = 2;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// tsslStatus
|
|
//
|
|
this.tsslStatus.Name = "tsslStatus";
|
|
this.tsslStatus.Size = new System.Drawing.Size(39, 17);
|
|
this.tsslStatus.Text = "Ready";
|
|
//
|
|
// frmPrintMsWord
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(690, 419);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Name = "frmPrintMsWord";
|
|
this.Text = "PROMS-2010 Print MS Word";
|
|
this.Load += new System.EventHandler(this.frmPrintMsWord_Load);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPrintMsWord_FormClosing);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|
this.splitContainer2.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.SplitContainer splitContainer2;
|
|
private System.Windows.Forms.ListBox lbDocVersion;
|
|
private System.Windows.Forms.ListBox lbProcedure;
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel tsslStatus;
|
|
private System.Windows.Forms.ListBox lbSections;
|
|
private System.Windows.Forms.ToolStripMenuItem wordSectionsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem countToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem countROsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem listSectionsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem convertToPDFToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem oneSectionToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem pDFToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem listROsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem findROsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem convertToPDFwithROsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem cleanupToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem closeAcrobatToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem removePDFsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem pDFMethodToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem toPDFToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem toPDF2003BGToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem toPDF2003FGToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem toPDF2007ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem allProceduresToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem rOTypesToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem rODataToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem getAllPlotsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem getAllFortranNumbersToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem getAllImagesToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem determineLengthToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem determineLengthToolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem walkStepsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem proceduresToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem sectionsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem stepsToolStripMenuItem;
|
|
}
|
|
}
|
|
|