/// -----------------------------------------------------------------------------------
 /// <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 lblBegMarker;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CharacterMappingSettings));
     System.Windows.Forms.Label lblEndMarker;
     System.Windows.Forms.Button btnCancel;
     this.txtBeginningMarker = new System.Windows.Forms.TextBox();
     this.txtEndingMarker = new System.Windows.Forms.TextBox();
     this.btnOk = new System.Windows.Forms.Button();
     this.btnHelp = new System.Windows.Forms.Button();
     this.mappingDetailsCtrl = new MappingDetailsCtrl();
     lblBegMarker = new System.Windows.Forms.Label();
     lblEndMarker = new System.Windows.Forms.Label();
     btnCancel = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // lblBegMarker
     //
     resources.ApplyResources(lblBegMarker, "lblBegMarker");
     lblBegMarker.Name = "lblBegMarker";
     //
     // lblEndMarker
     //
     resources.ApplyResources(lblEndMarker, "lblEndMarker");
     lblEndMarker.Name = "lblEndMarker";
     //
     // txtBeginningMarker
     //
     resources.ApplyResources(this.txtBeginningMarker, "txtBeginningMarker");
     this.txtBeginningMarker.Name = "txtBeginningMarker";
     //
     // txtEndingMarker
     //
     resources.ApplyResources(this.txtEndingMarker, "txtEndingMarker");
     this.txtEndingMarker.Name = "txtEndingMarker";
     //
     // btnOk
     //
     resources.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.Name = "btnOk";
     this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
     //
     // btnCancel
     //
     resources.ApplyResources(btnCancel, "btnCancel");
     btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     btnCancel.Name = "btnCancel";
     //
     // btnHelp
     //
     resources.ApplyResources(this.btnHelp, "btnHelp");
     this.btnHelp.Name = "btnHelp";
     this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
     //
     // mappingDetailsCtrl
     //
     resources.ApplyResources(this.mappingDetailsCtrl, "mappingDetailsCtrl");
     this.mappingDetailsCtrl.Name = "mappingDetailsCtrl";
     this.mappingDetailsCtrl.ValidStateChanged += new MappingDetailsCtrl.ValidStateChangedHandler(this.mappingDetailsCtrl1_ValidStateChanged);
     //
     // CharacterMappingSettings
     //
     this.AcceptButton = this.btnOk;
     resources.ApplyResources(this, "$this");
     this.CancelButton = btnCancel;
     this.Controls.Add(this.mappingDetailsCtrl);
     this.Controls.Add(this.btnHelp);
     this.Controls.Add(btnCancel);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.txtEndingMarker);
     this.Controls.Add(lblBegMarker);
     this.Controls.Add(this.txtBeginningMarker);
     this.Controls.Add(lblEndMarker);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "CharacterMappingSettings";
     this.ShowInTaskbar = false;
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModifyMapping));
     System.Windows.Forms.Button btnCancel;
     System.Windows.Forms.Label  label1;
     System.Windows.Forms.Label  label3;
     this.btnHelp            = new System.Windows.Forms.Button();
     this.btnOk              = new System.Windows.Forms.Button();
     this.markerLabel        = new System.Windows.Forms.Label();
     this.mappingDetailsCtrl = new MappingDetailsCtrl();
     this.endMarkerLabel     = new System.Windows.Forms.Label();
     btnCancel = new System.Windows.Forms.Button();
     label1    = new System.Windows.Forms.Label();
     label3    = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // btnHelp
     //
     resources.ApplyResources(this.btnHelp, "btnHelp");
     this.btnHelp.Name   = "btnHelp";
     this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
     //
     // btnCancel
     //
     btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(btnCancel, "btnCancel");
     btnCancel.Name = "btnCancel";
     //
     // btnOk
     //
     resources.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.Name   = "btnOk";
     this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
     //
     // markerLabel
     //
     resources.ApplyResources(this.markerLabel, "markerLabel");
     this.markerLabel.Name = "markerLabel";
     //
     // label1
     //
     resources.ApplyResources(label1, "label1");
     label1.Name = "label1";
     //
     // mappingDetailsCtrl
     //
     resources.ApplyResources(this.mappingDetailsCtrl, "mappingDetailsCtrl");
     this.mappingDetailsCtrl.Name = "mappingDetailsCtrl";
     this.mappingDetailsCtrl.ValidStateChanged += new MappingDetailsCtrl.ValidStateChangedHandler(this.mappingDetailsCtrl_ValidStateChanged);
     //
     // endMarkerLabel
     //
     resources.ApplyResources(this.endMarkerLabel, "endMarkerLabel");
     this.endMarkerLabel.Name = "endMarkerLabel";
     //
     // label3
     //
     resources.ApplyResources(label3, "label3");
     label3.Name = "label3";
     //
     // ModifyMapping
     //
     this.AcceptButton = this.btnOk;
     resources.ApplyResources(this, "$this");
     this.CancelButton = btnCancel;
     this.Controls.Add(this.endMarkerLabel);
     this.Controls.Add(label3);
     this.Controls.Add(this.mappingDetailsCtrl);
     this.Controls.Add(this.markerLabel);
     this.Controls.Add(label1);
     this.Controls.Add(this.btnHelp);
     this.Controls.Add(btnCancel);
     this.Controls.Add(this.btnOk);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ModifyMapping";
     this.ShowInTaskbar   = false;
     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()
		{
			System.Windows.Forms.Label lblBegMarker;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CharacterMappingSettings));
			System.Windows.Forms.Label lblEndMarker;
			System.Windows.Forms.Button btnCancel;
			this.txtBeginningMarker = new System.Windows.Forms.TextBox();
			this.txtEndingMarker = new System.Windows.Forms.TextBox();
			this.btnOk = new System.Windows.Forms.Button();
			this.btnHelp = new System.Windows.Forms.Button();
			this.mappingDetailsCtrl = new MappingDetailsCtrl();
			lblBegMarker = new System.Windows.Forms.Label();
			lblEndMarker = new System.Windows.Forms.Label();
			btnCancel = new System.Windows.Forms.Button();
			this.SuspendLayout();
			//
			// lblBegMarker
			//
			resources.ApplyResources(lblBegMarker, "lblBegMarker");
			lblBegMarker.Name = "lblBegMarker";
			//
			// lblEndMarker
			//
			resources.ApplyResources(lblEndMarker, "lblEndMarker");
			lblEndMarker.Name = "lblEndMarker";
			//
			// txtBeginningMarker
			//
			resources.ApplyResources(this.txtBeginningMarker, "txtBeginningMarker");
			this.txtBeginningMarker.Name = "txtBeginningMarker";
			//
			// txtEndingMarker
			//
			resources.ApplyResources(this.txtEndingMarker, "txtEndingMarker");
			this.txtEndingMarker.Name = "txtEndingMarker";
			//
			// btnOk
			//
			resources.ApplyResources(this.btnOk, "btnOk");
			this.btnOk.Name = "btnOk";
			this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
			//
			// btnCancel
			//
			resources.ApplyResources(btnCancel, "btnCancel");
			btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			btnCancel.Name = "btnCancel";
			//
			// btnHelp
			//
			resources.ApplyResources(this.btnHelp, "btnHelp");
			this.btnHelp.Name = "btnHelp";
			this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
			//
			// mappingDetailsCtrl
			//
			resources.ApplyResources(this.mappingDetailsCtrl, "mappingDetailsCtrl");
			this.mappingDetailsCtrl.Name = "mappingDetailsCtrl";
			this.mappingDetailsCtrl.ValidStateChanged += new MappingDetailsCtrl.ValidStateChangedHandler(this.mappingDetailsCtrl1_ValidStateChanged);
			//
			// CharacterMappingSettings
			//
			this.AcceptButton = this.btnOk;
			resources.ApplyResources(this, "$this");
			this.CancelButton = btnCancel;
			this.Controls.Add(this.mappingDetailsCtrl);
			this.Controls.Add(this.btnHelp);
			this.Controls.Add(btnCancel);
			this.Controls.Add(this.btnOk);
			this.Controls.Add(this.txtEndingMarker);
			this.Controls.Add(lblBegMarker);
			this.Controls.Add(this.txtBeginningMarker);
			this.Controls.Add(lblEndMarker);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "CharacterMappingSettings";
			this.ShowInTaskbar = false;
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Example #4
0
		/// -----------------------------------------------------------------------------------
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		/// -----------------------------------------------------------------------------------
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModifyMapping));
			System.Windows.Forms.Button btnCancel;
			System.Windows.Forms.Label label1;
			System.Windows.Forms.Label label3;
			this.btnHelp = new System.Windows.Forms.Button();
			this.btnOk = new System.Windows.Forms.Button();
			this.markerLabel = new System.Windows.Forms.Label();
			this.mappingDetailsCtrl = new MappingDetailsCtrl();
			this.endMarkerLabel = new System.Windows.Forms.Label();
			btnCancel = new System.Windows.Forms.Button();
			label1 = new System.Windows.Forms.Label();
			label3 = new System.Windows.Forms.Label();
			this.SuspendLayout();
			//
			// btnHelp
			//
			resources.ApplyResources(this.btnHelp, "btnHelp");
			this.btnHelp.Name = "btnHelp";
			this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
			//
			// btnCancel
			//
			btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			resources.ApplyResources(btnCancel, "btnCancel");
			btnCancel.Name = "btnCancel";
			//
			// btnOk
			//
			resources.ApplyResources(this.btnOk, "btnOk");
			this.btnOk.Name = "btnOk";
			this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
			//
			// markerLabel
			//
			resources.ApplyResources(this.markerLabel, "markerLabel");
			this.markerLabel.Name = "markerLabel";
			//
			// label1
			//
			resources.ApplyResources(label1, "label1");
			label1.Name = "label1";
			//
			// mappingDetailsCtrl
			//
			resources.ApplyResources(this.mappingDetailsCtrl, "mappingDetailsCtrl");
			this.mappingDetailsCtrl.Name = "mappingDetailsCtrl";
			this.mappingDetailsCtrl.ValidStateChanged += new MappingDetailsCtrl.ValidStateChangedHandler(this.mappingDetailsCtrl_ValidStateChanged);
			//
			// endMarkerLabel
			//
			resources.ApplyResources(this.endMarkerLabel, "endMarkerLabel");
			this.endMarkerLabel.Name = "endMarkerLabel";
			//
			// label3
			//
			resources.ApplyResources(label3, "label3");
			label3.Name = "label3";
			//
			// ModifyMapping
			//
			this.AcceptButton = this.btnOk;
			resources.ApplyResources(this, "$this");
			this.CancelButton = btnCancel;
			this.Controls.Add(this.endMarkerLabel);
			this.Controls.Add(label3);
			this.Controls.Add(this.mappingDetailsCtrl);
			this.Controls.Add(this.markerLabel);
			this.Controls.Add(label1);
			this.Controls.Add(this.btnHelp);
			this.Controls.Add(btnCancel);
			this.Controls.Add(this.btnOk);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "ModifyMapping";
			this.ShowInTaskbar = false;
			this.ResumeLayout(false);
			this.PerformLayout();

		}