/// ---------------------------------------------------------------------------------------- /// <summary> /// Tear down after tests. /// </summary> /// ---------------------------------------------------------------------------------------- public override void TestTearDown() { base.TestTearDown(); m_fontsControl.Dispose(); m_fontsControl = null; }
/// ------------------------------------------------------------------------------------ /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> /// ------------------------------------------------------------------------------------ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WritingSystemPropertiesDialog)); this.tabControl = new System.Windows.Forms.TabControl(); this.tpGeneral = new System.Windows.Forms.TabPage(); this.lblScriptRegionVariant = new System.Windows.Forms.Label(); this.m_FullCode = new System.Windows.Forms.Label(); this.lblFullCode = new System.Windows.Forms.Label(); this.lblSpellingDictionary = new System.Windows.Forms.Label(); this.cbDictionaries = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox(); this.m_regionVariantControl = new SIL.FieldWorks.FwCoreDlgControls.RegionVariantControl(); this.gbDirection = new System.Windows.Forms.GroupBox(); this.rbLeftToRight = new System.Windows.Forms.RadioButton(); this.rbRightToLeft = new System.Windows.Forms.RadioButton(); this.m_ShortWsName = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.tpFonts = new System.Windows.Forms.TabPage(); this.m_defaultFontsControl = new SIL.FieldWorks.FwCoreDlgControls.DefaultFontsControl(); this.tpKeyboard = new System.Windows.Forms.TabPage(); this.m_fwTextBoxTestWs = new SIL.FieldWorks.Common.Widgets.FwTextBox(); this.m_KeyboardControl = new SIL.FieldWorks.FwCoreDlgControls.KeyboardControl(); this.m_lblKeyboardTestInstr = new System.Windows.Forms.Label(); this.m_linkKeymanConfiguration = new System.Windows.Forms.LinkLabel(); this.m_linkWindowsKeyboard = new System.Windows.Forms.LinkLabel(); this.m_lblKeyboardSetupInst = new System.Windows.Forms.Label(); this.m_lblKeyboardInstruction = new System.Windows.Forms.Label(); this.tpConverters = new System.Windows.Forms.TabPage(); this.btnEncodingConverter = new System.Windows.Forms.Button(); this.m_lblEncodingConverter = new System.Windows.Forms.Label(); this.cbEncodingConverter = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox(); this.tpSorting = new System.Windows.Forms.TabPage(); this.m_angleBracketButton = new System.Windows.Forms.Button(); this.m_ampersandButton = new System.Windows.Forms.Button(); this.btnSimilarWs = new SIL.FieldWorks.FwCoreDlgControls.LocaleMenuButton(); this.lblSimilarWss = new System.Windows.Forms.Label(); this.lblSortingBelowRules = new System.Windows.Forms.Label(); this.lblSortingRule3 = new System.Windows.Forms.Label(); this.lblSortingRule2 = new System.Windows.Forms.Label(); this.lblSortingRule1 = new System.Windows.Forms.Label(); this.txtIcuRules = new System.Windows.Forms.TextBox(); this.lblSortingAboveRules = new System.Windows.Forms.Label(); this.tpPUACharacters = new System.Windows.Forms.TabPage(); this.m_lblCustomCharCondition3 = new System.Windows.Forms.Label(); this.m_lblCustomCharCondition2 = new System.Windows.Forms.Label(); this.m_lblCustomCharCondition1 = new System.Windows.Forms.Label(); this.m_lblPunctuation = new System.Windows.Forms.Label(); this.btnPunctuation = new System.Windows.Forms.Button(); this.m_lblCustomCharInstructions = new System.Windows.Forms.Label(); this.m_lblValidCharacters = new System.Windows.Forms.Label(); this.lblCustomPUA = new System.Windows.Forms.Label(); this.btnValidChars = new System.Windows.Forms.Button(); this.m_btnModifyPUA = new System.Windows.Forms.Button(); this.m_btnNewPUA = new System.Windows.Forms.Button(); this.m_lstPUACharacters = new System.Windows.Forms.CheckedListBox(); this.btnModifyEthnologueInfo = new System.Windows.Forms.Button(); this.btnHelp = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOk = new System.Windows.Forms.Button(); this.helpProvider = new System.Windows.Forms.HelpProvider(); this.m_listBoxRelatedWSs = new System.Windows.Forms.ListBox(); this.btnAdd = new System.Windows.Forms.Button(); this.btnCopy = new System.Windows.Forms.Button(); this.btnRemove = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.m_linkToEthnologue = new System.Windows.Forms.LinkLabel(); this.m_LanguageCode = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.m_tbLanguageName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.m_writingSystemsFor = new System.Windows.Forms.Label(); this.lblHiddenWss = new System.Windows.Forms.Label(); this.m_toolTip = new System.Windows.Forms.ToolTip(this.components); this.tabControl.SuspendLayout(); this.tpGeneral.SuspendLayout(); this.gbDirection.SuspendLayout(); this.tpFonts.SuspendLayout(); this.tpKeyboard.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxTestWs)).BeginInit(); this.tpConverters.SuspendLayout(); this.tpSorting.SuspendLayout(); this.tpPUACharacters.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // tabControl // this.tabControl.Controls.Add(this.tpGeneral); this.tabControl.Controls.Add(this.tpFonts); this.tabControl.Controls.Add(this.tpKeyboard); this.tabControl.Controls.Add(this.tpConverters); this.tabControl.Controls.Add(this.tpSorting); this.tabControl.Controls.Add(this.tpPUACharacters); this.tabControl.HotTrack = true; resources.ApplyResources(this.tabControl, "tabControl"); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.helpProvider.SetShowHelp(this.tabControl, ((bool)(resources.GetObject("tabControl.ShowHelp")))); this.tabControl.Deselecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl_Deselecting); this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged); // // tpGeneral // this.tpGeneral.Controls.Add(this.lblScriptRegionVariant); this.tpGeneral.Controls.Add(this.m_FullCode); this.tpGeneral.Controls.Add(this.lblFullCode); this.tpGeneral.Controls.Add(this.lblSpellingDictionary); this.tpGeneral.Controls.Add(this.cbDictionaries); this.tpGeneral.Controls.Add(this.m_regionVariantControl); this.tpGeneral.Controls.Add(this.gbDirection); this.tpGeneral.Controls.Add(this.m_ShortWsName); this.tpGeneral.Controls.Add(this.label5); resources.ApplyResources(this.tpGeneral, "tpGeneral"); this.tpGeneral.Name = "tpGeneral"; this.helpProvider.SetShowHelp(this.tpGeneral, ((bool)(resources.GetObject("tpGeneral.ShowHelp")))); this.tpGeneral.UseVisualStyleBackColor = true; // // lblScriptRegionVariant // resources.ApplyResources(this.lblScriptRegionVariant, "lblScriptRegionVariant"); this.lblScriptRegionVariant.Name = "lblScriptRegionVariant"; this.helpProvider.SetShowHelp(this.lblScriptRegionVariant, ((bool)(resources.GetObject("lblScriptRegionVariant.ShowHelp")))); // // m_FullCode // resources.ApplyResources(this.m_FullCode, "m_FullCode"); this.m_FullCode.Name = "m_FullCode"; // // lblFullCode // resources.ApplyResources(this.lblFullCode, "lblFullCode"); this.lblFullCode.Name = "lblFullCode"; // // lblSpellingDictionary // resources.ApplyResources(this.lblSpellingDictionary, "lblSpellingDictionary"); this.lblSpellingDictionary.Name = "lblSpellingDictionary"; // // cbDictionaries // this.cbDictionaries.AllowSpaceInEditBox = false; this.cbDictionaries.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbDictionaries.FormattingEnabled = true; resources.ApplyResources(this.cbDictionaries, "cbDictionaries"); this.cbDictionaries.Name = "cbDictionaries"; this.cbDictionaries.Sorted = true; this.cbDictionaries.TextChanged += new System.EventHandler(this.cbDictionaries_TextChanged); // // m_regionVariantControl // this.m_regionVariantControl.BackColor = System.Drawing.Color.Transparent; this.m_regionVariantControl.LangDef = null; resources.ApplyResources(this.m_regionVariantControl, "m_regionVariantControl"); this.m_regionVariantControl.Name = "m_regionVariantControl"; this.m_regionVariantControl.PropDlg = false; this.helpProvider.SetShowHelp(this.m_regionVariantControl, ((bool)(resources.GetObject("m_regionVariantControl.ShowHelp")))); // // gbDirection // this.gbDirection.Controls.Add(this.rbLeftToRight); this.gbDirection.Controls.Add(this.rbRightToLeft); resources.ApplyResources(this.gbDirection, "gbDirection"); this.gbDirection.Name = "gbDirection"; this.helpProvider.SetShowHelp(this.gbDirection, ((bool)(resources.GetObject("gbDirection.ShowHelp")))); this.gbDirection.TabStop = false; // // rbLeftToRight // this.helpProvider.SetHelpString(this.rbLeftToRight, resources.GetString("rbLeftToRight.HelpString")); resources.ApplyResources(this.rbLeftToRight, "rbLeftToRight"); this.rbLeftToRight.Name = "rbLeftToRight"; this.helpProvider.SetShowHelp(this.rbLeftToRight, ((bool)(resources.GetObject("rbLeftToRight.ShowHelp")))); this.rbLeftToRight.TabStop = true; this.rbLeftToRight.CheckedChanged += new System.EventHandler(this.rbLeftToRight_CheckedChanged); // // rbRightToLeft // this.helpProvider.SetHelpString(this.rbRightToLeft, resources.GetString("rbRightToLeft.HelpString")); resources.ApplyResources(this.rbRightToLeft, "rbRightToLeft"); this.rbRightToLeft.Name = "rbRightToLeft"; this.helpProvider.SetShowHelp(this.rbRightToLeft, ((bool)(resources.GetObject("rbRightToLeft.ShowHelp")))); this.rbRightToLeft.CheckedChanged += new System.EventHandler(this.rbLeftToRight_CheckedChanged); // // m_ShortWsName // this.helpProvider.SetHelpString(this.m_ShortWsName, resources.GetString("m_ShortWsName.HelpString")); resources.ApplyResources(this.m_ShortWsName, "m_ShortWsName"); this.m_ShortWsName.Name = "m_ShortWsName"; this.helpProvider.SetShowHelp(this.m_ShortWsName, ((bool)(resources.GetObject("m_ShortWsName.ShowHelp")))); this.m_ShortWsName.TextChanged += new System.EventHandler(this.m_ShortWsName_TextChanged); // // label5 // resources.ApplyResources(this.label5, "label5"); this.label5.Name = "label5"; this.helpProvider.SetShowHelp(this.label5, ((bool)(resources.GetObject("label5.ShowHelp")))); // // tpFonts // this.tpFonts.Controls.Add(this.m_defaultFontsControl); resources.ApplyResources(this.tpFonts, "tpFonts"); this.tpFonts.Name = "tpFonts"; this.helpProvider.SetShowHelp(this.tpFonts, ((bool)(resources.GetObject("tpFonts.ShowHelp")))); this.tpFonts.UseVisualStyleBackColor = true; // // m_defaultFontsControl // resources.ApplyResources(this.m_defaultFontsControl, "m_defaultFontsControl"); this.m_defaultFontsControl.DefaultHeadingFont = ""; this.m_defaultFontsControl.DefaultNormalFont = ""; this.m_defaultFontsControl.DefaultPublicationFont = ""; this.helpProvider.SetHelpString(this.m_defaultFontsControl, resources.GetString("m_defaultFontsControl.HelpString")); this.m_defaultFontsControl.LangDef = null; this.m_defaultFontsControl.Name = "m_defaultFontsControl"; this.helpProvider.SetShowHelp(this.m_defaultFontsControl, ((bool)(resources.GetObject("m_defaultFontsControl.ShowHelp")))); // // tpKeyboard // this.tpKeyboard.Controls.Add(this.m_fwTextBoxTestWs); this.tpKeyboard.Controls.Add(this.m_KeyboardControl); this.tpKeyboard.Controls.Add(this.m_lblKeyboardTestInstr); this.tpKeyboard.Controls.Add(this.m_linkKeymanConfiguration); this.tpKeyboard.Controls.Add(this.m_linkWindowsKeyboard); this.tpKeyboard.Controls.Add(this.m_lblKeyboardSetupInst); this.tpKeyboard.Controls.Add(this.m_lblKeyboardInstruction); resources.ApplyResources(this.tpKeyboard, "tpKeyboard"); this.tpKeyboard.Name = "tpKeyboard"; this.helpProvider.SetShowHelp(this.tpKeyboard, ((bool)(resources.GetObject("tpKeyboard.ShowHelp")))); this.tpKeyboard.UseVisualStyleBackColor = true; // // m_fwTextBoxTestWs // this.m_fwTextBoxTestWs.AdjustStringHeight = true; this.m_fwTextBoxTestWs.AllowMultipleLines = true; this.m_fwTextBoxTestWs.BackColor = System.Drawing.SystemColors.Window; this.m_fwTextBoxTestWs.controlID = null; resources.ApplyResources(this.m_fwTextBoxTestWs, "m_fwTextBoxTestWs"); this.m_fwTextBoxTestWs.HasBorder = true; this.m_fwTextBoxTestWs.Name = "m_fwTextBoxTestWs"; this.m_fwTextBoxTestWs.SelectionLength = 0; this.m_fwTextBoxTestWs.SelectionStart = 0; this.m_fwTextBoxTestWs.Enter += new System.EventHandler(this.m_fwTextBoxTestWs_Enter); // // m_KeyboardControl // this.m_KeyboardControl.LangDef = null; resources.ApplyResources(this.m_KeyboardControl, "m_KeyboardControl"); this.m_KeyboardControl.Name = "m_KeyboardControl"; this.helpProvider.SetShowHelp(this.m_KeyboardControl, ((bool)(resources.GetObject("m_KeyboardControl.ShowHelp")))); this.m_KeyboardControl.Enter += new System.EventHandler(this.OnGetFocus); // // m_lblKeyboardTestInstr // resources.ApplyResources(this.m_lblKeyboardTestInstr, "m_lblKeyboardTestInstr"); this.m_lblKeyboardTestInstr.Name = "m_lblKeyboardTestInstr"; this.helpProvider.SetShowHelp(this.m_lblKeyboardTestInstr, ((bool)(resources.GetObject("m_lblKeyboardTestInstr.ShowHelp")))); // // m_linkKeymanConfiguration // resources.ApplyResources(this.m_linkKeymanConfiguration, "m_linkKeymanConfiguration"); this.m_linkKeymanConfiguration.Name = "m_linkKeymanConfiguration"; this.helpProvider.SetShowHelp(this.m_linkKeymanConfiguration, ((bool)(resources.GetObject("m_linkKeymanConfiguration.ShowHelp")))); this.m_linkKeymanConfiguration.TabStop = true; this.m_linkKeymanConfiguration.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_linkKeymanConfiguration_LinkClicked); // // m_linkWindowsKeyboard // resources.ApplyResources(this.m_linkWindowsKeyboard, "m_linkWindowsKeyboard"); this.m_linkWindowsKeyboard.Name = "m_linkWindowsKeyboard"; this.helpProvider.SetShowHelp(this.m_linkWindowsKeyboard, ((bool)(resources.GetObject("m_linkWindowsKeyboard.ShowHelp")))); this.m_linkWindowsKeyboard.TabStop = true; this.m_linkWindowsKeyboard.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_linkWindowsKeyboard_LinkClicked); // // m_lblKeyboardSetupInst // resources.ApplyResources(this.m_lblKeyboardSetupInst, "m_lblKeyboardSetupInst"); this.m_lblKeyboardSetupInst.Name = "m_lblKeyboardSetupInst"; this.helpProvider.SetShowHelp(this.m_lblKeyboardSetupInst, ((bool)(resources.GetObject("m_lblKeyboardSetupInst.ShowHelp")))); // // m_lblKeyboardInstruction // resources.ApplyResources(this.m_lblKeyboardInstruction, "m_lblKeyboardInstruction"); this.m_lblKeyboardInstruction.Name = "m_lblKeyboardInstruction"; this.helpProvider.SetShowHelp(this.m_lblKeyboardInstruction, ((bool)(resources.GetObject("m_lblKeyboardInstruction.ShowHelp")))); // // tpConverters // this.tpConverters.Controls.Add(this.btnEncodingConverter); this.tpConverters.Controls.Add(this.m_lblEncodingConverter); this.tpConverters.Controls.Add(this.cbEncodingConverter); resources.ApplyResources(this.tpConverters, "tpConverters"); this.tpConverters.Name = "tpConverters"; this.helpProvider.SetShowHelp(this.tpConverters, ((bool)(resources.GetObject("tpConverters.ShowHelp")))); this.tpConverters.UseVisualStyleBackColor = true; // // btnEncodingConverter // this.helpProvider.SetHelpString(this.btnEncodingConverter, resources.GetString("btnEncodingConverter.HelpString")); resources.ApplyResources(this.btnEncodingConverter, "btnEncodingConverter"); this.btnEncodingConverter.Name = "btnEncodingConverter"; this.helpProvider.SetShowHelp(this.btnEncodingConverter, ((bool)(resources.GetObject("btnEncodingConverter.ShowHelp")))); this.btnEncodingConverter.Click += new System.EventHandler(this.btnEncodingConverter_Click); // // m_lblEncodingConverter // resources.ApplyResources(this.m_lblEncodingConverter, "m_lblEncodingConverter"); this.m_lblEncodingConverter.Name = "m_lblEncodingConverter"; this.helpProvider.SetShowHelp(this.m_lblEncodingConverter, ((bool)(resources.GetObject("m_lblEncodingConverter.ShowHelp")))); // // cbEncodingConverter // this.cbEncodingConverter.AllowSpaceInEditBox = false; this.cbEncodingConverter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.helpProvider.SetHelpString(this.cbEncodingConverter, resources.GetString("cbEncodingConverter.HelpString")); resources.ApplyResources(this.cbEncodingConverter, "cbEncodingConverter"); this.cbEncodingConverter.Name = "cbEncodingConverter"; this.helpProvider.SetShowHelp(this.cbEncodingConverter, ((bool)(resources.GetObject("cbEncodingConverter.ShowHelp")))); this.cbEncodingConverter.Sorted = true; // // tpSorting // this.tpSorting.BackColor = System.Drawing.Color.Transparent; this.tpSorting.Controls.Add(this.m_angleBracketButton); this.tpSorting.Controls.Add(this.m_ampersandButton); this.tpSorting.Controls.Add(this.btnSimilarWs); this.tpSorting.Controls.Add(this.lblSimilarWss); this.tpSorting.Controls.Add(this.lblSortingBelowRules); this.tpSorting.Controls.Add(this.lblSortingRule3); this.tpSorting.Controls.Add(this.lblSortingRule2); this.tpSorting.Controls.Add(this.lblSortingRule1); this.tpSorting.Controls.Add(this.txtIcuRules); this.tpSorting.Controls.Add(this.lblSortingAboveRules); resources.ApplyResources(this.tpSorting, "tpSorting"); this.tpSorting.Name = "tpSorting"; this.helpProvider.SetShowHelp(this.tpSorting, ((bool)(resources.GetObject("tpSorting.ShowHelp")))); this.tpSorting.UseVisualStyleBackColor = true; // // m_angleBracketButton // resources.ApplyResources(this.m_angleBracketButton, "m_angleBracketButton"); this.m_angleBracketButton.Name = "m_angleBracketButton"; this.helpProvider.SetShowHelp(this.m_angleBracketButton, ((bool)(resources.GetObject("m_angleBracketButton.ShowHelp")))); this.m_angleBracketButton.UseVisualStyleBackColor = true; this.m_angleBracketButton.Click += new System.EventHandler(this.m_angleBracketButton_Click); // // m_ampersandButton // resources.ApplyResources(this.m_ampersandButton, "m_ampersandButton"); this.m_ampersandButton.Name = "m_ampersandButton"; this.m_ampersandButton.UseVisualStyleBackColor = true; this.m_ampersandButton.Click += new System.EventHandler(this.m_ampersandButton_Click); // // btnSimilarWs // this.btnSimilarWs.DisplayLocaleId = null; resources.ApplyResources(this.btnSimilarWs, "btnSimilarWs"); this.btnSimilarWs.Name = "btnSimilarWs"; this.btnSimilarWs.SelectedLocaleId = null; this.helpProvider.SetShowHelp(this.btnSimilarWs, ((bool)(resources.GetObject("btnSimilarWs.ShowHelp")))); this.btnSimilarWs.UseVisualStyleBackColor = true; this.btnSimilarWs.LocaleSelected += new System.EventHandler(this.btnSimilarWs_LocaleSelected); // // lblSimilarWss // resources.ApplyResources(this.lblSimilarWss, "lblSimilarWss"); this.lblSimilarWss.Name = "lblSimilarWss"; this.helpProvider.SetShowHelp(this.lblSimilarWss, ((bool)(resources.GetObject("lblSimilarWss.ShowHelp")))); // // lblSortingBelowRules // resources.ApplyResources(this.lblSortingBelowRules, "lblSortingBelowRules"); this.lblSortingBelowRules.Name = "lblSortingBelowRules"; this.helpProvider.SetShowHelp(this.lblSortingBelowRules, ((bool)(resources.GetObject("lblSortingBelowRules.ShowHelp")))); // // lblSortingRule3 // resources.ApplyResources(this.lblSortingRule3, "lblSortingRule3"); this.lblSortingRule3.Name = "lblSortingRule3"; this.helpProvider.SetShowHelp(this.lblSortingRule3, ((bool)(resources.GetObject("lblSortingRule3.ShowHelp")))); this.lblSortingRule3.UseMnemonic = false; // // lblSortingRule2 // resources.ApplyResources(this.lblSortingRule2, "lblSortingRule2"); this.lblSortingRule2.Name = "lblSortingRule2"; this.helpProvider.SetShowHelp(this.lblSortingRule2, ((bool)(resources.GetObject("lblSortingRule2.ShowHelp")))); this.lblSortingRule2.UseMnemonic = false; // // lblSortingRule1 // resources.ApplyResources(this.lblSortingRule1, "lblSortingRule1"); this.lblSortingRule1.Name = "lblSortingRule1"; this.helpProvider.SetShowHelp(this.lblSortingRule1, ((bool)(resources.GetObject("lblSortingRule1.ShowHelp")))); this.lblSortingRule1.UseMnemonic = false; // // txtIcuRules // this.txtIcuRules.AcceptsReturn = true; resources.ApplyResources(this.txtIcuRules, "txtIcuRules"); this.txtIcuRules.Name = "txtIcuRules"; this.helpProvider.SetShowHelp(this.txtIcuRules, ((bool)(resources.GetObject("txtIcuRules.ShowHelp")))); // // lblSortingAboveRules // resources.ApplyResources(this.lblSortingAboveRules, "lblSortingAboveRules"); this.lblSortingAboveRules.Name = "lblSortingAboveRules"; this.helpProvider.SetShowHelp(this.lblSortingAboveRules, ((bool)(resources.GetObject("lblSortingAboveRules.ShowHelp")))); // // tpPUACharacters // this.tpPUACharacters.BackColor = System.Drawing.Color.Transparent; this.tpPUACharacters.Controls.Add(this.m_lblCustomCharCondition3); this.tpPUACharacters.Controls.Add(this.m_lblCustomCharCondition2); this.tpPUACharacters.Controls.Add(this.m_lblCustomCharCondition1); this.tpPUACharacters.Controls.Add(this.m_lblPunctuation); this.tpPUACharacters.Controls.Add(this.btnPunctuation); this.tpPUACharacters.Controls.Add(this.m_lblCustomCharInstructions); this.tpPUACharacters.Controls.Add(this.m_lblValidCharacters); this.tpPUACharacters.Controls.Add(this.lblCustomPUA); this.tpPUACharacters.Controls.Add(this.btnValidChars); this.tpPUACharacters.Controls.Add(this.m_btnModifyPUA); this.tpPUACharacters.Controls.Add(this.m_btnNewPUA); this.tpPUACharacters.Controls.Add(this.m_lstPUACharacters); resources.ApplyResources(this.tpPUACharacters, "tpPUACharacters"); this.tpPUACharacters.Name = "tpPUACharacters"; this.helpProvider.SetShowHelp(this.tpPUACharacters, ((bool)(resources.GetObject("tpPUACharacters.ShowHelp")))); this.tpPUACharacters.UseVisualStyleBackColor = true; // // m_lblCustomCharCondition3 // resources.ApplyResources(this.m_lblCustomCharCondition3, "m_lblCustomCharCondition3"); this.m_lblCustomCharCondition3.Name = "m_lblCustomCharCondition3"; this.helpProvider.SetShowHelp(this.m_lblCustomCharCondition3, ((bool)(resources.GetObject("m_lblCustomCharCondition3.ShowHelp")))); // // m_lblCustomCharCondition2 // resources.ApplyResources(this.m_lblCustomCharCondition2, "m_lblCustomCharCondition2"); this.m_lblCustomCharCondition2.Name = "m_lblCustomCharCondition2"; this.helpProvider.SetShowHelp(this.m_lblCustomCharCondition2, ((bool)(resources.GetObject("m_lblCustomCharCondition2.ShowHelp")))); // // m_lblCustomCharCondition1 // resources.ApplyResources(this.m_lblCustomCharCondition1, "m_lblCustomCharCondition1"); this.m_lblCustomCharCondition1.Name = "m_lblCustomCharCondition1"; this.helpProvider.SetShowHelp(this.m_lblCustomCharCondition1, ((bool)(resources.GetObject("m_lblCustomCharCondition1.ShowHelp")))); // // m_lblPunctuation // resources.ApplyResources(this.m_lblPunctuation, "m_lblPunctuation"); this.m_lblPunctuation.Name = "m_lblPunctuation"; this.helpProvider.SetShowHelp(this.m_lblPunctuation, ((bool)(resources.GetObject("m_lblPunctuation.ShowHelp")))); // // btnPunctuation // this.helpProvider.SetHelpString(this.btnPunctuation, resources.GetString("btnPunctuation.HelpString")); resources.ApplyResources(this.btnPunctuation, "btnPunctuation"); this.btnPunctuation.Name = "btnPunctuation"; this.helpProvider.SetShowHelp(this.btnPunctuation, ((bool)(resources.GetObject("btnPunctuation.ShowHelp")))); this.btnPunctuation.Click += new System.EventHandler(this.btnPunctuation_Click); // // m_lblCustomCharInstructions // resources.ApplyResources(this.m_lblCustomCharInstructions, "m_lblCustomCharInstructions"); this.m_lblCustomCharInstructions.Name = "m_lblCustomCharInstructions"; // // m_lblValidCharacters // resources.ApplyResources(this.m_lblValidCharacters, "m_lblValidCharacters"); this.m_lblValidCharacters.Name = "m_lblValidCharacters"; // // lblCustomPUA // resources.ApplyResources(this.lblCustomPUA, "lblCustomPUA"); this.lblCustomPUA.Name = "lblCustomPUA"; // // btnValidChars // this.helpProvider.SetHelpString(this.btnValidChars, resources.GetString("btnValidChars.HelpString")); resources.ApplyResources(this.btnValidChars, "btnValidChars"); this.btnValidChars.Name = "btnValidChars"; this.helpProvider.SetShowHelp(this.btnValidChars, ((bool)(resources.GetObject("btnValidChars.ShowHelp")))); this.btnValidChars.Click += new System.EventHandler(this.btnValidChars_Click); // // m_btnModifyPUA // this.helpProvider.SetHelpNavigator(this.m_btnModifyPUA, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("m_btnModifyPUA.HelpNavigator")))); resources.ApplyResources(this.m_btnModifyPUA, "m_btnModifyPUA"); this.m_btnModifyPUA.Name = "m_btnModifyPUA"; this.helpProvider.SetShowHelp(this.m_btnModifyPUA, ((bool)(resources.GetObject("m_btnModifyPUA.ShowHelp")))); this.m_toolTip.SetToolTip(this.m_btnModifyPUA, resources.GetString("m_btnModifyPUA.ToolTip")); this.m_btnModifyPUA.Click += new System.EventHandler(this.m_btnModifyPUA_Click); // // m_btnNewPUA // this.helpProvider.SetHelpNavigator(this.m_btnNewPUA, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("m_btnNewPUA.HelpNavigator")))); resources.ApplyResources(this.m_btnNewPUA, "m_btnNewPUA"); this.m_btnNewPUA.Name = "m_btnNewPUA"; this.helpProvider.SetShowHelp(this.m_btnNewPUA, ((bool)(resources.GetObject("m_btnNewPUA.ShowHelp")))); this.m_toolTip.SetToolTip(this.m_btnNewPUA, resources.GetString("m_btnNewPUA.ToolTip")); this.m_btnNewPUA.Click += new System.EventHandler(this.m_btnNewPUA_Click); // // m_lstPUACharacters // resources.ApplyResources(this.m_lstPUACharacters, "m_lstPUACharacters"); this.m_lstPUACharacters.Name = "m_lstPUACharacters"; this.helpProvider.SetShowHelp(this.m_lstPUACharacters, ((bool)(resources.GetObject("m_lstPUACharacters.ShowHelp")))); this.m_lstPUACharacters.Sorted = true; this.m_lstPUACharacters.SelectedIndexChanged += new System.EventHandler(this.m_lstPUACharacters_SelectedIndexChanged); this.m_lstPUACharacters.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.m_lstPUACharacters_ItemCheck); // // btnModifyEthnologueInfo // this.helpProvider.SetHelpString(this.btnModifyEthnologueInfo, resources.GetString("btnModifyEthnologueInfo.HelpString")); resources.ApplyResources(this.btnModifyEthnologueInfo, "btnModifyEthnologueInfo"); this.btnModifyEthnologueInfo.Name = "btnModifyEthnologueInfo"; this.helpProvider.SetShowHelp(this.btnModifyEthnologueInfo, ((bool)(resources.GetObject("btnModifyEthnologueInfo.ShowHelp")))); this.btnModifyEthnologueInfo.Click += new System.EventHandler(this.btnModifyEthnologueInfo_Click); // // btnHelp // resources.ApplyResources(this.btnHelp, "btnHelp"); this.helpProvider.SetHelpString(this.btnHelp, resources.GetString("btnHelp.HelpString")); this.btnHelp.Name = "btnHelp"; this.helpProvider.SetShowHelp(this.btnHelp, ((bool)(resources.GetObject("btnHelp.ShowHelp")))); this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click); // // btnCancel // resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.helpProvider.SetHelpString(this.btnCancel, resources.GetString("btnCancel.HelpString")); this.btnCancel.Name = "btnCancel"; this.helpProvider.SetShowHelp(this.btnCancel, ((bool)(resources.GetObject("btnCancel.ShowHelp")))); this.btnCancel.Click += new System.EventHandler(this.OnCancel); // // btnOk // resources.ApplyResources(this.btnOk, "btnOk"); this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.helpProvider.SetHelpString(this.btnOk, resources.GetString("btnOk.HelpString")); this.btnOk.Name = "btnOk"; this.helpProvider.SetShowHelp(this.btnOk, ((bool)(resources.GetObject("btnOk.ShowHelp")))); this.btnOk.Click += new System.EventHandler(this.OnOk); // // m_listBoxRelatedWSs // this.m_listBoxRelatedWSs.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.m_listBoxRelatedWSs.FormattingEnabled = true; resources.ApplyResources(this.m_listBoxRelatedWSs, "m_listBoxRelatedWSs"); this.m_listBoxRelatedWSs.Name = "m_listBoxRelatedWSs"; this.helpProvider.SetShowHelp(this.m_listBoxRelatedWSs, ((bool)(resources.GetObject("m_listBoxRelatedWSs.ShowHelp")))); this.m_listBoxRelatedWSs.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.m_listBoxRelatedWSs_DrawItem); this.m_listBoxRelatedWSs.SelectedIndexChanged += new System.EventHandler(this.m_listBoxRelatedWSs_UserSelectionChanged); // // btnAdd // resources.ApplyResources(this.btnAdd, "btnAdd"); this.btnAdd.Name = "btnAdd"; this.helpProvider.SetShowHelp(this.btnAdd, ((bool)(resources.GetObject("btnAdd.ShowHelp")))); this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnCopy // resources.ApplyResources(this.btnCopy, "btnCopy"); this.btnCopy.Name = "btnCopy"; this.helpProvider.SetShowHelp(this.btnCopy, ((bool)(resources.GetObject("btnCopy.ShowHelp")))); this.btnCopy.UseVisualStyleBackColor = true; this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click); // // btnRemove // resources.ApplyResources(this.btnRemove, "btnRemove"); this.btnRemove.Name = "btnRemove"; this.helpProvider.SetShowHelp(this.btnRemove, ((bool)(resources.GetObject("btnRemove.ShowHelp")))); this.btnRemove.UseVisualStyleBackColor = true; this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.btnModifyEthnologueInfo); this.groupBox2.Controls.Add(this.m_linkToEthnologue); this.groupBox2.Controls.Add(this.m_LanguageCode); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.m_tbLanguageName); this.groupBox2.Controls.Add(this.label1); resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.Name = "groupBox2"; this.helpProvider.SetShowHelp(this.groupBox2, ((bool)(resources.GetObject("groupBox2.ShowHelp")))); this.groupBox2.TabStop = false; // // m_linkToEthnologue // resources.ApplyResources(this.m_linkToEthnologue, "m_linkToEthnologue"); this.m_linkToEthnologue.Name = "m_linkToEthnologue"; this.helpProvider.SetShowHelp(this.m_linkToEthnologue, ((bool)(resources.GetObject("m_linkToEthnologue.ShowHelp")))); this.m_linkToEthnologue.TabStop = true; this.m_linkToEthnologue.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkToEthnologue_LinkClicked); // // m_LanguageCode // resources.ApplyResources(this.m_LanguageCode, "m_LanguageCode"); this.m_LanguageCode.Name = "m_LanguageCode"; this.helpProvider.SetShowHelp(this.m_LanguageCode, ((bool)(resources.GetObject("m_LanguageCode.ShowHelp")))); // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; this.helpProvider.SetShowHelp(this.label3, ((bool)(resources.GetObject("label3.ShowHelp")))); // // m_tbLanguageName // resources.ApplyResources(this.m_tbLanguageName, "m_tbLanguageName"); this.m_tbLanguageName.Name = "m_tbLanguageName"; this.helpProvider.SetShowHelp(this.m_tbLanguageName, ((bool)(resources.GetObject("m_tbLanguageName.ShowHelp")))); this.m_tbLanguageName.TextChanged += new System.EventHandler(this.m_tbLanguageName_TextChanged); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; this.helpProvider.SetShowHelp(this.label1, ((bool)(resources.GetObject("label1.ShowHelp")))); // // m_writingSystemsFor // resources.ApplyResources(this.m_writingSystemsFor, "m_writingSystemsFor"); this.m_writingSystemsFor.Name = "m_writingSystemsFor"; this.helpProvider.SetShowHelp(this.m_writingSystemsFor, ((bool)(resources.GetObject("m_writingSystemsFor.ShowHelp")))); // // lblHiddenWss // resources.ApplyResources(this.lblHiddenWss, "lblHiddenWss"); this.lblHiddenWss.Name = "lblHiddenWss"; this.helpProvider.SetShowHelp(this.lblHiddenWss, ((bool)(resources.GetObject("lblHiddenWss.ShowHelp")))); // // WritingSystemPropertiesDialog // this.AcceptButton = this.btnOk; resources.ApplyResources(this, "$this"); this.CancelButton = this.btnCancel; this.Controls.Add(this.lblHiddenWss); this.Controls.Add(this.m_writingSystemsFor); this.Controls.Add(this.groupBox2); this.Controls.Add(this.btnRemove); this.Controls.Add(this.btnCopy); this.Controls.Add(this.btnAdd); this.Controls.Add(this.m_listBoxRelatedWSs); this.Controls.Add(this.btnOk); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnHelp); this.Controls.Add(this.tabControl); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "WritingSystemPropertiesDialog"; this.helpProvider.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp")))); this.ShowIcon = false; this.ShowInTaskbar = false; this.Activated += new System.EventHandler(this.OnGetFocus); this.tabControl.ResumeLayout(false); this.tpGeneral.ResumeLayout(false); this.tpGeneral.PerformLayout(); this.gbDirection.ResumeLayout(false); this.tpFonts.ResumeLayout(false); this.tpKeyboard.ResumeLayout(false); this.tpKeyboard.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxTestWs)).EndInit(); this.tpConverters.ResumeLayout(false); this.tpConverters.PerformLayout(); this.tpSorting.ResumeLayout(false); this.tpSorting.PerformLayout(); this.tpPUACharacters.ResumeLayout(false); this.tpPUACharacters.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// ---------------------------------------------------------------------------------------- /// <summary> /// Initialize for tests. /// </summary> /// ---------------------------------------------------------------------------------------- public override void TestSetup() { base.TestSetup(); m_fontsControl = new DefaultFontsControl(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WritingSystemPropertiesDialog)); this.tabControl = new System.Windows.Forms.TabControl(); this.tpGeneral = new System.Windows.Forms.TabPage(); this.lblScriptRegionVariant = new System.Windows.Forms.Label(); this.m_FullCode = new System.Windows.Forms.Label(); this.lblFullCode = new System.Windows.Forms.Label(); this.lblSpellingDictionary = new System.Windows.Forms.Label(); this.cbDictionaries = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox(); this.m_regionVariantControl = new SIL.FieldWorks.FwCoreDlgControls.RegionVariantControl(); this.gbDirection = new System.Windows.Forms.GroupBox(); this.rbLeftToRight = new System.Windows.Forms.RadioButton(); this.rbRightToLeft = new System.Windows.Forms.RadioButton(); this.m_ShortWsName = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.tpFonts = new System.Windows.Forms.TabPage(); this.m_defaultFontsControl = new SIL.FieldWorks.FwCoreDlgControls.DefaultFontsControl(); this.tpKeyboard = new System.Windows.Forms.TabPage(); this.m_keyboardControl = new Palaso.UI.WindowsForms.WritingSystems.WSKeyboardControl(); this.tpConverters = new System.Windows.Forms.TabPage(); this.btnEncodingConverter = new System.Windows.Forms.Button(); this.m_lblEncodingConverter = new System.Windows.Forms.Label(); this.cbEncodingConverter = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox(); this.tpSorting = new System.Windows.Forms.TabPage(); this.m_sortUsingLabel = new System.Windows.Forms.Label(); this.m_sortUsingComboBox = new System.Windows.Forms.ComboBox(); this.m_sortRulesPanel = new System.Windows.Forms.Panel(); this.m_sortRulesLoadPanel = new System.Windows.Forms.Panel(); this.m_sortRulesLoadLabel = new System.Windows.Forms.Label(); this.m_similarWsButton = new SIL.FieldWorks.FwCoreDlgControls.LocaleMenuButton(); this.m_sortRulesButtonPanel = new System.Windows.Forms.Panel(); this.m_angleBracketButton = new System.Windows.Forms.Button(); this.m_ampersandButton = new System.Windows.Forms.Button(); this.m_sortRulesTextBox = new SIL.FieldWorks.Common.Widgets.FwTextBox(); this.m_sortingHelpLabel = new System.Windows.Forms.Label(); this.m_sortLanguagePanel = new System.Windows.Forms.Panel(); this.m_sortLanguageComboBox = new System.Windows.Forms.ComboBox(); this.m_sortLanguageLabel = new System.Windows.Forms.Label(); this.tpPUACharacters = new System.Windows.Forms.TabPage(); this.m_lblPunctuation = new System.Windows.Forms.Label(); this.btnPunctuation = new System.Windows.Forms.Button(); this.m_lblValidCharacters = new System.Windows.Forms.Label(); this.btnValidChars = new System.Windows.Forms.Button(); this.btnModifyEthnologueInfo = new System.Windows.Forms.Button(); this.btnHelp = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOk = new System.Windows.Forms.Button(); this.helpProvider = new System.Windows.Forms.HelpProvider(); this.m_listBoxRelatedWSs = new System.Windows.Forms.ListBox(); this.btnAdd = new System.Windows.Forms.Button(); this.btnCopy = new System.Windows.Forms.Button(); this.m_deleteButton = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.m_linkToEthnologue = new System.Windows.Forms.LinkLabel(); this.m_LanguageCode = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.m_tbLanguageName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.m_writingSystemsFor = new System.Windows.Forms.Label(); this.lblHiddenWss = new System.Windows.Forms.Label(); this.tabControl.SuspendLayout(); this.tpGeneral.SuspendLayout(); this.gbDirection.SuspendLayout(); this.tpFonts.SuspendLayout(); this.tpKeyboard.SuspendLayout(); this.tpConverters.SuspendLayout(); this.tpSorting.SuspendLayout(); this.m_sortRulesPanel.SuspendLayout(); this.m_sortRulesLoadPanel.SuspendLayout(); this.m_sortRulesButtonPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_sortRulesTextBox)).BeginInit(); this.m_sortLanguagePanel.SuspendLayout(); this.tpPUACharacters.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // tabControl // this.tabControl.Controls.Add(this.tpGeneral); this.tabControl.Controls.Add(this.tpFonts); this.tabControl.Controls.Add(this.tpKeyboard); this.tabControl.Controls.Add(this.tpConverters); this.tabControl.Controls.Add(this.tpSorting); this.tabControl.Controls.Add(this.tpPUACharacters); this.tabControl.HotTrack = true; resources.ApplyResources(this.tabControl, "tabControl"); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.helpProvider.SetShowHelp(this.tabControl, ((bool)(resources.GetObject("tabControl.ShowHelp")))); this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged); this.tabControl.Deselecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl_Deselecting); // // tpGeneral // this.tpGeneral.Controls.Add(this.lblScriptRegionVariant); this.tpGeneral.Controls.Add(this.m_FullCode); this.tpGeneral.Controls.Add(this.lblFullCode); this.tpGeneral.Controls.Add(this.lblSpellingDictionary); this.tpGeneral.Controls.Add(this.cbDictionaries); this.tpGeneral.Controls.Add(this.m_regionVariantControl); this.tpGeneral.Controls.Add(this.gbDirection); this.tpGeneral.Controls.Add(this.m_ShortWsName); this.tpGeneral.Controls.Add(this.label5); resources.ApplyResources(this.tpGeneral, "tpGeneral"); this.tpGeneral.Name = "tpGeneral"; this.helpProvider.SetShowHelp(this.tpGeneral, ((bool)(resources.GetObject("tpGeneral.ShowHelp")))); this.tpGeneral.UseVisualStyleBackColor = true; // // lblScriptRegionVariant // resources.ApplyResources(this.lblScriptRegionVariant, "lblScriptRegionVariant"); this.lblScriptRegionVariant.Name = "lblScriptRegionVariant"; this.helpProvider.SetShowHelp(this.lblScriptRegionVariant, ((bool)(resources.GetObject("lblScriptRegionVariant.ShowHelp")))); // // m_FullCode // resources.ApplyResources(this.m_FullCode, "m_FullCode"); this.m_FullCode.Name = "m_FullCode"; this.helpProvider.SetShowHelp(this.m_FullCode, ((bool)(resources.GetObject("m_FullCode.ShowHelp")))); // // lblFullCode // resources.ApplyResources(this.lblFullCode, "lblFullCode"); this.lblFullCode.Name = "lblFullCode"; this.helpProvider.SetShowHelp(this.lblFullCode, ((bool)(resources.GetObject("lblFullCode.ShowHelp")))); // // lblSpellingDictionary // resources.ApplyResources(this.lblSpellingDictionary, "lblSpellingDictionary"); this.lblSpellingDictionary.Name = "lblSpellingDictionary"; this.helpProvider.SetShowHelp(this.lblSpellingDictionary, ((bool)(resources.GetObject("lblSpellingDictionary.ShowHelp")))); // // cbDictionaries // this.cbDictionaries.AllowSpaceInEditBox = false; this.cbDictionaries.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbDictionaries.FormattingEnabled = true; resources.ApplyResources(this.cbDictionaries, "cbDictionaries"); this.cbDictionaries.Name = "cbDictionaries"; this.helpProvider.SetShowHelp(this.cbDictionaries, ((bool)(resources.GetObject("cbDictionaries.ShowHelp")))); this.cbDictionaries.SelectedIndexChanged += new System.EventHandler(this.cbDictionaries_SelectedIndexChanged); // // m_regionVariantControl // resources.ApplyResources(this.m_regionVariantControl, "m_regionVariantControl"); this.m_regionVariantControl.BackColor = System.Drawing.Color.Transparent; this.m_regionVariantControl.Name = "m_regionVariantControl"; this.m_regionVariantControl.RegionName = global::SIL.FieldWorks.FwCoreDlgs.FwCoreDlgs.kstidOpen; this.m_regionVariantControl.RegionSubtag = null; this.m_regionVariantControl.ScriptName = global::SIL.FieldWorks.FwCoreDlgs.FwCoreDlgs.kstidOpen; this.m_regionVariantControl.ScriptSubtag = null; this.helpProvider.SetShowHelp(this.m_regionVariantControl, ((bool)(resources.GetObject("m_regionVariantControl.ShowHelp")))); this.m_regionVariantControl.VariantName = global::SIL.FieldWorks.FwCoreDlgs.FwCoreDlgs.kstidOpen; this.m_regionVariantControl.VariantSubtag = null; this.m_regionVariantControl.WritingSystem = null; this.m_regionVariantControl.ScriptRegionVariantChanged += new System.EventHandler(this.m_regionVariantControl_ScriptRegionVariantChanged); // // gbDirection // this.gbDirection.Controls.Add(this.rbLeftToRight); this.gbDirection.Controls.Add(this.rbRightToLeft); resources.ApplyResources(this.gbDirection, "gbDirection"); this.gbDirection.Name = "gbDirection"; this.helpProvider.SetShowHelp(this.gbDirection, ((bool)(resources.GetObject("gbDirection.ShowHelp")))); this.gbDirection.TabStop = false; // // rbLeftToRight // this.helpProvider.SetHelpString(this.rbLeftToRight, resources.GetString("rbLeftToRight.HelpString")); resources.ApplyResources(this.rbLeftToRight, "rbLeftToRight"); this.rbLeftToRight.Name = "rbLeftToRight"; this.helpProvider.SetShowHelp(this.rbLeftToRight, ((bool)(resources.GetObject("rbLeftToRight.ShowHelp")))); this.rbLeftToRight.TabStop = true; this.rbLeftToRight.CheckedChanged += new System.EventHandler(this.rbLeftToRight_CheckedChanged); // // rbRightToLeft // this.helpProvider.SetHelpString(this.rbRightToLeft, resources.GetString("rbRightToLeft.HelpString")); resources.ApplyResources(this.rbRightToLeft, "rbRightToLeft"); this.rbRightToLeft.Name = "rbRightToLeft"; this.helpProvider.SetShowHelp(this.rbRightToLeft, ((bool)(resources.GetObject("rbRightToLeft.ShowHelp")))); this.rbRightToLeft.CheckedChanged += new System.EventHandler(this.rbLeftToRight_CheckedChanged); // // m_ShortWsName // this.helpProvider.SetHelpString(this.m_ShortWsName, resources.GetString("m_ShortWsName.HelpString")); resources.ApplyResources(this.m_ShortWsName, "m_ShortWsName"); this.m_ShortWsName.Name = "m_ShortWsName"; this.helpProvider.SetShowHelp(this.m_ShortWsName, ((bool)(resources.GetObject("m_ShortWsName.ShowHelp")))); this.m_ShortWsName.TextChanged += new System.EventHandler(this.m_ShortWsName_TextChanged); // // label5 // resources.ApplyResources(this.label5, "label5"); this.label5.Name = "label5"; this.helpProvider.SetShowHelp(this.label5, ((bool)(resources.GetObject("label5.ShowHelp")))); // // tpFonts // this.tpFonts.Controls.Add(this.m_defaultFontsControl); resources.ApplyResources(this.tpFonts, "tpFonts"); this.tpFonts.Name = "tpFonts"; this.helpProvider.SetShowHelp(this.tpFonts, ((bool)(resources.GetObject("tpFonts.ShowHelp")))); this.tpFonts.UseVisualStyleBackColor = true; // // m_defaultFontsControl // resources.ApplyResources(this.m_defaultFontsControl, "m_defaultFontsControl"); this.m_defaultFontsControl.DefaultNormalFont = ""; this.helpProvider.SetHelpString(this.m_defaultFontsControl, resources.GetString("m_defaultFontsControl.HelpString")); this.m_defaultFontsControl.Name = "m_defaultFontsControl"; this.helpProvider.SetShowHelp(this.m_defaultFontsControl, ((bool)(resources.GetObject("m_defaultFontsControl.ShowHelp")))); this.m_defaultFontsControl.WritingSystem = null; // // tpKeyboard // this.tpKeyboard.Controls.Add(this.m_keyboardControl); resources.ApplyResources(this.tpKeyboard, "tpKeyboard"); this.tpKeyboard.Name = "tpKeyboard"; this.helpProvider.SetShowHelp(this.tpKeyboard, ((bool)(resources.GetObject("tpKeyboard.ShowHelp")))); this.tpKeyboard.UseVisualStyleBackColor = true; // // m_keyboardControl // resources.ApplyResources(this.m_keyboardControl, "m_keyboardControl"); this.m_keyboardControl.Name = "m_keyboardControl"; // // tpConverters // this.tpConverters.Controls.Add(this.btnEncodingConverter); this.tpConverters.Controls.Add(this.m_lblEncodingConverter); this.tpConverters.Controls.Add(this.cbEncodingConverter); resources.ApplyResources(this.tpConverters, "tpConverters"); this.tpConverters.Name = "tpConverters"; this.helpProvider.SetShowHelp(this.tpConverters, ((bool)(resources.GetObject("tpConverters.ShowHelp")))); this.tpConverters.UseVisualStyleBackColor = true; // // btnEncodingConverter // this.helpProvider.SetHelpString(this.btnEncodingConverter, resources.GetString("btnEncodingConverter.HelpString")); resources.ApplyResources(this.btnEncodingConverter, "btnEncodingConverter"); this.btnEncodingConverter.Name = "btnEncodingConverter"; this.helpProvider.SetShowHelp(this.btnEncodingConverter, ((bool)(resources.GetObject("btnEncodingConverter.ShowHelp")))); this.btnEncodingConverter.Click += new System.EventHandler(this.btnEncodingConverter_Click); // // m_lblEncodingConverter // resources.ApplyResources(this.m_lblEncodingConverter, "m_lblEncodingConverter"); this.m_lblEncodingConverter.Name = "m_lblEncodingConverter"; this.helpProvider.SetShowHelp(this.m_lblEncodingConverter, ((bool)(resources.GetObject("m_lblEncodingConverter.ShowHelp")))); // // cbEncodingConverter // this.cbEncodingConverter.AllowSpaceInEditBox = false; this.cbEncodingConverter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.helpProvider.SetHelpString(this.cbEncodingConverter, resources.GetString("cbEncodingConverter.HelpString")); resources.ApplyResources(this.cbEncodingConverter, "cbEncodingConverter"); this.cbEncodingConverter.Name = "cbEncodingConverter"; this.helpProvider.SetShowHelp(this.cbEncodingConverter, ((bool)(resources.GetObject("cbEncodingConverter.ShowHelp")))); this.cbEncodingConverter.Sorted = true; this.cbEncodingConverter.SelectedIndexChanged += new System.EventHandler(this.cbEncodingConverter_SelectedIndexChanged); // // tpSorting // this.tpSorting.BackColor = System.Drawing.Color.Transparent; this.tpSorting.Controls.Add(this.m_sortUsingLabel); this.tpSorting.Controls.Add(this.m_sortUsingComboBox); this.tpSorting.Controls.Add(this.m_sortRulesPanel); this.tpSorting.Controls.Add(this.m_sortLanguagePanel); resources.ApplyResources(this.tpSorting, "tpSorting"); this.tpSorting.Name = "tpSorting"; this.helpProvider.SetShowHelp(this.tpSorting, ((bool)(resources.GetObject("tpSorting.ShowHelp")))); this.tpSorting.UseVisualStyleBackColor = true; // // m_sortUsingLabel // resources.ApplyResources(this.m_sortUsingLabel, "m_sortUsingLabel"); this.m_sortUsingLabel.Name = "m_sortUsingLabel"; // // m_sortUsingComboBox // this.m_sortUsingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_sortUsingComboBox.FormattingEnabled = true; resources.ApplyResources(this.m_sortUsingComboBox, "m_sortUsingComboBox"); this.m_sortUsingComboBox.Name = "m_sortUsingComboBox"; this.m_sortUsingComboBox.SelectedIndexChanged += new System.EventHandler(this.m_sortUsingComboBox_SelectedIndexChanged); // // m_sortRulesPanel // this.m_sortRulesPanel.Controls.Add(this.m_sortRulesLoadPanel); this.m_sortRulesPanel.Controls.Add(this.m_sortRulesButtonPanel); this.m_sortRulesPanel.Controls.Add(this.m_sortRulesTextBox); this.m_sortRulesPanel.Controls.Add(this.m_sortingHelpLabel); resources.ApplyResources(this.m_sortRulesPanel, "m_sortRulesPanel"); this.m_sortRulesPanel.Name = "m_sortRulesPanel"; this.helpProvider.SetShowHelp(this.m_sortRulesPanel, ((bool)(resources.GetObject("m_sortRulesPanel.ShowHelp")))); // // m_sortRulesLoadPanel // this.m_sortRulesLoadPanel.Controls.Add(this.m_sortRulesLoadLabel); this.m_sortRulesLoadPanel.Controls.Add(this.m_similarWsButton); resources.ApplyResources(this.m_sortRulesLoadPanel, "m_sortRulesLoadPanel"); this.m_sortRulesLoadPanel.Name = "m_sortRulesLoadPanel"; // // m_sortRulesLoadLabel // resources.ApplyResources(this.m_sortRulesLoadLabel, "m_sortRulesLoadLabel"); this.m_sortRulesLoadLabel.Name = "m_sortRulesLoadLabel"; this.helpProvider.SetShowHelp(this.m_sortRulesLoadLabel, ((bool)(resources.GetObject("m_sortRulesLoadLabel.ShowHelp")))); // // m_similarWsButton // this.m_similarWsButton.DisplayLocaleId = null; resources.ApplyResources(this.m_similarWsButton, "m_similarWsButton"); this.m_similarWsButton.Name = "m_similarWsButton"; this.m_similarWsButton.SelectedLocaleId = null; this.helpProvider.SetShowHelp(this.m_similarWsButton, ((bool)(resources.GetObject("m_similarWsButton.ShowHelp")))); this.m_similarWsButton.UseVisualStyleBackColor = true; this.m_similarWsButton.LocaleSelected += new System.EventHandler(this.m_similarWsButton_LocaleSelected); // // m_sortRulesButtonPanel // this.m_sortRulesButtonPanel.Controls.Add(this.m_angleBracketButton); this.m_sortRulesButtonPanel.Controls.Add(this.m_ampersandButton); resources.ApplyResources(this.m_sortRulesButtonPanel, "m_sortRulesButtonPanel"); this.m_sortRulesButtonPanel.Name = "m_sortRulesButtonPanel"; // // m_angleBracketButton // resources.ApplyResources(this.m_angleBracketButton, "m_angleBracketButton"); this.m_angleBracketButton.Name = "m_angleBracketButton"; this.helpProvider.SetShowHelp(this.m_angleBracketButton, ((bool)(resources.GetObject("m_angleBracketButton.ShowHelp")))); this.m_angleBracketButton.UseMnemonic = false; this.m_angleBracketButton.UseVisualStyleBackColor = true; this.m_angleBracketButton.Click += new System.EventHandler(this.m_angleBracketButton_Click); // // m_ampersandButton // resources.ApplyResources(this.m_ampersandButton, "m_ampersandButton"); this.m_ampersandButton.Name = "m_ampersandButton"; this.helpProvider.SetShowHelp(this.m_ampersandButton, ((bool)(resources.GetObject("m_ampersandButton.ShowHelp")))); this.m_ampersandButton.UseMnemonic = false; this.m_ampersandButton.UseVisualStyleBackColor = true; this.m_ampersandButton.Click += new System.EventHandler(this.m_ampersandButton_Click); // // m_sortRulesTextBox // this.m_sortRulesTextBox.AcceptsReturn = true; this.m_sortRulesTextBox.AdjustStringHeight = false; resources.ApplyResources(this.m_sortRulesTextBox, "m_sortRulesTextBox"); this.m_sortRulesTextBox.BackColor = System.Drawing.SystemColors.Window; this.m_sortRulesTextBox.controlID = null; this.m_sortRulesTextBox.HasBorder = true; this.m_sortRulesTextBox.Name = "m_sortRulesTextBox"; this.helpProvider.SetShowHelp(this.m_sortRulesTextBox, ((bool)(resources.GetObject("m_sortRulesTextBox.ShowHelp")))); this.m_sortRulesTextBox.SuppressEnter = false; this.m_sortRulesTextBox.WordWrap = true; this.m_sortRulesTextBox.TextChanged += new System.EventHandler(this.m_sortRulesTextBox_TextChanged); // // m_sortingHelpLabel // resources.ApplyResources(this.m_sortingHelpLabel, "m_sortingHelpLabel"); this.m_sortingHelpLabel.Name = "m_sortingHelpLabel"; this.helpProvider.SetShowHelp(this.m_sortingHelpLabel, ((bool)(resources.GetObject("m_sortingHelpLabel.ShowHelp")))); this.m_sortingHelpLabel.UseMnemonic = false; // // m_sortLanguagePanel // this.m_sortLanguagePanel.Controls.Add(this.m_sortLanguageComboBox); this.m_sortLanguagePanel.Controls.Add(this.m_sortLanguageLabel); resources.ApplyResources(this.m_sortLanguagePanel, "m_sortLanguagePanel"); this.m_sortLanguagePanel.Name = "m_sortLanguagePanel"; // // m_sortLanguageComboBox // this.m_sortLanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_sortLanguageComboBox.FormattingEnabled = true; resources.ApplyResources(this.m_sortLanguageComboBox, "m_sortLanguageComboBox"); this.m_sortLanguageComboBox.Name = "m_sortLanguageComboBox"; this.m_sortLanguageComboBox.SelectedIndexChanged += new System.EventHandler(this.m_sortLanguageComboBox_SelectedIndexChanged); // // m_sortLanguageLabel // resources.ApplyResources(this.m_sortLanguageLabel, "m_sortLanguageLabel"); this.m_sortLanguageLabel.Name = "m_sortLanguageLabel"; // // tpPUACharacters // this.tpPUACharacters.BackColor = System.Drawing.Color.Transparent; this.tpPUACharacters.Controls.Add(this.m_lblPunctuation); this.tpPUACharacters.Controls.Add(this.btnPunctuation); this.tpPUACharacters.Controls.Add(this.m_lblValidCharacters); this.tpPUACharacters.Controls.Add(this.btnValidChars); resources.ApplyResources(this.tpPUACharacters, "tpPUACharacters"); this.tpPUACharacters.Name = "tpPUACharacters"; this.helpProvider.SetShowHelp(this.tpPUACharacters, ((bool)(resources.GetObject("tpPUACharacters.ShowHelp")))); this.tpPUACharacters.UseVisualStyleBackColor = true; // // m_lblPunctuation // resources.ApplyResources(this.m_lblPunctuation, "m_lblPunctuation"); this.m_lblPunctuation.Name = "m_lblPunctuation"; this.helpProvider.SetShowHelp(this.m_lblPunctuation, ((bool)(resources.GetObject("m_lblPunctuation.ShowHelp")))); // // btnPunctuation // this.helpProvider.SetHelpString(this.btnPunctuation, resources.GetString("btnPunctuation.HelpString")); resources.ApplyResources(this.btnPunctuation, "btnPunctuation"); this.btnPunctuation.Name = "btnPunctuation"; this.helpProvider.SetShowHelp(this.btnPunctuation, ((bool)(resources.GetObject("btnPunctuation.ShowHelp")))); this.btnPunctuation.Click += new System.EventHandler(this.btnPunctuation_Click); // // m_lblValidCharacters // resources.ApplyResources(this.m_lblValidCharacters, "m_lblValidCharacters"); this.m_lblValidCharacters.Name = "m_lblValidCharacters"; this.helpProvider.SetShowHelp(this.m_lblValidCharacters, ((bool)(resources.GetObject("m_lblValidCharacters.ShowHelp")))); // // btnValidChars // this.helpProvider.SetHelpString(this.btnValidChars, resources.GetString("btnValidChars.HelpString")); resources.ApplyResources(this.btnValidChars, "btnValidChars"); this.btnValidChars.Name = "btnValidChars"; this.helpProvider.SetShowHelp(this.btnValidChars, ((bool)(resources.GetObject("btnValidChars.ShowHelp")))); this.btnValidChars.Click += new System.EventHandler(this.btnValidChars_Click); // // btnModifyEthnologueInfo // this.helpProvider.SetHelpString(this.btnModifyEthnologueInfo, resources.GetString("btnModifyEthnologueInfo.HelpString")); resources.ApplyResources(this.btnModifyEthnologueInfo, "btnModifyEthnologueInfo"); this.btnModifyEthnologueInfo.Name = "btnModifyEthnologueInfo"; this.helpProvider.SetShowHelp(this.btnModifyEthnologueInfo, ((bool)(resources.GetObject("btnModifyEthnologueInfo.ShowHelp")))); this.btnModifyEthnologueInfo.Click += new System.EventHandler(this.btnModifyEthnologueInfo_Click); // // btnHelp // resources.ApplyResources(this.btnHelp, "btnHelp"); this.helpProvider.SetHelpString(this.btnHelp, resources.GetString("btnHelp.HelpString")); this.btnHelp.Name = "btnHelp"; this.helpProvider.SetShowHelp(this.btnHelp, ((bool)(resources.GetObject("btnHelp.ShowHelp")))); this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click); // // btnCancel // resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.helpProvider.SetHelpString(this.btnCancel, resources.GetString("btnCancel.HelpString")); this.btnCancel.Name = "btnCancel"; this.helpProvider.SetShowHelp(this.btnCancel, ((bool)(resources.GetObject("btnCancel.ShowHelp")))); // // btnOk // resources.ApplyResources(this.btnOk, "btnOk"); this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.helpProvider.SetHelpString(this.btnOk, resources.GetString("btnOk.HelpString")); this.btnOk.Name = "btnOk"; this.helpProvider.SetShowHelp(this.btnOk, ((bool)(resources.GetObject("btnOk.ShowHelp")))); this.btnOk.Click += new System.EventHandler(this.OnOk); // // m_listBoxRelatedWSs // this.m_listBoxRelatedWSs.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.m_listBoxRelatedWSs.FormattingEnabled = true; resources.ApplyResources(this.m_listBoxRelatedWSs, "m_listBoxRelatedWSs"); this.m_listBoxRelatedWSs.Name = "m_listBoxRelatedWSs"; this.helpProvider.SetShowHelp(this.m_listBoxRelatedWSs, ((bool)(resources.GetObject("m_listBoxRelatedWSs.ShowHelp")))); this.m_listBoxRelatedWSs.Sorted = true; this.m_listBoxRelatedWSs.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.m_listBoxRelatedWSs_DrawItem); this.m_listBoxRelatedWSs.SelectedIndexChanged += new System.EventHandler(this.m_listBoxRelatedWSs_SelectedIndexChanged); // // btnAdd // resources.ApplyResources(this.btnAdd, "btnAdd"); this.btnAdd.Name = "btnAdd"; this.helpProvider.SetShowHelp(this.btnAdd, ((bool)(resources.GetObject("btnAdd.ShowHelp")))); this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnCopy // resources.ApplyResources(this.btnCopy, "btnCopy"); this.btnCopy.Name = "btnCopy"; this.helpProvider.SetShowHelp(this.btnCopy, ((bool)(resources.GetObject("btnCopy.ShowHelp")))); this.btnCopy.UseVisualStyleBackColor = true; this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click); // // m_deleteButton // resources.ApplyResources(this.m_deleteButton, "m_deleteButton"); this.m_deleteButton.Name = "m_deleteButton"; this.helpProvider.SetShowHelp(this.m_deleteButton, ((bool)(resources.GetObject("m_deleteButton.ShowHelp")))); this.m_deleteButton.UseVisualStyleBackColor = true; this.m_deleteButton.Click += new System.EventHandler(this.m_deleteButton_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.btnModifyEthnologueInfo); this.groupBox2.Controls.Add(this.m_linkToEthnologue); this.groupBox2.Controls.Add(this.m_LanguageCode); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.m_tbLanguageName); this.groupBox2.Controls.Add(this.label1); resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.Name = "groupBox2"; this.helpProvider.SetShowHelp(this.groupBox2, ((bool)(resources.GetObject("groupBox2.ShowHelp")))); this.groupBox2.TabStop = false; // // m_linkToEthnologue // resources.ApplyResources(this.m_linkToEthnologue, "m_linkToEthnologue"); this.m_linkToEthnologue.Name = "m_linkToEthnologue"; this.helpProvider.SetShowHelp(this.m_linkToEthnologue, ((bool)(resources.GetObject("m_linkToEthnologue.ShowHelp")))); this.m_linkToEthnologue.TabStop = true; this.m_linkToEthnologue.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkToEthnologue_LinkClicked); // // m_LanguageCode // resources.ApplyResources(this.m_LanguageCode, "m_LanguageCode"); this.m_LanguageCode.Name = "m_LanguageCode"; this.helpProvider.SetShowHelp(this.m_LanguageCode, ((bool)(resources.GetObject("m_LanguageCode.ShowHelp")))); // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; this.helpProvider.SetShowHelp(this.label3, ((bool)(resources.GetObject("label3.ShowHelp")))); // // m_tbLanguageName // resources.ApplyResources(this.m_tbLanguageName, "m_tbLanguageName"); this.m_tbLanguageName.Name = "m_tbLanguageName"; this.helpProvider.SetShowHelp(this.m_tbLanguageName, ((bool)(resources.GetObject("m_tbLanguageName.ShowHelp")))); this.m_tbLanguageName.TextChanged += new System.EventHandler(this.m_tbLanguageName_TextChanged); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; this.helpProvider.SetShowHelp(this.label1, ((bool)(resources.GetObject("label1.ShowHelp")))); // // m_writingSystemsFor // resources.ApplyResources(this.m_writingSystemsFor, "m_writingSystemsFor"); this.m_writingSystemsFor.Name = "m_writingSystemsFor"; this.helpProvider.SetShowHelp(this.m_writingSystemsFor, ((bool)(resources.GetObject("m_writingSystemsFor.ShowHelp")))); // // lblHiddenWss // resources.ApplyResources(this.lblHiddenWss, "lblHiddenWss"); this.lblHiddenWss.Name = "lblHiddenWss"; this.helpProvider.SetShowHelp(this.lblHiddenWss, ((bool)(resources.GetObject("lblHiddenWss.ShowHelp")))); // // WritingSystemPropertiesDialog // this.AcceptButton = this.btnOk; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.Controls.Add(this.lblHiddenWss); this.Controls.Add(this.m_writingSystemsFor); this.Controls.Add(this.groupBox2); this.Controls.Add(this.m_deleteButton); this.Controls.Add(this.btnCopy); this.Controls.Add(this.btnAdd); this.Controls.Add(this.m_listBoxRelatedWSs); this.Controls.Add(this.btnOk); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnHelp); this.Controls.Add(this.tabControl); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "WritingSystemPropertiesDialog"; this.helpProvider.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp")))); this.ShowIcon = false; this.ShowInTaskbar = false; this.tabControl.ResumeLayout(false); this.tpGeneral.ResumeLayout(false); this.tpGeneral.PerformLayout(); this.gbDirection.ResumeLayout(false); this.tpFonts.ResumeLayout(false); this.tpKeyboard.ResumeLayout(false); this.tpConverters.ResumeLayout(false); this.tpConverters.PerformLayout(); this.tpSorting.ResumeLayout(false); this.tpSorting.PerformLayout(); this.m_sortRulesPanel.ResumeLayout(false); this.m_sortRulesLoadPanel.ResumeLayout(false); this.m_sortRulesButtonPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.m_sortRulesTextBox)).EndInit(); this.m_sortLanguagePanel.ResumeLayout(false); this.m_sortLanguagePanel.PerformLayout(); this.tpPUACharacters.ResumeLayout(false); this.tpPUACharacters.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }