194 lines
6.4 KiB
C#
194 lines
6.4 KiB
C#
namespace ImportWordContent
|
|
{
|
|
partial class frmImportWordContent
|
|
{
|
|
/// <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.btnBrowse = new System.Windows.Forms.Button();
|
|
this.btnOpen = new System.Windows.Forms.Button();
|
|
this.btnPage = new System.Windows.Forms.Button();
|
|
this.ofd = new System.Windows.Forms.OpenFileDialog();
|
|
this.tbWordFile = new System.Windows.Forms.TextBox();
|
|
this.tbParagraph = new System.Windows.Forms.TextBox();
|
|
this.btnNext = new System.Windows.Forms.Button();
|
|
this.tbStyle = new System.Windows.Forms.TextBox();
|
|
this.tbLevel = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnPrevious = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnBrowse
|
|
//
|
|
this.btnBrowse.Location = new System.Drawing.Point(512, 12);
|
|
this.btnBrowse.Name = "btnBrowse";
|
|
this.btnBrowse.Size = new System.Drawing.Size(75, 23);
|
|
this.btnBrowse.TabIndex = 0;
|
|
this.btnBrowse.Text = "Browse...";
|
|
this.btnBrowse.UseVisualStyleBackColor = true;
|
|
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
|
|
//
|
|
// btnOpen
|
|
//
|
|
this.btnOpen.Location = new System.Drawing.Point(512, 41);
|
|
this.btnOpen.Name = "btnOpen";
|
|
this.btnOpen.Size = new System.Drawing.Size(75, 23);
|
|
this.btnOpen.TabIndex = 1;
|
|
this.btnOpen.Text = "Open";
|
|
this.btnOpen.UseVisualStyleBackColor = true;
|
|
this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
|
|
//
|
|
// btnPage
|
|
//
|
|
this.btnPage.Location = new System.Drawing.Point(512, 70);
|
|
this.btnPage.Name = "btnPage";
|
|
this.btnPage.Size = new System.Drawing.Size(75, 23);
|
|
this.btnPage.TabIndex = 2;
|
|
this.btnPage.Tag = "MoveDown";
|
|
this.btnPage.Text = "Page";
|
|
this.btnPage.UseVisualStyleBackColor = true;
|
|
this.btnPage.Click += new System.EventHandler(this.btnNext_Click);
|
|
//
|
|
// ofd
|
|
//
|
|
this.ofd.Filter = "Docx Files|*.docx|Doc Files|*.doc|All Files|*.*";
|
|
this.ofd.FileOk += new System.ComponentModel.CancelEventHandler(this.ofd_FileOk);
|
|
//
|
|
// tbWordFile
|
|
//
|
|
this.tbWordFile.Location = new System.Drawing.Point(39, 14);
|
|
this.tbWordFile.Name = "tbWordFile";
|
|
this.tbWordFile.Size = new System.Drawing.Size(455, 20);
|
|
this.tbWordFile.TabIndex = 3;
|
|
this.tbWordFile.Text = "H:\\Volian\\WEC\\CPP-PMS-GJP-853 Rev 2.docx";
|
|
//
|
|
// tbParagraph
|
|
//
|
|
this.tbParagraph.Location = new System.Drawing.Point(39, 95);
|
|
this.tbParagraph.Multiline = true;
|
|
this.tbParagraph.Name = "tbParagraph";
|
|
this.tbParagraph.Size = new System.Drawing.Size(455, 60);
|
|
this.tbParagraph.TabIndex = 4;
|
|
//
|
|
// btnNext
|
|
//
|
|
this.btnNext.Location = new System.Drawing.Point(512, 132);
|
|
this.btnNext.Name = "btnNext";
|
|
this.btnNext.Size = new System.Drawing.Size(75, 23);
|
|
this.btnNext.TabIndex = 5;
|
|
this.btnNext.Tag = "MoveDown";
|
|
this.btnNext.Text = "Next";
|
|
this.btnNext.UseVisualStyleBackColor = true;
|
|
this.btnNext.Click += new System.EventHandler(this.btnParagraph_Click);
|
|
//
|
|
// tbStyle
|
|
//
|
|
this.tbStyle.Location = new System.Drawing.Point(104, 51);
|
|
this.tbStyle.Name = "tbStyle";
|
|
this.tbStyle.Size = new System.Drawing.Size(241, 20);
|
|
this.tbStyle.TabIndex = 6;
|
|
//
|
|
// tbLevel
|
|
//
|
|
this.tbLevel.Location = new System.Drawing.Point(425, 51);
|
|
this.tbLevel.Name = "tbLevel";
|
|
this.tbLevel.Size = new System.Drawing.Size(69, 20);
|
|
this.tbLevel.TabIndex = 7;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(49, 56);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(30, 13);
|
|
this.label1.TabIndex = 8;
|
|
this.label1.Text = "Style";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(366, 52);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(33, 13);
|
|
this.label2.TabIndex = 9;
|
|
this.label2.Text = "Level";
|
|
//
|
|
// btnPrevious
|
|
//
|
|
this.btnPrevious.Location = new System.Drawing.Point(512, 103);
|
|
this.btnPrevious.Name = "btnPrevious";
|
|
this.btnPrevious.Size = new System.Drawing.Size(75, 23);
|
|
this.btnPrevious.TabIndex = 10;
|
|
this.btnPrevious.Tag = "MoveDown";
|
|
this.btnPrevious.Text = "Previous";
|
|
this.btnPrevious.UseVisualStyleBackColor = true;
|
|
this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
|
|
//
|
|
// frmImportWordContent
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(605, 180);
|
|
this.Controls.Add(this.btnPrevious);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.tbLevel);
|
|
this.Controls.Add(this.tbStyle);
|
|
this.Controls.Add(this.btnNext);
|
|
this.Controls.Add(this.tbParagraph);
|
|
this.Controls.Add(this.tbWordFile);
|
|
this.Controls.Add(this.btnPage);
|
|
this.Controls.Add(this.btnOpen);
|
|
this.Controls.Add(this.btnBrowse);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmImportWordContent";
|
|
this.ShowIcon = false;
|
|
this.Text = "Import Word Content";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnBrowse;
|
|
private System.Windows.Forms.Button btnOpen;
|
|
private System.Windows.Forms.Button btnPage;
|
|
private System.Windows.Forms.OpenFileDialog ofd;
|
|
private System.Windows.Forms.TextBox tbWordFile;
|
|
private System.Windows.Forms.TextBox tbParagraph;
|
|
private System.Windows.Forms.Button btnNext;
|
|
private System.Windows.Forms.TextBox tbStyle;
|
|
private System.Windows.Forms.TextBox tbLevel;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button btnPrevious;
|
|
}
|
|
}
|
|
|