Ejemplo n.º 1
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(LinkEntryOrSenseDlg));
     this.m_rbEntry    = new System.Windows.Forms.RadioButton();
     this.m_rbSense    = new System.Windows.Forms.RadioButton();
     this.m_fwcbSenses = new SIL.FieldWorks.Common.Widgets.FwComboBox();
     this.grplbl       = new System.Windows.Forms.GroupBox();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_tbForm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxBottomMsg)).BeginInit();
     this.grplbl.SuspendLayout();
     this.SuspendLayout();
     //
     // btnClose
     //
     resources.ApplyResources(this.btnClose, "btnClose");
     //
     // btnOK
     //
     resources.ApplyResources(this.btnOK, "btnOK");
     //
     // btnInsert
     //
     resources.ApplyResources(this.btnInsert, "btnInsert");
     //
     // btnHelp
     //
     resources.ApplyResources(this.btnHelp, "btnHelp");
     //
     // panel1
     //
     resources.ApplyResources(this.panel1, "panel1");
     //
     // matchingEntries
     //
     resources.ApplyResources(this.matchingEntries, "matchingEntries");
     //
     // m_formLabel
     //
     resources.ApplyResources(this.m_formLabel, "m_formLabel");
     //
     // m_tbForm
     //
     resources.ApplyResources(this.m_tbForm, "m_tbForm");
     //
     // m_cbWritingSystems
     //
     resources.ApplyResources(this.m_cbWritingSystems, "m_cbWritingSystems");
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     //
     // m_fwTextBoxBottomMsg
     //
     this.m_fwTextBoxBottomMsg.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     resources.ApplyResources(this.m_fwTextBoxBottomMsg, "m_fwTextBoxBottomMsg");
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     //
     // m_rbEntry
     //
     this.m_rbEntry.Checked = true;
     resources.ApplyResources(this.m_rbEntry, "m_rbEntry");
     this.m_rbEntry.Name    = "m_rbEntry";
     this.m_rbEntry.TabStop = true;
     this.m_rbEntry.Click  += new System.EventHandler(this.m_radioButtonClick);
     //
     // m_rbSense
     //
     resources.ApplyResources(this.m_rbSense, "m_rbSense");
     this.m_rbSense.Name   = "m_rbSense";
     this.m_rbSense.Click += new System.EventHandler(this.m_radioButtonClick);
     //
     // m_fwcbSenses
     //
     this.m_fwcbSenses.AdjustStringHeight = true;
     resources.ApplyResources(this.m_fwcbSenses, "m_fwcbSenses");
     this.m_fwcbSenses.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.m_fwcbSenses.Name          = "m_fwcbSenses";
     //
     // grplbl
     //
     resources.ApplyResources(this.grplbl, "grplbl");
     this.grplbl.BackColor = System.Drawing.SystemColors.Control;
     this.grplbl.Controls.Add(this.m_rbSense);
     this.grplbl.Controls.Add(this.m_rbEntry);
     this.grplbl.Controls.Add(this.m_fwcbSenses);
     this.grplbl.ForeColor = System.Drawing.SystemColors.ControlText;
     this.grplbl.Name      = "grplbl";
     this.helpProvider.SetShowHelp(this.grplbl, ((bool)(resources.GetObject("grplbl.ShowHelp"))));
     this.grplbl.TabStop = false;
     //
     // groupBox1
     //
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.TabStop   = false;
     //
     // LinkEntryOrSenseDlg
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.grplbl);
     this.helpProvider.SetHelpNavigator(this, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("$this.HelpNavigator"))));
     this.Name = "LinkEntryOrSenseDlg";
     this.helpProvider.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
     this.Controls.SetChildIndex(this.m_fwTextBoxBottomMsg, 0);
     this.Controls.SetChildIndex(this.btnInsert, 0);
     this.Controls.SetChildIndex(this.grplbl, 0);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     this.Controls.SetChildIndex(this.btnClose, 0);
     this.Controls.SetChildIndex(this.btnOK, 0);
     this.Controls.SetChildIndex(this.btnHelp, 0);
     this.Controls.SetChildIndex(this.panel1, 0);
     this.Controls.SetChildIndex(this.matchingEntries, 0);
     this.Controls.SetChildIndex(this.m_cbWritingSystems, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_tbForm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxBottomMsg)).EndInit();
     this.grplbl.ResumeLayout(false);
     this.grplbl.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 2
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(LinkAllomorphDlg));
     this.label3           = new System.Windows.Forms.Label();
     this.m_fwcbAllomorphs = new SIL.FieldWorks.Common.Widgets.FwComboBox();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.grplbl           = new System.Windows.Forms.GroupBox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_tbForm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxBottomMsg)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     resources.ApplyResources(this.btnClose, "btnClose");
     //
     // btnOK
     //
     resources.ApplyResources(this.btnOK, "btnOK");
     //
     // btnInsert
     //
     resources.ApplyResources(this.btnInsert, "btnInsert");
     //
     // btnHelp
     //
     resources.ApplyResources(this.btnHelp, "btnHelp");
     //
     // panel1
     //
     resources.ApplyResources(this.panel1, "panel1");
     //
     // matchingEntries
     //
     resources.ApplyResources(this.matchingEntries, "matchingEntries");
     //
     // m_fwTextBoxBottomMsg
     //
     resources.ApplyResources(this.m_fwTextBoxBottomMsg, "m_fwTextBoxBottomMsg");
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // m_fwcbAllomorphs
     //
     resources.ApplyResources(this.m_fwcbAllomorphs, "m_fwcbAllomorphs");
     this.m_fwcbAllomorphs.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_fwcbAllomorphs.DropDownWidth       = 200;
     this.m_fwcbAllomorphs.DroppedDown         = false;
     this.m_fwcbAllomorphs.Name                = "m_fwcbAllomorphs";
     this.m_fwcbAllomorphs.PreviousTextBoxText = null;
     this.m_fwcbAllomorphs.SelectedIndex       = -1;
     this.m_fwcbAllomorphs.SelectedItem        = null;
     this.m_fwcbAllomorphs.StyleSheet          = null;
     //
     // groupBox1
     //
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.TabStop   = false;
     //
     // grplbl
     //
     resources.ApplyResources(this.grplbl, "grplbl");
     this.grplbl.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.grplbl.Name      = "grplbl";
     this.grplbl.TabStop   = false;
     //
     // LinkAllomorphDlg
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.m_fwcbAllomorphs);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.grplbl);
     this.helpProvider.SetHelpNavigator(this, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("$this.HelpNavigator"))));
     this.Name = "LinkAllomorphDlg";
     this.helpProvider.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
     this.Controls.SetChildIndex(this.grplbl, 0);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.m_fwcbAllomorphs, 0);
     this.Controls.SetChildIndex(this.btnClose, 0);
     this.Controls.SetChildIndex(this.btnOK, 0);
     this.Controls.SetChildIndex(this.btnInsert, 0);
     this.Controls.SetChildIndex(this.btnHelp, 0);
     this.Controls.SetChildIndex(this.panel1, 0);
     this.Controls.SetChildIndex(this.matchingEntries, 0);
     this.Controls.SetChildIndex(this.m_cbWritingSystems, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.m_fwTextBoxBottomMsg, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_tbForm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxBottomMsg)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 3
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);
        }
Ejemplo n.º 4
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(LinkMSADlg));
			this.m_fwcbFunctions = new SIL.FieldWorks.Common.Widgets.FwComboBox();
			this.label3 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.panel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.m_tbForm)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxBottomMsg)).BeginInit();
			this.SuspendLayout();
			//
			// btnClose
			//
			resources.ApplyResources(this.btnClose, "btnClose");
			//
			// btnOK
			//
			resources.ApplyResources(this.btnOK, "btnOK");
			//
			// btnInsert
			//
			resources.ApplyResources(this.btnInsert, "btnInsert");
			//
			// btnHelp
			//
			resources.ApplyResources(this.btnHelp, "btnHelp");
			//
			// panel1
			//
			resources.ApplyResources(this.panel1, "panel1");
			//
			// matchingEntries
			//
			resources.ApplyResources(this.matchingEntries, "matchingEntries");
			//
			// m_tbForm
			//
			resources.ApplyResources(this.m_tbForm, "m_tbForm");
			//
			// m_cbWritingSystems
			//
			resources.ApplyResources(this.m_cbWritingSystems, "m_cbWritingSystems");
			//
			// label1
			//
			resources.ApplyResources(this.label1, "label1");
			//
			// m_fwTextBoxBottomMsg
			//
			resources.ApplyResources(this.m_fwTextBoxBottomMsg, "m_fwTextBoxBottomMsg");
			//
			// label2
			//
			resources.ApplyResources(this.label2, "label2");
			//
			// m_fwcbFunctions
			//
			resources.ApplyResources(this.m_fwcbFunctions, "m_fwcbFunctions");
			this.m_fwcbFunctions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.m_fwcbFunctions.DropDownWidth = 123;
			this.m_fwcbFunctions.DroppedDown = false;
			this.m_fwcbFunctions.Name = "m_fwcbFunctions";
			this.m_fwcbFunctions.PreviousTextBoxText = null;
			this.m_fwcbFunctions.SelectedIndex = -1;
			this.m_fwcbFunctions.SelectedItem = null;
			this.m_fwcbFunctions.StyleSheet = null;
			//
			// label3
			//
			resources.ApplyResources(this.label3, "label3");
			this.label3.Name = "label3";
			//
			// groupBox1
			//
			resources.ApplyResources(this.groupBox1, "groupBox1");
			this.groupBox1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.TabStop = false;
			//
			// groupBox2
			//
			resources.ApplyResources(this.groupBox2, "groupBox2");
			this.groupBox2.ForeColor = System.Drawing.SystemColors.ActiveCaption;
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.TabStop = false;
			//
			// LinkMSADlg
			//
			resources.ApplyResources(this, "$this");
			this.Controls.Add(this.m_fwcbFunctions);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.groupBox2);
			this.helpProvider.SetHelpNavigator(this, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("$this.HelpNavigator"))));
			this.Name = "LinkMSADlg";
			this.helpProvider.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
			this.Controls.SetChildIndex(this.groupBox2, 0);
			this.Controls.SetChildIndex(this.groupBox1, 0);
			this.Controls.SetChildIndex(this.btnClose, 0);
			this.Controls.SetChildIndex(this.btnOK, 0);
			this.Controls.SetChildIndex(this.btnInsert, 0);
			this.Controls.SetChildIndex(this.btnHelp, 0);
			this.Controls.SetChildIndex(this.panel1, 0);
			this.Controls.SetChildIndex(this.matchingEntries, 0);
			this.Controls.SetChildIndex(this.m_cbWritingSystems, 0);
			this.Controls.SetChildIndex(this.label1, 0);
			this.Controls.SetChildIndex(this.m_fwTextBoxBottomMsg, 0);
			this.Controls.SetChildIndex(this.label2, 0);
			this.Controls.SetChildIndex(this.label3, 0);
			this.Controls.SetChildIndex(this.m_fwcbFunctions, 0);
			this.panel1.ResumeLayout(false);
			this.panel1.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.m_tbForm)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxBottomMsg)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Ejemplo n.º 5
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);
		}
Ejemplo n.º 6
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(LinkEntryOrSenseDlg));
			this.m_rbEntry = new System.Windows.Forms.RadioButton();
			this.m_rbSense = new System.Windows.Forms.RadioButton();
			this.m_fwcbSenses = new SIL.FieldWorks.Common.Widgets.FwComboBox();
			this.grplbl = new System.Windows.Forms.GroupBox();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.panel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.m_tbForm)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxBottomMsg)).BeginInit();
			this.grplbl.SuspendLayout();
			this.SuspendLayout();
			//
			// btnClose
			//
			resources.ApplyResources(this.btnClose, "btnClose");
			//
			// btnOK
			//
			resources.ApplyResources(this.btnOK, "btnOK");
			//
			// btnInsert
			//
			resources.ApplyResources(this.btnInsert, "btnInsert");
			//
			// btnHelp
			//
			resources.ApplyResources(this.btnHelp, "btnHelp");
			//
			// panel1
			//
			resources.ApplyResources(this.panel1, "panel1");
			//
			// matchingEntries
			//
			resources.ApplyResources(this.matchingEntries, "matchingEntries");
			//
			// m_formLabel
			//
			resources.ApplyResources(this.m_formLabel, "m_formLabel");
			//
			// m_tbForm
			//
			resources.ApplyResources(this.m_tbForm, "m_tbForm");
			//
			// m_cbWritingSystems
			//
			resources.ApplyResources(this.m_cbWritingSystems, "m_cbWritingSystems");
			//
			// label1
			//
			resources.ApplyResources(this.label1, "label1");
			//
			// m_fwTextBoxBottomMsg
			//
			this.m_fwTextBoxBottomMsg.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
			resources.ApplyResources(this.m_fwTextBoxBottomMsg, "m_fwTextBoxBottomMsg");
			//
			// label2
			//
			resources.ApplyResources(this.label2, "label2");
			//
			// m_rbEntry
			//
			this.m_rbEntry.Checked = true;
			resources.ApplyResources(this.m_rbEntry, "m_rbEntry");
			this.m_rbEntry.Name = "m_rbEntry";
			this.m_rbEntry.TabStop = true;
			this.m_rbEntry.Click += new System.EventHandler(this.m_radioButtonClick);
			//
			// m_rbSense
			//
			resources.ApplyResources(this.m_rbSense, "m_rbSense");
			this.m_rbSense.Name = "m_rbSense";
			this.m_rbSense.Click += new System.EventHandler(this.m_radioButtonClick);
			//
			// m_fwcbSenses
			//
			this.m_fwcbSenses.AdjustStringHeight = true;
			resources.ApplyResources(this.m_fwcbSenses, "m_fwcbSenses");
			this.m_fwcbSenses.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown;
			this.m_fwcbSenses.Name = "m_fwcbSenses";
			//
			// grplbl
			//
			resources.ApplyResources(this.grplbl, "grplbl");
			this.grplbl.BackColor = System.Drawing.SystemColors.Control;
			this.grplbl.Controls.Add(this.m_rbSense);
			this.grplbl.Controls.Add(this.m_rbEntry);
			this.grplbl.Controls.Add(this.m_fwcbSenses);
			this.grplbl.ForeColor = System.Drawing.SystemColors.ControlText;
			this.grplbl.Name = "grplbl";
			this.helpProvider.SetShowHelp(this.grplbl, ((bool)(resources.GetObject("grplbl.ShowHelp"))));
			this.grplbl.TabStop = false;
			//
			// groupBox1
			//
			resources.ApplyResources(this.groupBox1, "groupBox1");
			this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.TabStop = false;
			//
			// LinkEntryOrSenseDlg
			//
			resources.ApplyResources(this, "$this");
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.grplbl);
			this.helpProvider.SetHelpNavigator(this, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("$this.HelpNavigator"))));
			this.Name = "LinkEntryOrSenseDlg";
			this.helpProvider.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
			this.Controls.SetChildIndex(this.m_fwTextBoxBottomMsg, 0);
			this.Controls.SetChildIndex(this.btnInsert, 0);
			this.Controls.SetChildIndex(this.grplbl, 0);
			this.Controls.SetChildIndex(this.groupBox1, 0);
			this.Controls.SetChildIndex(this.btnClose, 0);
			this.Controls.SetChildIndex(this.btnOK, 0);
			this.Controls.SetChildIndex(this.btnHelp, 0);
			this.Controls.SetChildIndex(this.panel1, 0);
			this.Controls.SetChildIndex(this.matchingEntries, 0);
			this.Controls.SetChildIndex(this.m_cbWritingSystems, 0);
			this.Controls.SetChildIndex(this.label1, 0);
			this.Controls.SetChildIndex(this.label2, 0);
			this.panel1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.m_tbForm)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxBottomMsg)).EndInit();
			this.grplbl.ResumeLayout(false);
			this.grplbl.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}