SIL.FieldWorks.TE.ImportDialog.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Результат void
		private void InitializeComponent()
		{
			System.Windows.Forms.Button btnCancel;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImportDialog));
			System.Windows.Forms.Button btnSource;
			System.Windows.Forms.Button btnHelp;
			System.Windows.Forms.GroupBox grpDataTypes;
			System.Windows.Forms.GroupBox grpImportWhat;
			this.chkBackTranslation = new System.Windows.Forms.CheckBox();
			this.chkBookIntros = new System.Windows.Forms.CheckBox();
			this.chkOther = new System.Windows.Forms.CheckBox();
			this.chkTranslation = new System.Windows.Forms.CheckBox();
			this.scrPsgFrom = new SILUBS.SharedScrControls.ScrBookControl();
			this.label2 = new System.Windows.Forms.Label();
			this.scrPsgTo = new SILUBS.SharedScrControls.ScrBookControl();
			this.radImportRange = new System.Windows.Forms.RadioButton();
			this.radImportEntire = new System.Windows.Forms.RadioButton();
			this.btnOK = new System.Windows.Forms.Button();
			btnCancel = new System.Windows.Forms.Button();
			btnSource = new System.Windows.Forms.Button();
			btnHelp = new System.Windows.Forms.Button();
			grpDataTypes = new System.Windows.Forms.GroupBox();
			grpImportWhat = new System.Windows.Forms.GroupBox();
			grpDataTypes.SuspendLayout();
			grpImportWhat.SuspendLayout();
			this.SuspendLayout();
			//
			// btnCancel
			//
			resources.ApplyResources(btnCancel, "btnCancel");
			btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			btnCancel.Name = "btnCancel";
			//
			// btnSource
			//
			resources.ApplyResources(btnSource, "btnSource");
			btnSource.Name = "btnSource";
			btnSource.Click += new System.EventHandler(this.btnSource_Click);
			//
			// btnHelp
			//
			resources.ApplyResources(btnHelp, "btnHelp");
			btnHelp.Name = "btnHelp";
			btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
			//
			// grpDataTypes
			//
			grpDataTypes.Controls.Add(this.chkBackTranslation);
			grpDataTypes.Controls.Add(this.chkBookIntros);
			grpDataTypes.Controls.Add(this.chkOther);
			grpDataTypes.Controls.Add(this.chkTranslation);
			resources.ApplyResources(grpDataTypes, "grpDataTypes");
			grpDataTypes.Name = "grpDataTypes";
			grpDataTypes.TabStop = false;
			//
			// chkBackTranslation
			//
			resources.ApplyResources(this.chkBackTranslation, "chkBackTranslation");
			this.chkBackTranslation.Name = "chkBackTranslation";
			this.chkBackTranslation.CheckedChanged += new System.EventHandler(this.TypeOfDataToImportChanged);
			//
			// chkBookIntros
			//
			resources.ApplyResources(this.chkBookIntros, "chkBookIntros");
			this.chkBookIntros.Name = "chkBookIntros";
			//
			// chkOther
			//
			resources.ApplyResources(this.chkOther, "chkOther");
			this.chkOther.Name = "chkOther";
			this.chkOther.CheckedChanged += new System.EventHandler(this.TypeOfDataToImportChanged);
			//
			// chkTranslation
			//
			this.chkTranslation.Checked = true;
			this.chkTranslation.CheckState = System.Windows.Forms.CheckState.Checked;
			resources.ApplyResources(this.chkTranslation, "chkTranslation");
			this.chkTranslation.Name = "chkTranslation";
			this.chkTranslation.CheckedChanged += new System.EventHandler(this.TypeOfDataToImportChanged);
			//
			// grpImportWhat
			//
			grpImportWhat.Controls.Add(this.scrPsgFrom);
			grpImportWhat.Controls.Add(this.label2);
			grpImportWhat.Controls.Add(this.scrPsgTo);
			grpImportWhat.Controls.Add(this.radImportRange);
			grpImportWhat.Controls.Add(this.radImportEntire);
			resources.ApplyResources(grpImportWhat, "grpImportWhat");
			grpImportWhat.Name = "grpImportWhat";
			grpImportWhat.TabStop = false;
			//
			// scrPsgFrom
			//
			this.scrPsgFrom.BackColor = System.Drawing.SystemColors.Window;
			resources.ApplyResources(this.scrPsgFrom, "scrPsgFrom");
			this.scrPsgFrom.Name = "scrPsgFrom";
			this.scrPsgFrom.Reference = "textBox1";
			this.scrPsgFrom.PassageChanged += new SILUBS.SharedScrControls.ScrPassageControl.PassageChangedHandler(this.scrPsgFrom_PassageChanged);
			//
			// label2
			//
			this.label2.BackColor = System.Drawing.SystemColors.Control;
			resources.ApplyResources(this.label2, "label2");
			this.label2.Name = "label2";
			//
			// scrPsgTo
			//
			this.scrPsgTo.BackColor = System.Drawing.SystemColors.Window;
			resources.ApplyResources(this.scrPsgTo, "scrPsgTo");
			this.scrPsgTo.Name = "scrPsgTo";
			this.scrPsgTo.Reference = "textBox1";
			this.scrPsgTo.PassageChanged += new SILUBS.SharedScrControls.ScrPassageControl.PassageChangedHandler(this.scrPsgTo_PassageChanged);
			//
			// radImportRange
			//
			resources.ApplyResources(this.radImportRange, "radImportRange");
			this.radImportRange.Name = "radImportRange";
			this.radImportRange.CheckedChanged += new System.EventHandler(this.radImportRange_CheckedChanged);
			//
			// radImportEntire
			//
			resources.ApplyResources(this.radImportEntire, "radImportEntire");
			this.radImportEntire.Name = "radImportEntire";
			//
			// btnOK
			//
			resources.ApplyResources(this.btnOK, "btnOK");
			this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.btnOK.Name = "btnOK";
			//
			// ImportDialog
			//
			this.AcceptButton = this.btnOK;
			resources.ApplyResources(this, "$this");
			this.CancelButton = btnCancel;
			this.Controls.Add(grpImportWhat);
			this.Controls.Add(grpDataTypes);
			this.Controls.Add(btnHelp);
			this.Controls.Add(btnSource);
			this.Controls.Add(btnCancel);
			this.Controls.Add(this.btnOK);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "ImportDialog";
			this.ShowInTaskbar = false;
			grpDataTypes.ResumeLayout(false);
			grpImportWhat.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		#endregion