diff --git a/PROMS/Volian.Controls.Library/frmImportWordContents.Designer.cs b/PROMS/Volian.Controls.Library/frmImportWordContents.Designer.cs index 8ee15eea..9aef241a 100644 --- a/PROMS/Volian.Controls.Library/frmImportWordContents.Designer.cs +++ b/PROMS/Volian.Controls.Library/frmImportWordContents.Designer.cs @@ -57,6 +57,8 @@ this.lblTable = new DevComponents.DotNetBar.LabelX(); this.btnCurrent = new DevComponents.DotNetBar.ButtonX(); this.btnTest = new DevComponents.DotNetBar.ButtonX(); + this.txbImport = new System.Windows.Forms.TextBox(); + this.lblFS = new DevComponents.DotNetBar.LabelX(); this.SuspendLayout(); // // txbWordFile @@ -121,7 +123,7 @@ this.txvStyle.Name = "txvStyle"; this.txvStyle.PreventEnterBeep = true; this.txvStyle.ReadOnly = true; - this.txvStyle.Size = new System.Drawing.Size(282, 20); + this.txvStyle.Size = new System.Drawing.Size(226, 20); this.txvStyle.TabIndex = 4; // // txbLevel @@ -131,7 +133,7 @@ // this.txbLevel.Border.Class = "TextBoxBorder"; this.txbLevel.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; - this.txbLevel.Location = new System.Drawing.Point(383, 58); + this.txbLevel.Location = new System.Drawing.Point(323, 58); this.txbLevel.Name = "txbLevel"; this.txbLevel.PreventEnterBeep = true; this.txbLevel.ReadOnly = true; @@ -144,7 +146,7 @@ // // this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; - this.labelX3.Location = new System.Drawing.Point(342, 58); + this.labelX3.Location = new System.Drawing.Point(282, 58); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(35, 23); this.labelX3.TabIndex = 5; @@ -162,8 +164,9 @@ this.txbWrdText.Multiline = true; this.txbWrdText.Name = "txbWrdText"; this.txbWrdText.PreventEnterBeep = true; - this.txbWrdText.Size = new System.Drawing.Size(611, 110); + this.txbWrdText.Size = new System.Drawing.Size(611, 81); this.txbWrdText.TabIndex = 7; + this.txbWrdText.TextChanged += new System.EventHandler(this.txbWrdText_TextChanged); // // btnOpen // @@ -371,7 +374,7 @@ // this.tbxNumber.Border.Class = "TextBoxBorder"; this.tbxNumber.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; - this.tbxNumber.Location = new System.Drawing.Point(494, 58); + this.tbxNumber.Location = new System.Drawing.Point(434, 58); this.tbxNumber.Name = "tbxNumber"; this.tbxNumber.PreventEnterBeep = true; this.tbxNumber.Size = new System.Drawing.Size(56, 20); @@ -383,7 +386,7 @@ // // this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; - this.labelX4.Location = new System.Drawing.Point(437, 58); + this.labelX4.Location = new System.Drawing.Point(377, 58); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(51, 23); this.labelX4.TabIndex = 24; @@ -395,7 +398,7 @@ // // this.lblTable.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; - this.lblTable.Location = new System.Drawing.Point(556, 58); + this.lblTable.Location = new System.Drawing.Point(496, 58); this.lblTable.Name = "lblTable"; this.lblTable.Size = new System.Drawing.Size(52, 23); this.lblTable.TabIndex = 26; @@ -425,13 +428,36 @@ this.btnTest.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnTest.TabIndex = 28; this.btnTest.Text = "Test"; - this.btnTest.Click += new System.EventHandler(this.btnTest_Click); + this.btnTest.Visible = false; + // + // txbImport + // + this.txbImport.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txbImport.Location = new System.Drawing.Point(16, 178); + this.txbImport.Multiline = true; + this.txbImport.Name = "txbImport"; + this.txbImport.Size = new System.Drawing.Size(360, 93); + this.txbImport.TabIndex = 29; + // + // lblFS + // + // + // + // + this.lblFS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.lblFS.Location = new System.Drawing.Point(563, 58); + this.lblFS.Name = "lblFS"; + this.lblFS.Size = new System.Drawing.Size(52, 23); + this.lblFS.TabIndex = 30; + this.lblFS.Text = "FS"; // // frmImportWordContents // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(731, 272); + this.ClientSize = new System.Drawing.Size(731, 280); + this.Controls.Add(this.lblFS); + this.Controls.Add(this.txbImport); this.Controls.Add(this.btnTest); this.Controls.Add(this.btnCurrent); this.Controls.Add(this.lblTable); @@ -465,8 +491,10 @@ this.Name = "frmImportWordContents"; this.ShowIcon = false; this.Text = "Import Word Contents"; + this.Activated += new System.EventHandler(this.frmImportWordContents_Activated); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmImportWordContents_FormClosing); this.ResumeLayout(false); + this.PerformLayout(); } @@ -501,5 +529,7 @@ private DevComponents.DotNetBar.LabelX lblTable; private DevComponents.DotNetBar.ButtonX btnCurrent; private DevComponents.DotNetBar.ButtonX btnTest; + private System.Windows.Forms.TextBox txbImport; + private DevComponents.DotNetBar.LabelX lblFS; } } \ No newline at end of file