Small server main form adjustment
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.Location = new System.Drawing.Point(0, 0);
|
||||
this.kryptonPanel1.Name = "kryptonPanel1";
|
||||
this.kryptonPanel1.Size = new System.Drawing.Size(436, 377);
|
||||
this.kryptonPanel1.Size = new System.Drawing.Size(423, 377);
|
||||
this.kryptonPanel1.TabIndex = 0;
|
||||
//
|
||||
// logList
|
||||
@@ -80,7 +80,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(400, 322);
|
||||
this.logList.Size = new System.Drawing.Size(399, 322);
|
||||
this.logList.TabIndex = 4;
|
||||
//
|
||||
// kryptonStatusStrip1
|
||||
@@ -92,7 +92,7 @@
|
||||
this.kryptonStatusStrip1.Name = "kryptonStatusStrip1";
|
||||
this.kryptonStatusStrip1.ProgressBars = null;
|
||||
this.kryptonStatusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
|
||||
this.kryptonStatusStrip1.Size = new System.Drawing.Size(436, 22);
|
||||
this.kryptonStatusStrip1.Size = new System.Drawing.Size(423, 22);
|
||||
this.kryptonStatusStrip1.TabIndex = 3;
|
||||
this.kryptonStatusStrip1.Text = "kryptonStatusStrip1";
|
||||
//
|
||||
@@ -110,7 +110,7 @@
|
||||
this.helpToolStripMenuItem});
|
||||
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.Size = new System.Drawing.Size(436, 24);
|
||||
this.menuStrip1.Size = new System.Drawing.Size(423, 24);
|
||||
this.menuStrip1.TabIndex = 0;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
//
|
||||
@@ -191,7 +191,7 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(436, 377);
|
||||
this.ClientSize = new System.Drawing.Size(423, 377);
|
||||
this.Controls.Add(this.kryptonPanel1);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
|
||||
Reference in New Issue
Block a user