diff --git a/SamaPager_Server/MainForm.Designer.cs b/SamaPager_Server/MainForm.Designer.cs index 7eaa682..634c586 100644 --- a/SamaPager_Server/MainForm.Designer.cs +++ b/SamaPager_Server/MainForm.Designer.cs @@ -72,7 +72,7 @@ this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonPanel1.Location = new System.Drawing.Point(0, 0); this.kryptonPanel1.Name = "kryptonPanel1"; - this.kryptonPanel1.Size = new System.Drawing.Size(427, 374); + this.kryptonPanel1.Size = new System.Drawing.Size(426, 383); this.kryptonPanel1.TabIndex = 0; // // logList @@ -81,7 +81,7 @@ this.logList.HorizontalScrollbar = true; this.logList.Location = new System.Drawing.Point(12, 27); this.logList.Name = "logList"; - this.logList.Size = new System.Drawing.Size(399, 322); + this.logList.Size = new System.Drawing.Size(402, 322); this.logList.TabIndex = 4; // // kryptonStatusStrip1 @@ -89,11 +89,11 @@ this.kryptonStatusStrip1.Font = new System.Drawing.Font("Segoe UI", 9F); this.kryptonStatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statusLabel}); - this.kryptonStatusStrip1.Location = new System.Drawing.Point(0, 352); + this.kryptonStatusStrip1.Location = new System.Drawing.Point(0, 361); this.kryptonStatusStrip1.Name = "kryptonStatusStrip1"; this.kryptonStatusStrip1.ProgressBars = null; this.kryptonStatusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode; - this.kryptonStatusStrip1.Size = new System.Drawing.Size(427, 22); + this.kryptonStatusStrip1.Size = new System.Drawing.Size(426, 22); this.kryptonStatusStrip1.TabIndex = 3; this.kryptonStatusStrip1.Text = "kryptonStatusStrip1"; // @@ -111,7 +111,7 @@ this.helpToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(427, 24); + this.menuStrip1.Size = new System.Drawing.Size(426, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // @@ -192,7 +192,7 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(427, 374); + this.ClientSize = new System.Drawing.Size(426, 383); this.Controls.Add(this.kryptonPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); diff --git a/SamaPager_Server/MainForm.cs b/SamaPager_Server/MainForm.cs index ea6f432..5e443bc 100644 --- a/SamaPager_Server/MainForm.cs +++ b/SamaPager_Server/MainForm.cs @@ -73,6 +73,7 @@ namespace SamaPager_Server private void Exit() { + srv.KillServer(); this.Stop = true; Application.Exit(); }