Пример #1
0
		/// ------------------------------------------------------------------------------------
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		/// ------------------------------------------------------------------------------------
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Windows.Forms.GroupBox groupBox1;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolsOptionsDialog));
			System.Windows.Forms.GroupBox groupBox3;
			System.Windows.Forms.Label lbMeasurement;
			System.Windows.Forms.Label lblStyleNote;
			System.Windows.Forms.Label lblShowStyles;
			System.Windows.Forms.Label lblStyleLevel;
			System.Windows.Forms.Button m_btnBrowse;
			System.Windows.Forms.Button btnCancel;
			System.Windows.Forms.Button btnHelp;
			System.Windows.Forms.GroupBox groupBox2;
			System.Windows.Forms.Label label1;
			this.m_chkSynchFootnoteScroll = new System.Windows.Forms.CheckBox();
			this.m_chkShowFormatMarks = new System.Windows.Forms.CheckBox();
			this.m_chkMarkerlessFootnoteIcons = new System.Windows.Forms.CheckBox();
			this.m_chkPromptEmptyParas = new System.Windows.Forms.CheckBox();
			this.m_lblNoTestFeatures = new System.Windows.Forms.Label();
			this.m_cboExperimentalFeatures = new System.Windows.Forms.CheckedListBox();
			this.labelBackupDir = new System.Windows.Forms.Label();
			this.btnOK = new System.Windows.Forms.Button();
			this.tabOptions = new System.Windows.Forms.TabControl();
			this.tabPageView = new System.Windows.Forms.TabPage();
			this.tabPageGeneral = new System.Windows.Forms.TabPage();
			this.grpPastingWs = new System.Windows.Forms.GroupBox();
			this.m_rdoUseOnlyWSsInThisProj = new System.Windows.Forms.RadioButton();
			this.m_rdoPromptForNewWs = new System.Windows.Forms.RadioButton();
			this.label3 = new System.Windows.Forms.Label();
			this.m_chkStartLibronixWithTE = new System.Windows.Forms.CheckBox();
			this.m_chkDisplayBackupReminder = new System.Windows.Forms.CheckBox();
			this.tabPageStyles = new System.Windows.Forms.TabPage();
			this.rdoCustomList = new System.Windows.Forms.RadioButton();
			this.rdoAllStyles = new System.Windows.Forms.RadioButton();
			this.rdoBasicStyles = new System.Windows.Forms.RadioButton();
			this.grpCustom = new System.Windows.Forms.GroupBox();
			this.cboStyleLevel = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
			this.chkShowUserDefined = new System.Windows.Forms.CheckBox();
			this.tabPageInterface = new System.Windows.Forms.TabPage();
			this.label2 = new System.Windows.Forms.Label();
			this.m_userInterfaceChooser = new SIL.FieldWorks.Common.Widgets.UserInterfaceChooser();
			this.m_cboMeasurement = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
			this.tabPageAdvanced = new System.Windows.Forms.TabPage();
			this.m_textBoxBackupPath = new System.Windows.Forms.TextBox();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			groupBox1 = new System.Windows.Forms.GroupBox();
			groupBox3 = new System.Windows.Forms.GroupBox();
			lbMeasurement = new System.Windows.Forms.Label();
			lblStyleNote = new System.Windows.Forms.Label();
			lblShowStyles = new System.Windows.Forms.Label();
			lblStyleLevel = new System.Windows.Forms.Label();
			m_btnBrowse = new System.Windows.Forms.Button();
			btnCancel = new System.Windows.Forms.Button();
			btnHelp = new System.Windows.Forms.Button();
			groupBox2 = new System.Windows.Forms.GroupBox();
			label1 = new System.Windows.Forms.Label();
			groupBox1.SuspendLayout();
			groupBox3.SuspendLayout();
			groupBox2.SuspendLayout();
			this.tabOptions.SuspendLayout();
			this.tabPageView.SuspendLayout();
			this.tabPageGeneral.SuspendLayout();
			this.grpPastingWs.SuspendLayout();
			this.tabPageStyles.SuspendLayout();
			this.grpCustom.SuspendLayout();
			this.tabPageInterface.SuspendLayout();
			this.tabPageAdvanced.SuspendLayout();
			this.SuspendLayout();
			//
			// groupBox1
			//
			groupBox1.Controls.Add(this.m_chkSynchFootnoteScroll);
			resources.ApplyResources(groupBox1, "groupBox1");
			groupBox1.Name = "groupBox1";
			groupBox1.TabStop = false;
			//
			// m_chkSynchFootnoteScroll
			//
			resources.ApplyResources(this.m_chkSynchFootnoteScroll, "m_chkSynchFootnoteScroll");
			this.m_chkSynchFootnoteScroll.Name = "m_chkSynchFootnoteScroll";
			//
			// groupBox3
			//
			groupBox3.Controls.Add(this.m_chkShowFormatMarks);
			groupBox3.Controls.Add(this.m_chkMarkerlessFootnoteIcons);
			groupBox3.Controls.Add(this.m_chkPromptEmptyParas);
			resources.ApplyResources(groupBox3, "groupBox3");
			groupBox3.Name = "groupBox3";
			groupBox3.TabStop = false;
			//
			// m_chkShowFormatMarks
			//
			resources.ApplyResources(this.m_chkShowFormatMarks, "m_chkShowFormatMarks");
			this.m_chkShowFormatMarks.Name = "m_chkShowFormatMarks";
			//
			// m_chkMarkerlessFootnoteIcons
			//
			resources.ApplyResources(this.m_chkMarkerlessFootnoteIcons, "m_chkMarkerlessFootnoteIcons");
			this.m_chkMarkerlessFootnoteIcons.Name = "m_chkMarkerlessFootnoteIcons";
			//
			// m_chkPromptEmptyParas
			//
			resources.ApplyResources(this.m_chkPromptEmptyParas, "m_chkPromptEmptyParas");
			this.m_chkPromptEmptyParas.Name = "m_chkPromptEmptyParas";
			//
			// lbMeasurement
			//
			resources.ApplyResources(lbMeasurement, "lbMeasurement");
			lbMeasurement.Name = "lbMeasurement";
			//
			// lblStyleNote
			//
			resources.ApplyResources(lblStyleNote, "lblStyleNote");
			lblStyleNote.Name = "lblStyleNote";
			//
			// lblShowStyles
			//
			resources.ApplyResources(lblShowStyles, "lblShowStyles");
			lblShowStyles.Name = "lblShowStyles";
			//
			// lblStyleLevel
			//
			resources.ApplyResources(lblStyleLevel, "lblStyleLevel");
			lblStyleLevel.Name = "lblStyleLevel";
			//
			// m_btnBrowse
			//
			resources.ApplyResources(m_btnBrowse, "m_btnBrowse");
			m_btnBrowse.Name = "m_btnBrowse";
			m_btnBrowse.Click += new System.EventHandler(this.m_btnBrowse_Click);
			//
			// btnCancel
			//
			resources.ApplyResources(btnCancel, "btnCancel");
			btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			btnCancel.Name = "btnCancel";
			//
			// btnHelp
			//
			resources.ApplyResources(btnHelp, "btnHelp");
			btnHelp.Name = "btnHelp";
			btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
			//
			// groupBox2
			//
			groupBox2.Controls.Add(this.m_lblNoTestFeatures);
			groupBox2.Controls.Add(this.m_cboExperimentalFeatures);
			resources.ApplyResources(groupBox2, "groupBox2");
			groupBox2.Name = "groupBox2";
			groupBox2.TabStop = false;
			//
			// m_lblNoTestFeatures
			//
			resources.ApplyResources(this.m_lblNoTestFeatures, "m_lblNoTestFeatures");
			this.m_lblNoTestFeatures.Name = "m_lblNoTestFeatures";
			//
			// m_cboExperimentalFeatures
			//
			this.m_cboExperimentalFeatures.BackColor = System.Drawing.SystemColors.Window;
			this.m_cboExperimentalFeatures.FormattingEnabled = true;
			this.m_cboExperimentalFeatures.Items.AddRange(new object[] {
			resources.GetString("m_cboExperimentalFeatures.Items"),
			resources.GetString("m_cboExperimentalFeatures.Items1"),
			resources.GetString("m_cboExperimentalFeatures.Items2")});
			resources.ApplyResources(this.m_cboExperimentalFeatures, "m_cboExperimentalFeatures");
			this.m_cboExperimentalFeatures.Name = "m_cboExperimentalFeatures";
			//
			// label1
			//
			resources.ApplyResources(label1, "label1");
			label1.Name = "label1";
			//
			// labelBackupDir
			//
			resources.ApplyResources(this.labelBackupDir, "labelBackupDir");
			this.labelBackupDir.Name = "labelBackupDir";
			//
			// btnOK
			//
			resources.ApplyResources(this.btnOK, "btnOK");
			this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.btnOK.Name = "btnOK";
			this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
			//
			// tabOptions
			//
			this.tabOptions.Controls.Add(this.tabPageView);
			this.tabOptions.Controls.Add(this.tabPageGeneral);
			this.tabOptions.Controls.Add(this.tabPageStyles);
			this.tabOptions.Controls.Add(this.tabPageInterface);
			this.tabOptions.Controls.Add(this.tabPageAdvanced);
			this.tabOptions.HotTrack = true;
			resources.ApplyResources(this.tabOptions, "tabOptions");
			this.tabOptions.Name = "tabOptions";
			this.tabOptions.SelectedIndex = 0;
			//
			// tabPageView
			//
			this.tabPageView.Controls.Add(groupBox1);
			this.tabPageView.Controls.Add(groupBox3);
			resources.ApplyResources(this.tabPageView, "tabPageView");
			this.tabPageView.Name = "tabPageView";
			this.tabPageView.UseVisualStyleBackColor = true;
			//
			// tabPageGeneral
			//
			this.tabPageGeneral.Controls.Add(this.grpPastingWs);
			this.tabPageGeneral.Controls.Add(this.m_chkStartLibronixWithTE);
			this.tabPageGeneral.Controls.Add(this.m_chkDisplayBackupReminder);
			resources.ApplyResources(this.tabPageGeneral, "tabPageGeneral");
			this.tabPageGeneral.Name = "tabPageGeneral";
			this.tabPageGeneral.UseVisualStyleBackColor = true;
			//
			// grpPastingWs
			//
			this.grpPastingWs.Controls.Add(this.m_rdoUseOnlyWSsInThisProj);
			this.grpPastingWs.Controls.Add(this.m_rdoPromptForNewWs);
			this.grpPastingWs.Controls.Add(this.label3);
			resources.ApplyResources(this.grpPastingWs, "grpPastingWs");
			this.grpPastingWs.Name = "grpPastingWs";
			this.grpPastingWs.TabStop = false;
			//
			// m_rdoUseOnlyWSsInThisProj
			//
			resources.ApplyResources(this.m_rdoUseOnlyWSsInThisProj, "m_rdoUseOnlyWSsInThisProj");
			this.m_rdoUseOnlyWSsInThisProj.Name = "m_rdoUseOnlyWSsInThisProj";
			this.m_rdoUseOnlyWSsInThisProj.UseVisualStyleBackColor = true;
			//
			// m_rdoPromptForNewWs
			//
			resources.ApplyResources(this.m_rdoPromptForNewWs, "m_rdoPromptForNewWs");
			this.m_rdoPromptForNewWs.Checked = true;
			this.m_rdoPromptForNewWs.Name = "m_rdoPromptForNewWs";
			this.m_rdoPromptForNewWs.TabStop = true;
			this.m_rdoPromptForNewWs.UseVisualStyleBackColor = true;
			//
			// label3
			//
			this.label3.AllowDrop = true;
			resources.ApplyResources(this.label3, "label3");
			this.label3.Name = "label3";
			//
			// m_chkStartLibronixWithTE
			//
			resources.ApplyResources(this.m_chkStartLibronixWithTE, "m_chkStartLibronixWithTE");
			this.m_chkStartLibronixWithTE.Name = "m_chkStartLibronixWithTE";
			//
			// m_chkDisplayBackupReminder
			//
			resources.ApplyResources(this.m_chkDisplayBackupReminder, "m_chkDisplayBackupReminder");
			this.m_chkDisplayBackupReminder.Name = "m_chkDisplayBackupReminder";
			//
			// tabPageStyles
			//
			this.tabPageStyles.Controls.Add(lblStyleNote);
			this.tabPageStyles.Controls.Add(this.rdoCustomList);
			this.tabPageStyles.Controls.Add(this.rdoAllStyles);
			this.tabPageStyles.Controls.Add(this.rdoBasicStyles);
			this.tabPageStyles.Controls.Add(lblShowStyles);
			this.tabPageStyles.Controls.Add(this.grpCustom);
			resources.ApplyResources(this.tabPageStyles, "tabPageStyles");
			this.tabPageStyles.Name = "tabPageStyles";
			this.tabPageStyles.UseVisualStyleBackColor = true;
			//
			// rdoCustomList
			//
			resources.ApplyResources(this.rdoCustomList, "rdoCustomList");
			this.rdoCustomList.Name = "rdoCustomList";
			this.rdoCustomList.CheckedChanged += new System.EventHandler(this.rdoCustomList_CheckedChanged);
			//
			// rdoAllStyles
			//
			resources.ApplyResources(this.rdoAllStyles, "rdoAllStyles");
			this.rdoAllStyles.Name = "rdoAllStyles";
			//
			// rdoBasicStyles
			//
			resources.ApplyResources(this.rdoBasicStyles, "rdoBasicStyles");
			this.rdoBasicStyles.Name = "rdoBasicStyles";
			//
			// grpCustom
			//
			this.grpCustom.Controls.Add(lblStyleLevel);
			this.grpCustom.Controls.Add(this.cboStyleLevel);
			this.grpCustom.Controls.Add(this.chkShowUserDefined);
			resources.ApplyResources(this.grpCustom, "grpCustom");
			this.grpCustom.Name = "grpCustom";
			this.grpCustom.TabStop = false;
			//
			// cboStyleLevel
			//
			this.cboStyleLevel.AllowSpaceInEditBox = false;
			this.cboStyleLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			resources.ApplyResources(this.cboStyleLevel, "cboStyleLevel");
			this.cboStyleLevel.Name = "cboStyleLevel";
			//
			// chkShowUserDefined
			//
			resources.ApplyResources(this.chkShowUserDefined, "chkShowUserDefined");
			this.chkShowUserDefined.Name = "chkShowUserDefined";
			//
			// tabPageInterface
			//
			this.tabPageInterface.Controls.Add(this.label2);
			this.tabPageInterface.Controls.Add(label1);
			this.tabPageInterface.Controls.Add(this.m_userInterfaceChooser);
			this.tabPageInterface.Controls.Add(lbMeasurement);
			this.tabPageInterface.Controls.Add(this.m_cboMeasurement);
			resources.ApplyResources(this.tabPageInterface, "tabPageInterface");
			this.tabPageInterface.Name = "tabPageInterface";
			this.tabPageInterface.UseVisualStyleBackColor = true;
			//
			// label2
			//
			resources.ApplyResources(this.label2, "label2");
			this.label2.Name = "label2";
			//
			// m_userInterfaceChooser
			//
			resources.ApplyResources(this.m_userInterfaceChooser, "m_userInterfaceChooser");
			this.m_userInterfaceChooser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.m_userInterfaceChooser.FormattingEnabled = true;
			this.m_userInterfaceChooser.Name = "m_userInterfaceChooser";
			this.m_userInterfaceChooser.Sorted = true;
			//
			// m_cboMeasurement
			//
			this.m_cboMeasurement.AllowSpaceInEditBox = false;
			this.m_cboMeasurement.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			resources.ApplyResources(this.m_cboMeasurement, "m_cboMeasurement");
			this.m_cboMeasurement.Items.AddRange(new object[] {
			resources.GetString("m_cboMeasurement.Items"),
			resources.GetString("m_cboMeasurement.Items1"),
			resources.GetString("m_cboMeasurement.Items2")});
			this.m_cboMeasurement.Name = "m_cboMeasurement";
			//
			// tabPageAdvanced
			//
			this.tabPageAdvanced.Controls.Add(groupBox2);
			this.tabPageAdvanced.Controls.Add(m_btnBrowse);
			this.tabPageAdvanced.Controls.Add(this.m_textBoxBackupPath);
			this.tabPageAdvanced.Controls.Add(this.labelBackupDir);
			resources.ApplyResources(this.tabPageAdvanced, "tabPageAdvanced");
			this.tabPageAdvanced.Name = "tabPageAdvanced";
			this.tabPageAdvanced.UseVisualStyleBackColor = true;
			//
			// m_textBoxBackupPath
			//
			resources.ApplyResources(this.m_textBoxBackupPath, "m_textBoxBackupPath");
			this.m_textBoxBackupPath.Name = "m_textBoxBackupPath";
			//
			// ToolsOptionsDialog
			//
			this.AcceptButton = this.btnOK;
			resources.ApplyResources(this, "$this");
			this.CancelButton = btnCancel;
			this.Controls.Add(btnHelp);
			this.Controls.Add(btnCancel);
			this.Controls.Add(this.btnOK);
			this.Controls.Add(this.tabOptions);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "ToolsOptionsDialog";
			this.ShowInTaskbar = false;
			groupBox1.ResumeLayout(false);
			groupBox3.ResumeLayout(false);
			groupBox2.ResumeLayout(false);
			groupBox2.PerformLayout();
			this.tabOptions.ResumeLayout(false);
			this.tabPageView.ResumeLayout(false);
			this.tabPageGeneral.ResumeLayout(false);
			this.grpPastingWs.ResumeLayout(false);
			this.grpPastingWs.PerformLayout();
			this.tabPageStyles.ResumeLayout(false);
			this.tabPageStyles.PerformLayout();
			this.grpCustom.ResumeLayout(false);
			this.grpCustom.PerformLayout();
			this.tabPageInterface.ResumeLayout(false);
			this.tabPageInterface.PerformLayout();
			this.tabPageAdvanced.ResumeLayout(false);
			this.tabPageAdvanced.PerformLayout();
			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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.GroupBox groupBox1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolsOptionsDialog));
     System.Windows.Forms.GroupBox groupBox3;
     System.Windows.Forms.Label    lbMeasurement;
     System.Windows.Forms.Label    lblStyleNote;
     System.Windows.Forms.Label    lblShowStyles;
     System.Windows.Forms.Label    lblStyleLevel;
     System.Windows.Forms.Button   m_btnBrowse;
     System.Windows.Forms.Button   btnCancel;
     System.Windows.Forms.Button   btnHelp;
     System.Windows.Forms.GroupBox groupBox2;
     System.Windows.Forms.Label    label1;
     this.m_chkSynchFootnoteScroll     = new System.Windows.Forms.CheckBox();
     this.m_chkShowFormatMarks         = new System.Windows.Forms.CheckBox();
     this.m_chkMarkerlessFootnoteIcons = new System.Windows.Forms.CheckBox();
     this.m_chkPromptEmptyParas        = new System.Windows.Forms.CheckBox();
     this.m_lblNoTestFeatures          = new System.Windows.Forms.Label();
     this.m_cboExperimentalFeatures    = new System.Windows.Forms.CheckedListBox();
     this.labelBackupDir             = new System.Windows.Forms.Label();
     this.btnOK                      = new System.Windows.Forms.Button();
     this.tabOptions                 = new System.Windows.Forms.TabControl();
     this.tabPageView                = new System.Windows.Forms.TabPage();
     this.tabPageGeneral             = new System.Windows.Forms.TabPage();
     this.grpPastingWs               = new System.Windows.Forms.GroupBox();
     this.m_rdoUseOnlyWSsInThisProj  = new System.Windows.Forms.RadioButton();
     this.m_rdoPromptForNewWs        = new System.Windows.Forms.RadioButton();
     this.label3                     = new System.Windows.Forms.Label();
     this.m_chkStartLibronixWithTE   = new System.Windows.Forms.CheckBox();
     this.m_chkDisplayBackupReminder = new System.Windows.Forms.CheckBox();
     this.tabPageStyles              = new System.Windows.Forms.TabPage();
     this.rdoCustomList              = new System.Windows.Forms.RadioButton();
     this.rdoAllStyles               = new System.Windows.Forms.RadioButton();
     this.rdoBasicStyles             = new System.Windows.Forms.RadioButton();
     this.grpCustom                  = new System.Windows.Forms.GroupBox();
     this.cboStyleLevel              = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.chkShowUserDefined         = new System.Windows.Forms.CheckBox();
     this.tabPageInterface           = new System.Windows.Forms.TabPage();
     this.label2                     = new System.Windows.Forms.Label();
     this.m_userInterfaceChooser     = new SIL.FieldWorks.Common.Widgets.UserInterfaceChooser();
     this.m_cboMeasurement           = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.tabPageAdvanced            = new System.Windows.Forms.TabPage();
     this.m_textBoxBackupPath        = new System.Windows.Forms.TextBox();
     this.toolTip1                   = new System.Windows.Forms.ToolTip(this.components);
     groupBox1     = new System.Windows.Forms.GroupBox();
     groupBox3     = new System.Windows.Forms.GroupBox();
     lbMeasurement = new System.Windows.Forms.Label();
     lblStyleNote  = new System.Windows.Forms.Label();
     lblShowStyles = new System.Windows.Forms.Label();
     lblStyleLevel = new System.Windows.Forms.Label();
     m_btnBrowse   = new System.Windows.Forms.Button();
     btnCancel     = new System.Windows.Forms.Button();
     btnHelp       = new System.Windows.Forms.Button();
     groupBox2     = new System.Windows.Forms.GroupBox();
     label1        = new System.Windows.Forms.Label();
     groupBox1.SuspendLayout();
     groupBox3.SuspendLayout();
     groupBox2.SuspendLayout();
     this.tabOptions.SuspendLayout();
     this.tabPageView.SuspendLayout();
     this.tabPageGeneral.SuspendLayout();
     this.grpPastingWs.SuspendLayout();
     this.tabPageStyles.SuspendLayout();
     this.grpCustom.SuspendLayout();
     this.tabPageInterface.SuspendLayout();
     this.tabPageAdvanced.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.m_chkSynchFootnoteScroll);
     resources.ApplyResources(groupBox1, "groupBox1");
     groupBox1.Name    = "groupBox1";
     groupBox1.TabStop = false;
     //
     // m_chkSynchFootnoteScroll
     //
     resources.ApplyResources(this.m_chkSynchFootnoteScroll, "m_chkSynchFootnoteScroll");
     this.m_chkSynchFootnoteScroll.Name = "m_chkSynchFootnoteScroll";
     //
     // groupBox3
     //
     groupBox3.Controls.Add(this.m_chkShowFormatMarks);
     groupBox3.Controls.Add(this.m_chkMarkerlessFootnoteIcons);
     groupBox3.Controls.Add(this.m_chkPromptEmptyParas);
     resources.ApplyResources(groupBox3, "groupBox3");
     groupBox3.Name    = "groupBox3";
     groupBox3.TabStop = false;
     //
     // m_chkShowFormatMarks
     //
     resources.ApplyResources(this.m_chkShowFormatMarks, "m_chkShowFormatMarks");
     this.m_chkShowFormatMarks.Name = "m_chkShowFormatMarks";
     //
     // m_chkMarkerlessFootnoteIcons
     //
     resources.ApplyResources(this.m_chkMarkerlessFootnoteIcons, "m_chkMarkerlessFootnoteIcons");
     this.m_chkMarkerlessFootnoteIcons.Name = "m_chkMarkerlessFootnoteIcons";
     //
     // m_chkPromptEmptyParas
     //
     resources.ApplyResources(this.m_chkPromptEmptyParas, "m_chkPromptEmptyParas");
     this.m_chkPromptEmptyParas.Name = "m_chkPromptEmptyParas";
     //
     // lbMeasurement
     //
     resources.ApplyResources(lbMeasurement, "lbMeasurement");
     lbMeasurement.Name = "lbMeasurement";
     //
     // lblStyleNote
     //
     resources.ApplyResources(lblStyleNote, "lblStyleNote");
     lblStyleNote.Name = "lblStyleNote";
     //
     // lblShowStyles
     //
     resources.ApplyResources(lblShowStyles, "lblShowStyles");
     lblShowStyles.Name = "lblShowStyles";
     //
     // lblStyleLevel
     //
     resources.ApplyResources(lblStyleLevel, "lblStyleLevel");
     lblStyleLevel.Name = "lblStyleLevel";
     //
     // m_btnBrowse
     //
     resources.ApplyResources(m_btnBrowse, "m_btnBrowse");
     m_btnBrowse.Name   = "m_btnBrowse";
     m_btnBrowse.Click += new System.EventHandler(this.m_btnBrowse_Click);
     //
     // btnCancel
     //
     resources.ApplyResources(btnCancel, "btnCancel");
     btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     btnCancel.Name         = "btnCancel";
     //
     // btnHelp
     //
     resources.ApplyResources(btnHelp, "btnHelp");
     btnHelp.Name   = "btnHelp";
     btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
     //
     // groupBox2
     //
     groupBox2.Controls.Add(this.m_lblNoTestFeatures);
     groupBox2.Controls.Add(this.m_cboExperimentalFeatures);
     resources.ApplyResources(groupBox2, "groupBox2");
     groupBox2.Name    = "groupBox2";
     groupBox2.TabStop = false;
     //
     // m_lblNoTestFeatures
     //
     resources.ApplyResources(this.m_lblNoTestFeatures, "m_lblNoTestFeatures");
     this.m_lblNoTestFeatures.Name = "m_lblNoTestFeatures";
     //
     // m_cboExperimentalFeatures
     //
     this.m_cboExperimentalFeatures.BackColor         = System.Drawing.SystemColors.Window;
     this.m_cboExperimentalFeatures.FormattingEnabled = true;
     this.m_cboExperimentalFeatures.Items.AddRange(new object[] {
         resources.GetString("m_cboExperimentalFeatures.Items"),
         resources.GetString("m_cboExperimentalFeatures.Items1"),
         resources.GetString("m_cboExperimentalFeatures.Items2")
     });
     resources.ApplyResources(this.m_cboExperimentalFeatures, "m_cboExperimentalFeatures");
     this.m_cboExperimentalFeatures.Name = "m_cboExperimentalFeatures";
     //
     // label1
     //
     resources.ApplyResources(label1, "label1");
     label1.Name = "label1";
     //
     // labelBackupDir
     //
     resources.ApplyResources(this.labelBackupDir, "labelBackupDir");
     this.labelBackupDir.Name = "labelBackupDir";
     //
     // btnOK
     //
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Name         = "btnOK";
     this.btnOK.Click       += new System.EventHandler(this.btnOK_Click);
     //
     // tabOptions
     //
     this.tabOptions.Controls.Add(this.tabPageView);
     this.tabOptions.Controls.Add(this.tabPageGeneral);
     this.tabOptions.Controls.Add(this.tabPageStyles);
     this.tabOptions.Controls.Add(this.tabPageInterface);
     this.tabOptions.Controls.Add(this.tabPageAdvanced);
     this.tabOptions.HotTrack = true;
     resources.ApplyResources(this.tabOptions, "tabOptions");
     this.tabOptions.Name          = "tabOptions";
     this.tabOptions.SelectedIndex = 0;
     //
     // tabPageView
     //
     this.tabPageView.Controls.Add(groupBox1);
     this.tabPageView.Controls.Add(groupBox3);
     resources.ApplyResources(this.tabPageView, "tabPageView");
     this.tabPageView.Name = "tabPageView";
     this.tabPageView.UseVisualStyleBackColor = true;
     //
     // tabPageGeneral
     //
     this.tabPageGeneral.Controls.Add(this.grpPastingWs);
     this.tabPageGeneral.Controls.Add(this.m_chkStartLibronixWithTE);
     this.tabPageGeneral.Controls.Add(this.m_chkDisplayBackupReminder);
     resources.ApplyResources(this.tabPageGeneral, "tabPageGeneral");
     this.tabPageGeneral.Name = "tabPageGeneral";
     this.tabPageGeneral.UseVisualStyleBackColor = true;
     //
     // grpPastingWs
     //
     this.grpPastingWs.Controls.Add(this.m_rdoUseOnlyWSsInThisProj);
     this.grpPastingWs.Controls.Add(this.m_rdoPromptForNewWs);
     this.grpPastingWs.Controls.Add(this.label3);
     resources.ApplyResources(this.grpPastingWs, "grpPastingWs");
     this.grpPastingWs.Name    = "grpPastingWs";
     this.grpPastingWs.TabStop = false;
     //
     // m_rdoUseOnlyWSsInThisProj
     //
     resources.ApplyResources(this.m_rdoUseOnlyWSsInThisProj, "m_rdoUseOnlyWSsInThisProj");
     this.m_rdoUseOnlyWSsInThisProj.Name = "m_rdoUseOnlyWSsInThisProj";
     this.m_rdoUseOnlyWSsInThisProj.UseVisualStyleBackColor = true;
     //
     // m_rdoPromptForNewWs
     //
     resources.ApplyResources(this.m_rdoPromptForNewWs, "m_rdoPromptForNewWs");
     this.m_rdoPromptForNewWs.Checked = true;
     this.m_rdoPromptForNewWs.Name    = "m_rdoPromptForNewWs";
     this.m_rdoPromptForNewWs.TabStop = true;
     this.m_rdoPromptForNewWs.UseVisualStyleBackColor = true;
     //
     // label3
     //
     this.label3.AllowDrop = true;
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // m_chkStartLibronixWithTE
     //
     resources.ApplyResources(this.m_chkStartLibronixWithTE, "m_chkStartLibronixWithTE");
     this.m_chkStartLibronixWithTE.Name = "m_chkStartLibronixWithTE";
     //
     // m_chkDisplayBackupReminder
     //
     resources.ApplyResources(this.m_chkDisplayBackupReminder, "m_chkDisplayBackupReminder");
     this.m_chkDisplayBackupReminder.Name = "m_chkDisplayBackupReminder";
     //
     // tabPageStyles
     //
     this.tabPageStyles.Controls.Add(lblStyleNote);
     this.tabPageStyles.Controls.Add(this.rdoCustomList);
     this.tabPageStyles.Controls.Add(this.rdoAllStyles);
     this.tabPageStyles.Controls.Add(this.rdoBasicStyles);
     this.tabPageStyles.Controls.Add(lblShowStyles);
     this.tabPageStyles.Controls.Add(this.grpCustom);
     resources.ApplyResources(this.tabPageStyles, "tabPageStyles");
     this.tabPageStyles.Name = "tabPageStyles";
     this.tabPageStyles.UseVisualStyleBackColor = true;
     //
     // rdoCustomList
     //
     resources.ApplyResources(this.rdoCustomList, "rdoCustomList");
     this.rdoCustomList.Name            = "rdoCustomList";
     this.rdoCustomList.CheckedChanged += new System.EventHandler(this.rdoCustomList_CheckedChanged);
     //
     // rdoAllStyles
     //
     resources.ApplyResources(this.rdoAllStyles, "rdoAllStyles");
     this.rdoAllStyles.Name = "rdoAllStyles";
     //
     // rdoBasicStyles
     //
     resources.ApplyResources(this.rdoBasicStyles, "rdoBasicStyles");
     this.rdoBasicStyles.Name = "rdoBasicStyles";
     //
     // grpCustom
     //
     this.grpCustom.Controls.Add(lblStyleLevel);
     this.grpCustom.Controls.Add(this.cboStyleLevel);
     this.grpCustom.Controls.Add(this.chkShowUserDefined);
     resources.ApplyResources(this.grpCustom, "grpCustom");
     this.grpCustom.Name    = "grpCustom";
     this.grpCustom.TabStop = false;
     //
     // cboStyleLevel
     //
     this.cboStyleLevel.AllowSpaceInEditBox = false;
     this.cboStyleLevel.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.cboStyleLevel, "cboStyleLevel");
     this.cboStyleLevel.Name = "cboStyleLevel";
     //
     // chkShowUserDefined
     //
     resources.ApplyResources(this.chkShowUserDefined, "chkShowUserDefined");
     this.chkShowUserDefined.Name = "chkShowUserDefined";
     //
     // tabPageInterface
     //
     this.tabPageInterface.Controls.Add(this.label2);
     this.tabPageInterface.Controls.Add(label1);
     this.tabPageInterface.Controls.Add(this.m_userInterfaceChooser);
     this.tabPageInterface.Controls.Add(lbMeasurement);
     this.tabPageInterface.Controls.Add(this.m_cboMeasurement);
     resources.ApplyResources(this.tabPageInterface, "tabPageInterface");
     this.tabPageInterface.Name = "tabPageInterface";
     this.tabPageInterface.UseVisualStyleBackColor = true;
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // m_userInterfaceChooser
     //
     resources.ApplyResources(this.m_userInterfaceChooser, "m_userInterfaceChooser");
     this.m_userInterfaceChooser.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_userInterfaceChooser.FormattingEnabled = true;
     this.m_userInterfaceChooser.Name   = "m_userInterfaceChooser";
     this.m_userInterfaceChooser.Sorted = true;
     //
     // m_cboMeasurement
     //
     this.m_cboMeasurement.AllowSpaceInEditBox = false;
     this.m_cboMeasurement.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.m_cboMeasurement, "m_cboMeasurement");
     this.m_cboMeasurement.Items.AddRange(new object[] {
         resources.GetString("m_cboMeasurement.Items"),
         resources.GetString("m_cboMeasurement.Items1"),
         resources.GetString("m_cboMeasurement.Items2")
     });
     this.m_cboMeasurement.Name = "m_cboMeasurement";
     //
     // tabPageAdvanced
     //
     this.tabPageAdvanced.Controls.Add(groupBox2);
     this.tabPageAdvanced.Controls.Add(m_btnBrowse);
     this.tabPageAdvanced.Controls.Add(this.m_textBoxBackupPath);
     this.tabPageAdvanced.Controls.Add(this.labelBackupDir);
     resources.ApplyResources(this.tabPageAdvanced, "tabPageAdvanced");
     this.tabPageAdvanced.Name = "tabPageAdvanced";
     this.tabPageAdvanced.UseVisualStyleBackColor = true;
     //
     // m_textBoxBackupPath
     //
     resources.ApplyResources(this.m_textBoxBackupPath, "m_textBoxBackupPath");
     this.m_textBoxBackupPath.Name = "m_textBoxBackupPath";
     //
     // ToolsOptionsDialog
     //
     this.AcceptButton = this.btnOK;
     resources.ApplyResources(this, "$this");
     this.CancelButton = btnCancel;
     this.Controls.Add(btnHelp);
     this.Controls.Add(btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.tabOptions);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ToolsOptionsDialog";
     this.ShowInTaskbar   = false;
     groupBox1.ResumeLayout(false);
     groupBox3.ResumeLayout(false);
     groupBox2.ResumeLayout(false);
     groupBox2.PerformLayout();
     this.tabOptions.ResumeLayout(false);
     this.tabPageView.ResumeLayout(false);
     this.tabPageGeneral.ResumeLayout(false);
     this.grpPastingWs.ResumeLayout(false);
     this.grpPastingWs.PerformLayout();
     this.tabPageStyles.ResumeLayout(false);
     this.tabPageStyles.PerformLayout();
     this.grpCustom.ResumeLayout(false);
     this.grpCustom.PerformLayout();
     this.tabPageInterface.ResumeLayout(false);
     this.tabPageInterface.PerformLayout();
     this.tabPageAdvanced.ResumeLayout(false);
     this.tabPageAdvanced.PerformLayout();
     this.ResumeLayout(false);
 }