Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.RVAScratchPad/Form1.Designer.cs 2013/06/18 08:38:20 712 +++ trunk/RomCheater.RVAScratchPad/Form1.Designer.cs 2013/06/18 11:40:50 721 @@ -45,9 +45,9 @@ WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient14 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.mnuFile = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem(); this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // @@ -57,7 +57,7 @@ this.mnuFile}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(665, 24); + this.menuStrip1.Size = new System.Drawing.Size(717, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // @@ -70,10 +70,15 @@ this.mnuFile.Size = new System.Drawing.Size(37, 20); this.mnuFile.Text = "&File"; // + // toolStripSeparator1 + // + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(89, 6); + // // mnuItemExit // this.mnuItemExit.Name = "mnuItemExit"; - this.mnuItemExit.Size = new System.Drawing.Size(152, 22); + this.mnuItemExit.Size = new System.Drawing.Size(92, 22); this.mnuItemExit.Text = "&Exit"; this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click); // @@ -86,7 +91,7 @@ this.dockPanel.DocumentStyle = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow; this.dockPanel.Location = new System.Drawing.Point(0, 24); this.dockPanel.Name = "dockPanel"; - this.dockPanel.Size = new System.Drawing.Size(665, 361); + this.dockPanel.Size = new System.Drawing.Size(717, 482); dockPanelGradient4.EndColor = System.Drawing.SystemColors.ControlLight; dockPanelGradient4.StartColor = System.Drawing.SystemColors.ControlLight; autoHideStripSkin2.DockStripGradient = dockPanelGradient4; @@ -135,22 +140,19 @@ this.dockPanel.Skin = dockPanelSkin2; this.dockPanel.TabIndex = 1; // - // toolStripSeparator1 - // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6); - // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(665, 385); + this.ClientSize = new System.Drawing.Size(717, 506); this.Controls.Add(this.dockPanel); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "Form1"; this.Text = "Form1"; + this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); + this.Load += new System.EventHandler(this.Form1_Load); this.Shown += new System.EventHandler(this.Form1_Shown); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout();
ViewVC Help | |
Powered by ViewVC 1.1.22 |