ATMLCommonLibrary.forms.StatusCodeForm.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.panel1 = new System.Windows.Forms.Panel();
            this.edtCodeString = new System.Windows.Forms.TextBox();
            this.label3 = new ATMLCommonLibrary.controls.HelpLabel(this.components);
            this.edtCodeMeaning = new System.Windows.Forms.TextBox();
            this.label2 = new ATMLCommonLibrary.controls.HelpLabel(this.components);
            this.edtCodeId = new System.Windows.Forms.TextBox();
            this.label1 = new ATMLCommonLibrary.controls.HelpLabel(this.components);
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnOk = new System.Windows.Forms.Button();
            this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
            this.panel1.SuspendLayout();
            ( (System.ComponentModel.ISupportInitialize)( this.errorProvider ) ).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Anchor = ( (System.Windows.Forms.AnchorStyles)( ( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom )
                        | System.Windows.Forms.AnchorStyles.Left )
                        | System.Windows.Forms.AnchorStyles.Right ) ) );
            this.panel1.BackColor = System.Drawing.Color.AliceBlue;
            this.panel1.Controls.Add(this.edtCodeString);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.edtCodeMeaning);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.edtCodeId);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Location = new System.Drawing.Point(12, 12);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(446, 105);
            this.panel1.TabIndex = 3;
            // 
            // edtCodeString
            // 
            this.edtCodeString.Location = new System.Drawing.Point(89, 66);
            this.edtCodeString.Name = "edtCodeString";
            this.edtCodeString.Size = new System.Drawing.Size(331, 20);
            this.edtCodeString.TabIndex = 5;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.HelpMessageKey = "StatusCode.codeString";
            this.label3.Location = new System.Drawing.Point(21, 68);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 13);
            this.label3.TabIndex = 4;
            this.label3.Text = "Code String:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // edtCodeMeaning
            // 
            this.edtCodeMeaning.Location = new System.Drawing.Point(89, 39);
            this.edtCodeMeaning.Name = "edtCodeMeaning";
            this.edtCodeMeaning.Size = new System.Drawing.Size(331, 20);
            this.edtCodeMeaning.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.HelpMessageKey = "StatusCode.codeMeaning";
            this.label2.Location = new System.Drawing.Point(7, 42);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(79, 13);
            this.label2.TabIndex = 2;
            this.label2.Text = "Code Meaning:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // edtCodeId
            // 
            this.edtCodeId.Location = new System.Drawing.Point(89, 13);
            this.edtCodeId.Name = "edtCodeId";
            this.edtCodeId.Size = new System.Drawing.Size(331, 20);
            this.edtCodeId.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.HelpMessageKey = "StatusCode.codeID";
            this.label1.Location = new System.Drawing.Point(37, 17);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(49, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Code ID:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ( (System.Windows.Forms.AnchorStyles)( ( System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right ) ) );
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(383, 124);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 5;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            // 
            // btnOk
            // 
            this.btnOk.Anchor = ( (System.Windows.Forms.AnchorStyles)( ( System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right ) ) );
            this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnOk.Location = new System.Drawing.Point(304, 124);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(75, 23);
            this.btnOk.TabIndex = 4;
            this.btnOk.Text = "Ok";
            this.btnOk.UseVisualStyleBackColor = true;
            // 
            // errorProvider
            // 
            this.errorProvider.ContainerControl = this;
            // 
            // StatusCodeForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.SteelBlue;
            this.ClientSize = new System.Drawing.Size(470, 152);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOk);
            this.Name = "StatusCodeForm";
            this.Text = "Status Code";
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ( (System.ComponentModel.ISupportInitialize)( this.errorProvider ) ).EndInit();
            this.ResumeLayout(false);

        }