SIL.FieldWorks.LexText.Controls.LexImportWizardCharMarkerDlg.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LexImportWizardCharMarkerDlg));
			this.lblBeginMarker = new System.Windows.Forms.Label();
			this.lblEndMarker = new System.Windows.Forms.Label();
			this.tbBeginMarker = new System.Windows.Forms.TextBox();
			this.tbEndMarker = new System.Windows.Forms.TextBox();
			this.cbLangDesc = new System.Windows.Forms.ComboBox();
			this.cbStyle = new System.Windows.Forms.ComboBox();
			this.btnAdd = new System.Windows.Forms.Button();
			this.btnStyles = new System.Windows.Forms.Button();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.lblEndRadio = new System.Windows.Forms.Label();
			this.radioEndWithField = new System.Windows.Forms.RadioButton();
			this.radioEndWithWord = new System.Windows.Forms.RadioButton();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.label4 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.btnOK = new System.Windows.Forms.Button();
			this.btnCancel = new System.Windows.Forms.Button();
			this.lblDescription = new System.Windows.Forms.Label();
			this.buttonHelp = new System.Windows.Forms.Button();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			//
			// lblBeginMarker
			//
			resources.ApplyResources(this.lblBeginMarker, "lblBeginMarker");
			this.lblBeginMarker.Name = "lblBeginMarker";
			//
			// lblEndMarker
			//
			resources.ApplyResources(this.lblEndMarker, "lblEndMarker");
			this.lblEndMarker.Name = "lblEndMarker";
			//
			// tbBeginMarker
			//
			resources.ApplyResources(this.tbBeginMarker, "tbBeginMarker");
			this.tbBeginMarker.Name = "tbBeginMarker";
			this.tbBeginMarker.TextChanged += new System.EventHandler(this.tbBeginMarker_TextChanged);
			//
			// tbEndMarker
			//
			resources.ApplyResources(this.tbEndMarker, "tbEndMarker");
			this.tbEndMarker.Name = "tbEndMarker";
			this.tbEndMarker.TextChanged += new System.EventHandler(this.tbEndMarker_TextChanged);
			//
			// cbLangDesc
			//
			resources.ApplyResources(this.cbLangDesc, "cbLangDesc");
			this.cbLangDesc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbLangDesc.Name = "cbLangDesc";
			//
			// cbStyle
			//
			resources.ApplyResources(this.cbStyle, "cbStyle");
			this.cbStyle.Name = "cbStyle";
			this.cbStyle.SelectionChangeCommitted += new System.EventHandler(this.cbStyle_SelectionChangeCommitted);
			//
			// btnAdd
			//
			resources.ApplyResources(this.btnAdd, "btnAdd");
			this.btnAdd.Name = "btnAdd";
			this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
			//
			// btnStyles
			//
			resources.ApplyResources(this.btnStyles, "btnStyles");
			this.btnStyles.Name = "btnStyles";
			this.btnStyles.Click += new System.EventHandler(this.btnStyles_Click);
			//
			// groupBox1
			//
			this.groupBox1.Controls.Add(this.lblEndRadio);
			this.groupBox1.Controls.Add(this.radioEndWithField);
			this.groupBox1.Controls.Add(this.radioEndWithWord);
			resources.ApplyResources(this.groupBox1, "groupBox1");
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.TabStop = false;
			//
			// lblEndRadio
			//
			resources.ApplyResources(this.lblEndRadio, "lblEndRadio");
			this.lblEndRadio.Name = "lblEndRadio";
			//
			// radioEndWithField
			//
			resources.ApplyResources(this.radioEndWithField, "radioEndWithField");
			this.radioEndWithField.Name = "radioEndWithField";
			this.radioEndWithField.TabStop = true;
			this.radioEndWithField.UseVisualStyleBackColor = true;
			this.radioEndWithField.CheckedChanged += new System.EventHandler(this.radioEndWithField_CheckedChanged);
			//
			// radioEndWithWord
			//
			resources.ApplyResources(this.radioEndWithWord, "radioEndWithWord");
			this.radioEndWithWord.Name = "radioEndWithWord";
			this.radioEndWithWord.TabStop = true;
			this.radioEndWithWord.UseVisualStyleBackColor = true;
			this.radioEndWithWord.CheckedChanged += new System.EventHandler(this.radioEndWithWord_CheckedChanged);
			//
			// groupBox2
			//
			this.groupBox2.Controls.Add(this.label4);
			this.groupBox2.Controls.Add(this.label5);
			this.groupBox2.Controls.Add(this.cbStyle);
			this.groupBox2.Controls.Add(this.btnStyles);
			resources.ApplyResources(this.groupBox2, "groupBox2");
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.TabStop = false;
			//
			// label4
			//
			resources.ApplyResources(this.label4, "label4");
			this.label4.Name = "label4";
			//
			// label5
			//
			resources.ApplyResources(this.label5, "label5");
			this.label5.Name = "label5";
			//
			// btnOK
			//
			resources.ApplyResources(this.btnOK, "btnOK");
			this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.btnOK.Name = "btnOK";
			//
			// btnCancel
			//
			resources.ApplyResources(this.btnCancel, "btnCancel");
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnCancel.Name = "btnCancel";
			//
			// lblDescription
			//
			resources.ApplyResources(this.lblDescription, "lblDescription");
			this.lblDescription.Name = "lblDescription";
			//
			// buttonHelp
			//
			resources.ApplyResources(this.buttonHelp, "buttonHelp");
			this.buttonHelp.Name = "buttonHelp";
			this.buttonHelp.UseVisualStyleBackColor = true;
			this.buttonHelp.Click += new System.EventHandler(this.buttonHelp_Click);
			//
			// LexImportWizardCharMarkerDlg
			//
			this.AcceptButton = this.btnOK;
			resources.ApplyResources(this, "$this");
			this.CancelButton = this.btnCancel;
			this.Controls.Add(this.buttonHelp);
			this.Controls.Add(this.tbEndMarker);
			this.Controls.Add(this.tbBeginMarker);
			this.Controls.Add(this.lblDescription);
			this.Controls.Add(this.btnCancel);
			this.Controls.Add(this.btnOK);
			this.Controls.Add(this.btnAdd);
			this.Controls.Add(this.cbLangDesc);
			this.Controls.Add(this.lblEndMarker);
			this.Controls.Add(this.lblBeginMarker);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.groupBox2);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.Name = "LexImportWizardCharMarkerDlg";
			this.Load += new System.EventHandler(this.LexImportWizardCharMarkerDlg_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.groupBox2.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
		#endregion