This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user