ATMLCommonLibrary.forms.ConnectorLocationPinForm.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(ConnectorLocationPinForm));
            this.connectorLocationPinControl = new ATMLCommonLibrary.controls.ConnectorLocationPinControl();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.connectorLocationPinControl);
            this.panel1.Location = new System.Drawing.Point(9, 9);
            this.panel1.Size = new System.Drawing.Size(242, 76);
            this.panel1.TabIndex = 1;
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(177, 89);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(96, 89);
            // 
            // lblDenoteRequiredField
            // 
            this.lblDenoteRequiredField.Location = new System.Drawing.Point(1, 287);
            // 
            // connectorLocationPinControl
            // 
            this.connectorLocationPinControl.Connectors = null;
            this.connectorLocationPinControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.connectorLocationPinControl.Location = new System.Drawing.Point(0, 0);
            this.connectorLocationPinControl.Name = "connectorLocationPinControl";
            this.connectorLocationPinControl.Size = new System.Drawing.Size(242, 76);
            this.connectorLocationPinControl.TabIndex = 0;
            this.connectorLocationPinControl.Load += new System.EventHandler(this.connectorLocationPinControl_Load);
            // 
            // ConnectorLocationPinForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(260, 117);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "ConnectorLocationPinForm";
            this.Text = "Connector Location Pin";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConnectorLocationPinForm_FormClosing);
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }