214 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			214 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Volian.Controls.Library
 | |
| {
 | |
| 	partial class VlnSpellCheckDlg
 | |
| 	{
 | |
| 		/// <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(VlnSpellCheckDlg));
 | |
| 			this.lblNotInDictionary = new DevComponents.DotNetBar.LabelX();
 | |
| 			this.txbBadWord = new DevComponents.DotNetBar.Controls.TextBoxX();
 | |
| 			this.lbSuggestList = new System.Windows.Forms.ListBox();
 | |
| 			this.btnIgnore = new DevComponents.DotNetBar.ButtonX();
 | |
| 			this.btnIgnoreAll = new DevComponents.DotNetBar.ButtonX();
 | |
| 			this.btnChange = new DevComponents.DotNetBar.ButtonX();
 | |
| 			this.btnChangeAll = new DevComponents.DotNetBar.ButtonX();
 | |
| 			this.btnAddToDictionary = new DevComponents.DotNetBar.ButtonX();
 | |
| 			this.btnCancel = new DevComponents.DotNetBar.ButtonX();
 | |
| 			this.btnRemove = new DevComponents.DotNetBar.ButtonX();
 | |
| 			this.SuspendLayout();
 | |
| 			// 
 | |
| 			// lblNotInDictionary
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			this.lblNotInDictionary.BackgroundStyle.Class = "";
 | |
| 			this.lblNotInDictionary.Location = new System.Drawing.Point(12, 1);
 | |
| 			this.lblNotInDictionary.Name = "lblNotInDictionary";
 | |
| 			this.lblNotInDictionary.Size = new System.Drawing.Size(108, 23);
 | |
| 			this.lblNotInDictionary.TabIndex = 0;
 | |
| 			this.lblNotInDictionary.Text = "Not In Dictionary:";
 | |
| 			// 
 | |
| 			// txbBadWord
 | |
| 			// 
 | |
| 			this.txbBadWord.AcceptsReturn = true;
 | |
| 			this.txbBadWord.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
 | |
| 						| System.Windows.Forms.AnchorStyles.Right)));
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			this.txbBadWord.Border.Class = "TextBoxBorder";
 | |
| 			this.txbBadWord.Location = new System.Drawing.Point(12, 30);
 | |
| 			this.txbBadWord.Name = "txbBadWord";
 | |
| 			this.txbBadWord.Size = new System.Drawing.Size(185, 22);
 | |
| 			this.txbBadWord.TabIndex = 1;
 | |
| 			this.txbBadWord.TextChanged += new System.EventHandler(this.txbBadWord_TextChanged);
 | |
| 			// 
 | |
| 			// lbSuggestList
 | |
| 			// 
 | |
| 			this.lbSuggestList.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.lbSuggestList.FormattingEnabled = true;
 | |
| 			this.lbSuggestList.ItemHeight = 16;
 | |
| 			this.lbSuggestList.Location = new System.Drawing.Point(12, 58);
 | |
| 			this.lbSuggestList.Name = "lbSuggestList";
 | |
| 			this.lbSuggestList.Size = new System.Drawing.Size(185, 148);
 | |
| 			this.lbSuggestList.TabIndex = 2;
 | |
| 			this.lbSuggestList.SelectedIndexChanged += new System.EventHandler(this.lbSuggestList_SelectedIndexChanged);
 | |
| 			this.lbSuggestList.DoubleClick += new System.EventHandler(this.lbSuggestList_DoubleClick);
 | |
| 			// 
 | |
| 			// btnIgnore
 | |
| 			// 
 | |
| 			this.btnIgnore.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
| 			this.btnIgnore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 | |
| 			this.btnIgnore.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
 | |
| 			this.btnIgnore.Location = new System.Drawing.Point(208, 29);
 | |
| 			this.btnIgnore.Name = "btnIgnore";
 | |
| 			this.btnIgnore.Size = new System.Drawing.Size(75, 23);
 | |
| 			this.btnIgnore.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
| 			this.btnIgnore.TabIndex = 3;
 | |
| 			this.btnIgnore.Text = "Ignore";
 | |
| 			this.btnIgnore.Click += new System.EventHandler(this.btnIgnore_Click);
 | |
| 			// 
 | |
| 			// btnIgnoreAll
 | |
| 			// 
 | |
| 			this.btnIgnoreAll.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
| 			this.btnIgnoreAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 | |
| 			this.btnIgnoreAll.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
 | |
| 			this.btnIgnoreAll.Location = new System.Drawing.Point(289, 29);
 | |
| 			this.btnIgnoreAll.Name = "btnIgnoreAll";
 | |
| 			this.btnIgnoreAll.Size = new System.Drawing.Size(75, 23);
 | |
| 			this.btnIgnoreAll.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
| 			this.btnIgnoreAll.TabIndex = 4;
 | |
| 			this.btnIgnoreAll.Text = "Ignore All";
 | |
| 			this.btnIgnoreAll.Click += new System.EventHandler(this.btnIgnoreAll_Click);
 | |
| 			// 
 | |
| 			// btnChange
 | |
| 			// 
 | |
| 			this.btnChange.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
| 			this.btnChange.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 | |
| 			this.btnChange.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
 | |
| 			this.btnChange.Location = new System.Drawing.Point(208, 58);
 | |
| 			this.btnChange.Name = "btnChange";
 | |
| 			this.btnChange.Size = new System.Drawing.Size(75, 23);
 | |
| 			this.btnChange.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
| 			this.btnChange.TabIndex = 5;
 | |
| 			this.btnChange.Text = "Change";
 | |
| 			this.btnChange.Click += new System.EventHandler(this.btnChange_Click);
 | |
| 			// 
 | |
| 			// btnChangeAll
 | |
| 			// 
 | |
| 			this.btnChangeAll.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
| 			this.btnChangeAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 | |
| 			this.btnChangeAll.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
 | |
| 			this.btnChangeAll.Location = new System.Drawing.Point(289, 58);
 | |
| 			this.btnChangeAll.Name = "btnChangeAll";
 | |
| 			this.btnChangeAll.Size = new System.Drawing.Size(75, 23);
 | |
| 			this.btnChangeAll.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
| 			this.btnChangeAll.TabIndex = 6;
 | |
| 			this.btnChangeAll.Text = "Change All";
 | |
| 			this.btnChangeAll.Click += new System.EventHandler(this.btnChangeAll_Click);
 | |
| 			// 
 | |
| 			// btnAddToDictionary
 | |
| 			// 
 | |
| 			this.btnAddToDictionary.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
| 			this.btnAddToDictionary.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 | |
| 			this.btnAddToDictionary.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
 | |
| 			this.btnAddToDictionary.Location = new System.Drawing.Point(208, 1);
 | |
| 			this.btnAddToDictionary.Name = "btnAddToDictionary";
 | |
| 			this.btnAddToDictionary.Size = new System.Drawing.Size(156, 23);
 | |
| 			this.btnAddToDictionary.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
| 			this.btnAddToDictionary.TabIndex = 7;
 | |
| 			this.btnAddToDictionary.Text = "Add To Dictionary";
 | |
| 			this.btnAddToDictionary.Click += new System.EventHandler(this.btnAddToDictionary_Click);
 | |
| 			// 
 | |
| 			// btnCancel
 | |
| 			// 
 | |
| 			this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
| 			this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 | |
| 			this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
 | |
| 			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
 | |
| 			this.btnCancel.Location = new System.Drawing.Point(287, 188);
 | |
| 			this.btnCancel.Name = "btnCancel";
 | |
| 			this.btnCancel.Size = new System.Drawing.Size(75, 23);
 | |
| 			this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
| 			this.btnCancel.TabIndex = 8;
 | |
| 			this.btnCancel.Text = "Cancel";
 | |
| 			// 
 | |
| 			// btnRemove
 | |
| 			// 
 | |
| 			this.btnRemove.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
| 			this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 | |
| 			this.btnRemove.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
 | |
| 			this.btnRemove.Location = new System.Drawing.Point(208, 87);
 | |
| 			this.btnRemove.Name = "btnRemove";
 | |
| 			this.btnRemove.Size = new System.Drawing.Size(75, 23);
 | |
| 			this.btnRemove.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
| 			this.btnRemove.TabIndex = 9;
 | |
| 			this.btnRemove.Text = "Remove";
 | |
| 			this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
 | |
| 			// 
 | |
| 			// VlnSpellCheckDlg
 | |
| 			// 
 | |
| 			this.CancelButton = this.btnCancel;
 | |
| 			this.ClientSize = new System.Drawing.Size(374, 223);
 | |
| 			this.Controls.Add(this.btnRemove);
 | |
| 			this.Controls.Add(this.btnCancel);
 | |
| 			this.Controls.Add(this.btnAddToDictionary);
 | |
| 			this.Controls.Add(this.btnChangeAll);
 | |
| 			this.Controls.Add(this.btnChange);
 | |
| 			this.Controls.Add(this.btnIgnoreAll);
 | |
| 			this.Controls.Add(this.btnIgnore);
 | |
| 			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);
 | |
| 			this.Name = "VlnSpellCheckDlg";
 | |
| 			this.Text = "Spell Check";
 | |
| 			this.ResumeLayout(false);
 | |
| 
 | |
| 		}
 | |
| 
 | |
| 		#endregion
 | |
| 
 | |
| 		private DevComponents.DotNetBar.LabelX lblNotInDictionary;
 | |
| 		private DevComponents.DotNetBar.Controls.TextBoxX txbBadWord;
 | |
| 		private System.Windows.Forms.ListBox lbSuggestList;
 | |
| 		private DevComponents.DotNetBar.ButtonX btnIgnore;
 | |
| 		private DevComponents.DotNetBar.ButtonX btnIgnoreAll;
 | |
| 		private DevComponents.DotNetBar.ButtonX btnChange;
 | |
| 		private DevComponents.DotNetBar.ButtonX btnChangeAll;
 | |
| 		private DevComponents.DotNetBar.ButtonX btnAddToDictionary;
 | |
| 		private DevComponents.DotNetBar.ButtonX btnCancel;
 | |
| 		private DevComponents.DotNetBar.ButtonX btnRemove;
 | |
| 	}
 | |
| } |