Exemple #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(AddNewSenseDlg));
			this.label1 = new System.Windows.Forms.Label();
			this.m_btnOK = new System.Windows.Forms.Button();
			this.m_btnCancel = new System.Windows.Forms.Button();
			this.m_fwtbCitationForm = new SIL.FieldWorks.Common.Widgets.FwTextBox();
			this.m_fwtbGloss = new SIL.FieldWorks.Common.Widgets.FwTextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.m_msaGroupBox = new SIL.FieldWorks.LexText.Controls.MSAGroupBox();
			this.buttonHelp = new System.Windows.Forms.Button();
			((System.ComponentModel.ISupportInitialize)(this.m_fwtbCitationForm)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.m_fwtbGloss)).BeginInit();
			this.SuspendLayout();
			//
			// label1
			//
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			//
			// m_btnOK
			//
			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
			resources.ApplyResources(this.m_btnOK, "m_btnOK");
			this.m_btnOK.Name = "m_btnOK";
			//
			// m_btnCancel
			//
			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			resources.ApplyResources(this.m_btnCancel, "m_btnCancel");
			this.m_btnCancel.Name = "m_btnCancel";
			//
			// m_fwtbCitationForm
			//
			this.m_fwtbCitationForm.AdjustStringHeight = true;
			this.m_fwtbCitationForm.BackColor = System.Drawing.SystemColors.Control;
			this.m_fwtbCitationForm.controlID = null;
			resources.ApplyResources(this.m_fwtbCitationForm, "m_fwtbCitationForm");
			this.m_fwtbCitationForm.Name = "m_fwtbCitationForm";
			this.m_fwtbCitationForm.SelectionLength = 0;
			this.m_fwtbCitationForm.SelectionStart = 0;
			// Bad idea! Causes a crash (see FWR-2528).
			// WritingSystemCode gets set appropriately in SetDlgInfo().
			//this.m_fwtbCitationForm.WritingSystemCode = 1;
			//
			// m_fwtbGloss
			//
			this.m_fwtbGloss.AdjustStringHeight = true;
			this.m_fwtbGloss.BackColor = System.Drawing.SystemColors.Window;
			this.m_fwtbGloss.controlID = null;
			resources.ApplyResources(this.m_fwtbGloss, "m_fwtbGloss");
			this.m_fwtbGloss.Name = "m_fwtbGloss";
			this.m_fwtbGloss.SelectionLength = 0;
			this.m_fwtbGloss.SelectionStart = 0;
			// Bad idea! Causes a crash (see FWR-2528).
			// WritingSystemCode gets set appropriately in SetDlgInfo().
			//this.m_fwtbGloss.WritingSystemCode = 1;
			//
			// label2
			//
			resources.ApplyResources(this.label2, "label2");
			this.label2.Name = "label2";
			//
			// m_msaGroupBox
			//
			resources.ApplyResources(this.m_msaGroupBox, "m_msaGroupBox");
			this.m_msaGroupBox.MSAType = SIL.FieldWorks.FDO.MsaType.kNotSet;
			this.m_msaGroupBox.Name = "m_msaGroupBox";
			this.m_msaGroupBox.Slot = null;
			//
			// buttonHelp
			//
			resources.ApplyResources(this.buttonHelp, "buttonHelp");
			this.buttonHelp.Name = "buttonHelp";
			this.buttonHelp.Click += new System.EventHandler(this.buttonHelp_Click);
			//
			// AddNewSenseDlg
			//
			this.AcceptButton = this.m_btnOK;
			resources.ApplyResources(this, "$this");
			this.CancelButton = this.m_btnCancel;
			this.ControlBox = false;
			this.Controls.Add(this.label2);
			this.Controls.Add(this.m_fwtbGloss);
			this.Controls.Add(this.m_fwtbCitationForm);
			this.Controls.Add(this.m_btnCancel);
			this.Controls.Add(this.m_btnOK);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.buttonHelp);
			this.Controls.Add(this.m_msaGroupBox);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.Name = "AddNewSenseDlg";
			this.ShowInTaskbar = false;
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
			this.Closing += new System.ComponentModel.CancelEventHandler(this.AddNewSenseDlg_Closing);
			((System.ComponentModel.ISupportInitialize)(this.m_fwtbCitationForm)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.m_fwtbGloss)).EndInit();
			this.ResumeLayout(false);

		}
Exemple #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(AddNewSenseDlg));
     this.label1             = new System.Windows.Forms.Label();
     this.m_btnOK            = new System.Windows.Forms.Button();
     this.m_btnCancel        = new System.Windows.Forms.Button();
     this.m_fwtbCitationForm = new SIL.FieldWorks.Common.Widgets.FwTextBox();
     this.m_fwtbGloss        = new SIL.FieldWorks.Common.Widgets.FwTextBox();
     this.m_cbIsStem         = new System.Windows.Forms.CheckBox();
     this.label2             = new System.Windows.Forms.Label();
     this.m_msaGroupBox      = new SIL.FieldWorks.LexText.Controls.MSAGroupBox();
     this.buttonHelp         = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.m_fwtbCitationForm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_fwtbGloss)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // m_btnOK
     //
     this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     resources.ApplyResources(this.m_btnOK, "m_btnOK");
     this.m_btnOK.Name = "m_btnOK";
     //
     // m_btnCancel
     //
     this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.m_btnCancel, "m_btnCancel");
     this.m_btnCancel.Name = "m_btnCancel";
     //
     // m_fwtbCitationForm
     //
     this.m_fwtbCitationForm.AdjustStringHeight = true;
     this.m_fwtbCitationForm.AllowMultipleLines = false;
     this.m_fwtbCitationForm.BackColor          = System.Drawing.SystemColors.Control;
     this.m_fwtbCitationForm.controlID          = null;
     resources.ApplyResources(this.m_fwtbCitationForm, "m_fwtbCitationForm");
     this.m_fwtbCitationForm.Name              = "m_fwtbCitationForm";
     this.m_fwtbCitationForm.SelectionLength   = 0;
     this.m_fwtbCitationForm.SelectionStart    = 0;
     this.m_fwtbCitationForm.WritingSystemCode = 1;
     //
     // m_fwtbGloss
     //
     this.m_fwtbGloss.AdjustStringHeight = true;
     this.m_fwtbGloss.AllowMultipleLines = false;
     this.m_fwtbGloss.BackColor          = System.Drawing.SystemColors.Window;
     this.m_fwtbGloss.controlID          = null;
     resources.ApplyResources(this.m_fwtbGloss, "m_fwtbGloss");
     this.m_fwtbGloss.Name              = "m_fwtbGloss";
     this.m_fwtbGloss.SelectionLength   = 0;
     this.m_fwtbGloss.SelectionStart    = 0;
     this.m_fwtbGloss.WritingSystemCode = 1;
     //
     // m_cbIsStem
     //
     resources.ApplyResources(this.m_cbIsStem, "m_cbIsStem");
     this.m_cbIsStem.Name            = "m_cbIsStem";
     this.m_cbIsStem.CheckedChanged += new System.EventHandler(this.m_cbIsStem_CheckedChanged);
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // m_msaGroupBox
     //
     resources.ApplyResources(this.m_msaGroupBox, "m_msaGroupBox");
     this.m_msaGroupBox.MSAType = SIL.FieldWorks.FDO.MsaType.kNotSet;
     this.m_msaGroupBox.Name    = "m_msaGroupBox";
     this.m_msaGroupBox.Slot    = null;
     //
     // buttonHelp
     //
     resources.ApplyResources(this.buttonHelp, "buttonHelp");
     this.buttonHelp.Name   = "buttonHelp";
     this.buttonHelp.Click += new System.EventHandler(this.buttonHelp_Click);
     //
     // AddNewSenseDlg
     //
     this.AcceptButton = this.m_btnOK;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.m_btnCancel;
     this.ControlBox   = false;
     this.Controls.Add(this.label2);
     this.Controls.Add(this.m_cbIsStem);
     this.Controls.Add(this.m_fwtbGloss);
     this.Controls.Add(this.m_fwtbCitationForm);
     this.Controls.Add(this.m_btnCancel);
     this.Controls.Add(this.m_btnOK);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.buttonHelp);
     this.Controls.Add(this.m_msaGroupBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "AddNewSenseDlg";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.AddNewSenseDlg_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.m_fwtbCitationForm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_fwtbGloss)).EndInit();
     this.ResumeLayout(false);
 }