ATMLCommonLibrary.controls.trigger.TriggerForm.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()
        {
            this.triggerControl = new ATMLCommonLibrary.controls.TriggerControl();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.triggerControl);
            // 
            // triggerControl1
            // 
            this.triggerControl.BackColor = System.Drawing.Color.Transparent;
            this.triggerControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.triggerControl.Location = new System.Drawing.Point(0, 0);
            this.triggerControl.Name = "triggerControl1";
            this.triggerControl.Size = new System.Drawing.Size(433, 270);
            this.triggerControl.TabIndex = 0;
            this.triggerControl.Load += new System.EventHandler(this.triggerControl1_Load);
            // 
            // TriggerForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.ClientSize = new System.Drawing.Size(458, 315);
            this.Name = "TriggerForm";
            this.Text = "Trigger";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }