This commit is contained in:
2010-04-19 15:16:38 +00:00
parent a8a2c04d14
commit a2ce52dd54
2 changed files with 26 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ namespace Volian.Controls.Library
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VlnSpellCheckDlg));
this.lblNotInDictionary = new DevComponents.DotNetBar.LabelX();
this.txbBadWord = new DevComponents.DotNetBar.Controls.TextBoxX();
this.lbSuggestList = new System.Windows.Forms.ListBox();
@@ -186,6 +187,8 @@ namespace Volian.Controls.Library
this.Controls.Add(this.lbSuggestList);
this.Controls.Add(this.txbBadWord);
this.Controls.Add(this.lblNotInDictionary);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(392, 266);