Server.Connector.InitializeComponent C# (CSharp) Méthode

InitializeComponent() private méthode

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Résultat void
        private void InitializeComponent()
        {
            this.connectorbutton = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // connectorbutton
            // 
            this.connectorbutton.Location = new System.Drawing.Point(36, 24);
            this.connectorbutton.Name = "connectorbutton";
            this.connectorbutton.Size = new System.Drawing.Size(75, 23);
            this.connectorbutton.TabIndex = 0;
            this.connectorbutton.Text = "Connect";
            this.connectorbutton.UseVisualStyleBackColor = true;
            this.connectorbutton.Click += new System.EventHandler(this.connectorbutton_Click);
            // 
            // Connector
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(490, 261);
            this.Controls.Add(this.connectorbutton);
            this.Name = "Connector";
            this.Text = "Connector";
            this.ResumeLayout(false);

        }