ATMLCommonLibrary.forms.DatumForm.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.components = new System.ComponentModel.Container();
            this.datumTypeControl = new ATMLCommonLibrary.controls.datum.DatumTypeControl();
            this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.datumTypeControl);
            this.panel1.Size = new System.Drawing.Size(602, 565);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(540, 584);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(459, 584);
            // 
            // lblDenoteRequiredField
            // 
            this.lblDenoteRequiredField.Location = new System.Drawing.Point(1, 594);
            // 
            // datumTypeControl
            // 
            this.datumTypeControl.BackColor = System.Drawing.Color.AliceBlue;
            this.datumTypeControl.DefaultComparitor = -1;
            this.datumTypeControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.datumTypeControl.Location = new System.Drawing.Point(0, 0);
            this.datumTypeControl.MinimumSize = new System.Drawing.Size(594, 548);
            this.datumTypeControl.Name = "datumTypeControl";
            this.datumTypeControl.SchemaTypeName = null;
            this.datumTypeControl.Size = new System.Drawing.Size(602, 565);
            this.datumTypeControl.TabIndex = 2;
            this.datumTypeControl.TargetNamespace = null;
            // 
            // errorProvider
            // 
            this.errorProvider.ContainerControl = this;
            // 
            // DatumForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(627, 609);
            this.MinimumSize = new System.Drawing.Size(643, 581);
            this.Name = "DatumForm";
            this.Text = "Datum";
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }