ATMLCommonLibrary.controls.driver.platform.DriverPlatformOperatingSystemControl.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()
        {
            this.components = new System.ComponentModel.Container();
            this.helpLabel1 = new ATMLCommonLibrary.controls.HelpLabel(this.components);
            this.edtServicePack = new ATMLCommonLibrary.controls.awb.AWBTextBox(this.components);
            this.SuspendLayout();
            //
            // helpLabel1
            //
            this.helpLabel1.AutoSize = true;
            this.helpLabel1.HelpMessageKey = "DriverPlatformOperatingSystem.ServicePack";
            this.helpLabel1.Location = new System.Drawing.Point(10, 68);
            this.helpLabel1.Name = "helpLabel1";
            this.helpLabel1.RequiredField = false;
            this.helpLabel1.RequiredFieldMarkerFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.helpLabel1.Size = new System.Drawing.Size(74, 13);
            this.helpLabel1.TabIndex = 6;
            this.helpLabel1.Text = "Service Pack:";
            //
            // edtServicePack
            //
            this.edtServicePack.AttributeName = null;
            this.edtServicePack.Location = new System.Drawing.Point(86, 65);
            this.edtServicePack.Name = "edtServicePack";
            this.edtServicePack.Size = new System.Drawing.Size(293, 20);
            this.edtServicePack.TabIndex = 7;
            this.edtServicePack.Value = null;
            this.edtServicePack.ValueType = ATMLCommonLibrary.controls.awb.AWBTextBox.eValueType.xsString;
            //
            // DriverPlatformOperatingSystemControl
            //
            this.Controls.Add(this.edtServicePack);
            this.Controls.Add(this.helpLabel1);
            this.Name = "DriverPlatformOperatingSystemControl";
            this.Size = new System.Drawing.Size(405, 96);
            this.Controls.SetChildIndex(this.helpLabel1, 0);
            this.Controls.SetChildIndex(this.edtServicePack, 0);
            this.ResumeLayout(false);
            this.PerformLayout();
        }