ACAT.Extensions.Default.FunctionalAgents.AbbreviationsAgent.AbbreviationEditorForm.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(AbbreviationEditorForm));
            this.lblExpansion = new System.Windows.Forms.Label();
            this.tbExpansion = new System.Windows.Forms.TextBox();
            this.lblSpoken = new System.Windows.Forms.Label();
            this.lblFinished = new System.Windows.Forms.Button();
            this.lblAbbreviation = new System.Windows.Forms.Label();
            this.boxType = new System.Windows.Forms.Panel();
            this.lblWritten = new System.Windows.Forms.Label();
            this.pbTypeSpoken = new System.Windows.Forms.Label();
            this.pbTypeWritten = new System.Windows.Forms.Label();
            this.lblType = new System.Windows.Forms.Label();
            this.tbAbbreviation = new System.Windows.Forms.TextBox();
            this.lblCancel = new System.Windows.Forms.Button();
            this.labelTitle = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.boxType.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblExpansion
            // 
            resources.ApplyResources(this.lblExpansion, "lblExpansion");
            this.lblExpansion.Name = "lblExpansion";
            // 
            // tbExpansion
            // 
            resources.ApplyResources(this.tbExpansion, "tbExpansion");
            this.tbExpansion.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbExpansion.Name = "tbExpansion";
            // 
            // lblSpoken
            // 
            resources.ApplyResources(this.lblSpoken, "lblSpoken");
            this.lblSpoken.Name = "lblSpoken";
            // 
            // lblFinished
            // 
            resources.ApplyResources(this.lblFinished, "lblFinished");
            this.lblFinished.Name = "lblFinished";
            this.lblFinished.TabStop = false;
            this.lblFinished.UseVisualStyleBackColor = true;
            // 
            // lblAbbreviation
            // 
            resources.ApplyResources(this.lblAbbreviation, "lblAbbreviation");
            this.lblAbbreviation.Name = "lblAbbreviation";
            // 
            // boxType
            // 
            resources.ApplyResources(this.boxType, "boxType");
            this.boxType.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.boxType.Controls.Add(this.lblSpoken);
            this.boxType.Controls.Add(this.lblWritten);
            this.boxType.Controls.Add(this.pbTypeSpoken);
            this.boxType.Controls.Add(this.pbTypeWritten);
            this.boxType.Name = "boxType";
            // 
            // lblWritten
            // 
            resources.ApplyResources(this.lblWritten, "lblWritten");
            this.lblWritten.Name = "lblWritten";
            // 
            // pbTypeSpoken
            // 
            resources.ApplyResources(this.pbTypeSpoken, "pbTypeSpoken");
            this.pbTypeSpoken.Name = "pbTypeSpoken";
            // 
            // pbTypeWritten
            // 
            resources.ApplyResources(this.pbTypeWritten, "pbTypeWritten");
            this.pbTypeWritten.Name = "pbTypeWritten";
            // 
            // lblType
            // 
            resources.ApplyResources(this.lblType, "lblType");
            this.lblType.Name = "lblType";
            // 
            // tbAbbreviation
            // 
            resources.ApplyResources(this.tbAbbreviation, "tbAbbreviation");
            this.tbAbbreviation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbAbbreviation.Name = "tbAbbreviation";
            // 
            // lblCancel
            // 
            resources.ApplyResources(this.lblCancel, "lblCancel");
            this.lblCancel.Name = "lblCancel";
            this.lblCancel.TabStop = false;
            this.lblCancel.UseVisualStyleBackColor = true;
            // 
            // labelTitle
            // 
            resources.ApplyResources(this.labelTitle, "labelTitle");
            this.labelTitle.Name = "labelTitle";
            // 
            // groupBox1
            // 
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Controls.Add(this.lblAbbreviation);
            this.groupBox1.Controls.Add(this.lblType);
            this.groupBox1.Controls.Add(this.tbAbbreviation);
            this.groupBox1.Controls.Add(this.boxType);
            this.groupBox1.Controls.Add(this.tbExpansion);
            this.groupBox1.Controls.Add(this.lblExpansion);
            this.groupBox1.Controls.Add(this.lblFinished);
            this.groupBox1.Controls.Add(this.lblCancel);
            this.groupBox1.Controls.Add(this.labelTitle);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // AbbreviationEditorForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.groupBox1);
            this.Name = "AbbreviationEditorForm";
            this.boxType.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }
AbbreviationEditorForm