Fixed server tray name mismatch
This commit is contained in:
10
SamaPager_Server/MainForm.Designer.cs
generated
10
SamaPager_Server/MainForm.Designer.cs
generated
@@ -72,7 +72,7 @@
|
|||||||
this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
|
this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
|
||||||
this.kryptonPanel1.Name = "kryptonPanel1";
|
this.kryptonPanel1.Name = "kryptonPanel1";
|
||||||
this.kryptonPanel1.Size = new System.Drawing.Size(423, 377);
|
this.kryptonPanel1.Size = new System.Drawing.Size(423, 386);
|
||||||
this.kryptonPanel1.TabIndex = 0;
|
this.kryptonPanel1.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// logList
|
// logList
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
this.kryptonStatusStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
|
this.kryptonStatusStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
|
||||||
this.kryptonStatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.kryptonStatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
this.statusLabel});
|
this.statusLabel});
|
||||||
this.kryptonStatusStrip1.Location = new System.Drawing.Point(0, 355);
|
this.kryptonStatusStrip1.Location = new System.Drawing.Point(0, 364);
|
||||||
this.kryptonStatusStrip1.Name = "kryptonStatusStrip1";
|
this.kryptonStatusStrip1.Name = "kryptonStatusStrip1";
|
||||||
this.kryptonStatusStrip1.ProgressBars = null;
|
this.kryptonStatusStrip1.ProgressBars = null;
|
||||||
this.kryptonStatusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
|
this.kryptonStatusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
|
||||||
@@ -140,7 +140,7 @@
|
|||||||
// infoToolStripMenuItem2
|
// infoToolStripMenuItem2
|
||||||
//
|
//
|
||||||
this.infoToolStripMenuItem2.Name = "infoToolStripMenuItem2";
|
this.infoToolStripMenuItem2.Name = "infoToolStripMenuItem2";
|
||||||
this.infoToolStripMenuItem2.Size = new System.Drawing.Size(107, 22);
|
this.infoToolStripMenuItem2.Size = new System.Drawing.Size(180, 22);
|
||||||
this.infoToolStripMenuItem2.Text = "About";
|
this.infoToolStripMenuItem2.Text = "About";
|
||||||
this.infoToolStripMenuItem2.Click += new System.EventHandler(this.infoToolStripMenuItem2_Click);
|
this.infoToolStripMenuItem2.Click += new System.EventHandler(this.infoToolStripMenuItem2_Click);
|
||||||
//
|
//
|
||||||
@@ -161,7 +161,7 @@
|
|||||||
//
|
//
|
||||||
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
|
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
|
||||||
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
|
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
|
||||||
this.notifyIcon1.Text = "notifyIcon1";
|
this.notifyIcon1.Text = "SamaPager Server";
|
||||||
this.notifyIcon1.Visible = true;
|
this.notifyIcon1.Visible = true;
|
||||||
//
|
//
|
||||||
// contextMenuStrip1
|
// contextMenuStrip1
|
||||||
@@ -191,7 +191,7 @@
|
|||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.ClientSize = new System.Drawing.Size(423, 377);
|
this.ClientSize = new System.Drawing.Size(423, 386);
|
||||||
this.Controls.Add(this.kryptonPanel1);
|
this.Controls.Add(this.kryptonPanel1);
|
||||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||||
|
|||||||
Reference in New Issue
Block a user