public SwapLexemeWithAllomorphDlg()
		{
			//
			// Required for Windows Form Designer support
			//
			InitializeComponent();

			SuspendLayout();
			m_fwTextBoxBottomMsg = new SIL.FieldWorks.Common.Widgets.FwTextBox();
			((System.ComponentModel.ISupportInitialize)(m_fwTextBoxBottomMsg)).BeginInit();
			//
			// m_fwTextBoxBottomMsg
			//
			m_fwTextBoxBottomMsg.BackColor = System.Drawing.SystemColors.Control;
			m_fwTextBoxBottomMsg.HasBorder = false;
			m_fwTextBoxBottomMsg.CausesValidation = false;
			m_fwTextBoxBottomMsg.controlID = null;
			m_fwTextBoxBottomMsg.Enabled = false;
			m_fwTextBoxBottomMsg.Location = new System.Drawing.Point(46, 240);
			m_fwTextBoxBottomMsg.Name = "m_fwTextBoxBottomMsg";
			m_fwTextBoxBottomMsg.SelectionLength = 0;
			m_fwTextBoxBottomMsg.SelectionStart = 0;
			m_fwTextBoxBottomMsg.Size = new System.Drawing.Size(386, 45);
			m_fwTextBoxBottomMsg.TabIndex = 1;
			m_fwTextBoxBottomMsg.WritingSystemCode = 1;
			Controls.Add(m_fwTextBoxBottomMsg);

			m_lvAlloOptions.TabIndex = 0;
			btnOK.TabIndex = 2;
			btnClose.TabIndex = 3;
			Icon infoIcon = System.Drawing.SystemIcons.Information;
			pictureBox1.Image = infoIcon.ToBitmap();
			pictureBox1.Size = infoIcon.Size;
			ResumeLayout(false);
		}
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        protected override void Dispose(bool disposing)
        {
            //Debug.WriteLineIf(!disposing, "****************** " + GetType().Name + " 'disposing' is false. ******************");
            // Must not be run more than once.
            if (IsDisposed)
            {
                return;
            }

            if (disposing)
            {
                Controls.Remove(m_fwTextBoxBottomMsg);
                m_fwTextBoxBottomMsg.Dispose();
                if (components != null)
                {
                    components.Dispose();
                }
            }
            m_fwTextBoxBottomMsg = null;
            m_mediator           = null;
            if (m_tsf != null)
            {
                System.Runtime.InteropServices.Marshal.ReleaseComObject(m_tsf);
            }
            m_tsf   = null;
            m_cache = null;

            base.Dispose(disposing);
        }
Beispiel #3
0
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        protected override void Dispose(bool disposing)
        {
            //Debug.WriteLineIf(!disposing, "****************** " + GetType().Name + " 'disposing' is false. ******************");
            // Must not be run more than once.
            if (IsDisposed)
            {
                return;
            }

            if (disposing)
            {
                if (components != null)
                {
                    components.Dispose();
                }
            }
            if (m_cache != null)
            {
                IVwCacheDa cda = m_cache.MainCacheAccessor as IVwCacheDa;
                cda.CacheVecProp(m_cache.LangProject.Hvo, m_fakeFlid, null, 0);
                cda     = null;
                m_cache = null;
            }
            m_fwTextBoxBottomMsg = null;
            m_mediator           = null;
            if (m_tsf != null)
            {
                System.Runtime.InteropServices.Marshal.ReleaseComObject(m_tsf);
            }
            m_tsf = null;

            base.Dispose(disposing);
        }
 /// <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(NonEmptyTargetControl));
     this.NonBlankTargetGroup = new System.Windows.Forms.GroupBox();
     this.sepBox         = new SIL.FieldWorks.Common.Widgets.FwTextBox();
     this.appendRadio    = new System.Windows.Forms.RadioButton();
     this.overwriteRadio = new System.Windows.Forms.RadioButton();
     this.doNothingRadio = new System.Windows.Forms.RadioButton();
     this.NonBlankTargetGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sepBox)).BeginInit();
     this.SuspendLayout();
     //
     // NonBlankTargetGroup
     //
     resources.ApplyResources(this.NonBlankTargetGroup, "NonBlankTargetGroup");
     this.NonBlankTargetGroup.Controls.Add(this.sepBox);
     this.NonBlankTargetGroup.Controls.Add(this.appendRadio);
     this.NonBlankTargetGroup.Controls.Add(this.overwriteRadio);
     this.NonBlankTargetGroup.Controls.Add(this.doNothingRadio);
     this.NonBlankTargetGroup.Name    = "NonBlankTargetGroup";
     this.NonBlankTargetGroup.TabStop = false;
     //
     // sepBox
     //
     this.sepBox.AdjustStringHeight = true;
     this.sepBox.AllowMultipleLines = false;
     this.sepBox.BackColor          = System.Drawing.SystemColors.Window;
     this.sepBox.controlID          = null;
     resources.ApplyResources(this.sepBox, "sepBox");
     this.sepBox.Name            = "sepBox";
     this.sepBox.SelectionLength = 0;
     this.sepBox.SelectionStart  = 0;
     //
     // appendRadio
     //
     resources.ApplyResources(this.appendRadio, "appendRadio");
     this.appendRadio.Name = "appendRadio";
     //
     // overwriteRadio
     //
     resources.ApplyResources(this.overwriteRadio, "overwriteRadio");
     this.overwriteRadio.Name = "overwriteRadio";
     //
     // doNothingRadio
     //
     this.doNothingRadio.Checked = true;
     resources.ApplyResources(this.doNothingRadio, "doNothingRadio");
     this.doNothingRadio.Name    = "doNothingRadio";
     this.doNothingRadio.TabStop = true;
     //
     // NonEmptyTargetControl
     //
     this.Controls.Add(this.NonBlankTargetGroup);
     this.Name = "NonEmptyTargetControl";
     resources.ApplyResources(this, "$this");
     this.NonBlankTargetGroup.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.sepBox)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        protected override void Dispose(bool disposing)
        {
            System.Diagnostics.Debug.WriteLineIf(!disposing, "****** Missing Dispose() call for " + GetType().Name + ". ****** ");
            // Must not be run more than once.
            if (IsDisposed)
            {
                return;
            }

            if (disposing)
            {
                if (components != null)
                {
                    components.Dispose();
                }
            }
            m_cache = null;
            m_fwTextBoxBottomMsg = null;
            m_mediator           = null;
            m_tsf = null;

            base.Dispose(disposing);
        }
        public SwapLexemeWithAllomorphDlg()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            SuspendLayout();
            m_fwTextBoxBottomMsg = new SIL.FieldWorks.Common.Widgets.FwTextBox();
            ((System.ComponentModel.ISupportInitialize)(m_fwTextBoxBottomMsg)).BeginInit();
            //
            // m_fwTextBoxBottomMsg
            //
            m_fwTextBoxBottomMsg.BackColor         = System.Drawing.SystemColors.Control;
            m_fwTextBoxBottomMsg.HasBorder         = false;
            m_fwTextBoxBottomMsg.CausesValidation  = false;
            m_fwTextBoxBottomMsg.controlID         = null;
            m_fwTextBoxBottomMsg.Enabled           = false;
            m_fwTextBoxBottomMsg.Location          = new System.Drawing.Point(46, 240);
            m_fwTextBoxBottomMsg.Name              = "m_fwTextBoxBottomMsg";
            m_fwTextBoxBottomMsg.SelectionLength   = 0;
            m_fwTextBoxBottomMsg.SelectionStart    = 0;
            m_fwTextBoxBottomMsg.Size              = new System.Drawing.Size(386, 45);
            m_fwTextBoxBottomMsg.TabIndex          = 1;
            m_fwTextBoxBottomMsg.WritingSystemCode = 1;
            Controls.Add(m_fwTextBoxBottomMsg);

            m_lvAlloOptions.TabIndex = 0;
            btnOK.TabIndex           = 2;
            btnClose.TabIndex        = 3;
            Icon infoIcon = System.Drawing.SystemIcons.Information;

            pictureBox1.Image = infoIcon.ToBitmap();
            pictureBox1.Size  = infoIcon.Size;
            ResumeLayout(false);
        }
Beispiel #7
0
 /// <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(MergeObjectDlg));
     this.label2               = new System.Windows.Forms.Label();
     this.pictureBox1          = new System.Windows.Forms.PictureBox();
     this.btnOK                = new System.Windows.Forms.Button();
     this.btnClose             = new System.Windows.Forms.Button();
     this.m_bvPanel            = new System.Windows.Forms.Panel();
     this.m_chItems            = new System.Windows.Forms.ColumnHeader();
     this.buttonHelp           = new System.Windows.Forms.Button();
     this.m_fwTextBoxBottomMsg = new SIL.FieldWorks.Common.Widgets.FwTextBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxBottomMsg)).BeginInit();
     this.SuspendLayout();
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // pictureBox1
     //
     resources.ApplyResources(this.pictureBox1, "pictureBox1");
     this.pictureBox1.Name    = "pictureBox1";
     this.pictureBox1.TabStop = false;
     //
     // btnOK
     //
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.Name = "btnOK";
     //
     // btnClose
     //
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.btnClose, "btnClose");
     this.btnClose.Name = "btnClose";
     //
     // m_bvPanel
     //
     resources.ApplyResources(this.m_bvPanel, "m_bvPanel");
     this.m_bvPanel.Name = "m_bvPanel";
     //
     // m_chItems
     //
     resources.ApplyResources(this.m_chItems, "m_chItems");
     //
     // buttonHelp
     //
     resources.ApplyResources(this.buttonHelp, "buttonHelp");
     this.buttonHelp.Name   = "buttonHelp";
     this.buttonHelp.Click += new System.EventHandler(this.buttonHelp_Click);
     //
     // m_fwTextBoxBottomMsg
     //
     this.m_fwTextBoxBottomMsg.AdjustStringHeight = true;
     this.m_fwTextBoxBottomMsg.AllowMultipleLines = true;
     this.m_fwTextBoxBottomMsg.BackColor          = System.Drawing.SystemColors.Control;
     resources.ApplyResources(this.m_fwTextBoxBottomMsg, "m_fwTextBoxBottomMsg");
     this.m_fwTextBoxBottomMsg.HasBorder = false;
     this.m_fwTextBoxBottomMsg.Name      = "m_fwTextBoxBottomMsg";
     this.m_fwTextBoxBottomMsg.TabStop   = false;
     //
     // MergeObjectDlg
     //
     this.AcceptButton = this.btnOK;
     resources.ApplyResources(this, "$this");
     this.CancelButton     = this.btnClose;
     this.CausesValidation = false;
     this.Controls.Add(this.buttonHelp);
     this.Controls.Add(this.m_bvPanel);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.m_fwTextBoxBottomMsg);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "MergeObjectDlg";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Closed         += new System.EventHandler(this.MergeObjectDlg_Closed);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxBottomMsg)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #8
0
        private void Form1_Load(object sender, System.EventArgs e)
        {
            fwTextBox1          = new SIL.FieldWorks.Common.Widgets.FwTextBox();
            fwTextBox1.Name     = "FwTextBox1";
            fwTextBox1.Location = new System.Drawing.Point(168, 48);
            fwTextBox1.TabStop  = true;
            this.Controls.Add(fwTextBox1);
            //
            // fwListBox2
            //
            fwListBox2 = new SIL.FieldWorks.Common.Widgets.FwListBox();
            //this.fwListBox2.ItemHeight = 16;
            this.fwListBox2.Items.AddRange(new object[] {
                "This",
                "is",
                "a",
                "list",
                "with",
                "several",
                "items"
            });
            fwListBox2.Location = new System.Drawing.Point(168, 188);
            fwListBox2.Name     = "fwListBox2";
            fwListBox2.Size     = new System.Drawing.Size(120, 84);
            fwListBox2.TabIndex = 5;
            fwListBox2.TabStop  = true;
            this.Controls.Add(fwListBox2);
            //
            // comboBox1
            //
            this.fwComboBox1 = new SIL.FieldWorks.Common.Widgets.FwComboBox();
            this.fwComboBox1.Items.AddRange(new object[] {
                "Here",
                "are",
                "some",
                "combo",
                "items",
                "we",
                "can",
                "use",
                "to",
                "test"
            });
            fwComboBox1.Location = new System.Drawing.Point(152, 300);
            fwComboBox1.Name     = "fwComboBox1";
            fwComboBox1.Size     = new System.Drawing.Size(121, 21);
            fwComboBox1.TabIndex = 8;
            fwComboBox1.Text     = "default";
            fwComboBox1.TabStop  = true;
            Controls.Add(fwComboBox1);

            // Image with associated list.
            this.m_PullDownArrow = ResourceHelper.InterlinPopupArrow;

            m_comboListBox = new SIL.FieldWorks.Common.Widgets.ComboListBox();
            m_comboListBox.Items.AddRange(new object[] {
                "Here",
                "are",
                "some",
                "combo",
                "items",
                "for",
                "the",
                "yellow",
                "button"
            });
            m_comboListBox.Size = new System.Drawing.Size(121, 150);
        }
Beispiel #9
0
 /// <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(EditMorphBreaksDlg));
     this.m_btnOK     = new System.Windows.Forms.Button();
     this.m_btnCancel = new System.Windows.Forms.Button();
     this.m_txtMorphs = new SIL.FieldWorks.Common.Widgets.FwTextBox();
     this.lblWord     = new System.Windows.Forms.Label();
     this.groupBox2_BreakCharacters = new System.Windows.Forms.GroupBox();
     this.lblBreak_suprafixtLabel   = new System.Windows.Forms.Label();
     this.lblBreak_simulfixLabel    = new System.Windows.Forms.Label();
     this.lblBreak_boundStemLabel   = new System.Windows.Forms.Label();
     this.lblBreak_encliticLabel    = new System.Windows.Forms.Label();
     this.lblBreak_procliticLabel   = new System.Windows.Forms.Label();
     this.lblBreak_infixLabel       = new System.Windows.Forms.Label();
     this.lblBreak_suprafixExample  = new System.Windows.Forms.Label();
     this.lblBreak_simulfixExample  = new System.Windows.Forms.Label();
     this.lblBreak_encliticExample  = new System.Windows.Forms.Label();
     this.lblBreak_procliticExample = new System.Windows.Forms.Label();
     this.lblBreak_boundStemExample = new System.Windows.Forms.Label();
     this.lblBreak_infixExample     = new System.Windows.Forms.Label();
     this.lblBreak_suffixExample    = new System.Windows.Forms.Label();
     this.lblBreak_prefixExample    = new System.Windows.Forms.Label();
     this.lblBreak_stemExample      = new System.Windows.Forms.Label();
     this.lblBreak_stemLabel        = new System.Windows.Forms.Label();
     this.lblBreak_suffixLabel      = new System.Windows.Forms.Label();
     this.lblBreak_prefixLabel      = new System.Windows.Forms.Label();
     this.groupBox1_Examples        = new System.Windows.Forms.GroupBox();
     this.lblHelp2_Example1         = new System.Windows.Forms.Label();
     this.lblHelp2_Example2         = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.buttonHelp       = new System.Windows.Forms.Button();
     this.morphBreakHelper = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.m_txtMorphs)).BeginInit();
     this.groupBox2_BreakCharacters.SuspendLayout();
     this.groupBox1_Examples.SuspendLayout();
     this.SuspendLayout();
     //
     // m_btnOK
     //
     resources.ApplyResources(this.m_btnOK, "m_btnOK");
     this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.m_btnOK.Name         = "m_btnOK";
     this.m_btnOK.Click       += new System.EventHandler(this.m_btnOK_Click);
     //
     // m_btnCancel
     //
     resources.ApplyResources(this.m_btnCancel, "m_btnCancel");
     this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnCancel.Name         = "m_btnCancel";
     this.m_btnCancel.Click       += new System.EventHandler(this.m_btnCancel_Click);
     //
     // m_txtMorphs
     //
     this.m_txtMorphs.AdjustStringHeight = true;
     this.m_txtMorphs.AllowMultipleLines = false;
     resources.ApplyResources(this.m_txtMorphs, "m_txtMorphs");
     this.m_txtMorphs.BackColor         = System.Drawing.SystemColors.Window;
     this.m_txtMorphs.controlID         = null;
     this.m_txtMorphs.Name              = "m_txtMorphs";
     this.m_txtMorphs.SelectionLength   = 0;
     this.m_txtMorphs.SelectionStart    = 0;
     this.m_txtMorphs.WritingSystemCode = 1;
     //
     // lblWord
     //
     resources.ApplyResources(this.lblWord, "lblWord");
     this.lblWord.Name = "lblWord";
     //
     // groupBox2_BreakCharacters
     //
     resources.ApplyResources(this.groupBox2_BreakCharacters, "groupBox2_BreakCharacters");
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_suprafixtLabel);
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_simulfixLabel);
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_boundStemLabel);
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_encliticLabel);
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_procliticLabel);
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_infixLabel);
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_suprafixExample);
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_simulfixExample);
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_encliticExample);
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_procliticExample);
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_boundStemExample);
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_infixExample);
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_suffixExample);
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_prefixExample);
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_stemExample);
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_stemLabel);
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_suffixLabel);
     this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_prefixLabel);
     this.groupBox2_BreakCharacters.ForeColor = System.Drawing.SystemColors.ControlText;
     this.groupBox2_BreakCharacters.Name      = "groupBox2_BreakCharacters";
     this.groupBox2_BreakCharacters.TabStop   = false;
     //
     // lblBreak_suprafixtLabel
     //
     resources.ApplyResources(this.lblBreak_suprafixtLabel, "lblBreak_suprafixtLabel");
     this.lblBreak_suprafixtLabel.Name = "lblBreak_suprafixtLabel";
     //
     // lblBreak_simulfixLabel
     //
     resources.ApplyResources(this.lblBreak_simulfixLabel, "lblBreak_simulfixLabel");
     this.lblBreak_simulfixLabel.Name = "lblBreak_simulfixLabel";
     //
     // lblBreak_boundStemLabel
     //
     resources.ApplyResources(this.lblBreak_boundStemLabel, "lblBreak_boundStemLabel");
     this.lblBreak_boundStemLabel.Name = "lblBreak_boundStemLabel";
     //
     // lblBreak_encliticLabel
     //
     resources.ApplyResources(this.lblBreak_encliticLabel, "lblBreak_encliticLabel");
     this.lblBreak_encliticLabel.Name = "lblBreak_encliticLabel";
     //
     // lblBreak_procliticLabel
     //
     resources.ApplyResources(this.lblBreak_procliticLabel, "lblBreak_procliticLabel");
     this.lblBreak_procliticLabel.Name = "lblBreak_procliticLabel";
     //
     // lblBreak_infixLabel
     //
     resources.ApplyResources(this.lblBreak_infixLabel, "lblBreak_infixLabel");
     this.lblBreak_infixLabel.Name = "lblBreak_infixLabel";
     //
     // lblBreak_suprafixExample
     //
     resources.ApplyResources(this.lblBreak_suprafixExample, "lblBreak_suprafixExample");
     this.lblBreak_suprafixExample.Name = "lblBreak_suprafixExample";
     //
     // lblBreak_simulfixExample
     //
     resources.ApplyResources(this.lblBreak_simulfixExample, "lblBreak_simulfixExample");
     this.lblBreak_simulfixExample.Name = "lblBreak_simulfixExample";
     //
     // lblBreak_encliticExample
     //
     resources.ApplyResources(this.lblBreak_encliticExample, "lblBreak_encliticExample");
     this.lblBreak_encliticExample.Name = "lblBreak_encliticExample";
     //
     // lblBreak_procliticExample
     //
     resources.ApplyResources(this.lblBreak_procliticExample, "lblBreak_procliticExample");
     this.lblBreak_procliticExample.Name = "lblBreak_procliticExample";
     //
     // lblBreak_boundStemExample
     //
     resources.ApplyResources(this.lblBreak_boundStemExample, "lblBreak_boundStemExample");
     this.lblBreak_boundStemExample.Name = "lblBreak_boundStemExample";
     //
     // lblBreak_infixExample
     //
     resources.ApplyResources(this.lblBreak_infixExample, "lblBreak_infixExample");
     this.lblBreak_infixExample.Name = "lblBreak_infixExample";
     //
     // lblBreak_suffixExample
     //
     resources.ApplyResources(this.lblBreak_suffixExample, "lblBreak_suffixExample");
     this.lblBreak_suffixExample.Name = "lblBreak_suffixExample";
     //
     // lblBreak_prefixExample
     //
     resources.ApplyResources(this.lblBreak_prefixExample, "lblBreak_prefixExample");
     this.lblBreak_prefixExample.Name = "lblBreak_prefixExample";
     //
     // lblBreak_stemExample
     //
     resources.ApplyResources(this.lblBreak_stemExample, "lblBreak_stemExample");
     this.lblBreak_stemExample.Name = "lblBreak_stemExample";
     //
     // lblBreak_stemLabel
     //
     resources.ApplyResources(this.lblBreak_stemLabel, "lblBreak_stemLabel");
     this.lblBreak_stemLabel.Name = "lblBreak_stemLabel";
     //
     // lblBreak_suffixLabel
     //
     resources.ApplyResources(this.lblBreak_suffixLabel, "lblBreak_suffixLabel");
     this.lblBreak_suffixLabel.Name = "lblBreak_suffixLabel";
     //
     // lblBreak_prefixLabel
     //
     resources.ApplyResources(this.lblBreak_prefixLabel, "lblBreak_prefixLabel");
     this.lblBreak_prefixLabel.Name = "lblBreak_prefixLabel";
     //
     // groupBox1_Examples
     //
     this.groupBox1_Examples.Controls.Add(this.lblHelp2_Example1);
     this.groupBox1_Examples.Controls.Add(this.lblHelp2_Example2);
     resources.ApplyResources(this.groupBox1_Examples, "groupBox1_Examples");
     this.groupBox1_Examples.Name    = "groupBox1_Examples";
     this.groupBox1_Examples.TabStop = false;
     //
     // lblHelp2_Example1
     //
     resources.ApplyResources(this.lblHelp2_Example1, "lblHelp2_Example1");
     this.lblHelp2_Example1.Name = "lblHelp2_Example1";
     //
     // lblHelp2_Example2
     //
     resources.ApplyResources(this.lblHelp2_Example2, "lblHelp2_Example2");
     this.lblHelp2_Example2.Name = "lblHelp2_Example2";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // buttonHelp
     //
     resources.ApplyResources(this.buttonHelp, "buttonHelp");
     this.buttonHelp.Name   = "buttonHelp";
     this.buttonHelp.Click += new System.EventHandler(this.buttonHelp_Click);
     //
     // morphBreakHelper
     //
     resources.ApplyResources(this.morphBreakHelper, "morphBreakHelper");
     this.morphBreakHelper.Name   = "morphBreakHelper";
     this.morphBreakHelper.Click += new System.EventHandler(this.morphBreakHelper_Click);
     //
     // EditMorphBreaksDlg
     //
     this.AcceptButton = this.m_btnOK;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.m_btnCancel;
     this.Controls.Add(this.morphBreakHelper);
     this.Controls.Add(this.buttonHelp);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1_Examples);
     this.Controls.Add(this.groupBox2_BreakCharacters);
     this.Controls.Add(this.lblWord);
     this.Controls.Add(this.m_txtMorphs);
     this.Controls.Add(this.m_btnCancel);
     this.Controls.Add(this.m_btnOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "EditMorphBreaksDlg";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     ((System.ComponentModel.ISupportInitialize)(this.m_txtMorphs)).EndInit();
     this.groupBox2_BreakCharacters.ResumeLayout(false);
     this.groupBox1_Examples.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #10
0
		/// <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(MergeObjectDlg));
			this.label2 = new System.Windows.Forms.Label();
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.btnOK = new System.Windows.Forms.Button();
			this.btnClose = new System.Windows.Forms.Button();
			this.m_bvPanel = new System.Windows.Forms.Panel();
			this.m_chItems = new System.Windows.Forms.ColumnHeader();
			this.buttonHelp = new System.Windows.Forms.Button();
			this.m_fwTextBoxBottomMsg = new SIL.FieldWorks.Common.Widgets.FwTextBox();
			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxBottomMsg)).BeginInit();
			this.SuspendLayout();
			//
			// label2
			//
			resources.ApplyResources(this.label2, "label2");
			this.label2.Name = "label2";
			//
			// pictureBox1
			//
			resources.ApplyResources(this.pictureBox1, "pictureBox1");
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.TabStop = false;
			//
			// btnOK
			//
			this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
			resources.ApplyResources(this.btnOK, "btnOK");
			this.btnOK.Name = "btnOK";
			//
			// btnClose
			//
			this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			resources.ApplyResources(this.btnClose, "btnClose");
			this.btnClose.Name = "btnClose";
			//
			// m_bvPanel
			//
			resources.ApplyResources(this.m_bvPanel, "m_bvPanel");
			this.m_bvPanel.Name = "m_bvPanel";
			//
			// m_chItems
			//
			resources.ApplyResources(this.m_chItems, "m_chItems");
			//
			// buttonHelp
			//
			resources.ApplyResources(this.buttonHelp, "buttonHelp");
			this.buttonHelp.Name = "buttonHelp";
			this.buttonHelp.Click += new System.EventHandler(this.buttonHelp_Click);
			//
			// m_fwTextBoxBottomMsg
			//
			this.m_fwTextBoxBottomMsg.AdjustStringHeight = true;
			this.m_fwTextBoxBottomMsg.AllowMultipleLines = true;
			this.m_fwTextBoxBottomMsg.BackColor = System.Drawing.SystemColors.Control;
			resources.ApplyResources(this.m_fwTextBoxBottomMsg, "m_fwTextBoxBottomMsg");
			this.m_fwTextBoxBottomMsg.HasBorder = false;
			this.m_fwTextBoxBottomMsg.Name = "m_fwTextBoxBottomMsg";
			this.m_fwTextBoxBottomMsg.TabStop = false;
			//
			// MergeObjectDlg
			//
			this.AcceptButton = this.btnOK;
			resources.ApplyResources(this, "$this");
			this.CancelButton = this.btnClose;
			this.CausesValidation = false;
			this.Controls.Add(this.buttonHelp);
			this.Controls.Add(this.m_bvPanel);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.pictureBox1);
			this.Controls.Add(this.btnOK);
			this.Controls.Add(this.btnClose);
			this.Controls.Add(this.m_fwTextBoxBottomMsg);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "MergeObjectDlg";
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.Closed += new System.EventHandler(this.MergeObjectDlg_Closed);
			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxBottomMsg)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Beispiel #11
0
		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			//Debug.WriteLineIf(!disposing, "****************** " + GetType().Name + " 'disposing' is false. ******************");
			// Must not be run more than once.
			if (IsDisposed)
				return;

			if (disposing)
			{
				if(components != null)
				{
					components.Dispose();
				}
			}
			if (m_cache != null)
			{
				IVwCacheDa cda = m_cache.MainCacheAccessor as IVwCacheDa;
				cda.CacheVecProp(m_cache.LangProject.Hvo, m_fakeFlid, null, 0);
				cda = null;
				m_cache = null;
			}
			m_fwTextBoxBottomMsg = null;
			m_mediator = null;
			if (m_tsf != null)
				System.Runtime.InteropServices.Marshal.ReleaseComObject(m_tsf);
			m_tsf = null;

			base.Dispose( disposing );
		}
Beispiel #12
0
		private void Form1_Load(object sender, System.EventArgs e)
		{
			fwTextBox1 = new SIL.FieldWorks.Common.Widgets.FwTextBox();
			fwTextBox1.Name = "FwTextBox1";
			fwTextBox1.Location = new System.Drawing.Point(168, 48);
			fwTextBox1.TabStop = true;
			this.Controls.Add(fwTextBox1);
			//
			// fwListBox2
			//
			fwListBox2 = new SIL.FieldWorks.Common.Widgets.FwListBox();
			//this.fwListBox2.ItemHeight = 16;
			this.fwListBox2.Items.AddRange(new object[] {
														  "This",
														  "is",
														  "a",
														  "list",
														  "with",
														  "several",
														  "items"});
			fwListBox2.Location = new System.Drawing.Point(168, 188);
			fwListBox2.Name = "fwListBox2";
			fwListBox2.Size = new System.Drawing.Size(120, 84);
			fwListBox2.TabIndex = 5;
			fwListBox2.TabStop = true;
			this.Controls.Add(fwListBox2);
			//
			// comboBox1
			//
			this.fwComboBox1 = new SIL.FieldWorks.Common.Widgets.FwComboBox();
			this.fwComboBox1.Items.AddRange(new object[] {
														   "Here",
														   "are",
														   "some",
														   "combo",
														   "items",
														   "we",
														   "can",
														   "use",
														   "to",
														   "test"});
			fwComboBox1.Location = new System.Drawing.Point(152, 300);
			fwComboBox1.Name = "fwComboBox1";
			fwComboBox1.Size = new System.Drawing.Size(121, 21);
			fwComboBox1.TabIndex = 8;
			fwComboBox1.Text = "default";
			fwComboBox1.TabStop = true;
			Controls.Add(fwComboBox1);

			// Image with associated list.
			this.m_PullDownArrow = ResourceHelper.InterlinPopupArrow;

			m_comboListBox = new SIL.FieldWorks.Common.Widgets.ComboListBox();
			m_comboListBox.Items.AddRange(new object[] {
														   "Here",
														   "are",
														   "some",
														   "combo",
														   "items",
														   "for",
														   "the",
														   "yellow",
														   "button"});
			m_comboListBox.Size = new System.Drawing.Size(121, 150);
		}
		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			//Debug.WriteLineIf(!disposing, "****************** " + GetType().Name + " 'disposing' is false. ******************");
			// Must not be run more than once.
			if (IsDisposed)
				return;

			if (disposing)
			{
				Controls.Remove(m_fwTextBoxBottomMsg);
				m_fwTextBoxBottomMsg.Dispose();
				if(components != null)
				{
					components.Dispose();
				}
			}
			m_fwTextBoxBottomMsg = null;
			m_mediator = null;
			if (m_tsf != null)
				System.Runtime.InteropServices.Marshal.ReleaseComObject(m_tsf);
			m_tsf = null;
			m_cache = null;

			base.Dispose( disposing );
		}
		/// <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(NonEmptyTargetControl));
			this.NonBlankTargetGroup = new System.Windows.Forms.GroupBox();
			this.sepBox = new SIL.FieldWorks.Common.Widgets.FwTextBox();
			this.appendRadio = new System.Windows.Forms.RadioButton();
			this.overwriteRadio = new System.Windows.Forms.RadioButton();
			this.doNothingRadio = new System.Windows.Forms.RadioButton();
			this.NonBlankTargetGroup.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.sepBox)).BeginInit();
			this.SuspendLayout();
			//
			// NonBlankTargetGroup
			//
			resources.ApplyResources(this.NonBlankTargetGroup, "NonBlankTargetGroup");
			this.NonBlankTargetGroup.Controls.Add(this.sepBox);
			this.NonBlankTargetGroup.Controls.Add(this.appendRadio);
			this.NonBlankTargetGroup.Controls.Add(this.overwriteRadio);
			this.NonBlankTargetGroup.Controls.Add(this.doNothingRadio);
			this.NonBlankTargetGroup.Name = "NonBlankTargetGroup";
			this.NonBlankTargetGroup.TabStop = false;
			//
			// sepBox
			//
			this.sepBox.AdjustStringHeight = true;
			this.sepBox.AllowMultipleLines = false;
			this.sepBox.BackColor = System.Drawing.SystemColors.Window;
			this.sepBox.controlID = null;
			resources.ApplyResources(this.sepBox, "sepBox");
			this.sepBox.Name = "sepBox";
			this.sepBox.SelectionLength = 0;
			this.sepBox.SelectionStart = 0;
			//
			// appendRadio
			//
			resources.ApplyResources(this.appendRadio, "appendRadio");
			this.appendRadio.Name = "appendRadio";
			//
			// overwriteRadio
			//
			resources.ApplyResources(this.overwriteRadio, "overwriteRadio");
			this.overwriteRadio.Name = "overwriteRadio";
			//
			// doNothingRadio
			//
			this.doNothingRadio.Checked = true;
			resources.ApplyResources(this.doNothingRadio, "doNothingRadio");
			this.doNothingRadio.Name = "doNothingRadio";
			this.doNothingRadio.TabStop = true;
			//
			// NonEmptyTargetControl
			//
			this.Controls.Add(this.NonBlankTargetGroup);
			this.Name = "NonEmptyTargetControl";
			resources.ApplyResources(this, "$this");
			this.NonBlankTargetGroup.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.sepBox)).EndInit();
			this.ResumeLayout(false);

		}
Beispiel #15
0
		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			System.Diagnostics.Debug.WriteLineIf(!disposing, "****** Missing Dispose() call for " + GetType().Name + ". ****** ");
			// Must not be run more than once.
			if (IsDisposed)
				return;

			if (disposing)
			{
				if(components != null)
				{
					components.Dispose();
				}
			}
			m_cache = null;
			m_fwTextBoxBottomMsg = null;
			m_mediator = null;
			m_tsf = null;

			base.Dispose( disposing );
		}
Beispiel #16
0
		/// <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(EditMorphBreaksDlg));
			this.m_btnOK = new System.Windows.Forms.Button();
			this.m_btnCancel = new System.Windows.Forms.Button();
			this.m_txtMorphs = new SIL.FieldWorks.Common.Widgets.FwTextBox();
			this.lblWord = new System.Windows.Forms.Label();
			this.groupBox2_BreakCharacters = new System.Windows.Forms.GroupBox();
			this.lblBreak_suprafixtLabel = new System.Windows.Forms.Label();
			this.lblBreak_simulfixLabel = new System.Windows.Forms.Label();
			this.lblBreak_boundStemLabel = new System.Windows.Forms.Label();
			this.lblBreak_encliticLabel = new System.Windows.Forms.Label();
			this.lblBreak_procliticLabel = new System.Windows.Forms.Label();
			this.lblBreak_infixLabel = new System.Windows.Forms.Label();
			this.lblBreak_suprafixExample = new System.Windows.Forms.Label();
			this.lblBreak_simulfixExample = new System.Windows.Forms.Label();
			this.lblBreak_encliticExample = new System.Windows.Forms.Label();
			this.lblBreak_procliticExample = new System.Windows.Forms.Label();
			this.lblBreak_boundStemExample = new System.Windows.Forms.Label();
			this.lblBreak_infixExample = new System.Windows.Forms.Label();
			this.lblBreak_suffixExample = new System.Windows.Forms.Label();
			this.lblBreak_prefixExample = new System.Windows.Forms.Label();
			this.lblBreak_stemExample = new System.Windows.Forms.Label();
			this.lblBreak_stemLabel = new System.Windows.Forms.Label();
			this.lblBreak_suffixLabel = new System.Windows.Forms.Label();
			this.lblBreak_prefixLabel = new System.Windows.Forms.Label();
			this.groupBox1_Examples = new System.Windows.Forms.GroupBox();
			this.lblHelp2_Example1 = new System.Windows.Forms.Label();
			this.lblHelp2_Example2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.buttonHelp = new System.Windows.Forms.Button();
			this.morphBreakHelper = new System.Windows.Forms.Button();
			((System.ComponentModel.ISupportInitialize)(this.m_txtMorphs)).BeginInit();
			this.groupBox2_BreakCharacters.SuspendLayout();
			this.groupBox1_Examples.SuspendLayout();
			this.SuspendLayout();
			//
			// m_btnOK
			//
			resources.ApplyResources(this.m_btnOK, "m_btnOK");
			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.m_btnOK.Name = "m_btnOK";
			this.m_btnOK.Click += new System.EventHandler(this.m_btnOK_Click);
			//
			// m_btnCancel
			//
			resources.ApplyResources(this.m_btnCancel, "m_btnCancel");
			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.m_btnCancel.Name = "m_btnCancel";
			this.m_btnCancel.Click += new System.EventHandler(this.m_btnCancel_Click);
			//
			// m_txtMorphs
			//
			this.m_txtMorphs.AdjustStringHeight = true;
			this.m_txtMorphs.AllowMultipleLines = false;
			resources.ApplyResources(this.m_txtMorphs, "m_txtMorphs");
			this.m_txtMorphs.BackColor = System.Drawing.SystemColors.Window;
			this.m_txtMorphs.controlID = null;
			this.m_txtMorphs.Name = "m_txtMorphs";
			this.m_txtMorphs.SelectionLength = 0;
			this.m_txtMorphs.SelectionStart = 0;
			this.m_txtMorphs.WritingSystemCode = 1;
			//
			// lblWord
			//
			resources.ApplyResources(this.lblWord, "lblWord");
			this.lblWord.Name = "lblWord";
			//
			// groupBox2_BreakCharacters
			//
			resources.ApplyResources(this.groupBox2_BreakCharacters, "groupBox2_BreakCharacters");
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_suprafixtLabel);
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_simulfixLabel);
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_boundStemLabel);
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_encliticLabel);
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_procliticLabel);
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_infixLabel);
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_suprafixExample);
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_simulfixExample);
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_encliticExample);
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_procliticExample);
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_boundStemExample);
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_infixExample);
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_suffixExample);
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_prefixExample);
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_stemExample);
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_stemLabel);
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_suffixLabel);
			this.groupBox2_BreakCharacters.Controls.Add(this.lblBreak_prefixLabel);
			this.groupBox2_BreakCharacters.ForeColor = System.Drawing.SystemColors.ControlText;
			this.groupBox2_BreakCharacters.Name = "groupBox2_BreakCharacters";
			this.groupBox2_BreakCharacters.TabStop = false;
			//
			// lblBreak_suprafixtLabel
			//
			resources.ApplyResources(this.lblBreak_suprafixtLabel, "lblBreak_suprafixtLabel");
			this.lblBreak_suprafixtLabel.Name = "lblBreak_suprafixtLabel";
			//
			// lblBreak_simulfixLabel
			//
			resources.ApplyResources(this.lblBreak_simulfixLabel, "lblBreak_simulfixLabel");
			this.lblBreak_simulfixLabel.Name = "lblBreak_simulfixLabel";
			//
			// lblBreak_boundStemLabel
			//
			resources.ApplyResources(this.lblBreak_boundStemLabel, "lblBreak_boundStemLabel");
			this.lblBreak_boundStemLabel.Name = "lblBreak_boundStemLabel";
			//
			// lblBreak_encliticLabel
			//
			resources.ApplyResources(this.lblBreak_encliticLabel, "lblBreak_encliticLabel");
			this.lblBreak_encliticLabel.Name = "lblBreak_encliticLabel";
			//
			// lblBreak_procliticLabel
			//
			resources.ApplyResources(this.lblBreak_procliticLabel, "lblBreak_procliticLabel");
			this.lblBreak_procliticLabel.Name = "lblBreak_procliticLabel";
			//
			// lblBreak_infixLabel
			//
			resources.ApplyResources(this.lblBreak_infixLabel, "lblBreak_infixLabel");
			this.lblBreak_infixLabel.Name = "lblBreak_infixLabel";
			//
			// lblBreak_suprafixExample
			//
			resources.ApplyResources(this.lblBreak_suprafixExample, "lblBreak_suprafixExample");
			this.lblBreak_suprafixExample.Name = "lblBreak_suprafixExample";
			//
			// lblBreak_simulfixExample
			//
			resources.ApplyResources(this.lblBreak_simulfixExample, "lblBreak_simulfixExample");
			this.lblBreak_simulfixExample.Name = "lblBreak_simulfixExample";
			//
			// lblBreak_encliticExample
			//
			resources.ApplyResources(this.lblBreak_encliticExample, "lblBreak_encliticExample");
			this.lblBreak_encliticExample.Name = "lblBreak_encliticExample";
			//
			// lblBreak_procliticExample
			//
			resources.ApplyResources(this.lblBreak_procliticExample, "lblBreak_procliticExample");
			this.lblBreak_procliticExample.Name = "lblBreak_procliticExample";
			//
			// lblBreak_boundStemExample
			//
			resources.ApplyResources(this.lblBreak_boundStemExample, "lblBreak_boundStemExample");
			this.lblBreak_boundStemExample.Name = "lblBreak_boundStemExample";
			//
			// lblBreak_infixExample
			//
			resources.ApplyResources(this.lblBreak_infixExample, "lblBreak_infixExample");
			this.lblBreak_infixExample.Name = "lblBreak_infixExample";
			//
			// lblBreak_suffixExample
			//
			resources.ApplyResources(this.lblBreak_suffixExample, "lblBreak_suffixExample");
			this.lblBreak_suffixExample.Name = "lblBreak_suffixExample";
			//
			// lblBreak_prefixExample
			//
			resources.ApplyResources(this.lblBreak_prefixExample, "lblBreak_prefixExample");
			this.lblBreak_prefixExample.Name = "lblBreak_prefixExample";
			//
			// lblBreak_stemExample
			//
			resources.ApplyResources(this.lblBreak_stemExample, "lblBreak_stemExample");
			this.lblBreak_stemExample.Name = "lblBreak_stemExample";
			//
			// lblBreak_stemLabel
			//
			resources.ApplyResources(this.lblBreak_stemLabel, "lblBreak_stemLabel");
			this.lblBreak_stemLabel.Name = "lblBreak_stemLabel";
			//
			// lblBreak_suffixLabel
			//
			resources.ApplyResources(this.lblBreak_suffixLabel, "lblBreak_suffixLabel");
			this.lblBreak_suffixLabel.Name = "lblBreak_suffixLabel";
			//
			// lblBreak_prefixLabel
			//
			resources.ApplyResources(this.lblBreak_prefixLabel, "lblBreak_prefixLabel");
			this.lblBreak_prefixLabel.Name = "lblBreak_prefixLabel";
			//
			// groupBox1_Examples
			//
			this.groupBox1_Examples.Controls.Add(this.lblHelp2_Example1);
			this.groupBox1_Examples.Controls.Add(this.lblHelp2_Example2);
			resources.ApplyResources(this.groupBox1_Examples, "groupBox1_Examples");
			this.groupBox1_Examples.Name = "groupBox1_Examples";
			this.groupBox1_Examples.TabStop = false;
			//
			// lblHelp2_Example1
			//
			resources.ApplyResources(this.lblHelp2_Example1, "lblHelp2_Example1");
			this.lblHelp2_Example1.Name = "lblHelp2_Example1";
			//
			// lblHelp2_Example2
			//
			resources.ApplyResources(this.lblHelp2_Example2, "lblHelp2_Example2");
			this.lblHelp2_Example2.Name = "lblHelp2_Example2";
			//
			// label1
			//
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			//
			// buttonHelp
			//
			resources.ApplyResources(this.buttonHelp, "buttonHelp");
			this.buttonHelp.Name = "buttonHelp";
			this.buttonHelp.Click += new System.EventHandler(this.buttonHelp_Click);
			//
			// morphBreakHelper
			//
			resources.ApplyResources(this.morphBreakHelper, "morphBreakHelper");
			this.morphBreakHelper.Name = "morphBreakHelper";
			this.morphBreakHelper.Click += new System.EventHandler(this.morphBreakHelper_Click);
			//
			// EditMorphBreaksDlg
			//
			this.AcceptButton = this.m_btnOK;
			resources.ApplyResources(this, "$this");
			this.CancelButton = this.m_btnCancel;
			this.Controls.Add(this.morphBreakHelper);
			this.Controls.Add(this.buttonHelp);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.groupBox1_Examples);
			this.Controls.Add(this.groupBox2_BreakCharacters);
			this.Controls.Add(this.lblWord);
			this.Controls.Add(this.m_txtMorphs);
			this.Controls.Add(this.m_btnCancel);
			this.Controls.Add(this.m_btnOK);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "EditMorphBreaksDlg";
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
			((System.ComponentModel.ISupportInitialize)(this.m_txtMorphs)).EndInit();
			this.groupBox2_BreakCharacters.ResumeLayout(false);
			this.groupBox1_Examples.ResumeLayout(false);
			this.ResumeLayout(false);

		}