TranslateTool.ResolvePoEntry.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.label1 = new System.Windows.Forms.Label();
            this.labelStringId = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.textBoxCurrentUnlocalized = new System.Windows.Forms.TextBox();
            this.textBoxOldUnlocalized = new System.Windows.Forms.TextBox();
            this.textBoxLocalized = new System.Windows.Forms.TextBox();
            this.okButton = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.labelLanguageName = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(13, 49);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(51, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "String ID:";
            this.label1.Click += new System.EventHandler(this.label1_Click);
            // 
            // labelStringId
            // 
            this.labelStringId.AutoSize = true;
            this.labelStringId.Location = new System.Drawing.Point(105, 48);
            this.labelStringId.Name = "labelStringId";
            this.labelStringId.Size = new System.Drawing.Size(0, 13);
            this.labelStringId.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(13, 72);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(126, 13);
            this.label2.TabIndex = 2;
            this.label2.Text = "Current Unlocalized Text:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(13, 196);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(108, 13);
            this.label3.TabIndex = 3;
            this.label3.Text = "Old Unlocalized Text:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(10, 325);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(79, 13);
            this.label4.TabIndex = 4;
            this.label4.Text = "Localized Text:";
            // 
            // textBoxCurrentUnlocalized
            // 
            this.textBoxCurrentUnlocalized.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxCurrentUnlocalized.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBoxCurrentUnlocalized.Location = new System.Drawing.Point(13, 89);
            this.textBoxCurrentUnlocalized.Multiline = true;
            this.textBoxCurrentUnlocalized.Name = "textBoxCurrentUnlocalized";
            this.textBoxCurrentUnlocalized.ReadOnly = true;
            this.textBoxCurrentUnlocalized.Size = new System.Drawing.Size(441, 95);
            this.textBoxCurrentUnlocalized.TabIndex = 5;
            // 
            // textBoxOldUnlocalized
            // 
            this.textBoxOldUnlocalized.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxOldUnlocalized.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBoxOldUnlocalized.Location = new System.Drawing.Point(13, 227);
            this.textBoxOldUnlocalized.Multiline = true;
            this.textBoxOldUnlocalized.Name = "textBoxOldUnlocalized";
            this.textBoxOldUnlocalized.ReadOnly = true;
            this.textBoxOldUnlocalized.Size = new System.Drawing.Size(441, 95);
            this.textBoxOldUnlocalized.TabIndex = 6;
            // 
            // textBoxLocalized
            // 
            this.textBoxLocalized.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxLocalized.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBoxLocalized.Location = new System.Drawing.Point(13, 341);
            this.textBoxLocalized.Multiline = true;
            this.textBoxLocalized.Name = "textBoxLocalized";
            this.textBoxLocalized.Size = new System.Drawing.Size(441, 95);
            this.textBoxLocalized.TabIndex = 7;
            // 
            // okButton
            // 
            this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.okButton.Location = new System.Drawing.Point(379, 442);
            this.okButton.Name = "okButton";
            this.okButton.Size = new System.Drawing.Size(75, 23);
            this.okButton.TabIndex = 8;
            this.okButton.Text = "OK";
            this.okButton.UseVisualStyleBackColor = true;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(13, 13);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(61, 13);
            this.label5.TabIndex = 9;
            this.label5.Text = "Language: ";
            // 
            // labelLanguageName
            // 
            this.labelLanguageName.AutoSize = true;
            this.labelLanguageName.Location = new System.Drawing.Point(105, 13);
            this.labelLanguageName.Name = "labelLanguageName";
            this.labelLanguageName.Size = new System.Drawing.Size(0, 13);
            this.labelLanguageName.TabIndex = 10;
            // 
            // ResolvePoEntry
            // 
            this.AcceptButton = this.okButton;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(466, 486);
            this.Controls.Add(this.labelLanguageName);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.okButton);
            this.Controls.Add(this.textBoxLocalized);
            this.Controls.Add(this.textBoxOldUnlocalized);
            this.Controls.Add(this.textBoxCurrentUnlocalized);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.labelStringId);
            this.Controls.Add(this.label1);
            this.Name = "ResolvePoEntry";
            this.ShowIcon = false;
            this.Text = "ResolvePoEntry";
            this.ResumeLayout(false);
            this.PerformLayout();

        }