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.Windows.Forms.GroupBox grpReference;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScriptureProperties));
     System.Windows.Forms.GroupBox groupBox1;
     System.Windows.Forms.Button   m_btnOK;
     System.Windows.Forms.Button   m_btnCancel;
     System.Windows.Forms.Button   m_btnHelp;
     this.m_txtVerseBridge     = new System.Windows.Forms.TextBox();
     this.m_txtVerseSep        = new System.Windows.Forms.TextBox();
     this.m_txtChapterVerseSep = new System.Windows.Forms.TextBox();
     this.m_txtRefSep          = new System.Windows.Forms.TextBox();
     this.lblVerseSep          = new System.Windows.Forms.Label();
     this.lblVerseBridge       = new System.Windows.Forms.Label();
     this.lblChapterVerseSep   = new System.Windows.Forms.Label();
     this.lblRefSepr           = new System.Windows.Forms.Label();
     this.m_cboScriptLanguages = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.m_btnScriptNumbers   = new System.Windows.Forms.RadioButton();
     this.m_btnLatinNumbers    = new System.Windows.Forms.RadioButton();
     this.label1               = new System.Windows.Forms.Label();
     this.m_cboVersification   = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.tabControl1          = new System.Windows.Forms.TabControl();
     this.tpgChapVrsNumbers    = new System.Windows.Forms.TabPage();
     this.tpgFootnotes         = new System.Windows.Forms.TabPage();
     this.opnCombined          = new System.Windows.Forms.RadioButton();
     this.opnSeparate          = new System.Windows.Forms.RadioButton();
     this.grpCrossRefFootnotes = new System.Windows.Forms.GroupBox();
     this.fpsCrossRefOptions   = new SIL.FieldWorks.TE.FootnotePropertiesSelector();
     this.grpGeneralFootnotes  = new System.Windows.Forms.GroupBox();
     this.fpsFootnoteOptions   = new SIL.FieldWorks.TE.FootnotePropertiesSelector();
     grpReference              = new System.Windows.Forms.GroupBox();
     groupBox1   = new System.Windows.Forms.GroupBox();
     m_btnOK     = new System.Windows.Forms.Button();
     m_btnCancel = new System.Windows.Forms.Button();
     m_btnHelp   = new System.Windows.Forms.Button();
     grpReference.SuspendLayout();
     groupBox1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tpgChapVrsNumbers.SuspendLayout();
     this.tpgFootnotes.SuspendLayout();
     this.grpCrossRefFootnotes.SuspendLayout();
     this.grpGeneralFootnotes.SuspendLayout();
     this.SuspendLayout();
     //
     // grpReference
     //
     resources.ApplyResources(grpReference, "grpReference");
     grpReference.Controls.Add(this.m_txtVerseBridge);
     grpReference.Controls.Add(this.m_txtVerseSep);
     grpReference.Controls.Add(this.m_txtChapterVerseSep);
     grpReference.Controls.Add(this.m_txtRefSep);
     grpReference.Controls.Add(this.lblVerseSep);
     grpReference.Controls.Add(this.lblVerseBridge);
     grpReference.Controls.Add(this.lblChapterVerseSep);
     grpReference.Controls.Add(this.lblRefSepr);
     grpReference.Name    = "grpReference";
     grpReference.TabStop = false;
     //
     // m_txtVerseBridge
     //
     resources.ApplyResources(this.m_txtVerseBridge, "m_txtVerseBridge");
     this.m_txtVerseBridge.Name         = "m_txtVerseBridge";
     this.m_txtVerseBridge.TextChanged += new System.EventHandler(this.Edit_TextChanged);
     //
     // m_txtVerseSep
     //
     resources.ApplyResources(this.m_txtVerseSep, "m_txtVerseSep");
     this.m_txtVerseSep.Name         = "m_txtVerseSep";
     this.m_txtVerseSep.TextChanged += new System.EventHandler(this.Edit_TextChanged);
     //
     // m_txtChapterVerseSep
     //
     resources.ApplyResources(this.m_txtChapterVerseSep, "m_txtChapterVerseSep");
     this.m_txtChapterVerseSep.Name         = "m_txtChapterVerseSep";
     this.m_txtChapterVerseSep.TextChanged += new System.EventHandler(this.Edit_TextChanged);
     //
     // m_txtRefSep
     //
     resources.ApplyResources(this.m_txtRefSep, "m_txtRefSep");
     this.m_txtRefSep.Name         = "m_txtRefSep";
     this.m_txtRefSep.TextChanged += new System.EventHandler(this.Edit_TextChanged);
     //
     // lblVerseSep
     //
     resources.ApplyResources(this.lblVerseSep, "lblVerseSep");
     this.lblVerseSep.Name = "lblVerseSep";
     //
     // lblVerseBridge
     //
     resources.ApplyResources(this.lblVerseBridge, "lblVerseBridge");
     this.lblVerseBridge.Name = "lblVerseBridge";
     //
     // lblChapterVerseSep
     //
     resources.ApplyResources(this.lblChapterVerseSep, "lblChapterVerseSep");
     this.lblChapterVerseSep.Name = "lblChapterVerseSep";
     //
     // lblRefSepr
     //
     resources.ApplyResources(this.lblRefSepr, "lblRefSepr");
     this.lblRefSepr.Name = "lblRefSepr";
     //
     // groupBox1
     //
     resources.ApplyResources(groupBox1, "groupBox1");
     groupBox1.Controls.Add(this.m_cboScriptLanguages);
     groupBox1.Controls.Add(this.m_btnScriptNumbers);
     groupBox1.Controls.Add(this.m_btnLatinNumbers);
     groupBox1.Name    = "groupBox1";
     groupBox1.TabStop = false;
     //
     // m_cboScriptLanguages
     //
     this.m_cboScriptLanguages.AllowSpaceInEditBox = false;
     this.m_cboScriptLanguages.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.m_cboScriptLanguages, "m_cboScriptLanguages");
     this.m_cboScriptLanguages.Name   = "m_cboScriptLanguages";
     this.m_cboScriptLanguages.Sorted = true;
     this.m_cboScriptLanguages.SelectedIndexChanged += new System.EventHandler(this.m_cboScriptLanguages_SelectedIndexChanged);
     //
     // m_btnScriptNumbers
     //
     resources.ApplyResources(this.m_btnScriptNumbers, "m_btnScriptNumbers");
     this.m_btnScriptNumbers.Name = "m_btnScriptNumbers";
     //
     // m_btnLatinNumbers
     //
     resources.ApplyResources(this.m_btnLatinNumbers, "m_btnLatinNumbers");
     this.m_btnLatinNumbers.Name            = "m_btnLatinNumbers";
     this.m_btnLatinNumbers.CheckedChanged += new System.EventHandler(this.m_btnLatinNumbers_CheckedChanged);
     //
     // m_btnOK
     //
     resources.ApplyResources(m_btnOK, "m_btnOK");
     m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     m_btnOK.Name         = "m_btnOK";
     m_btnOK.Click       += new System.EventHandler(this.m_btnOK_Click);
     //
     // m_btnCancel
     //
     resources.ApplyResources(m_btnCancel, "m_btnCancel");
     m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     m_btnCancel.Name         = "m_btnCancel";
     //
     // m_btnHelp
     //
     resources.ApplyResources(m_btnHelp, "m_btnHelp");
     m_btnHelp.Name   = "m_btnHelp";
     m_btnHelp.Click += new System.EventHandler(this.m_btnHelp_Click);
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // m_cboVersification
     //
     this.m_cboVersification.AllowSpaceInEditBox = false;
     this.m_cboVersification.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.m_cboVersification, "m_cboVersification");
     this.m_cboVersification.Name = "m_cboVersification";
     //
     // tabControl1
     //
     resources.ApplyResources(this.tabControl1, "tabControl1");
     this.tabControl1.Controls.Add(this.tpgChapVrsNumbers);
     this.tabControl1.Controls.Add(this.tpgFootnotes);
     this.tabControl1.HotTrack      = true;
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     //
     // tpgChapVrsNumbers
     //
     this.tpgChapVrsNumbers.Controls.Add(this.label1);
     this.tpgChapVrsNumbers.Controls.Add(this.m_cboVersification);
     this.tpgChapVrsNumbers.Controls.Add(grpReference);
     this.tpgChapVrsNumbers.Controls.Add(groupBox1);
     resources.ApplyResources(this.tpgChapVrsNumbers, "tpgChapVrsNumbers");
     this.tpgChapVrsNumbers.Name = "tpgChapVrsNumbers";
     //
     // tpgFootnotes
     //
     this.tpgFootnotes.Controls.Add(this.opnCombined);
     this.tpgFootnotes.Controls.Add(this.opnSeparate);
     this.tpgFootnotes.Controls.Add(this.grpCrossRefFootnotes);
     this.tpgFootnotes.Controls.Add(this.grpGeneralFootnotes);
     resources.ApplyResources(this.tpgFootnotes, "tpgFootnotes");
     this.tpgFootnotes.Name = "tpgFootnotes";
     //
     // opnCombined
     //
     resources.ApplyResources(this.opnCombined, "opnCombined");
     this.opnCombined.Name = "opnCombined";
     this.opnCombined.UseVisualStyleBackColor = true;
     this.opnCombined.CheckedChanged         += new System.EventHandler(this.opnCombined_CheckedChanged);
     //
     // opnSeparate
     //
     resources.ApplyResources(this.opnSeparate, "opnSeparate");
     this.opnSeparate.Checked = true;
     this.opnSeparate.Name    = "opnSeparate";
     this.opnSeparate.TabStop = true;
     this.opnSeparate.UseVisualStyleBackColor = true;
     //
     // grpCrossRefFootnotes
     //
     this.grpCrossRefFootnotes.Controls.Add(this.fpsCrossRefOptions);
     resources.ApplyResources(this.grpCrossRefFootnotes, "grpCrossRefFootnotes");
     this.grpCrossRefFootnotes.Name    = "grpCrossRefFootnotes";
     this.grpCrossRefFootnotes.TabStop = false;
     //
     // fpsCrossRefOptions
     //
     resources.ApplyResources(this.fpsCrossRefOptions, "fpsCrossRefOptions");
     this.fpsCrossRefOptions.Name = "fpsCrossRefOptions";
     this.fpsCrossRefOptions.ShowSequenceButton = false;
     //
     // grpGeneralFootnotes
     //
     this.grpGeneralFootnotes.Controls.Add(this.fpsFootnoteOptions);
     resources.ApplyResources(this.grpGeneralFootnotes, "grpGeneralFootnotes");
     this.grpGeneralFootnotes.Name    = "grpGeneralFootnotes";
     this.grpGeneralFootnotes.TabStop = false;
     //
     // fpsFootnoteOptions
     //
     resources.ApplyResources(this.fpsFootnoteOptions, "fpsFootnoteOptions");
     this.fpsFootnoteOptions.Name = "fpsFootnoteOptions";
     this.fpsFootnoteOptions.ShowSequenceButton = false;
     //
     // ScriptureProperties
     //
     this.AcceptButton = m_btnOK;
     resources.ApplyResources(this, "$this");
     this.CancelButton = m_btnCancel;
     this.Controls.Add(m_btnHelp);
     this.Controls.Add(m_btnCancel);
     this.Controls.Add(m_btnOK);
     this.Controls.Add(this.tabControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ScriptureProperties";
     this.ShowInTaskbar   = false;
     grpReference.ResumeLayout(false);
     grpReference.PerformLayout();
     groupBox1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tpgChapVrsNumbers.ResumeLayout(false);
     this.tpgFootnotes.ResumeLayout(false);
     this.tpgFootnotes.PerformLayout();
     this.grpCrossRefFootnotes.ResumeLayout(false);
     this.grpGeneralFootnotes.ResumeLayout(false);
     this.ResumeLayout(false);
 }
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.Windows.Forms.GroupBox grpReference;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScriptureProperties));
			System.Windows.Forms.GroupBox groupBox1;
			System.Windows.Forms.Button m_btnOK;
			System.Windows.Forms.Button m_btnCancel;
			System.Windows.Forms.Button m_btnHelp;
			this.m_txtVerseBridge = new System.Windows.Forms.TextBox();
			this.m_txtVerseSep = new System.Windows.Forms.TextBox();
			this.m_txtChapterVerseSep = new System.Windows.Forms.TextBox();
			this.m_txtRefSep = new System.Windows.Forms.TextBox();
			this.lblVerseSep = new System.Windows.Forms.Label();
			this.lblVerseBridge = new System.Windows.Forms.Label();
			this.lblChapterVerseSep = new System.Windows.Forms.Label();
			this.lblRefSepr = new System.Windows.Forms.Label();
			this.m_cboScriptLanguages = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
			this.m_btnScriptNumbers = new System.Windows.Forms.RadioButton();
			this.m_btnLatinNumbers = new System.Windows.Forms.RadioButton();
			this.label1 = new System.Windows.Forms.Label();
			this.m_cboVersification = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
			this.tabControl1 = new System.Windows.Forms.TabControl();
			this.tpgChapVrsNumbers = new System.Windows.Forms.TabPage();
			this.tpgFootnotes = new System.Windows.Forms.TabPage();
			this.opnCombined = new System.Windows.Forms.RadioButton();
			this.opnSeparate = new System.Windows.Forms.RadioButton();
			this.grpCrossRefFootnotes = new System.Windows.Forms.GroupBox();
			this.fpsCrossRefOptions = new SIL.FieldWorks.TE.FootnotePropertiesSelector();
			this.grpGeneralFootnotes = new System.Windows.Forms.GroupBox();
			this.fpsFootnoteOptions = new SIL.FieldWorks.TE.FootnotePropertiesSelector();
			grpReference = new System.Windows.Forms.GroupBox();
			groupBox1 = new System.Windows.Forms.GroupBox();
			m_btnOK = new System.Windows.Forms.Button();
			m_btnCancel = new System.Windows.Forms.Button();
			m_btnHelp = new System.Windows.Forms.Button();
			grpReference.SuspendLayout();
			groupBox1.SuspendLayout();
			this.tabControl1.SuspendLayout();
			this.tpgChapVrsNumbers.SuspendLayout();
			this.tpgFootnotes.SuspendLayout();
			this.grpCrossRefFootnotes.SuspendLayout();
			this.grpGeneralFootnotes.SuspendLayout();
			this.SuspendLayout();
			//
			// grpReference
			//
			resources.ApplyResources(grpReference, "grpReference");
			grpReference.Controls.Add(this.m_txtVerseBridge);
			grpReference.Controls.Add(this.m_txtVerseSep);
			grpReference.Controls.Add(this.m_txtChapterVerseSep);
			grpReference.Controls.Add(this.m_txtRefSep);
			grpReference.Controls.Add(this.lblVerseSep);
			grpReference.Controls.Add(this.lblVerseBridge);
			grpReference.Controls.Add(this.lblChapterVerseSep);
			grpReference.Controls.Add(this.lblRefSepr);
			grpReference.Name = "grpReference";
			grpReference.TabStop = false;
			//
			// m_txtVerseBridge
			//
			resources.ApplyResources(this.m_txtVerseBridge, "m_txtVerseBridge");
			this.m_txtVerseBridge.Name = "m_txtVerseBridge";
			this.m_txtVerseBridge.TextChanged += new System.EventHandler(this.Edit_TextChanged);
			//
			// m_txtVerseSep
			//
			resources.ApplyResources(this.m_txtVerseSep, "m_txtVerseSep");
			this.m_txtVerseSep.Name = "m_txtVerseSep";
			this.m_txtVerseSep.TextChanged += new System.EventHandler(this.Edit_TextChanged);
			//
			// m_txtChapterVerseSep
			//
			resources.ApplyResources(this.m_txtChapterVerseSep, "m_txtChapterVerseSep");
			this.m_txtChapterVerseSep.Name = "m_txtChapterVerseSep";
			this.m_txtChapterVerseSep.TextChanged += new System.EventHandler(this.Edit_TextChanged);
			//
			// m_txtRefSep
			//
			resources.ApplyResources(this.m_txtRefSep, "m_txtRefSep");
			this.m_txtRefSep.Name = "m_txtRefSep";
			this.m_txtRefSep.TextChanged += new System.EventHandler(this.Edit_TextChanged);
			//
			// lblVerseSep
			//
			resources.ApplyResources(this.lblVerseSep, "lblVerseSep");
			this.lblVerseSep.Name = "lblVerseSep";
			//
			// lblVerseBridge
			//
			resources.ApplyResources(this.lblVerseBridge, "lblVerseBridge");
			this.lblVerseBridge.Name = "lblVerseBridge";
			//
			// lblChapterVerseSep
			//
			resources.ApplyResources(this.lblChapterVerseSep, "lblChapterVerseSep");
			this.lblChapterVerseSep.Name = "lblChapterVerseSep";
			//
			// lblRefSepr
			//
			resources.ApplyResources(this.lblRefSepr, "lblRefSepr");
			this.lblRefSepr.Name = "lblRefSepr";
			//
			// groupBox1
			//
			resources.ApplyResources(groupBox1, "groupBox1");
			groupBox1.Controls.Add(this.m_cboScriptLanguages);
			groupBox1.Controls.Add(this.m_btnScriptNumbers);
			groupBox1.Controls.Add(this.m_btnLatinNumbers);
			groupBox1.Name = "groupBox1";
			groupBox1.TabStop = false;
			//
			// m_cboScriptLanguages
			//
			this.m_cboScriptLanguages.AllowSpaceInEditBox = false;
			this.m_cboScriptLanguages.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			resources.ApplyResources(this.m_cboScriptLanguages, "m_cboScriptLanguages");
			this.m_cboScriptLanguages.Name = "m_cboScriptLanguages";
			this.m_cboScriptLanguages.Sorted = true;
			this.m_cboScriptLanguages.SelectedIndexChanged += new System.EventHandler(this.m_cboScriptLanguages_SelectedIndexChanged);
			//
			// m_btnScriptNumbers
			//
			resources.ApplyResources(this.m_btnScriptNumbers, "m_btnScriptNumbers");
			this.m_btnScriptNumbers.Name = "m_btnScriptNumbers";
			//
			// m_btnLatinNumbers
			//
			resources.ApplyResources(this.m_btnLatinNumbers, "m_btnLatinNumbers");
			this.m_btnLatinNumbers.Name = "m_btnLatinNumbers";
			this.m_btnLatinNumbers.CheckedChanged += new System.EventHandler(this.m_btnLatinNumbers_CheckedChanged);
			//
			// m_btnOK
			//
			resources.ApplyResources(m_btnOK, "m_btnOK");
			m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
			m_btnOK.Name = "m_btnOK";
			m_btnOK.Click += new System.EventHandler(this.m_btnOK_Click);
			//
			// m_btnCancel
			//
			resources.ApplyResources(m_btnCancel, "m_btnCancel");
			m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			m_btnCancel.Name = "m_btnCancel";
			//
			// m_btnHelp
			//
			resources.ApplyResources(m_btnHelp, "m_btnHelp");
			m_btnHelp.Name = "m_btnHelp";
			m_btnHelp.Click += new System.EventHandler(this.m_btnHelp_Click);
			//
			// label1
			//
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			//
			// m_cboVersification
			//
			this.m_cboVersification.AllowSpaceInEditBox = false;
			this.m_cboVersification.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			resources.ApplyResources(this.m_cboVersification, "m_cboVersification");
			this.m_cboVersification.Name = "m_cboVersification";
			//
			// tabControl1
			//
			resources.ApplyResources(this.tabControl1, "tabControl1");
			this.tabControl1.Controls.Add(this.tpgChapVrsNumbers);
			this.tabControl1.Controls.Add(this.tpgFootnotes);
			this.tabControl1.HotTrack = true;
			this.tabControl1.Name = "tabControl1";
			this.tabControl1.SelectedIndex = 0;
			//
			// tpgChapVrsNumbers
			//
			this.tpgChapVrsNumbers.Controls.Add(this.label1);
			this.tpgChapVrsNumbers.Controls.Add(this.m_cboVersification);
			this.tpgChapVrsNumbers.Controls.Add(grpReference);
			this.tpgChapVrsNumbers.Controls.Add(groupBox1);
			resources.ApplyResources(this.tpgChapVrsNumbers, "tpgChapVrsNumbers");
			this.tpgChapVrsNumbers.Name = "tpgChapVrsNumbers";
			//
			// tpgFootnotes
			//
			this.tpgFootnotes.Controls.Add(this.opnCombined);
			this.tpgFootnotes.Controls.Add(this.opnSeparate);
			this.tpgFootnotes.Controls.Add(this.grpCrossRefFootnotes);
			this.tpgFootnotes.Controls.Add(this.grpGeneralFootnotes);
			resources.ApplyResources(this.tpgFootnotes, "tpgFootnotes");
			this.tpgFootnotes.Name = "tpgFootnotes";
			//
			// opnCombined
			//
			resources.ApplyResources(this.opnCombined, "opnCombined");
			this.opnCombined.Name = "opnCombined";
			this.opnCombined.UseVisualStyleBackColor = true;
			this.opnCombined.CheckedChanged += new System.EventHandler(this.opnCombined_CheckedChanged);
			//
			// opnSeparate
			//
			resources.ApplyResources(this.opnSeparate, "opnSeparate");
			this.opnSeparate.Checked = true;
			this.opnSeparate.Name = "opnSeparate";
			this.opnSeparate.TabStop = true;
			this.opnSeparate.UseVisualStyleBackColor = true;
			//
			// grpCrossRefFootnotes
			//
			this.grpCrossRefFootnotes.Controls.Add(this.fpsCrossRefOptions);
			resources.ApplyResources(this.grpCrossRefFootnotes, "grpCrossRefFootnotes");
			this.grpCrossRefFootnotes.Name = "grpCrossRefFootnotes";
			this.grpCrossRefFootnotes.TabStop = false;
			//
			// fpsCrossRefOptions
			//
			resources.ApplyResources(this.fpsCrossRefOptions, "fpsCrossRefOptions");
			this.fpsCrossRefOptions.Name = "fpsCrossRefOptions";
			this.fpsCrossRefOptions.ShowSequenceButton = false;
			//
			// grpGeneralFootnotes
			//
			this.grpGeneralFootnotes.Controls.Add(this.fpsFootnoteOptions);
			resources.ApplyResources(this.grpGeneralFootnotes, "grpGeneralFootnotes");
			this.grpGeneralFootnotes.Name = "grpGeneralFootnotes";
			this.grpGeneralFootnotes.TabStop = false;
			//
			// fpsFootnoteOptions
			//
			resources.ApplyResources(this.fpsFootnoteOptions, "fpsFootnoteOptions");
			this.fpsFootnoteOptions.Name = "fpsFootnoteOptions";
			this.fpsFootnoteOptions.ShowSequenceButton = false;
			//
			// ScriptureProperties
			//
			this.AcceptButton = m_btnOK;
			resources.ApplyResources(this, "$this");
			this.CancelButton = m_btnCancel;
			this.Controls.Add(m_btnHelp);
			this.Controls.Add(m_btnCancel);
			this.Controls.Add(m_btnOK);
			this.Controls.Add(this.tabControl1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "ScriptureProperties";
			this.ShowInTaskbar = false;
			grpReference.ResumeLayout(false);
			grpReference.PerformLayout();
			groupBox1.ResumeLayout(false);
			this.tabControl1.ResumeLayout(false);
			this.tpgChapVrsNumbers.ResumeLayout(false);
			this.tpgFootnotes.ResumeLayout(false);
			this.tpgFootnotes.PerformLayout();
			this.grpCrossRefFootnotes.ResumeLayout(false);
			this.grpGeneralFootnotes.ResumeLayout(false);
			this.ResumeLayout(false);

		}