237 lines
9.6 KiB
C#
237 lines
9.6 KiB
C#
namespace CPPConvert
|
|
{
|
|
partial class frmCPPConvert
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCPPConvert));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tbFile = new System.Windows.Forms.TextBox();
|
|
this.tbResults = new System.Windows.Forms.TextBox();
|
|
this.btnBrowse = new System.Windows.Forms.Button();
|
|
this.tbDest = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnBrowseDest = new System.Windows.Forms.Button();
|
|
this.fbd = new System.Windows.Forms.FolderBrowserDialog();
|
|
this.ofd = new System.Windows.Forms.OpenFileDialog();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.processToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.allToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.pb = new DevComponents.DotNetBar.Controls.ProgressBarX();
|
|
this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(14, 30);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(47, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "CPP File";
|
|
//
|
|
// tbFile
|
|
//
|
|
this.tbFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbFile.Location = new System.Drawing.Point(83, 27);
|
|
this.tbFile.Name = "tbFile";
|
|
this.tbFile.Size = new System.Drawing.Size(482, 20);
|
|
this.tbFile.TabIndex = 1;
|
|
this.tbFile.Text = "C:\\Development\\Proms\\Barakah\\SGTR\\1N2-OP-EOP-RC-0002 Rev00 - Steam Generator Tube" +
|
|
" Rupture (CPS-CPP).cpp";
|
|
//
|
|
// 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, 124);
|
|
this.tbResults.Multiline = true;
|
|
this.tbResults.Name = "tbResults";
|
|
this.tbResults.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.tbResults.Size = new System.Drawing.Size(637, 169);
|
|
this.tbResults.TabIndex = 3;
|
|
//
|
|
// btnBrowse
|
|
//
|
|
this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnBrowse.Location = new System.Drawing.Point(571, 25);
|
|
this.btnBrowse.Name = "btnBrowse";
|
|
this.btnBrowse.Size = new System.Drawing.Size(72, 23);
|
|
this.btnBrowse.TabIndex = 4;
|
|
this.btnBrowse.Text = "Browse...";
|
|
this.btnBrowse.UseVisualStyleBackColor = true;
|
|
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
|
|
//
|
|
// tbDest
|
|
//
|
|
this.tbDest.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbDest.Location = new System.Drawing.Point(83, 53);
|
|
this.tbDest.Name = "tbDest";
|
|
this.tbDest.Size = new System.Drawing.Size(482, 20);
|
|
this.tbDest.TabIndex = 5;
|
|
this.tbDest.Text = "C:\\Development\\Proms\\Barakah\\EOP CPPs\\Output";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(14, 53);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(60, 13);
|
|
this.label2.TabIndex = 6;
|
|
this.label2.Text = "Destination";
|
|
//
|
|
// btnBrowseDest
|
|
//
|
|
this.btnBrowseDest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnBrowseDest.Location = new System.Drawing.Point(571, 50);
|
|
this.btnBrowseDest.Name = "btnBrowseDest";
|
|
this.btnBrowseDest.Size = new System.Drawing.Size(72, 23);
|
|
this.btnBrowseDest.TabIndex = 7;
|
|
this.btnBrowseDest.Text = "Browse...";
|
|
this.btnBrowseDest.UseVisualStyleBackColor = true;
|
|
this.btnBrowseDest.Click += new System.EventHandler(this.btnBrowseDest_Click);
|
|
//
|
|
// ofd
|
|
//
|
|
this.ofd.FileName = "openFileDialog1";
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(661, 24);
|
|
this.menuStrip1.TabIndex = 8;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.processToolStripMenuItem,
|
|
this.allToolStripMenuItem,
|
|
this.testToolStripMenuItem,
|
|
this.exitToolStripMenuItem});
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
|
this.fileToolStripMenuItem.Text = "&File";
|
|
//
|
|
// processToolStripMenuItem
|
|
//
|
|
this.processToolStripMenuItem.Name = "processToolStripMenuItem";
|
|
this.processToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
this.processToolStripMenuItem.Text = "&Process";
|
|
this.processToolStripMenuItem.Click += new System.EventHandler(this.processToolStripMenuItem_Click);
|
|
//
|
|
// allToolStripMenuItem
|
|
//
|
|
this.allToolStripMenuItem.Name = "allToolStripMenuItem";
|
|
this.allToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
this.allToolStripMenuItem.Text = "&All";
|
|
this.allToolStripMenuItem.Click += new System.EventHandler(this.allToolStripMenuItem_Click);
|
|
//
|
|
// exitToolStripMenuItem
|
|
//
|
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
|
this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
this.exitToolStripMenuItem.Text = "E&xit";
|
|
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
|
//
|
|
// pb
|
|
//
|
|
this.pb.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
//
|
|
//
|
|
//
|
|
this.pb.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.pb.Location = new System.Drawing.Point(12, 91);
|
|
this.pb.Name = "pb";
|
|
this.pb.Size = new System.Drawing.Size(637, 23);
|
|
this.pb.TabIndex = 9;
|
|
this.pb.Text = "progressBarX1";
|
|
//
|
|
// testToolStripMenuItem
|
|
//
|
|
this.testToolStripMenuItem.Name = "testToolStripMenuItem";
|
|
this.testToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
this.testToolStripMenuItem.Text = "&Test";
|
|
this.testToolStripMenuItem.Click += new System.EventHandler(this.testToolStripMenuItem_Click);
|
|
//
|
|
// frmCPPConvert
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(661, 305);
|
|
this.Controls.Add(this.pb);
|
|
this.Controls.Add(this.btnBrowseDest);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.tbDest);
|
|
this.Controls.Add(this.btnBrowse);
|
|
this.Controls.Add(this.tbResults);
|
|
this.Controls.Add(this.tbFile);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.Name = "frmCPPConvert";
|
|
this.Text = "Extract XML and Image Files";
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox tbFile;
|
|
private System.Windows.Forms.TextBox tbResults;
|
|
private System.Windows.Forms.Button btnBrowse;
|
|
private System.Windows.Forms.TextBox tbDest;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button btnBrowseDest;
|
|
private System.Windows.Forms.FolderBrowserDialog fbd;
|
|
private System.Windows.Forms.OpenFileDialog ofd;
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem processToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
|
private DevComponents.DotNetBar.Controls.ProgressBarX pb;
|
|
private System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem testToolStripMenuItem;
|
|
}
|
|
}
|
|
|