IfcDoc.FormParameters.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(FormParameters));
            this.ctlParameters = new IfcDoc.CtlParameters();
            this.comboBoxTemplate = new System.Windows.Forms.ComboBox();
            this.SuspendLayout();
            // 
            // ctlParameters
            // 
            this.ctlParameters.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.ctlParameters.ConceptItem = null;
            this.ctlParameters.ConceptLeaf = null;
            this.ctlParameters.ConceptRoot = null;
            this.ctlParameters.CurrentInstance = null;
            resources.ApplyResources(this.ctlParameters, "ctlParameters");
            this.ctlParameters.Name = "ctlParameters";
            this.ctlParameters.Project = null;
            // 
            // comboBoxTemplate
            // 
            resources.ApplyResources(this.comboBoxTemplate, "comboBoxTemplate");
            this.comboBoxTemplate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxTemplate.FormattingEnabled = true;
            this.comboBoxTemplate.Name = "comboBoxTemplate";
            this.comboBoxTemplate.SelectedIndexChanged += new System.EventHandler(this.comboBoxTemplate_SelectedIndexChanged);
            // 
            // FormParameters
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.ctlParameters);
            this.Controls.Add(this.comboBoxTemplate);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FormParameters";
            this.ShowInTaskbar = false;
            this.ResumeLayout(false);

        }