SIL.FieldWorks.XWorks.ExportDialog.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(ExportDialog));
			this.btnExport = new System.Windows.Forms.Button();
			this.btnCancel = new System.Windows.Forms.Button();
			this.m_exportList = new System.Windows.Forms.ListView();
			this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
			this.m_description = new System.Windows.Forms.RichTextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.buttonHelp = new System.Windows.Forms.Button();
			this.m_chkExportPictures = new System.Windows.Forms.CheckBox();
			this.m_chkShowInFolder = new System.Windows.Forms.CheckBox();
			this.SuspendLayout();
			//
			// btnExport
			//
			resources.ApplyResources(this.btnExport, "btnExport");
			this.btnExport.Name = "btnExport";
			this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
			//
			// btnCancel
			//
			resources.ApplyResources(this.btnCancel, "btnCancel");
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			//
			// m_exportList
			//
			resources.ApplyResources(this.m_exportList, "m_exportList");
			this.m_exportList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
			this.columnHeader1,
			this.columnHeader2});
			this.m_exportList.FullRowSelect = true;
			this.m_exportList.HideSelection = false;
			this.m_exportList.MinimumSize = new System.Drawing.Size(256, 183);
			this.m_exportList.MultiSelect = false;
			this.m_exportList.Name = "m_exportList";
			this.m_exportList.Sorting = System.Windows.Forms.SortOrder.Ascending;
			this.m_exportList.UseCompatibleStateImageBehavior = false;
			this.m_exportList.View = System.Windows.Forms.View.Details;
			this.m_exportList.SelectedIndexChanged += new System.EventHandler(this.m_exportList_SelectedIndexChanged);
			//
			// columnHeader1
			//
			resources.ApplyResources(this.columnHeader1, "columnHeader1");
			//
			// columnHeader2
			//
			resources.ApplyResources(this.columnHeader2, "columnHeader2");
			//
			// m_description
			//
			resources.ApplyResources(this.m_description, "m_description");
			this.m_description.Name = "m_description";
			this.m_description.ReadOnly = true;
			this.m_description.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.m_description_LinkClicked);
			//
			// label1
			//
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			//
			// buttonHelp
			//
			resources.ApplyResources(this.buttonHelp, "buttonHelp");
			this.buttonHelp.Name = "buttonHelp";
			this.buttonHelp.Click += new System.EventHandler(this.buttonHelp_Click);
			//
			// m_chkExportPictures
			//
			resources.ApplyResources(this.m_chkExportPictures, "m_chkExportPictures");
			this.m_chkExportPictures.Name = "m_chkExportPictures";
			this.m_chkExportPictures.UseVisualStyleBackColor = true;
			this.m_chkExportPictures.CheckedChanged += new System.EventHandler(this.m_chkExportPictures_CheckedChanged);
			//
			// m_chkShowInFolder
			//
			resources.ApplyResources(this.m_chkShowInFolder, "m_chkShowInFolder");
			this.m_chkShowInFolder.Checked = true;
			this.m_chkShowInFolder.CheckState = System.Windows.Forms.CheckState.Checked;
			this.m_chkShowInFolder.Name = "m_chkShowInFolder";
			this.m_chkShowInFolder.UseVisualStyleBackColor = true;
			//
			// ExportDialog
			//
			this.AcceptButton = this.btnExport;
			resources.ApplyResources(this, "$this");
			this.CancelButton = this.btnCancel;
			this.Controls.Add(this.m_chkShowInFolder);
			this.Controls.Add(this.m_chkExportPictures);
			this.Controls.Add(this.buttonHelp);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.m_description);
			this.Controls.Add(this.m_exportList);
			this.Controls.Add(this.btnCancel);
			this.Controls.Add(this.btnExport);
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "ExportDialog";
			this.ShowIcon = false;
			this.Load += new System.EventHandler(this.ExportDialog_Load);
			this.Closed += new System.EventHandler(this.ExportDialog_Closed);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
		#endregion