示例#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(MsaCreatorDlg));
			this.btnCancel = new System.Windows.Forms.Button();
			this.btnOk = new System.Windows.Forms.Button();
			this.btnHelp = new System.Windows.Forms.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.m_fwtbCitationForm = new SIL.FieldWorks.Common.Widgets.FwTextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.m_fwtbSenses = new SIL.FieldWorks.Common.Widgets.FwTextBox();
			this.m_msaGroupBox = new SIL.FieldWorks.LexText.Controls.MSAGroupBox();
			((System.ComponentModel.ISupportInitialize)(this.m_fwtbCitationForm)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.m_fwtbSenses)).BeginInit();
			this.SuspendLayout();
			//
			// btnCancel
			//
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			resources.ApplyResources(this.btnCancel, "btnCancel");
			this.btnCancel.Name = "btnCancel";
			//
			// btnOk
			//
			this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
			resources.ApplyResources(this.btnOk, "btnOk");
			this.btnOk.Name = "btnOk";
			//
			// btnHelp
			//
			resources.ApplyResources(this.btnHelp, "btnHelp");
			this.btnHelp.Name = "btnHelp";
			this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
			//
			// label1
			//
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			//
			// 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;
			//
			// label2
			//
			resources.ApplyResources(this.label2, "label2");
			this.label2.Name = "label2";
			//
			// m_fwtbSenses
			//
			this.m_fwtbSenses.AdjustStringHeight = true;
			this.m_fwtbSenses.AllowMultipleLines = false;
			this.m_fwtbSenses.BackColor = System.Drawing.SystemColors.Control;
			this.m_fwtbSenses.controlID = null;
			resources.ApplyResources(this.m_fwtbSenses, "m_fwtbSenses");
			this.m_fwtbSenses.Name = "m_fwtbSenses";
			this.m_fwtbSenses.SelectionLength = 0;
			this.m_fwtbSenses.SelectionStart = 0;
			//
			// 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;
			//
			// MsaCreatorDlg
			//
			this.AcceptButton = this.btnOk;
			resources.ApplyResources(this, "$this");
			this.CancelButton = this.btnCancel;
			this.Controls.Add(this.m_msaGroupBox);
			this.Controls.Add(this.m_fwtbSenses);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.m_fwtbCitationForm);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.btnHelp);
			this.Controls.Add(this.btnOk);
			this.Controls.Add(this.btnCancel);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "MsaCreatorDlg";
			this.ShowInTaskbar = false;
			this.Closed += new System.EventHandler(this.MsaCreatorDlg_Closed);
			((System.ComponentModel.ISupportInitialize)(this.m_fwtbCitationForm)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.m_fwtbSenses)).EndInit();
			this.ResumeLayout(false);

		}
示例#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.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);

		}
示例#3
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(MsaCreatorDlg));
     this.btnCancel          = new System.Windows.Forms.Button();
     this.btnOk              = new System.Windows.Forms.Button();
     this.btnHelp            = new System.Windows.Forms.Button();
     this.label1             = new System.Windows.Forms.Label();
     this.m_fwtbCitationForm = new SIL.FieldWorks.Common.Widgets.FwTextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.m_fwtbSenses       = new SIL.FieldWorks.Common.Widgets.FwTextBox();
     this.m_msaGroupBox      = new SIL.FieldWorks.LexText.Controls.MSAGroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.m_fwtbCitationForm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_fwtbSenses)).BeginInit();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.Name = "btnCancel";
     //
     // btnOk
     //
     this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     resources.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.Name = "btnOk";
     //
     // btnHelp
     //
     resources.ApplyResources(this.btnHelp, "btnHelp");
     this.btnHelp.Name   = "btnHelp";
     this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // 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;
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // m_fwtbSenses
     //
     this.m_fwtbSenses.AdjustStringHeight = true;
     this.m_fwtbSenses.BackColor          = System.Drawing.SystemColors.Control;
     this.m_fwtbSenses.controlID          = null;
     resources.ApplyResources(this.m_fwtbSenses, "m_fwtbSenses");
     this.m_fwtbSenses.Name            = "m_fwtbSenses";
     this.m_fwtbSenses.SelectionLength = 0;
     this.m_fwtbSenses.SelectionStart  = 0;
     //
     // 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;
     //
     // MsaCreatorDlg
     //
     this.AcceptButton = this.btnOk;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.btnCancel;
     this.Controls.Add(this.m_msaGroupBox);
     this.Controls.Add(this.m_fwtbSenses);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.m_fwtbCitationForm);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnHelp);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.btnCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "MsaCreatorDlg";
     this.ShowInTaskbar   = false;
     this.Closed         += new System.EventHandler(this.MsaCreatorDlg_Closed);
     ((System.ComponentModel.ISupportInitialize)(this.m_fwtbCitationForm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_fwtbSenses)).EndInit();
     this.ResumeLayout(false);
 }
示例#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(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 = 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);
 }