1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2026-02-22 12:23:24 +00:00

Added internalization support.

This commit is contained in:
Ylian Saint-Hilaire
2020-06-12 16:26:43 -07:00
parent 4d57656c5b
commit 547fe9ab79
25 changed files with 4156 additions and 834 deletions

View File

@@ -35,26 +35,20 @@
//
// helpPictureBox
//
this.helpPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
resources.ApplyResources(this.helpPictureBox, "helpPictureBox");
this.helpPictureBox.Image = global::MeshCentralRouter.Properties.Resources.HelpRelayMap;
this.helpPictureBox.Location = new System.Drawing.Point(0, 0);
this.helpPictureBox.Name = "helpPictureBox";
this.helpPictureBox.Size = new System.Drawing.Size(325, 435);
this.helpPictureBox.TabIndex = 0;
this.helpPictureBox.TabStop = false;
//
// MappingHelpForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(325, 435);
this.Controls.Add(this.helpPictureBox);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MappingHelpForm";
this.Text = "Port Mapping Help";
((System.ComponentModel.ISupportInitialize)(this.helpPictureBox)).EndInit();
this.ResumeLayout(false);