/// -----------------------------------------------------------------------------------
 /// <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(KeyboardControl));
     System.Windows.Forms.Label m_langIdLabel;
     System.Windows.Forms.Label m_keyboardLabel;
     this.m_keyboardComboBox = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.m_langIdComboBox   = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.m_helpProvider     = new System.Windows.Forms.HelpProvider();
     m_langIdLabel           = new System.Windows.Forms.Label();
     m_keyboardLabel         = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // m_keyboardComboBox
     //
     this.m_keyboardComboBox.AllowSpaceInEditBox = false;
     this.m_keyboardComboBox.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_helpProvider.SetHelpString(this.m_keyboardComboBox, resources.GetString("m_keyboardComboBox.HelpString"));
     resources.ApplyResources(this.m_keyboardComboBox, "m_keyboardComboBox");
     this.m_keyboardComboBox.Name = "m_keyboardComboBox";
     this.m_helpProvider.SetShowHelp(this.m_keyboardComboBox, ((bool)(resources.GetObject("m_keyboardComboBox.ShowHelp"))));
     this.m_keyboardComboBox.Sorted = true;
     this.m_keyboardComboBox.SelectedIndexChanged += new System.EventHandler(this.m_cboKeyboard_SelectedIndexChanged);
     //
     // m_langIdComboBox
     //
     this.m_langIdComboBox.AllowSpaceInEditBox = false;
     this.m_langIdComboBox.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_helpProvider.SetHelpString(this.m_langIdComboBox, resources.GetString("m_langIdComboBox.HelpString"));
     resources.ApplyResources(this.m_langIdComboBox, "m_langIdComboBox");
     this.m_langIdComboBox.Name = "m_langIdComboBox";
     this.m_helpProvider.SetShowHelp(this.m_langIdComboBox, ((bool)(resources.GetObject("m_langIdComboBox.ShowHelp"))));
     this.m_langIdComboBox.Sorted = true;
     this.m_langIdComboBox.SelectedIndexChanged += new System.EventHandler(this.m_cbLangId_SelectedIndexChanged);
     //
     // m_langIdLabel
     //
     resources.ApplyResources(m_langIdLabel, "m_langIdLabel");
     m_langIdLabel.BackColor = System.Drawing.Color.Transparent;
     m_langIdLabel.Name      = "m_langIdLabel";
     //
     // m_keyboardLabel
     //
     resources.ApplyResources(m_keyboardLabel, "m_keyboardLabel");
     m_keyboardLabel.BackColor = System.Drawing.Color.Transparent;
     m_keyboardLabel.Name      = "m_keyboardLabel";
     //
     // KeyboardControl
     //
     this.Controls.Add(this.m_keyboardComboBox);
     this.Controls.Add(this.m_langIdComboBox);
     this.Controls.Add(m_keyboardLabel);
     this.Controls.Add(m_langIdLabel);
     this.Name = "KeyboardControl";
     resources.ApplyResources(this, "$this");
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio 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.Label label1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KeyboardControl));
     System.Windows.Forms.Label label2;
     this.m_cboKeyboard = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.m_cbLangId    = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.helpProvider1 = new System.Windows.Forms.HelpProvider();
     label1             = new System.Windows.Forms.Label();
     label2             = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     resources.ApplyResources(label1, "label1");
     label1.BackColor = System.Drawing.Color.Transparent;
     label1.Name      = "label1";
     //
     // label2
     //
     resources.ApplyResources(label2, "label2");
     label2.BackColor = System.Drawing.Color.Transparent;
     label2.Name      = "label2";
     //
     // m_cboKeyboard
     //
     this.m_cboKeyboard.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.helpProvider1.SetHelpString(this.m_cboKeyboard, resources.GetString("m_cboKeyboard.HelpString"));
     resources.ApplyResources(this.m_cboKeyboard, "m_cboKeyboard");
     this.m_cboKeyboard.Name = "m_cboKeyboard";
     this.helpProvider1.SetShowHelp(this.m_cboKeyboard, ((bool)(resources.GetObject("m_cboKeyboard.ShowHelp"))));
     this.m_cboKeyboard.Sorted = true;
     this.m_cboKeyboard.SelectedIndexChanged += new System.EventHandler(this.m_cboKeyboard_SelectedIndexChanged);
     //
     // m_cbLangId
     //
     this.m_cbLangId.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.helpProvider1.SetHelpString(this.m_cbLangId, resources.GetString("m_cbLangId.HelpString"));
     resources.ApplyResources(this.m_cbLangId, "m_cbLangId");
     this.m_cbLangId.Name = "m_cbLangId";
     this.helpProvider1.SetShowHelp(this.m_cbLangId, ((bool)(resources.GetObject("m_cbLangId.ShowHelp"))));
     this.m_cbLangId.Sorted = true;
     this.m_cbLangId.SelectedIndexChanged += new System.EventHandler(this.m_cbLangId_SelectedIndexChanged);
     //
     // KeyboardControl
     //
     this.Controls.Add(this.m_cboKeyboard);
     this.Controls.Add(this.m_cbLangId);
     this.Controls.Add(label2);
     this.Controls.Add(label1);
     this.Name = "KeyboardControl";
     resources.ApplyResources(this, "$this");
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Set the font in the ComboBox.  If the selection ends up null, mark the font as
 /// missing and display it as such.  See LT-8750.
 /// </summary>
 /// <param name="fwcb"></param>
 /// <param name="sFont"></param>
 private static void SetFontInCombo(FwOverrideComboBox fwcb, string sFont)
 {
     fwcb.SelectedItem = sFont;
     if (fwcb.SelectedItem == null)
     {
         string sMissingFmt = FwCoreDlgControls.kstidMissingFontFmt;
         string sMissing    = String.Format(sMissingFmt, sFont);
         fwcb.SelectedItem = sMissing;
         if (fwcb.SelectedItem == null)
         {
             fwcb.Items.Add(sMissing);
             fwcb.SelectedItem = sMissing;
         }
     }
 }
Esempio 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.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   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.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.m_chkStartLibronixWithTE = 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();
     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();
     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.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";
     //
     // 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.GetString("m_cboExperimentalFeatures.Items3")
     });
     resources.ApplyResources(this.m_cboExperimentalFeatures, "m_cboExperimentalFeatures");
     this.m_cboExperimentalFeatures.Name = "m_cboExperimentalFeatures";
     //
     // label1
     //
     resources.ApplyResources(label1, "label1");
     label1.Name = "label1";
     //
     // 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.m_chkStartLibronixWithTE);
     resources.ApplyResources(this.tabPageGeneral, "tabPageGeneral");
     this.tabPageGeneral.Name = "tabPageGeneral";
     this.tabPageGeneral.UseVisualStyleBackColor = true;
     //
     // m_chkStartLibronixWithTE
     //
     resources.ApplyResources(this.m_chkStartLibronixWithTE, "m_chkStartLibronixWithTE");
     this.m_chkStartLibronixWithTE.Name = "m_chkStartLibronixWithTE";
     //
     // 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);
     resources.ApplyResources(this.tabPageAdvanced, "tabPageAdvanced");
     this.tabPageAdvanced.Name = "tabPageAdvanced";
     this.tabPageAdvanced.UseVisualStyleBackColor = true;
     //
     // ToolsOptionsDialog
     //
     this.AcceptButton = this.btnOK;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     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.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.ResumeLayout(false);
 }
 /// <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(DefaultFontsControl));
     this.m_defaultFontLabel          = new System.Windows.Forms.Label();
     this.m_helpProvider              = new System.Windows.Forms.HelpProvider();
     this.m_defaultFontComboBox       = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.m_defaultFontFeaturesButton = new SIL.FieldWorks.FwCoreDlgControls.FontFeaturesButton();
     this.m_enableGraphiteCheckBox    = new System.Windows.Forms.CheckBox();
     this.m_graphiteGroupBox          = new System.Windows.Forms.GroupBox();
     this.m_graphiteGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // m_defaultFontLabel
     //
     resources.ApplyResources(this.m_defaultFontLabel, "m_defaultFontLabel");
     this.m_defaultFontLabel.BackColor = System.Drawing.Color.Transparent;
     this.m_defaultFontLabel.Name      = "m_defaultFontLabel";
     this.m_helpProvider.SetShowHelp(this.m_defaultFontLabel, ((bool)(resources.GetObject("m_defaultFontLabel.ShowHelp"))));
     //
     // m_defaultFontComboBox
     //
     this.m_defaultFontComboBox.AllowSpaceInEditBox = false;
     this.m_defaultFontComboBox.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_helpProvider.SetHelpString(this.m_defaultFontComboBox, resources.GetString("m_defaultFontComboBox.HelpString"));
     resources.ApplyResources(this.m_defaultFontComboBox, "m_defaultFontComboBox");
     this.m_defaultFontComboBox.Name = "m_defaultFontComboBox";
     this.m_helpProvider.SetShowHelp(this.m_defaultFontComboBox, ((bool)(resources.GetObject("m_defaultFontComboBox.ShowHelp"))));
     this.m_defaultFontComboBox.SelectedIndexChanged += new System.EventHandler(this.m_defaultFontComboBox_SelectedIndexChanged);
     //
     // m_defaultFontFeaturesButton
     //
     resources.ApplyResources(this.m_defaultFontFeaturesButton, "m_defaultFontFeaturesButton");
     this.m_defaultFontFeaturesButton.FontFeatures = null;
     this.m_defaultFontFeaturesButton.FontName     = null;
     this.m_helpProvider.SetHelpString(this.m_defaultFontFeaturesButton, resources.GetString("m_defaultFontFeaturesButton.HelpString"));
     this.m_defaultFontFeaturesButton.Name = "m_defaultFontFeaturesButton";
     this.m_helpProvider.SetShowHelp(this.m_defaultFontFeaturesButton, ((bool)(resources.GetObject("m_defaultFontFeaturesButton.ShowHelp"))));
     this.m_defaultFontFeaturesButton.WritingSystemFactory = null;
     this.m_defaultFontFeaturesButton.FontFeatureSelected += new System.EventHandler(this.m_defaultFontFeaturesButton_FontFeatureSelected);
     //
     // m_enableGraphiteCheckBox
     //
     resources.ApplyResources(this.m_enableGraphiteCheckBox, "m_enableGraphiteCheckBox");
     this.m_enableGraphiteCheckBox.Name = "m_enableGraphiteCheckBox";
     this.m_enableGraphiteCheckBox.UseVisualStyleBackColor = true;
     this.m_enableGraphiteCheckBox.Click += new System.EventHandler(this.m_enableGraphiteCheckBox_Click);
     //
     // m_graphiteGroupBox
     //
     this.m_graphiteGroupBox.Controls.Add(this.m_enableGraphiteCheckBox);
     this.m_graphiteGroupBox.Controls.Add(this.m_defaultFontFeaturesButton);
     resources.ApplyResources(this.m_graphiteGroupBox, "m_graphiteGroupBox");
     this.m_graphiteGroupBox.Name    = "m_graphiteGroupBox";
     this.m_graphiteGroupBox.TabStop = false;
     //
     // DefaultFontsControl
     //
     this.Controls.Add(this.m_graphiteGroupBox);
     this.Controls.Add(this.m_defaultFontComboBox);
     this.Controls.Add(this.m_defaultFontLabel);
     this.Name = "DefaultFontsControl";
     this.m_helpProvider.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
     resources.ApplyResources(this, "$this");
     this.m_graphiteGroupBox.ResumeLayout(false);
     this.m_graphiteGroupBox.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigureInterlinDialog));
     this.label1         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.optionsList    = new System.Windows.Forms.ListBox();
     this.label3         = new System.Windows.Forms.Label();
     this.wsCombo        = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.moveDownButton = new System.Windows.Forms.Button();
     this.imageList1     = new System.Windows.Forms.ImageList(this.components);
     this.moveUpButton   = new System.Windows.Forms.Button();
     this.removeButton   = new System.Windows.Forms.Button();
     this.addButton      = new System.Windows.Forms.Button();
     this.helpButton     = new System.Windows.Forms.Button();
     this.cancelButton   = new System.Windows.Forms.Button();
     this.currentList    = new System.Windows.Forms.ListView();
     this.LineColumn     = new System.Windows.Forms.ColumnHeader();
     this.InfoColumn     = new System.Windows.Forms.ColumnHeader();
     this.label4         = new System.Windows.Forms.Label();
     this.okButton       = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // optionsList
     //
     resources.ApplyResources(this.optionsList, "optionsList");
     this.optionsList.DrawMode     = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.optionsList.Name         = "optionsList";
     this.optionsList.DrawItem    += new System.Windows.Forms.DrawItemEventHandler(this.optionsList_DrawItem);
     this.optionsList.DoubleClick += new System.EventHandler(this.addButton_Click);
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // wsCombo
     //
     this.wsCombo.AllowSpaceInEditBox = false;
     resources.ApplyResources(this.wsCombo, "wsCombo");
     this.wsCombo.Name = "wsCombo";
     this.wsCombo.SelectedIndexChanged += new System.EventHandler(this.wsCombo_SelectedIndexChanged);
     //
     // moveDownButton
     //
     resources.ApplyResources(this.moveDownButton, "moveDownButton");
     this.moveDownButton.ImageList = this.imageList1;
     this.moveDownButton.Name      = "moveDownButton";
     this.moveDownButton.Click    += new System.EventHandler(this.moveDownButton_Click);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Fuchsia;
     this.imageList1.Images.SetKeyName(0, "LargeUpArrow.bmp");
     this.imageList1.Images.SetKeyName(1, "LargeDownArrow.bmp");
     //
     // moveUpButton
     //
     resources.ApplyResources(this.moveUpButton, "moveUpButton");
     this.moveUpButton.ImageList = this.imageList1;
     this.moveUpButton.Name      = "moveUpButton";
     this.moveUpButton.Click    += new System.EventHandler(this.moveUpButton_Click);
     //
     // removeButton
     //
     resources.ApplyResources(this.removeButton, "removeButton");
     this.removeButton.Name   = "removeButton";
     this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
     //
     // addButton
     //
     resources.ApplyResources(this.addButton, "addButton");
     this.addButton.Name   = "addButton";
     this.addButton.Click += new System.EventHandler(this.addButton_Click);
     //
     // helpButton
     //
     resources.ApplyResources(this.helpButton, "helpButton");
     this.helpButton.Name   = "helpButton";
     this.helpButton.Click += new System.EventHandler(this.helpButton_Click);
     //
     // cancelButton
     //
     resources.ApplyResources(this.cancelButton, "cancelButton");
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Name         = "cancelButton";
     //
     // currentList
     //
     resources.ApplyResources(this.currentList, "currentList");
     this.currentList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.LineColumn,
         this.InfoColumn
     });
     this.currentList.FullRowSelect    = true;
     this.currentList.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.currentList.HideSelection    = false;
     this.currentList.MultiSelect      = false;
     this.currentList.Name             = "currentList";
     this.currentList.OwnerDraw        = true;
     this.currentList.ShowItemToolTips = true;
     this.currentList.UseCompatibleStateImageBehavior = false;
     this.currentList.View         = System.Windows.Forms.View.Details;
     this.currentList.DrawItem    += new System.Windows.Forms.DrawListViewItemEventHandler(this.currentList_DrawItem);
     this.currentList.DoubleClick += new System.EventHandler(this.removeButton_Click);
     //
     // LineColumn
     //
     resources.ApplyResources(this.LineColumn, "LineColumn");
     //
     // InfoColumn
     //
     resources.ApplyResources(this.InfoColumn, "InfoColumn");
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // okButton
     //
     resources.ApplyResources(this.okButton, "okButton");
     this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.okButton.Name         = "okButton";
     //
     // ConfigureInterlinDialog
     //
     this.AcceptButton = this.okButton;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.cancelButton;
     this.Controls.Add(this.label3);
     this.Controls.Add(this.wsCombo);
     this.Controls.Add(this.moveDownButton);
     this.Controls.Add(this.moveUpButton);
     this.Controls.Add(this.removeButton);
     this.Controls.Add(this.addButton);
     this.Controls.Add(this.helpButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.currentList);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.optionsList);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "ConfigureInterlinDialog";
     this.ResumeLayout(false);
 }
Esempio n. 7
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.Label lblScheme;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileNameSchemeCtrl));
     System.Windows.Forms.Label lblPrefix;
     System.Windows.Forms.Label lblSuffix;
     System.Windows.Forms.Label lblExtension;
     this.grpOptions   = new System.Windows.Forms.GroupBox();
     this.grpTemplate  = new System.Windows.Forms.GroupBox();
     this.txtSuffix    = new System.Windows.Forms.TextBox();
     this.txtExtension = new System.Windows.Forms.TextBox();
     this.txtPrefix    = new System.Windows.Forms.TextBox();
     this.cboScheme    = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.lblExample   = new System.Windows.Forms.Label();
     lblScheme         = new System.Windows.Forms.Label();
     lblPrefix         = new System.Windows.Forms.Label();
     lblSuffix         = new System.Windows.Forms.Label();
     lblExtension      = new System.Windows.Forms.Label();
     this.grpTemplate.SuspendLayout();
     this.SuspendLayout();
     //
     // lblScheme
     //
     resources.ApplyResources(lblScheme, "lblScheme");
     lblScheme.Name = "lblScheme";
     //
     // lblPrefix
     //
     resources.ApplyResources(lblPrefix, "lblPrefix");
     lblPrefix.Name = "lblPrefix";
     //
     // lblSuffix
     //
     resources.ApplyResources(lblSuffix, "lblSuffix");
     lblSuffix.Name = "lblSuffix";
     //
     // lblExtension
     //
     resources.ApplyResources(lblExtension, "lblExtension");
     lblExtension.Name = "lblExtension";
     //
     // grpOptions
     //
     resources.ApplyResources(this.grpOptions, "grpOptions");
     this.grpOptions.Name    = "grpOptions";
     this.grpOptions.TabStop = false;
     //
     // grpTemplate
     //
     this.grpTemplate.Controls.Add(lblExtension);
     this.grpTemplate.Controls.Add(lblSuffix);
     this.grpTemplate.Controls.Add(this.txtSuffix);
     this.grpTemplate.Controls.Add(this.txtExtension);
     this.grpTemplate.Controls.Add(lblPrefix);
     this.grpTemplate.Controls.Add(lblScheme);
     this.grpTemplate.Controls.Add(this.txtPrefix);
     this.grpTemplate.Controls.Add(this.cboScheme);
     this.grpTemplate.Controls.Add(this.lblExample);
     resources.ApplyResources(this.grpTemplate, "grpTemplate");
     this.grpTemplate.Name    = "grpTemplate";
     this.grpTemplate.TabStop = false;
     //
     // txtSuffix
     //
     resources.ApplyResources(this.txtSuffix, "txtSuffix");
     this.txtSuffix.Name         = "txtSuffix";
     this.txtSuffix.TextChanged += new System.EventHandler(this.txtSuffix_TextChanged);
     this.txtSuffix.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtSuffix_KeyPress);
     //
     // txtExtension
     //
     resources.ApplyResources(this.txtExtension, "txtExtension");
     this.txtExtension.Name         = "txtExtension";
     this.txtExtension.TextChanged += new System.EventHandler(this.txtExtension_TextChanged);
     this.txtExtension.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtExtension_KeyPress);
     //
     // txtPrefix
     //
     resources.ApplyResources(this.txtPrefix, "txtPrefix");
     this.txtPrefix.Name         = "txtPrefix";
     this.txtPrefix.TextChanged += new System.EventHandler(this.txtPrefix_TextChanged);
     this.txtPrefix.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtPrefix_KeyPress);
     //
     // cboScheme
     //
     this.cboScheme.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.cboScheme, "cboScheme");
     this.cboScheme.Name = "cboScheme";
     this.cboScheme.SelectedIndexChanged += new System.EventHandler(this.cboScheme_SelectedIndexChanged);
     //
     // lblExample
     //
     resources.ApplyResources(this.lblExample, "lblExample");
     this.lblExample.Name = "lblExample";
     //
     // FileNameSchemeCtrl
     //
     this.Controls.Add(this.grpTemplate);
     this.Name = "FileNameSchemeCtrl";
     resources.ApplyResources(this, "$this");
     this.grpTemplate.ResumeLayout(false);
     this.grpTemplate.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LexImportWizardLanguage));
     this.lblComment  = new System.Windows.Forms.Label();
     this.lblLangDesc = new System.Windows.Forms.Label();
     this.tbLangDesc  = new System.Windows.Forms.TextBox();
     this.cbEC        = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.lblEC       = new System.Windows.Forms.Label();
     this.cbWS        = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.lblWS       = new System.Windows.Forms.Label();
     this.btnAddEC    = new System.Windows.Forms.Button();
     this.btnOK       = new System.Windows.Forms.Button();
     this.btnCancel   = new System.Windows.Forms.Button();
     this.groupBox1   = new System.Windows.Forms.GroupBox();
     this.buttonHelp  = new System.Windows.Forms.Button();
     this.btnAddWS    = new SIL.FieldWorks.LexText.Controls.AddWritingSystemButton(this.components);
     this.SuspendLayout();
     //
     // lblComment
     //
     resources.ApplyResources(this.lblComment, "lblComment");
     this.lblComment.Name = "lblComment";
     //
     // lblLangDesc
     //
     resources.ApplyResources(this.lblLangDesc, "lblLangDesc");
     this.lblLangDesc.Name = "lblLangDesc";
     //
     // tbLangDesc
     //
     resources.ApplyResources(this.tbLangDesc, "tbLangDesc");
     this.tbLangDesc.Name         = "tbLangDesc";
     this.tbLangDesc.TextChanged += new System.EventHandler(this.tbLangDesc_TextChanged);
     //
     // cbEC
     //
     this.cbEC.AllowSpaceInEditBox = false;
     this.cbEC.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.cbEC, "cbEC");
     this.cbEC.Name   = "cbEC";
     this.cbEC.Sorted = true;
     //
     // lblEC
     //
     resources.ApplyResources(this.lblEC, "lblEC");
     this.lblEC.Name = "lblEC";
     //
     // cbWS
     //
     this.cbWS.AllowSpaceInEditBox = false;
     this.cbWS.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.cbWS, "cbWS");
     this.cbWS.Name   = "cbWS";
     this.cbWS.Sorted = true;
     this.cbWS.SelectedValueChanged += new System.EventHandler(this.cbWS_SelectedValueChanged);
     //
     // lblWS
     //
     resources.ApplyResources(this.lblWS, "lblWS");
     this.lblWS.Name = "lblWS";
     //
     // btnAddEC
     //
     resources.ApplyResources(this.btnAddEC, "btnAddEC");
     this.btnAddEC.Name   = "btnAddEC";
     this.btnAddEC.Click += new System.EventHandler(this.btnAddEC_Click);
     //
     // btnOK
     //
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.Name = "btnOK";
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.Name = "btnCancel";
     //
     // groupBox1
     //
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Name    = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // buttonHelp
     //
     resources.ApplyResources(this.buttonHelp, "buttonHelp");
     this.buttonHelp.Name   = "buttonHelp";
     this.buttonHelp.Click += new System.EventHandler(this.buttonHelp_Click);
     //
     // btnAddWS
     //
     resources.ApplyResources(this.btnAddWS, "btnAddWS");
     this.btnAddWS.Name = "btnAddWS";
     this.btnAddWS.UseVisualStyleBackColor = true;
     this.btnAddWS.WritingSystemAdded     += new System.EventHandler(this.btnAddWS_WritingSystemAdded);
     //
     // LexImportWizardLanguage
     //
     this.AcceptButton = this.btnOK;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.btnCancel;
     this.Controls.Add(this.btnAddWS);
     this.Controls.Add(this.buttonHelp);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnAddEC);
     this.Controls.Add(this.cbEC);
     this.Controls.Add(this.lblEC);
     this.Controls.Add(this.cbWS);
     this.Controls.Add(this.lblWS);
     this.Controls.Add(this.tbLangDesc);
     this.Controls.Add(this.lblLangDesc);
     this.Controls.Add(this.lblComment);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "LexImportWizardLanguage";
     this.Load           += new System.EventHandler(this.LexImportWizardLanguage_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 9
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MGADialog));
     System.Windows.Forms.TableLayoutPanel          panelGlossComponents;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     System.Windows.Forms.Panel            panel1;
     System.Windows.Forms.Panel            panelInsertRemove;
     System.Windows.Forms.TableLayoutPanel panelSelectedGloss;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanelSelectedGloss;
     System.Windows.Forms.Panel            panel;
     System.Windows.Forms.Panel            panel2;
     System.Windows.Forms.Panel            panelTop;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
     this.splitContainerVertical  = new System.Windows.Forms.SplitContainer();
     this.groupBoxGlossComponents = new System.Windows.Forms.GroupBox();
     this.comboGlossListItem      = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.labelGlossListItem      = new System.Windows.Forms.Label();
     this.checkBoxShowUsed        = new System.Windows.Forms.CheckBox();
     this.buttonInfo                     = new System.Windows.Forms.Button();
     this.buttonInsert                   = new System.Windows.Forms.Button();
     this.buttonRemove                   = new System.Windows.Forms.Button();
     this.groupBoxSelectedGloss          = new System.Windows.Forms.GroupBox();
     this.buttonMoveUp                   = new System.Windows.Forms.Button();
     this.buttonMoveDown                 = new System.Windows.Forms.Button();
     this.buttonModify                   = new System.Windows.Forms.Button();
     this.buttonHelp                     = new System.Windows.Forms.Button();
     this.buttonAcceptGloss              = new System.Windows.Forms.Button();
     this.buttonCancel                   = new System.Windows.Forms.Button();
     this.labelConstructedGlossForPrompt = new System.Windows.Forms.Label();
     this.labelAllomorph                 = new System.Windows.Forms.Label();
     this.textBoxResult                  = new System.Windows.Forms.TextBox();
     this.webBrowserInfo                 = new System.Windows.Forms.WebBrowser();
     this.splitContainerHorizontal       = new System.Windows.Forms.SplitContainer();
     this.treeViewGlossListItem          = new SIL.FieldWorks.LexText.Controls.MGA.GlossListTreeView();
     this.glossListBoxGloss              = new SIL.FieldWorks.LexText.Controls.MGA.GlossListBox();
     panelGlossComponents                = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1                   = new System.Windows.Forms.TableLayoutPanel();
     panel1                        = new System.Windows.Forms.Panel();
     panelInsertRemove             = new System.Windows.Forms.Panel();
     panelSelectedGloss            = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanelSelectedGloss = new System.Windows.Forms.TableLayoutPanel();
     panel             = new System.Windows.Forms.Panel();
     panel2            = new System.Windows.Forms.Panel();
     panelTop          = new System.Windows.Forms.Panel();
     tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.splitContainerVertical.Panel1.SuspendLayout();
     this.splitContainerVertical.Panel2.SuspendLayout();
     this.splitContainerVertical.SuspendLayout();
     panelGlossComponents.SuspendLayout();
     this.groupBoxGlossComponents.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     panel1.SuspendLayout();
     panelInsertRemove.SuspendLayout();
     panelSelectedGloss.SuspendLayout();
     this.groupBoxSelectedGloss.SuspendLayout();
     tableLayoutPanelSelectedGloss.SuspendLayout();
     panel.SuspendLayout();
     panel2.SuspendLayout();
     panelTop.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     this.splitContainerHorizontal.Panel1.SuspendLayout();
     this.splitContainerHorizontal.Panel2.SuspendLayout();
     this.splitContainerHorizontal.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainerVertical
     //
     resources.ApplyResources(this.splitContainerVertical, "splitContainerVertical");
     this.splitContainerVertical.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainerVertical.Name       = "splitContainerVertical";
     //
     // splitContainerVertical.Panel1
     //
     this.splitContainerVertical.Panel1.Controls.Add(panelGlossComponents);
     this.splitContainerVertical.Panel1.Controls.Add(panelInsertRemove);
     //
     // splitContainerVertical.Panel2
     //
     this.splitContainerVertical.Panel2.Controls.Add(panelSelectedGloss);
     resources.ApplyResources(this.splitContainerVertical.Panel2, "splitContainerVertical.Panel2");
     //
     // panelGlossComponents
     //
     resources.ApplyResources(panelGlossComponents, "panelGlossComponents");
     panelGlossComponents.Controls.Add(this.groupBoxGlossComponents, 0, 0);
     panelGlossComponents.Controls.Add(this.buttonInfo, 0, 1);
     panelGlossComponents.Name = "panelGlossComponents";
     //
     // groupBoxGlossComponents
     //
     this.groupBoxGlossComponents.Controls.Add(tableLayoutPanel1);
     resources.ApplyResources(this.groupBoxGlossComponents, "groupBoxGlossComponents");
     this.groupBoxGlossComponents.Name    = "groupBoxGlossComponents";
     this.groupBoxGlossComponents.TabStop = false;
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
     tableLayoutPanel1.Controls.Add(panel1, 0, 0);
     tableLayoutPanel1.Controls.Add(this.checkBoxShowUsed, 0, 2);
     tableLayoutPanel1.Controls.Add(this.treeViewGlossListItem, 0, 1);
     tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // panel1
     //
     panel1.Controls.Add(this.comboGlossListItem);
     panel1.Controls.Add(this.labelGlossListItem);
     resources.ApplyResources(panel1, "panel1");
     panel1.Name = "panel1";
     //
     // comboGlossListItem
     //
     resources.ApplyResources(this.comboGlossListItem, "comboGlossListItem");
     this.comboGlossListItem.Name = "comboGlossListItem";
     //
     // labelGlossListItem
     //
     resources.ApplyResources(this.labelGlossListItem, "labelGlossListItem");
     this.labelGlossListItem.Name = "labelGlossListItem";
     //
     // checkBoxShowUsed
     //
     resources.ApplyResources(this.checkBoxShowUsed, "checkBoxShowUsed");
     this.checkBoxShowUsed.Name = "checkBoxShowUsed";
     //
     // buttonInfo
     //
     resources.ApplyResources(this.buttonInfo, "buttonInfo");
     this.buttonInfo.Name   = "buttonInfo";
     this.buttonInfo.Click += new System.EventHandler(this.OnInfoButtonClick);
     //
     // panelInsertRemove
     //
     panelInsertRemove.Controls.Add(this.buttonInsert);
     panelInsertRemove.Controls.Add(this.buttonRemove);
     resources.ApplyResources(panelInsertRemove, "panelInsertRemove");
     panelInsertRemove.Name    = "panelInsertRemove";
     panelInsertRemove.TabStop = true;
     //
     // buttonInsert
     //
     resources.ApplyResources(this.buttonInsert, "buttonInsert");
     this.buttonInsert.Name   = "buttonInsert";
     this.buttonInsert.Click += new System.EventHandler(this.OnInsertButtonClick);
     //
     // buttonRemove
     //
     resources.ApplyResources(this.buttonRemove, "buttonRemove");
     this.buttonRemove.Name   = "buttonRemove";
     this.buttonRemove.Click += new System.EventHandler(this.OnRemoveButtonClick);
     //
     // panelSelectedGloss
     //
     resources.ApplyResources(panelSelectedGloss, "panelSelectedGloss");
     panelSelectedGloss.Controls.Add(this.groupBoxSelectedGloss, 0, 0);
     panelSelectedGloss.Controls.Add(panel2, 0, 1);
     panelSelectedGloss.Name = "panelSelectedGloss";
     //
     // groupBoxSelectedGloss
     //
     this.groupBoxSelectedGloss.Controls.Add(tableLayoutPanelSelectedGloss);
     resources.ApplyResources(this.groupBoxSelectedGloss, "groupBoxSelectedGloss");
     this.groupBoxSelectedGloss.Name    = "groupBoxSelectedGloss";
     this.groupBoxSelectedGloss.TabStop = false;
     //
     // tableLayoutPanelSelectedGloss
     //
     resources.ApplyResources(tableLayoutPanelSelectedGloss, "tableLayoutPanelSelectedGloss");
     tableLayoutPanelSelectedGloss.Controls.Add(this.glossListBoxGloss, 0, 0);
     tableLayoutPanelSelectedGloss.Controls.Add(panel, 1, 0);
     tableLayoutPanelSelectedGloss.Name = "tableLayoutPanelSelectedGloss";
     //
     // panel
     //
     panel.Controls.Add(this.buttonMoveUp);
     panel.Controls.Add(this.buttonMoveDown);
     panel.Controls.Add(this.buttonModify);
     resources.ApplyResources(panel, "panel");
     panel.Name = "panel";
     //
     // buttonMoveUp
     //
     resources.ApplyResources(this.buttonMoveUp, "buttonMoveUp");
     this.buttonMoveUp.Name   = "buttonMoveUp";
     this.buttonMoveUp.Click += new System.EventHandler(this.OnMoveUpButtonClick);
     //
     // buttonMoveDown
     //
     resources.ApplyResources(this.buttonMoveDown, "buttonMoveDown");
     this.buttonMoveDown.Name   = "buttonMoveDown";
     this.buttonMoveDown.Click += new System.EventHandler(this.OnMoveDownButtonClick);
     //
     // buttonModify
     //
     resources.ApplyResources(this.buttonModify, "buttonModify");
     this.buttonModify.Name   = "buttonModify";
     this.buttonModify.Click += new System.EventHandler(this.OnModifyButtonClick);
     //
     // panel2
     //
     panel2.Controls.Add(this.buttonHelp);
     panel2.Controls.Add(this.buttonAcceptGloss);
     panel2.Controls.Add(this.buttonCancel);
     resources.ApplyResources(panel2, "panel2");
     panel2.Name = "panel2";
     //
     // buttonHelp
     //
     resources.ApplyResources(this.buttonHelp, "buttonHelp");
     this.buttonHelp.Name   = "buttonHelp";
     this.buttonHelp.Click += new System.EventHandler(this.OnHelpButtonClick);
     //
     // buttonAcceptGloss
     //
     this.buttonAcceptGloss.DialogResult = System.Windows.Forms.DialogResult.OK;
     resources.ApplyResources(this.buttonAcceptGloss, "buttonAcceptGloss");
     this.buttonAcceptGloss.Name   = "buttonAcceptGloss";
     this.buttonAcceptGloss.Click += new System.EventHandler(this.OnAcceptGlossButtonClick);
     //
     // buttonCancel
     //
     this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.buttonCancel, "buttonCancel");
     this.buttonCancel.Name   = "buttonCancel";
     this.buttonCancel.Click += new System.EventHandler(this.OnCancelButtonClick);
     //
     // panelTop
     //
     panelTop.Controls.Add(tableLayoutPanel2);
     panelTop.Controls.Add(this.textBoxResult);
     resources.ApplyResources(panelTop, "panelTop");
     panelTop.Name    = "panelTop";
     panelTop.TabStop = true;
     //
     // tableLayoutPanel2
     //
     resources.ApplyResources(tableLayoutPanel2, "tableLayoutPanel2");
     tableLayoutPanel2.Controls.Add(this.labelConstructedGlossForPrompt, 0, 0);
     tableLayoutPanel2.Controls.Add(this.labelAllomorph, 0, 1);
     tableLayoutPanel2.Name = "tableLayoutPanel2";
     //
     // labelConstructedGlossForPrompt
     //
     resources.ApplyResources(this.labelConstructedGlossForPrompt, "labelConstructedGlossForPrompt");
     this.labelConstructedGlossForPrompt.Name = "labelConstructedGlossForPrompt";
     //
     // labelAllomorph
     //
     resources.ApplyResources(this.labelAllomorph, "labelAllomorph");
     this.labelAllomorph.Name = "labelAllomorph";
     //
     // textBoxResult
     //
     resources.ApplyResources(this.textBoxResult, "textBoxResult");
     this.textBoxResult.Name = "textBoxResult";
     //
     // webBrowserInfo
     //
     resources.ApplyResources(this.webBrowserInfo, "webBrowserInfo");
     this.webBrowserInfo.IsWebBrowserContextMenuEnabled = false;
     this.webBrowserInfo.MinimumSize = new System.Drawing.Size(20, 20);
     this.webBrowserInfo.Name        = "webBrowserInfo";
     this.webBrowserInfo.WebBrowserShortcutsEnabled = false;
     //
     // splitContainerHorizontal
     //
     resources.ApplyResources(this.splitContainerHorizontal, "splitContainerHorizontal");
     this.splitContainerHorizontal.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainerHorizontal.Name       = "splitContainerHorizontal";
     //
     // splitContainerHorizontal.Panel1
     //
     this.splitContainerHorizontal.Panel1.Controls.Add(this.splitContainerVertical);
     //
     // splitContainerHorizontal.Panel2
     //
     this.splitContainerHorizontal.Panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.splitContainerHorizontal.Panel2.Controls.Add(this.webBrowserInfo);
     //
     // treeViewGlossListItem
     //
     resources.ApplyResources(this.treeViewGlossListItem, "treeViewGlossListItem");
     this.treeViewGlossListItem.HideSelection          = false;
     this.treeViewGlossListItem.ItemHeight             = 16;
     this.treeViewGlossListItem.Name                   = "treeViewGlossListItem";
     this.treeViewGlossListItem.TerminalsUseCheckBoxes = false;
     this.treeViewGlossListItem.AfterSelect           += new System.Windows.Forms.TreeViewEventHandler(this.OnGlossListTreeSelect);
     //
     // glossListBoxGloss
     //
     resources.ApplyResources(this.glossListBoxGloss, "glossListBoxGloss");
     this.glossListBoxGloss.FormattingEnabled = true;
     this.glossListBoxGloss.MGADialog         = null;
     this.glossListBoxGloss.Name = "glossListBoxGloss";
     this.glossListBoxGloss.SelectedIndexChanged += new System.EventHandler(this.OnGlossListBoxSelectedIndexChanged);
     //
     // MGADialog
     //
     this.AcceptButton = this.buttonAcceptGloss;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.buttonCancel;
     this.Controls.Add(this.splitContainerHorizontal);
     this.Controls.Add(panelTop);
     this.HelpButton = true;
     this.Name       = "MGADialog";
     this.splitContainerVertical.Panel1.ResumeLayout(false);
     this.splitContainerVertical.Panel2.ResumeLayout(false);
     this.splitContainerVertical.ResumeLayout(false);
     panelGlossComponents.ResumeLayout(false);
     this.groupBoxGlossComponents.ResumeLayout(false);
     tableLayoutPanel1.ResumeLayout(false);
     panel1.ResumeLayout(false);
     panelInsertRemove.ResumeLayout(false);
     panelSelectedGloss.ResumeLayout(false);
     this.groupBoxSelectedGloss.ResumeLayout(false);
     tableLayoutPanelSelectedGloss.ResumeLayout(false);
     panel.ResumeLayout(false);
     panel2.ResumeLayout(false);
     panelTop.ResumeLayout(false);
     panelTop.PerformLayout();
     tableLayoutPanel2.ResumeLayout(false);
     this.splitContainerHorizontal.Panel1.ResumeLayout(false);
     this.splitContainerHorizontal.Panel2.ResumeLayout(false);
     this.splitContainerHorizontal.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// -----------------------------------------------------------------------------------
 /// <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(MappingDetailsCtrl));
     System.Windows.Forms.Label label3;
     System.Windows.Forms.Label label5;
     System.Windows.Forms.Label label2;
     this.cboList            = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.lbStyles           = new CaseSensitiveListBox();
     this.chkExclude         = new System.Windows.Forms.CheckBox();
     this.cboWritingSys      = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.domainBox          = new System.Windows.Forms.GroupBox();
     this.rbtnFootnotes      = new System.Windows.Forms.RadioButton();
     this.rbtnScripture      = new System.Windows.Forms.RadioButton();
     this.rbtnNotes          = new System.Windows.Forms.RadioButton();
     this.chkBackTranslation = new System.Windows.Forms.CheckBox();
     label3 = new System.Windows.Forms.Label();
     label5 = new System.Windows.Forms.Label();
     label2 = new System.Windows.Forms.Label();
     this.domainBox.SuspendLayout();
     this.SuspendLayout();
     //
     // cboList
     //
     resources.ApplyResources(this.cboList, "cboList");
     this.cboList.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboList.Name                  = "cboList";
     this.cboList.SelectedIndexChanged += new System.EventHandler(this.cboList_SelectedIndexChanged);
     //
     // label3
     //
     resources.ApplyResources(label3, "label3");
     label3.Name = "label3";
     //
     // label5
     //
     resources.ApplyResources(label5, "label5");
     label5.Name = "label5";
     //
     // label2
     //
     resources.ApplyResources(label2, "label2");
     label2.Name = "label2";
     //
     // lbStyles
     //
     resources.ApplyResources(this.lbStyles, "lbStyles");
     this.lbStyles.Name = "lbStyles";
     //
     // chkExclude
     //
     resources.ApplyResources(this.chkExclude, "chkExclude");
     this.chkExclude.Name            = "chkExclude";
     this.chkExclude.CheckedChanged += new System.EventHandler(this.SetControlStatesBasedOnExcludeCheckBox);
     //
     // cboWritingSys
     //
     this.cboWritingSys.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.cboWritingSys, "cboWritingSys");
     this.cboWritingSys.Name   = "cboWritingSys";
     this.cboWritingSys.Sorted = true;
     //
     // domainBox
     //
     this.domainBox.Controls.Add(this.rbtnFootnotes);
     this.domainBox.Controls.Add(this.rbtnScripture);
     this.domainBox.Controls.Add(this.rbtnNotes);
     this.domainBox.Controls.Add(this.chkBackTranslation);
     resources.ApplyResources(this.domainBox, "domainBox");
     this.domainBox.Name    = "domainBox";
     this.domainBox.TabStop = false;
     //
     // rbtnFootnotes
     //
     resources.ApplyResources(this.rbtnFootnotes, "rbtnFootnotes");
     this.rbtnFootnotes.Name            = "rbtnFootnotes";
     this.rbtnFootnotes.CheckedChanged += new System.EventHandler(this.DomainChanged);
     //
     // rbtnScripture
     //
     resources.ApplyResources(this.rbtnScripture, "rbtnScripture");
     this.rbtnScripture.Name            = "rbtnScripture";
     this.rbtnScripture.CheckedChanged += new System.EventHandler(this.DomainChanged);
     //
     // rbtnNotes
     //
     resources.ApplyResources(this.rbtnNotes, "rbtnNotes");
     this.rbtnNotes.Name            = "rbtnNotes";
     this.rbtnNotes.CheckedChanged += new System.EventHandler(this.DomainChanged);
     //
     // chkBackTranslation
     //
     resources.ApplyResources(this.chkBackTranslation, "chkBackTranslation");
     this.chkBackTranslation.Name            = "chkBackTranslation";
     this.chkBackTranslation.CheckedChanged += new System.EventHandler(this.DomainChanged);
     //
     // MappingDetailsCtrl
     //
     this.Controls.Add(this.cboList);
     this.Controls.Add(label2);
     this.Controls.Add(this.lbStyles);
     this.Controls.Add(this.cboWritingSys);
     this.Controls.Add(this.domainBox);
     this.Controls.Add(this.chkExclude);
     this.Controls.Add(label3);
     this.Controls.Add(label5);
     this.Name = "MappingDetailsCtrl";
     resources.ApplyResources(this, "$this");
     this.domainBox.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 11
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegionVariantControl));
            this.m_regionAbbrev       = new System.Windows.Forms.TextBox();
            this.m_variantNameLabel   = new System.Windows.Forms.Label();
            this.m_variantAbbrev      = new System.Windows.Forms.TextBox();
            this.m_regionAbbrevLabel  = new System.Windows.Forms.Label();
            this.m_variantAbbrevLabel = new System.Windows.Forms.Label();
            this.m_regionNameLabel    = new System.Windows.Forms.Label();
            this.m_helpProvider       = new System.Windows.Forms.HelpProvider();
            this.m_scriptNameLabel    = new System.Windows.Forms.Label();
            this.m_scriptAbbrevLabel  = new System.Windows.Forms.Label();
            this.m_scriptAbbrev       = new System.Windows.Forms.TextBox();
            this.m_scriptName         = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
            this.m_variantName        = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
            this.m_regionName         = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
            this.SuspendLayout();
            //
            // m_regionAbbrev
            //
            resources.ApplyResources(this.m_regionAbbrev, "m_regionAbbrev");
            this.m_regionAbbrev.Name = "m_regionAbbrev";
            this.m_helpProvider.SetShowHelp(this.m_regionAbbrev, ((bool)(resources.GetObject("m_regionAbbrev.ShowHelp"))));
            this.m_regionAbbrev.TextChanged += new System.EventHandler(this.m_regionCode_TextChanged);
            this.m_regionAbbrev.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.m_regionCode_KeyPress);
            //
            // m_variantNameLabel
            //
            resources.ApplyResources(this.m_variantNameLabel, "m_variantNameLabel");
            this.m_variantNameLabel.BackColor = System.Drawing.Color.Transparent;
            this.m_variantNameLabel.Name      = "m_variantNameLabel";
            this.m_helpProvider.SetShowHelp(this.m_variantNameLabel, ((bool)(resources.GetObject("m_variantNameLabel.ShowHelp"))));
            //
            // m_variantAbbrev
            //
            resources.ApplyResources(this.m_variantAbbrev, "m_variantAbbrev");
            this.m_variantAbbrev.Name = "m_variantAbbrev";
            this.m_helpProvider.SetShowHelp(this.m_variantAbbrev, ((bool)(resources.GetObject("m_variantAbbrev.ShowHelp"))));
            this.m_variantAbbrev.TextChanged += new System.EventHandler(this.m_variantCode_TextChanged);
            this.m_variantAbbrev.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.m_variantCode_KeyPress);
            //
            // m_regionAbbrevLabel
            //
            resources.ApplyResources(this.m_regionAbbrevLabel, "m_regionAbbrevLabel");
            this.m_regionAbbrevLabel.BackColor = System.Drawing.Color.Transparent;
            this.m_regionAbbrevLabel.Name      = "m_regionAbbrevLabel";
            this.m_helpProvider.SetShowHelp(this.m_regionAbbrevLabel, ((bool)(resources.GetObject("m_regionAbbrevLabel.ShowHelp"))));
            //
            // m_variantAbbrevLabel
            //
            resources.ApplyResources(this.m_variantAbbrevLabel, "m_variantAbbrevLabel");
            this.m_variantAbbrevLabel.BackColor = System.Drawing.Color.Transparent;
            this.m_variantAbbrevLabel.Name      = "m_variantAbbrevLabel";
            this.m_helpProvider.SetShowHelp(this.m_variantAbbrevLabel, ((bool)(resources.GetObject("m_variantAbbrevLabel.ShowHelp"))));
            //
            // m_regionNameLabel
            //
            resources.ApplyResources(this.m_regionNameLabel, "m_regionNameLabel");
            this.m_regionNameLabel.BackColor = System.Drawing.Color.Transparent;
            this.m_regionNameLabel.Name      = "m_regionNameLabel";
            this.m_helpProvider.SetShowHelp(this.m_regionNameLabel, ((bool)(resources.GetObject("m_regionNameLabel.ShowHelp"))));
            //
            // m_scriptNameLabel
            //
            resources.ApplyResources(this.m_scriptNameLabel, "m_scriptNameLabel");
            this.m_scriptNameLabel.Name = "m_scriptNameLabel";
            this.m_helpProvider.SetShowHelp(this.m_scriptNameLabel, ((bool)(resources.GetObject("m_scriptNameLabel.ShowHelp"))));
            //
            // m_scriptAbbrevLabel
            //
            resources.ApplyResources(this.m_scriptAbbrevLabel, "m_scriptAbbrevLabel");
            this.m_scriptAbbrevLabel.Name = "m_scriptAbbrevLabel";
            this.m_helpProvider.SetShowHelp(this.m_scriptAbbrevLabel, ((bool)(resources.GetObject("m_scriptAbbrevLabel.ShowHelp"))));
            //
            // m_scriptAbbrev
            //
            resources.ApplyResources(this.m_scriptAbbrev, "m_scriptAbbrev");
            this.m_scriptAbbrev.Name = "m_scriptAbbrev";
            this.m_helpProvider.SetShowHelp(this.m_scriptAbbrev, ((bool)(resources.GetObject("m_scriptAbbrev.ShowHelp"))));
            this.m_scriptAbbrev.TextChanged += new System.EventHandler(this.m_scriptCode_TextChanged);
            this.m_scriptAbbrev.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.m_scriptCode_KeyPress);
            //
            // m_scriptName
            //
            this.m_scriptName.AllowSpaceInEditBox = true;
            //			this.m_scriptName.DataSource = this.regionVariantControlBindingSource1;
            resources.ApplyResources(this.m_scriptName, "m_scriptName");
            this.m_scriptName.Name = "m_scriptName";
            this.m_helpProvider.SetShowHelp(this.m_scriptName, ((bool)(resources.GetObject("m_scriptName.ShowHelp"))));
            this.m_scriptName.Sorted       = true;
            this.m_scriptName.TextChanged += new System.EventHandler(this.m_scriptName_TextChanged);

            //
            // m_variantName
            //
            this.m_variantName.AllowSpaceInEditBox = true;
            this.m_helpProvider.SetHelpString(this.m_variantName, resources.GetString("m_variantName.HelpString"));
            resources.ApplyResources(this.m_variantName, "m_variantName");
            this.m_variantName.Name = "m_variantName";
            this.m_helpProvider.SetShowHelp(this.m_variantName, ((bool)(resources.GetObject("m_variantName.ShowHelp"))));
            this.m_variantName.Sorted = true;
            this.m_variantName.SelectedIndexChanged += m_variantName_TextChanged;
            this.m_variantName.TextChanged          += new System.EventHandler(this.m_variantName_TextChanged);
            //
            // m_regionName
            //
            this.m_regionName.AllowSpaceInEditBox = true;
            this.m_helpProvider.SetHelpString(this.m_regionName, resources.GetString("m_regionName.HelpString"));
            resources.ApplyResources(this.m_regionName, "m_regionName");
            this.m_regionName.Name = "m_regionName";
            this.m_helpProvider.SetShowHelp(this.m_regionName, ((bool)(resources.GetObject("m_regionName.ShowHelp"))));
            this.m_regionName.Sorted       = true;
            this.m_regionName.TextChanged += new System.EventHandler(this.m_regionName_TextChanged);
            //
            //
            // RegionVariantControl
            //
            this.BackColor = System.Drawing.SystemColors.Control;
            this.Controls.Add(this.m_scriptName);
            this.Controls.Add(this.m_scriptAbbrev);
            this.Controls.Add(this.m_scriptAbbrevLabel);
            this.Controls.Add(this.m_scriptNameLabel);
            this.Controls.Add(this.m_variantName);
            this.Controls.Add(this.m_regionName);
            this.Controls.Add(this.m_regionAbbrev);
            this.Controls.Add(this.m_variantNameLabel);
            this.Controls.Add(this.m_variantAbbrev);
            this.Controls.Add(this.m_regionAbbrevLabel);
            this.Controls.Add(this.m_variantAbbrevLabel);
            this.Controls.Add(this.m_regionNameLabel);
            this.Name = "RegionVariantControl";
            this.m_helpProvider.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
            resources.ApplyResources(this, "$this");
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Esempio n. 12
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);
 }
Esempio n. 13
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.Button selectFileButton;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterTest));
     System.Windows.Forms.Label        label2;
     System.Windows.Forms.Label        label3;
     System.Windows.Forms.HelpProvider helpProvider1;
     this.outputFontCombo  = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.convertButton    = new System.Windows.Forms.Button();
     this.OutputPanel      = new System.Windows.Forms.Panel();
     this.saveFileButton   = new System.Windows.Forms.Button();
     this.txtInputFile     = new System.Windows.Forms.TextBox();
     this.toolTipInputFile = new System.Windows.Forms.ToolTip(this.components);
     selectFileButton      = new System.Windows.Forms.Button();
     label2        = new System.Windows.Forms.Label();
     label3        = new System.Windows.Forms.Label();
     helpProvider1 = new HelpProvider();
     this.SuspendLayout();
     //
     // selectFileButton
     //
     helpProvider1.SetHelpString(selectFileButton, resources.GetString("selectFileButton.HelpString"));
     resources.ApplyResources(selectFileButton, "selectFileButton");
     selectFileButton.Name = "selectFileButton";
     helpProvider1.SetShowHelp(selectFileButton, ((bool)(resources.GetObject("selectFileButton.ShowHelp"))));
     selectFileButton.Click += new System.EventHandler(this.selectFileButton_Click);
     //
     // label2
     //
     resources.ApplyResources(label2, "label2");
     helpProvider1.SetHelpString(label2, resources.GetString("label2.HelpString"));
     label2.Name = "label2";
     helpProvider1.SetShowHelp(label2, ((bool)(resources.GetObject("label2.ShowHelp"))));
     //
     // outputFontCombo
     //
     resources.ApplyResources(this.outputFontCombo, "outputFontCombo");
     this.outputFontCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     helpProvider1.SetHelpString(this.outputFontCombo, resources.GetString("outputFontCombo.HelpString"));
     this.outputFontCombo.Name = "outputFontCombo";
     helpProvider1.SetShowHelp(this.outputFontCombo, ((bool)(resources.GetObject("outputFontCombo.ShowHelp"))));
     this.outputFontCombo.SelectedIndexChanged += new System.EventHandler(this.outputFontCombo_SelectedIndexChanged);
     //
     // convertButton
     //
     resources.ApplyResources(this.convertButton, "convertButton");
     helpProvider1.SetHelpString(this.convertButton, resources.GetString("convertButton.HelpString"));
     this.convertButton.Name = "convertButton";
     helpProvider1.SetShowHelp(this.convertButton, ((bool)(resources.GetObject("convertButton.ShowHelp"))));
     this.convertButton.Click += new System.EventHandler(this.convertButton_Click);
     //
     // label3
     //
     resources.ApplyResources(label3, "label3");
     label3.Name = "label3";
     helpProvider1.SetShowHelp(label3, ((bool)(resources.GetObject("label3.ShowHelp"))));
     //
     // OutputPanel
     //
     resources.ApplyResources(this.OutputPanel, "OutputPanel");
     this.OutputPanel.BackColor   = System.Drawing.SystemColors.Control;
     this.OutputPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     helpProvider1.SetHelpString(this.OutputPanel, resources.GetString("OutputPanel.HelpString"));
     this.OutputPanel.Name = "OutputPanel";
     helpProvider1.SetShowHelp(this.OutputPanel, ((bool)(resources.GetObject("OutputPanel.ShowHelp"))));
     //
     // saveFileButton
     //
     resources.ApplyResources(this.saveFileButton, "saveFileButton");
     helpProvider1.SetHelpString(this.saveFileButton, resources.GetString("saveFileButton.HelpString"));
     this.saveFileButton.Name = "saveFileButton";
     helpProvider1.SetShowHelp(this.saveFileButton, ((bool)(resources.GetObject("saveFileButton.ShowHelp"))));
     this.saveFileButton.Click += new System.EventHandler(this.saveFileButton_Click);
     //
     // txtInputFile
     //
     resources.ApplyResources(this.txtInputFile, "txtInputFile");
     this.txtInputFile.BackColor = System.Drawing.SystemColors.Window;
     this.txtInputFile.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.txtInputFile.Name      = "txtInputFile";
     this.txtInputFile.ReadOnly  = true;
     helpProvider1.SetShowHelp(this.txtInputFile, ((bool)(resources.GetObject("txtInputFile.ShowHelp"))));
     this.txtInputFile.TabStop = false;
     //
     // ConverterTest
     //
     this.Controls.Add(this.txtInputFile);
     this.Controls.Add(this.convertButton);
     this.Controls.Add(this.saveFileButton);
     this.Controls.Add(this.OutputPanel);
     this.Controls.Add(label3);
     this.Controls.Add(label2);
     this.Controls.Add(this.outputFontCombo);
     this.Controls.Add(selectFileButton);
     this.Name = "ConverterTest";
     helpProvider1.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
     resources.ApplyResources(this, "$this");
     this.Load += new System.EventHandler(this.ConverterTest_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 14
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.Button btnCancel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FwNewLangProject));
     System.Windows.Forms.Label  m_lblExplainDialog;
     System.Windows.Forms.Label  m_lblExplainName;
     System.Windows.Forms.Label  m_lblExplainVernWrtSys;
     System.Windows.Forms.Label  m_lblExplainAnalWrtSys;
     System.Windows.Forms.Button m_btnNewVernWrtSys;
     System.Windows.Forms.Label  m_lblTipText;
     System.Windows.Forms.Button m_btnNewAnalWrtSys;
     System.Windows.Forms.Label  m_lblExplainWrtSys;
     this.btnOK                 = new System.Windows.Forms.Button();
     this.btnHelp               = new System.Windows.Forms.Button();
     this.m_txtName             = new System.Windows.Forms.TextBox();
     this.helpProvider1         = new System.Windows.Forms.HelpProvider();
     this.m_lblVernacularWrtSys = new System.Windows.Forms.Label();
     this.m_cbVernWrtSys        = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.m_cbAnalWrtSys        = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.m_lblProjectName      = new System.Windows.Forms.Label();
     this.m_lblSpecifyWrtSys    = new System.Windows.Forms.Label();
     btnCancel              = new System.Windows.Forms.Button();
     m_lblExplainDialog     = new System.Windows.Forms.Label();
     m_lblExplainName       = new System.Windows.Forms.Label();
     m_lblExplainVernWrtSys = new System.Windows.Forms.Label();
     m_lblExplainAnalWrtSys = new System.Windows.Forms.Label();
     m_btnNewVernWrtSys     = new System.Windows.Forms.Button();
     m_lblTipText           = new System.Windows.Forms.Label();
     m_btnNewAnalWrtSys     = new System.Windows.Forms.Button();
     m_lblTip            = new System.Windows.Forms.Label();
     m_lblExplainWrtSys  = new System.Windows.Forms.Label();
     m_lblAnalysisWrtSys = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // btnCancel
     //
     btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.helpProvider1.SetHelpString(btnCancel, resources.GetString("btnCancel.HelpString"));
     resources.ApplyResources(btnCancel, "btnCancel");
     btnCancel.Name = "btnCancel";
     this.helpProvider1.SetShowHelp(btnCancel, ((bool)(resources.GetObject("btnCancel.ShowHelp"))));
     //
     // m_lblExplainDialog
     //
     resources.ApplyResources(m_lblExplainDialog, "m_lblExplainDialog");
     m_lblExplainDialog.Name = "m_lblExplainDialog";
     this.helpProvider1.SetShowHelp(m_lblExplainDialog, ((bool)(resources.GetObject("m_lblExplainDialog.ShowHelp"))));
     //
     // m_lblExplainName
     //
     resources.ApplyResources(m_lblExplainName, "m_lblExplainName");
     m_lblExplainName.Name = "m_lblExplainName";
     this.helpProvider1.SetShowHelp(m_lblExplainName, ((bool)(resources.GetObject("m_lblExplainName.ShowHelp"))));
     //
     // m_lblExplainVernWrtSys
     //
     resources.ApplyResources(m_lblExplainVernWrtSys, "m_lblExplainVernWrtSys");
     m_lblExplainVernWrtSys.Name = "m_lblExplainVernWrtSys";
     this.helpProvider1.SetShowHelp(m_lblExplainVernWrtSys, ((bool)(resources.GetObject("m_lblExplainVernWrtSys.ShowHelp"))));
     //
     // m_lblExplainAnalWrtSys
     //
     resources.ApplyResources(m_lblExplainAnalWrtSys, "m_lblExplainAnalWrtSys");
     m_lblExplainAnalWrtSys.Name = "m_lblExplainAnalWrtSys";
     this.helpProvider1.SetShowHelp(m_lblExplainAnalWrtSys, ((bool)(resources.GetObject("m_lblExplainAnalWrtSys.ShowHelp"))));
     //
     // m_btnNewVernWrtSys
     //
     this.helpProvider1.SetHelpString(m_btnNewVernWrtSys, resources.GetString("m_btnNewVernWrtSys.HelpString"));
     resources.ApplyResources(m_btnNewVernWrtSys, "m_btnNewVernWrtSys");
     m_btnNewVernWrtSys.Name = "m_btnNewVernWrtSys";
     this.helpProvider1.SetShowHelp(m_btnNewVernWrtSys, ((bool)(resources.GetObject("m_btnNewVernWrtSys.ShowHelp"))));
     m_btnNewVernWrtSys.Click += new System.EventHandler(this.m_btnNewVernWrtSys_Click);
     //
     // m_lblTipText
     //
     resources.ApplyResources(m_lblTipText, "m_lblTipText");
     m_lblTipText.Name = "m_lblTipText";
     this.helpProvider1.SetShowHelp(m_lblTipText, ((bool)(resources.GetObject("m_lblTipText.ShowHelp"))));
     //
     // m_btnNewAnalWrtSys
     //
     this.helpProvider1.SetHelpString(m_btnNewAnalWrtSys, resources.GetString("m_btnNewAnalWrtSys.HelpString"));
     resources.ApplyResources(m_btnNewAnalWrtSys, "m_btnNewAnalWrtSys");
     m_btnNewAnalWrtSys.Name = "m_btnNewAnalWrtSys";
     this.helpProvider1.SetShowHelp(m_btnNewAnalWrtSys, ((bool)(resources.GetObject("m_btnNewAnalWrtSys.ShowHelp"))));
     m_btnNewAnalWrtSys.Click += new System.EventHandler(this.m_btnNewAnalWrtSys_Click);
     //
     // m_lblTip
     //
     resources.ApplyResources(m_lblTip, "m_lblTip");
     m_lblTip.Name = "m_lblTip";
     this.helpProvider1.SetShowHelp(m_lblTip, ((bool)(resources.GetObject("m_lblTip.ShowHelp"))));
     //
     // m_lblExplainWrtSys
     //
     resources.ApplyResources(m_lblExplainWrtSys, "m_lblExplainWrtSys");
     m_lblExplainWrtSys.Name = "m_lblExplainWrtSys";
     this.helpProvider1.SetShowHelp(m_lblExplainWrtSys, ((bool)(resources.GetObject("m_lblExplainWrtSys.ShowHelp"))));
     //
     // m_lblAnalysisWrtSys
     //
     resources.ApplyResources(m_lblAnalysisWrtSys, "m_lblAnalysisWrtSys");
     m_lblAnalysisWrtSys.Name = "m_lblAnalysisWrtSys";
     this.helpProvider1.SetShowHelp(m_lblAnalysisWrtSys, ((bool)(resources.GetObject("m_lblAnalysisWrtSys.ShowHelp"))));
     //
     // btnOK
     //
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     resources.ApplyResources(this.btnOK, "btnOK");
     this.helpProvider1.SetHelpString(this.btnOK, resources.GetString("btnOK.HelpString"));
     this.btnOK.Name = "btnOK";
     this.helpProvider1.SetShowHelp(this.btnOK, ((bool)(resources.GetObject("btnOK.ShowHelp"))));
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnHelp
     //
     this.helpProvider1.SetHelpString(this.btnHelp, resources.GetString("btnHelp.HelpString"));
     resources.ApplyResources(this.btnHelp, "btnHelp");
     this.btnHelp.Name = "btnHelp";
     this.helpProvider1.SetShowHelp(this.btnHelp, ((bool)(resources.GetObject("btnHelp.ShowHelp"))));
     this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
     //
     // m_txtName
     //
     this.helpProvider1.SetHelpString(this.m_txtName, resources.GetString("m_txtName.HelpString"));
     resources.ApplyResources(this.m_txtName, "m_txtName");
     this.m_txtName.Name = "m_txtName";
     this.helpProvider1.SetShowHelp(this.m_txtName, ((bool)(resources.GetObject("m_txtName.ShowHelp"))));
     this.m_txtName.TextChanged += new System.EventHandler(this.m_txtName_TextChanged);
     //
     // m_lblVernacularWrtSys
     //
     resources.ApplyResources(this.m_lblVernacularWrtSys, "m_lblVernacularWrtSys");
     this.m_lblVernacularWrtSys.Name = "m_lblVernacularWrtSys";
     this.helpProvider1.SetShowHelp(this.m_lblVernacularWrtSys, ((bool)(resources.GetObject("m_lblVernacularWrtSys.ShowHelp"))));
     //
     // m_cbVernWrtSys
     //
     this.m_cbVernWrtSys.AllowSpaceInEditBox = false;
     this.m_cbVernWrtSys.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.helpProvider1.SetHelpString(this.m_cbVernWrtSys, resources.GetString("m_cbVernWrtSys.HelpString"));
     resources.ApplyResources(this.m_cbVernWrtSys, "m_cbVernWrtSys");
     this.m_cbVernWrtSys.Name = "m_cbVernWrtSys";
     this.helpProvider1.SetShowHelp(this.m_cbVernWrtSys, ((bool)(resources.GetObject("m_cbVernWrtSys.ShowHelp"))));
     this.m_cbVernWrtSys.Sorted = true;
     //
     // m_cbAnalWrtSys
     //
     this.m_cbAnalWrtSys.AllowSpaceInEditBox = false;
     this.m_cbAnalWrtSys.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.helpProvider1.SetHelpString(this.m_cbAnalWrtSys, resources.GetString("m_cbAnalWrtSys.HelpString"));
     resources.ApplyResources(this.m_cbAnalWrtSys, "m_cbAnalWrtSys");
     this.m_cbAnalWrtSys.Name = "m_cbAnalWrtSys";
     this.helpProvider1.SetShowHelp(this.m_cbAnalWrtSys, ((bool)(resources.GetObject("m_cbAnalWrtSys.ShowHelp"))));
     this.m_cbAnalWrtSys.Sorted = true;
     //
     // m_lblProjectName
     //
     resources.ApplyResources(this.m_lblProjectName, "m_lblProjectName");
     this.m_lblProjectName.Name = "m_lblProjectName";
     this.helpProvider1.SetShowHelp(this.m_lblProjectName, ((bool)(resources.GetObject("m_lblProjectName.ShowHelp"))));
     //
     // m_lblSpecifyWrtSys
     //
     resources.ApplyResources(this.m_lblSpecifyWrtSys, "m_lblSpecifyWrtSys");
     this.m_lblSpecifyWrtSys.Name = "m_lblSpecifyWrtSys";
     this.helpProvider1.SetShowHelp(this.m_lblSpecifyWrtSys, ((bool)(resources.GetObject("m_lblSpecifyWrtSys.ShowHelp"))));
     //
     // FwNewLangProject
     //
     this.AcceptButton = this.btnOK;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton  = btnCancel;
     this.Controls.Add(m_lblTipText);
     this.Controls.Add(m_lblTip);
     this.Controls.Add(m_btnNewVernWrtSys);
     this.Controls.Add(this.m_cbVernWrtSys);
     this.Controls.Add(m_lblExplainVernWrtSys);
     this.Controls.Add(this.m_lblVernacularWrtSys);
     this.Controls.Add(m_lblAnalysisWrtSys);
     this.Controls.Add(this.m_lblSpecifyWrtSys);
     this.Controls.Add(this.m_txtName);
     this.Controls.Add(this.m_lblProjectName);
     this.Controls.Add(m_btnNewAnalWrtSys);
     this.Controls.Add(this.m_cbAnalWrtSys);
     this.Controls.Add(m_lblExplainAnalWrtSys);
     this.Controls.Add(m_lblExplainWrtSys);
     this.Controls.Add(m_lblExplainName);
     this.Controls.Add(m_lblExplainDialog);
     this.Controls.Add(this.btnHelp);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(btnCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FwNewLangProject";
     this.helpProvider1.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
     this.ShowInTaskbar = false;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 15
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(BaseGoDlg));
     this.m_btnClose               = new System.Windows.Forms.Button();
     this.m_btnOK                  = new System.Windows.Forms.Button();
     this.m_btnInsert              = new System.Windows.Forms.Button();
     this.m_btnHelp                = new System.Windows.Forms.Button();
     this.m_panel1                 = new System.Windows.Forms.Panel();
     this.m_tbForm                 = new SIL.FieldWorks.Common.Widgets.FwTextBox();
     this.m_formLabel              = new System.Windows.Forms.Label();
     this.m_cbWritingSystems       = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.m_wsLabel                = new System.Windows.Forms.Label();
     this.m_fwTextBoxBottomMsg     = new SIL.FieldWorks.Common.Widgets.FwTextBox();
     this.m_objectsLabel           = new System.Windows.Forms.Label();
     this.m_matchingObjectsBrowser = new SIL.FieldWorks.Common.Controls.MatchingObjectsBrowser();
     this.m_panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_tbForm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxBottomMsg)).BeginInit();
     this.SuspendLayout();
     //
     // m_btnClose
     //
     resources.ApplyResources(this.m_btnClose, "m_btnClose");
     this.m_btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnClose.Name         = "m_btnClose";
     //
     // m_btnOK
     //
     resources.ApplyResources(this.m_btnOK, "m_btnOK");
     this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.m_btnOK.Name         = "m_btnOK";
     //
     // m_btnInsert
     //
     resources.ApplyResources(this.m_btnInsert, "m_btnInsert");
     this.m_btnInsert.Name   = "m_btnInsert";
     this.m_btnInsert.Click += new System.EventHandler(this.m_btnInsert_Click);
     //
     // m_btnHelp
     //
     resources.ApplyResources(this.m_btnHelp, "m_btnHelp");
     this.m_btnHelp.Name   = "m_btnHelp";
     this.m_btnHelp.Click += new System.EventHandler(this.m_btnHelp_Click);
     //
     // m_panel1
     //
     this.m_panel1.Controls.Add(this.m_tbForm);
     this.m_panel1.Controls.Add(this.m_formLabel);
     resources.ApplyResources(this.m_panel1, "m_panel1");
     this.m_panel1.Name = "m_panel1";
     //
     // m_tbForm
     //
     this.m_tbForm.AdjustStringHeight = true;
     this.m_tbForm.BackColor          = System.Drawing.SystemColors.Window;
     this.m_tbForm.controlID          = null;
     resources.ApplyResources(this.m_tbForm, "m_tbForm");
     this.m_tbForm.HasBorder       = true;
     this.m_tbForm.Name            = "m_tbForm";
     this.m_tbForm.SelectionLength = 0;
     this.m_tbForm.SelectionStart  = 0;
     //
     // m_formLabel
     //
     resources.ApplyResources(this.m_formLabel, "m_formLabel");
     this.m_formLabel.Name = "m_formLabel";
     //
     // m_cbWritingSystems
     //
     this.m_cbWritingSystems.AllowSpaceInEditBox = false;
     this.m_cbWritingSystems.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.m_cbWritingSystems, "m_cbWritingSystems");
     this.m_cbWritingSystems.Name   = "m_cbWritingSystems";
     this.m_cbWritingSystems.Sorted = true;
     //
     // m_wsLabel
     //
     resources.ApplyResources(this.m_wsLabel, "m_wsLabel");
     this.m_wsLabel.Name = "m_wsLabel";
     //
     // m_fwTextBoxBottomMsg
     //
     this.m_fwTextBoxBottomMsg.AdjustStringHeight = true;
     resources.ApplyResources(this.m_fwTextBoxBottomMsg, "m_fwTextBoxBottomMsg");
     this.m_fwTextBoxBottomMsg.BackColor        = System.Drawing.SystemColors.Control;
     this.m_fwTextBoxBottomMsg.CausesValidation = false;
     this.m_fwTextBoxBottomMsg.controlID        = null;
     this.m_fwTextBoxBottomMsg.HasBorder        = false;
     this.m_fwTextBoxBottomMsg.Name             = "m_fwTextBoxBottomMsg";
     this.m_fwTextBoxBottomMsg.SelectionLength  = 0;
     this.m_fwTextBoxBottomMsg.SelectionStart   = 0;
     //
     // m_objectsLabel
     //
     resources.ApplyResources(this.m_objectsLabel, "m_objectsLabel");
     this.m_objectsLabel.Name = "m_objectsLabel";
     //
     // m_matchingObjectsBrowser
     //
     resources.ApplyResources(this.m_matchingObjectsBrowser, "m_matchingObjectsBrowser");
     this.m_matchingObjectsBrowser.Name              = "m_matchingObjectsBrowser";
     this.m_matchingObjectsBrowser.TabStop           = false;
     this.m_matchingObjectsBrowser.SelectionChanged += new FwSelectionChangedEventHandler(this.m_matchingObjects_SelectionChanged);
     this.m_matchingObjectsBrowser.SelectionMade    += new FwSelectionChangedEventHandler(this.m_matchingObjectsBrowser_SelectionMade);
     //
     // BaseGoDlg
     //
     this.AcceptButton = this.m_btnOK;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.m_btnClose;
     this.Controls.Add(this.m_matchingObjectsBrowser);
     this.Controls.Add(this.m_objectsLabel);
     this.Controls.Add(this.m_fwTextBoxBottomMsg);
     this.Controls.Add(this.m_wsLabel);
     this.Controls.Add(this.m_cbWritingSystems);
     this.Controls.Add(this.m_panel1);
     this.Controls.Add(this.m_btnHelp);
     this.Controls.Add(this.m_btnInsert);
     this.Controls.Add(this.m_btnOK);
     this.Controls.Add(this.m_btnClose);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "BaseGoDlg";
     this.ShowInTaskbar = false;
     this.Closed       += new System.EventHandler(this.BaseGoDlg_Closed);
     this.Activated    += new System.EventHandler(this.BaseGoDlg_Activated);
     this.m_panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_tbForm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxBottomMsg)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 16
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(DefaultFontsControl));
     this.lblDefaultNormalFont     = new System.Windows.Forms.Label();
     this.lblDefaultHeadingFont    = new System.Windows.Forms.Label();
     this.helpProvider1            = new System.Windows.Forms.HelpProvider();
     this.lblDefaultPubFont        = new System.Windows.Forms.Label();
     this.cbDefaultPubFont         = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.cbDefaultNormalFont      = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.cbDefaultHeadingFont     = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
     this.m_pubFontFeaturesBtn     = new SIL.FieldWorks.FwCoreDlgControls.FontFeaturesButton();
     this.m_headingFontFeaturesBtn = new SIL.FieldWorks.FwCoreDlgControls.FontFeaturesButton();
     this.m_defaultFontFeaturesBtn = new SIL.FieldWorks.FwCoreDlgControls.FontFeaturesButton();
     this.SuspendLayout();
     //
     // lblDefaultNormalFont
     //
     resources.ApplyResources(this.lblDefaultNormalFont, "lblDefaultNormalFont");
     this.lblDefaultNormalFont.BackColor = System.Drawing.Color.Transparent;
     this.lblDefaultNormalFont.Name      = "lblDefaultNormalFont";
     this.helpProvider1.SetShowHelp(this.lblDefaultNormalFont, ((bool)(resources.GetObject("lblDefaultNormalFont.ShowHelp"))));
     //
     // lblDefaultHeadingFont
     //
     resources.ApplyResources(this.lblDefaultHeadingFont, "lblDefaultHeadingFont");
     this.lblDefaultHeadingFont.BackColor = System.Drawing.Color.Transparent;
     this.lblDefaultHeadingFont.Name      = "lblDefaultHeadingFont";
     this.helpProvider1.SetShowHelp(this.lblDefaultHeadingFont, ((bool)(resources.GetObject("lblDefaultHeadingFont.ShowHelp"))));
     //
     // lblDefaultPubFont
     //
     resources.ApplyResources(this.lblDefaultPubFont, "lblDefaultPubFont");
     this.lblDefaultPubFont.BackColor = System.Drawing.Color.Transparent;
     this.lblDefaultPubFont.Name      = "lblDefaultPubFont";
     this.helpProvider1.SetShowHelp(this.lblDefaultPubFont, ((bool)(resources.GetObject("lblDefaultPubFont.ShowHelp"))));
     //
     // cbDefaultPubFont
     //
     this.cbDefaultPubFont.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.helpProvider1.SetHelpString(this.cbDefaultPubFont, resources.GetString("cbDefaultPubFont.HelpString"));
     resources.ApplyResources(this.cbDefaultPubFont, "cbDefaultPubFont");
     this.cbDefaultPubFont.Name = "cbDefaultPubFont";
     this.helpProvider1.SetShowHelp(this.cbDefaultPubFont, ((bool)(resources.GetObject("cbDefaultPubFont.ShowHelp"))));
     this.cbDefaultPubFont.SelectedIndexChanged += new System.EventHandler(this.cbDefaultPubFont_SelectedIndexChanged);
     //
     // cbDefaultNormalFont
     //
     this.cbDefaultNormalFont.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.helpProvider1.SetHelpString(this.cbDefaultNormalFont, resources.GetString("cbDefaultNormalFont.HelpString"));
     resources.ApplyResources(this.cbDefaultNormalFont, "cbDefaultNormalFont");
     this.cbDefaultNormalFont.Name = "cbDefaultNormalFont";
     this.helpProvider1.SetShowHelp(this.cbDefaultNormalFont, ((bool)(resources.GetObject("cbDefaultNormalFont.ShowHelp"))));
     //
     // cbDefaultHeadingFont
     //
     this.cbDefaultHeadingFont.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.helpProvider1.SetHelpString(this.cbDefaultHeadingFont, resources.GetString("cbDefaultHeadingFont.HelpString"));
     resources.ApplyResources(this.cbDefaultHeadingFont, "cbDefaultHeadingFont");
     this.cbDefaultHeadingFont.Name = "cbDefaultHeadingFont";
     this.helpProvider1.SetShowHelp(this.cbDefaultHeadingFont, ((bool)(resources.GetObject("cbDefaultHeadingFont.ShowHelp"))));
     //
     // m_pubFontFeaturesBtn
     //
     resources.ApplyResources(this.m_pubFontFeaturesBtn, "m_pubFontFeaturesBtn");
     this.m_pubFontFeaturesBtn.FontFeatures = null;
     this.m_pubFontFeaturesBtn.FontName     = null;
     this.helpProvider1.SetHelpString(this.m_pubFontFeaturesBtn, resources.GetString("m_pubFontFeaturesBtn.HelpString"));
     this.m_pubFontFeaturesBtn.Name = "m_pubFontFeaturesBtn";
     this.helpProvider1.SetShowHelp(this.m_pubFontFeaturesBtn, ((bool)(resources.GetObject("m_pubFontFeaturesBtn.ShowHelp"))));
     this.m_pubFontFeaturesBtn.WritingSystemFactory = null;
     this.m_pubFontFeaturesBtn.FontFeatureSelected += new System.EventHandler(this.m_bodyFontFeaturesBtn_FontFeatureSelected);
     //
     // m_headingFontFeaturesBtn
     //
     resources.ApplyResources(this.m_headingFontFeaturesBtn, "m_headingFontFeaturesBtn");
     this.m_headingFontFeaturesBtn.FontFeatures = null;
     this.m_headingFontFeaturesBtn.FontName     = null;
     this.helpProvider1.SetHelpString(this.m_headingFontFeaturesBtn, resources.GetString("m_headingFontFeaturesBtn.HelpString"));
     this.m_headingFontFeaturesBtn.Name = "m_headingFontFeaturesBtn";
     this.helpProvider1.SetShowHelp(this.m_headingFontFeaturesBtn, ((bool)(resources.GetObject("m_headingFontFeaturesBtn.ShowHelp"))));
     this.m_headingFontFeaturesBtn.WritingSystemFactory = null;
     //
     // m_defaultFontFeaturesBtn
     //
     resources.ApplyResources(this.m_defaultFontFeaturesBtn, "m_defaultFontFeaturesBtn");
     this.m_defaultFontFeaturesBtn.FontFeatures = null;
     this.m_defaultFontFeaturesBtn.FontName     = null;
     this.helpProvider1.SetHelpString(this.m_defaultFontFeaturesBtn, resources.GetString("m_defaultFontFeaturesBtn.HelpString"));
     this.m_defaultFontFeaturesBtn.Name = "m_defaultFontFeaturesBtn";
     this.helpProvider1.SetShowHelp(this.m_defaultFontFeaturesBtn, ((bool)(resources.GetObject("m_defaultFontFeaturesBtn.ShowHelp"))));
     this.m_defaultFontFeaturesBtn.WritingSystemFactory = null;
     //
     // DefaultFontsControl
     //
     this.Controls.Add(this.m_pubFontFeaturesBtn);
     this.Controls.Add(this.lblDefaultPubFont);
     this.Controls.Add(this.cbDefaultPubFont);
     this.Controls.Add(this.m_headingFontFeaturesBtn);
     this.Controls.Add(this.m_defaultFontFeaturesBtn);
     this.Controls.Add(this.cbDefaultNormalFont);
     this.Controls.Add(this.lblDefaultNormalFont);
     this.Controls.Add(this.lblDefaultHeadingFont);
     this.Controls.Add(this.cbDefaultHeadingFont);
     this.Name = "DefaultFontsControl";
     this.helpProvider1.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
     resources.ApplyResources(this, "$this");
     this.ResumeLayout(false);
     this.PerformLayout();
 }