--- trunk/RomCheater/Main.Designer.cs 2012/05/11 12:11:40 144 +++ trunk/RomCheater/Main.Designer.cs 2012/05/11 12:14:10 145 @@ -119,9 +119,9 @@ this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.dockPanel.DockBackColor = System.Drawing.SystemColors.ControlLight; this.dockPanel.DocumentStyle = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow; - this.dockPanel.Location = new System.Drawing.Point(0, 0); + this.dockPanel.Location = new System.Drawing.Point(0, 24); this.dockPanel.Name = "dockPanel"; - this.dockPanel.Size = new System.Drawing.Size(1229, 712); + this.dockPanel.Size = new System.Drawing.Size(1229, 688); dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight; dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight; autoHideStripSkin1.DockStripGradient = dockPanelGradient1; @@ -191,8 +191,8 @@ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLight; this.ClientSize = new System.Drawing.Size(1229, 712); - this.Controls.Add(this.mainmnu); this.Controls.Add(this.dockPanel); + this.Controls.Add(this.mainmnu); this.Name = "Main"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Main_Load); |