diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-08-27 16:58:32 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-08-27 16:58:32 -0400 |
| commit | d092383e4e04c505c94f31be84aaf935f700fc6b (patch) | |
| tree | f1531017509a1c597da290a74fa6b930b0fc7706 /Project Ports | |
| parent | 30361aadd406e8d33671aea223b3e0a119a1d503 (diff) | |
| download | Project-Silicon-d092383e4e04c505c94f31be84aaf935f700fc6b.tar.gz Project-Silicon-d092383e4e04c505c94f31be84aaf935f700fc6b.tar.bz2 Project-Silicon-d092383e4e04c505c94f31be84aaf935f700fc6b.zip | |
Allows user to change username and have it show up on the new app launcher
Diffstat (limited to 'Project Ports')
| -rw-r--r-- | Project Ports/Desktop.Designer.cs | 8 | ||||
| -rw-r--r-- | Project Ports/Desktop.cs | 4 | ||||
| -rw-r--r-- | Project Ports/Desktop.resx | 3 |
3 files changed, 5 insertions, 10 deletions
diff --git a/Project Ports/Desktop.Designer.cs b/Project Ports/Desktop.Designer.cs index 8e0beeb..a1f154e 100644 --- a/Project Ports/Desktop.Designer.cs +++ b/Project Ports/Desktop.Designer.cs @@ -89,7 +89,7 @@ this.programStrip.Location = new System.Drawing.Point(9, 349); this.programStrip.Name = "programStrip"; this.programStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; - this.programStrip.Size = new System.Drawing.Size(77, 25); + this.programStrip.Size = new System.Drawing.Size(79, 25); this.programStrip.TabIndex = 2; this.programStrip.Text = "toolStrip1"; // @@ -204,11 +204,11 @@ // appButton // this.appButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.appButton.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.appButton.Font = new System.Drawing.Font("Consolas", 9.25F); this.appButton.ForeColor = System.Drawing.Color.Black; - this.appButton.Location = new System.Drawing.Point(12, 6); + this.appButton.Location = new System.Drawing.Point(9, 3); this.appButton.Name = "appButton"; - this.appButton.Size = new System.Drawing.Size(107, 23); + this.appButton.Size = new System.Drawing.Size(107, 26); this.appButton.TabIndex = 2; this.appButton.Text = "Applications"; this.appButton.UseVisualStyleBackColor = true; diff --git a/Project Ports/Desktop.cs b/Project Ports/Desktop.cs index 1d531c8..389b812 100644 --- a/Project Ports/Desktop.cs +++ b/Project Ports/Desktop.cs @@ -43,7 +43,7 @@ namespace Project_Ports private void dclock_Tick(object sender, EventArgs e) { - + GeneralAPI.setNameOnAppLauncher(playerName); this.ltime.Text = DateTime.Now.ToString("hh:mm tt"); } @@ -53,8 +53,6 @@ namespace Project_Ports dclock.Start(); desktopWatermark.Text = "Project: Ports " + Properties.Settings.Default.version + Environment.NewLine + "Working Progress"; appMenu.Hide(); - //TODO: Display player name in app menu - //playerName.Text = PortEngine.Properties.Settings. } diff --git a/Project Ports/Desktop.resx b/Project Ports/Desktop.resx index d77d5fb..c218578 100644 --- a/Project Ports/Desktop.resx +++ b/Project Ports/Desktop.resx @@ -123,9 +123,6 @@ <metadata name="programStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>21, 15</value> </metadata> - <metadata name="programStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> - <value>21, 15</value> - </metadata> <metadata name="$this.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <value>True</value> </metadata> |
