SIL.FieldWorks.TE.ImportWizard.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(ImportWizard));
			this.m_btnHelp = new System.Windows.Forms.Button();
			this.m_btnBack = new System.Windows.Forms.Button();
			this.m_btnCancel = new System.Windows.Forms.Button();
			this.m_btnNext = new System.Windows.Forms.Button();
			this.lblSteps = new System.Windows.Forms.Label();
			this.panStep4 = new System.Windows.Forms.Panel();
			this.lblFinish = new System.Windows.Forms.Label();
			this.label14 = new System.Windows.Forms.Label();
			this.panStep3 = new System.Windows.Forms.Panel();
			this.cboShowMappings = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
			this.tabCtrlMappings = new System.Windows.Forms.TabControl();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.m_btnDeleteScrMapping = new System.Windows.Forms.Button();
			this.lvScrMappings = new SIL.FieldWorks.Common.Controls.FwListView();
			this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
			this.m_cmMappings = new System.Windows.Forms.ContextMenu();
			this.m_mnuExclude = new System.Windows.Forms.MenuItem();
			this.m_btnAddScrMapping = new System.Windows.Forms.Button();
			this.m_btnModifyScrMapping = new System.Windows.Forms.Button();
			this.tabPage2 = new System.Windows.Forms.TabPage();
			this.m_btnAddNoteMapping = new System.Windows.Forms.Button();
			this.m_btnDeleteNoteMapping = new System.Windows.Forms.Button();
			this.m_btnModifyNoteMapping = new System.Windows.Forms.Button();
			this.lvAnnotationMappings = new SIL.FieldWorks.Common.Controls.FwListView();
			this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
			this.label15 = new System.Windows.Forms.Label();
			this.label20 = new System.Windows.Forms.Label();
			this.panStep2_Other = new System.Windows.Forms.Panel();
			this.sfFileListBuilder = new SIL.FieldWorks.Common.Controls.SFFileListBuilder();
			this.label21 = new System.Windows.Forms.Label();
			this.panStep2_PT = new System.Windows.Forms.Panel();
			this.cboPTBackTrans = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
			this.cboPTTransNotes = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
			this.cboPTLangProj = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox();
			this.label23 = new System.Windows.Forms.Label();
			this.label24 = new System.Windows.Forms.Label();
			this.label25 = new System.Windows.Forms.Label();
			this.label26 = new System.Windows.Forms.Label();
			this.label27 = new System.Windows.Forms.Label();
			this.label28 = new System.Windows.Forms.Label();
			this.panStep1 = new System.Windows.Forms.Panel();
			this.rbParatext5 = new System.Windows.Forms.RadioButton();
			this.rbOther = new System.Windows.Forms.RadioButton();
			this.rbParatext6 = new System.Windows.Forms.RadioButton();
			this.label30 = new System.Windows.Forms.Label();
			this.panStep0 = new System.Windows.Forms.Panel();
			this.label31 = new System.Windows.Forms.Label();
			this.lblOverview = new System.Windows.Forms.Label();
			this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
			this.stepsPanel = new SIL.FieldWorks.Common.Controls.WizardStepPanel();
			this.panStep4.SuspendLayout();
			this.panStep3.SuspendLayout();
			this.tabCtrlMappings.SuspendLayout();
			this.tabPage1.SuspendLayout();
			this.tabPage2.SuspendLayout();
			this.panStep2_Other.SuspendLayout();
			this.panStep2_PT.SuspendLayout();
			this.panStep1.SuspendLayout();
			this.panStep0.SuspendLayout();
			this.SuspendLayout();
			//
			// 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_btnBack
			//
			resources.ApplyResources(this.m_btnBack, "m_btnBack");
			this.m_btnBack.Name = "m_btnBack";
			this.m_btnBack.Click += new System.EventHandler(this.m_btnBack_Click);
			//
			// m_btnCancel
			//
			resources.ApplyResources(this.m_btnCancel, "m_btnCancel");
			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.m_btnCancel.Name = "m_btnCancel";
			//
			// m_btnNext
			//
			resources.ApplyResources(this.m_btnNext, "m_btnNext");
			this.m_btnNext.Name = "m_btnNext";
			this.m_btnNext.Click += new System.EventHandler(this.m_btnNext_Click);
			//
			// lblSteps
			//
			resources.ApplyResources(this.lblSteps, "lblSteps");
			this.lblSteps.Name = "lblSteps";
			//
			// panStep4
			//
			this.panStep4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panStep4.Controls.Add(this.lblFinish);
			this.panStep4.Controls.Add(this.label14);
			resources.ApplyResources(this.panStep4, "panStep4");
			this.panStep4.Name = "panStep4";
			//
			// lblFinish
			//
			resources.ApplyResources(this.lblFinish, "lblFinish");
			this.lblFinish.Name = "lblFinish";
			//
			// label14
			//
			resources.ApplyResources(this.label14, "label14");
			this.label14.Name = "label14";
			//
			// panStep3
			//
			this.panStep3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panStep3.Controls.Add(this.cboShowMappings);
			this.panStep3.Controls.Add(this.tabCtrlMappings);
			this.panStep3.Controls.Add(this.label15);
			this.panStep3.Controls.Add(this.label20);
			resources.ApplyResources(this.panStep3, "panStep3");
			this.panStep3.Name = "panStep3";
			this.panStep3.VisibleChanged += new System.EventHandler(this.panStep3_VisibleChanged);
			//
			// cboShowMappings
			//
			this.cboShowMappings.AllowSpaceInEditBox = false;
			resources.ApplyResources(this.cboShowMappings, "cboShowMappings");
			this.cboShowMappings.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboShowMappings.FormattingEnabled = true;
			this.cboShowMappings.Items.AddRange(new object[] {
			resources.GetString("cboShowMappings.Items"),
			resources.GetString("cboShowMappings.Items1")});
			this.cboShowMappings.Name = "cboShowMappings";
			this.cboShowMappings.SelectedIndexChanged += new System.EventHandler(this.cboShowMappings_SelectedIndexChanged);
			//
			// tabCtrlMappings
			//
			resources.ApplyResources(this.tabCtrlMappings, "tabCtrlMappings");
			this.tabCtrlMappings.Controls.Add(this.tabPage1);
			this.tabCtrlMappings.Controls.Add(this.tabPage2);
			this.tabCtrlMappings.Name = "tabCtrlMappings";
			this.tabCtrlMappings.SelectedIndex = 0;
			this.tabCtrlMappings.SelectedIndexChanged += new System.EventHandler(this.tabCtrlMappings_SelectedIndexChanged);
			//
			// tabPage1
			//
			this.tabPage1.Controls.Add(this.m_btnDeleteScrMapping);
			this.tabPage1.Controls.Add(this.lvScrMappings);
			this.tabPage1.Controls.Add(this.m_btnAddScrMapping);
			this.tabPage1.Controls.Add(this.m_btnModifyScrMapping);
			resources.ApplyResources(this.tabPage1, "tabPage1");
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.UseVisualStyleBackColor = true;
			//
			// m_btnDeleteScrMapping
			//
			resources.ApplyResources(this.m_btnDeleteScrMapping, "m_btnDeleteScrMapping");
			this.m_btnDeleteScrMapping.Name = "m_btnDeleteScrMapping";
			this.m_btnDeleteScrMapping.Click += new System.EventHandler(this.btnDelete_Click);
			//
			// lvScrMappings
			//
			resources.ApplyResources(this.lvScrMappings, "lvScrMappings");
			this.lvScrMappings.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
			this.columnHeader7,
			this.columnHeader8,
			this.columnHeader9});
			this.lvScrMappings.ContextMenu = this.m_cmMappings;
			this.lvScrMappings.FullRowSelect = true;
			this.lvScrMappings.HideSelection = false;
			this.lvScrMappings.Name = "lvScrMappings";
			this.lvScrMappings.OwnerDraw = true;
			this.lvScrMappings.Sorting = System.Windows.Forms.SortOrder.Ascending;
			this.lvScrMappings.UseCompatibleStateImageBehavior = false;
			this.lvScrMappings.View = System.Windows.Forms.View.Details;
			this.lvScrMappings.SelectedIndexChanged += new System.EventHandler(this.lvMappings_SelectedIndexChanged);
			this.lvScrMappings.DoubleClick += new System.EventHandler(this.lvMappings_DoubleClick);
			this.lvScrMappings.DrawSubItem += new System.Windows.Forms.DrawListViewSubItemEventHandler(this.lvMappings_DrawSubItem);
			//
			// columnHeader7
			//
			resources.ApplyResources(this.columnHeader7, "columnHeader7");
			//
			// columnHeader8
			//
			resources.ApplyResources(this.columnHeader8, "columnHeader8");
			//
			// columnHeader9
			//
			resources.ApplyResources(this.columnHeader9, "columnHeader9");
			//
			// m_cmMappings
			//
			this.m_cmMappings.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.m_mnuExclude});
			this.m_cmMappings.Popup += new System.EventHandler(this.m_cmMappings_Popup);
			//
			// m_mnuExclude
			//
			this.m_mnuExclude.Index = 0;
			resources.ApplyResources(this.m_mnuExclude, "m_mnuExclude");
			this.m_mnuExclude.Click += new System.EventHandler(this.MappingContextMenu_Click);
			//
			// m_btnAddScrMapping
			//
			resources.ApplyResources(this.m_btnAddScrMapping, "m_btnAddScrMapping");
			this.m_btnAddScrMapping.Name = "m_btnAddScrMapping";
			this.m_btnAddScrMapping.Click += new System.EventHandler(this.btnAdd_Click);
			//
			// m_btnModifyScrMapping
			//
			resources.ApplyResources(this.m_btnModifyScrMapping, "m_btnModifyScrMapping");
			this.m_btnModifyScrMapping.Name = "m_btnModifyScrMapping";
			this.m_btnModifyScrMapping.Click += new System.EventHandler(this.m_btnModify_Click);
			//
			// tabPage2
			//
			this.tabPage2.Controls.Add(this.m_btnAddNoteMapping);
			this.tabPage2.Controls.Add(this.m_btnDeleteNoteMapping);
			this.tabPage2.Controls.Add(this.m_btnModifyNoteMapping);
			this.tabPage2.Controls.Add(this.lvAnnotationMappings);
			resources.ApplyResources(this.tabPage2, "tabPage2");
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.UseVisualStyleBackColor = true;
			//
			// m_btnAddNoteMapping
			//
			resources.ApplyResources(this.m_btnAddNoteMapping, "m_btnAddNoteMapping");
			this.m_btnAddNoteMapping.Name = "m_btnAddNoteMapping";
			this.m_btnAddNoteMapping.Click += new System.EventHandler(this.btnAdd_Click);
			//
			// m_btnDeleteNoteMapping
			//
			resources.ApplyResources(this.m_btnDeleteNoteMapping, "m_btnDeleteNoteMapping");
			this.m_btnDeleteNoteMapping.Name = "m_btnDeleteNoteMapping";
			this.m_btnDeleteNoteMapping.Click += new System.EventHandler(this.btnDelete_Click);
			//
			// m_btnModifyNoteMapping
			//
			resources.ApplyResources(this.m_btnModifyNoteMapping, "m_btnModifyNoteMapping");
			this.m_btnModifyNoteMapping.Name = "m_btnModifyNoteMapping";
			this.m_btnModifyNoteMapping.Click += new System.EventHandler(this.m_btnModify_Click);
			//
			// lvAnnotationMappings
			//
			resources.ApplyResources(this.lvAnnotationMappings, "lvAnnotationMappings");
			this.lvAnnotationMappings.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
			this.columnHeader4,
			this.columnHeader5,
			this.columnHeader6});
			this.lvAnnotationMappings.ContextMenu = this.m_cmMappings;
			this.lvAnnotationMappings.FullRowSelect = true;
			this.lvAnnotationMappings.HideSelection = false;
			this.lvAnnotationMappings.Name = "lvAnnotationMappings";
			this.lvAnnotationMappings.OwnerDraw = true;
			this.lvAnnotationMappings.Sorting = System.Windows.Forms.SortOrder.Ascending;
			this.lvAnnotationMappings.UseCompatibleStateImageBehavior = false;
			this.lvAnnotationMappings.View = System.Windows.Forms.View.Details;
			this.lvAnnotationMappings.SelectedIndexChanged += new System.EventHandler(this.lvMappings_SelectedIndexChanged);
			this.lvAnnotationMappings.DoubleClick += new System.EventHandler(this.lvMappings_DoubleClick);
			this.lvAnnotationMappings.DrawSubItem += new System.Windows.Forms.DrawListViewSubItemEventHandler(this.lvMappings_DrawSubItem);
			//
			// columnHeader4
			//
			resources.ApplyResources(this.columnHeader4, "columnHeader4");
			//
			// columnHeader5
			//
			resources.ApplyResources(this.columnHeader5, "columnHeader5");
			//
			// columnHeader6
			//
			resources.ApplyResources(this.columnHeader6, "columnHeader6");
			//
			// label15
			//
			resources.ApplyResources(this.label15, "label15");
			this.label15.Name = "label15";
			//
			// label20
			//
			resources.ApplyResources(this.label20, "label20");
			this.label20.Name = "label20";
			//
			// panStep2_Other
			//
			this.panStep2_Other.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panStep2_Other.Controls.Add(this.sfFileListBuilder);
			this.panStep2_Other.Controls.Add(this.label21);
			resources.ApplyResources(this.panStep2_Other, "panStep2_Other");
			this.panStep2_Other.Name = "panStep2_Other";
			this.panStep2_Other.VisibleChanged += new System.EventHandler(this.panStep2_Other_VisibleChanged);
			//
			// sfFileListBuilder
			//
			resources.ApplyResources(this.sfFileListBuilder, "sfFileListBuilder");
			this.sfFileListBuilder.Name = "sfFileListBuilder";
			this.sfFileListBuilder.FilesChanged += new SIL.FieldWorks.Common.Controls.SFFileListBuilder.FilesChangedHandler(this.OnFilesChanged);
			//
			// label21
			//
			resources.ApplyResources(this.label21, "label21");
			this.label21.Name = "label21";
			//
			// panStep2_PT
			//
			this.panStep2_PT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panStep2_PT.Controls.Add(this.cboPTBackTrans);
			this.panStep2_PT.Controls.Add(this.cboPTTransNotes);
			this.panStep2_PT.Controls.Add(this.cboPTLangProj);
			this.panStep2_PT.Controls.Add(this.label23);
			this.panStep2_PT.Controls.Add(this.label24);
			this.panStep2_PT.Controls.Add(this.label25);
			this.panStep2_PT.Controls.Add(this.label26);
			this.panStep2_PT.Controls.Add(this.label27);
			this.panStep2_PT.Controls.Add(this.label28);
			resources.ApplyResources(this.panStep2_PT, "panStep2_PT");
			this.panStep2_PT.Name = "panStep2_PT";
			this.panStep2_PT.VisibleChanged += new System.EventHandler(this.panStep2_PT_VisibleChanged);
			//
			// cboPTBackTrans
			//
			this.cboPTBackTrans.AllowSpaceInEditBox = false;
			resources.ApplyResources(this.cboPTBackTrans, "cboPTBackTrans");
			this.cboPTBackTrans.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboPTBackTrans.Name = "cboPTBackTrans";
			//
			// cboPTTransNotes
			//
			this.cboPTTransNotes.AllowSpaceInEditBox = false;
			resources.ApplyResources(this.cboPTTransNotes, "cboPTTransNotes");
			this.cboPTTransNotes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboPTTransNotes.Name = "cboPTTransNotes";
			//
			// cboPTLangProj
			//
			this.cboPTLangProj.AllowSpaceInEditBox = false;
			resources.ApplyResources(this.cboPTLangProj, "cboPTLangProj");
			this.cboPTLangProj.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboPTLangProj.Name = "cboPTLangProj";
			//
			// label23
			//
			resources.ApplyResources(this.label23, "label23");
			this.label23.Name = "label23";
			//
			// label24
			//
			resources.ApplyResources(this.label24, "label24");
			this.label24.Name = "label24";
			//
			// label25
			//
			this.label25.AutoEllipsis = true;
			resources.ApplyResources(this.label25, "label25");
			this.label25.BackColor = System.Drawing.Color.Transparent;
			this.label25.Name = "label25";
			//
			// label26
			//
			resources.ApplyResources(this.label26, "label26");
			this.label26.Name = "label26";
			//
			// label27
			//
			resources.ApplyResources(this.label27, "label27");
			this.label27.Name = "label27";
			//
			// label28
			//
			resources.ApplyResources(this.label28, "label28");
			this.label28.Name = "label28";
			//
			// panStep1
			//
			this.panStep1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panStep1.Controls.Add(this.rbParatext5);
			this.panStep1.Controls.Add(this.rbOther);
			this.panStep1.Controls.Add(this.rbParatext6);
			this.panStep1.Controls.Add(this.label30);
			resources.ApplyResources(this.panStep1, "panStep1");
			this.panStep1.Name = "panStep1";
			this.panStep1.VisibleChanged += new System.EventHandler(this.panStep1_VisibleChanged);
			//
			// rbParatext5
			//
			resources.ApplyResources(this.rbParatext5, "rbParatext5");
			this.rbParatext5.BackColor = System.Drawing.Color.Transparent;
			this.rbParatext5.Name = "rbParatext5";
			this.rbParatext5.UseVisualStyleBackColor = false;
			this.rbParatext5.CheckedChanged += new System.EventHandler(this.rbParatext5_CheckedChanged);
			//
			// rbOther
			//
			resources.ApplyResources(this.rbOther, "rbOther");
			this.rbOther.BackColor = System.Drawing.Color.Transparent;
			this.rbOther.Name = "rbOther";
			this.rbOther.UseVisualStyleBackColor = false;
			this.rbOther.CheckedChanged += new System.EventHandler(this.rbOther_CheckedChanged);
			//
			// rbParatext6
			//
			resources.ApplyResources(this.rbParatext6, "rbParatext6");
			this.rbParatext6.BackColor = System.Drawing.Color.Transparent;
			this.rbParatext6.Checked = true;
			this.rbParatext6.Name = "rbParatext6";
			this.rbParatext6.TabStop = true;
			this.rbParatext6.UseVisualStyleBackColor = false;
			this.rbParatext6.CheckedChanged += new System.EventHandler(this.rbParatext6_CheckedChanged);
			//
			// label30
			//
			resources.ApplyResources(this.label30, "label30");
			this.label30.Name = "label30";
			//
			// panStep0
			//
			this.panStep0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panStep0.Controls.Add(this.label31);
			this.panStep0.Controls.Add(this.lblOverview);
			resources.ApplyResources(this.panStep0, "panStep0");
			this.panStep0.Name = "panStep0";
			//
			// label31
			//
			resources.ApplyResources(this.label31, "label31");
			this.label31.Name = "label31";
			//
			// lblOverview
			//
			resources.ApplyResources(this.lblOverview, "lblOverview");
			this.lblOverview.Name = "lblOverview";
			//
			// columnHeader1
			//
			resources.ApplyResources(this.columnHeader1, "columnHeader1");
			//
			// columnHeader2
			//
			resources.ApplyResources(this.columnHeader2, "columnHeader2");
			//
			// columnHeader3
			//
			resources.ApplyResources(this.columnHeader3, "columnHeader3");
			//
			// stepsPanel
			//
			resources.ApplyResources(this.stepsPanel, "stepsPanel");
			this.stepsPanel.CurrentStepNumber = 0;
			this.stepsPanel.Name = "stepsPanel";
			this.stepsPanel.StepText = new string[] {
		resources.GetString("stepsPanel.StepText"),
		resources.GetString("stepsPanel.StepText1"),
		resources.GetString("stepsPanel.StepText2"),
		resources.GetString("stepsPanel.StepText3"),
		resources.GetString("stepsPanel.StepText4")};
			//
			// ImportWizard
			//
			this.AcceptButton = this.m_btnNext;
			resources.ApplyResources(this, "$this");
			this.CancelButton = this.m_btnCancel;
			this.ControlBox = false;
			this.Controls.Add(this.panStep1);
			this.Controls.Add(this.panStep4);
			this.Controls.Add(this.lblSteps);
			this.Controls.Add(this.panStep3);
			this.Controls.Add(this.panStep2_Other);
			this.Controls.Add(this.panStep2_PT);
			this.Controls.Add(this.panStep0);
			this.Controls.Add(this.m_btnHelp);
			this.Controls.Add(this.m_btnBack);
			this.Controls.Add(this.m_btnCancel);
			this.Controls.Add(this.m_btnNext);
			this.Controls.Add(this.stepsPanel);
			this.Name = "ImportWizard";
			this.ShowInTaskbar = false;
			this.panStep4.ResumeLayout(false);
			this.panStep4.PerformLayout();
			this.panStep3.ResumeLayout(false);
			this.panStep3.PerformLayout();
			this.tabCtrlMappings.ResumeLayout(false);
			this.tabPage1.ResumeLayout(false);
			this.tabPage2.ResumeLayout(false);
			this.panStep2_Other.ResumeLayout(false);
			this.panStep2_Other.PerformLayout();
			this.panStep2_PT.ResumeLayout(false);
			this.panStep2_PT.PerformLayout();
			this.panStep1.ResumeLayout(false);
			this.panStep1.PerformLayout();
			this.panStep0.ResumeLayout(false);
			this.panStep0.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
		#endregion