From 3c59c3100097d7016cba371f79db85d2e0c95306 Mon Sep 17 00:00:00 2001 From: jimkoutso2008 Date: Thu, 4 May 2023 22:58:41 +0300 Subject: [PATCH] changed position of some stuff --- QEMUWF/Form1.Designer.cs | 219 ++++++++++++++++++++------------------- QEMUWF/Form1.resx | 2 +- 2 files changed, 112 insertions(+), 109 deletions(-) diff --git a/QEMUWF/Form1.Designer.cs b/QEMUWF/Form1.Designer.cs index 1a00099..a399f75 100644 --- a/QEMUWF/Form1.Designer.cs +++ b/QEMUWF/Form1.Designer.cs @@ -28,121 +28,124 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - System.Windows.Forms.GroupBox groupBox1; - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); - this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); - this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components); - this.fileToolStripMenuItem = new System.Windows.Forms.MenuItem(); - this.newToolStripMenuItem = new System.Windows.Forms.MenuItem(); - this.toolStripMenuItem1 = new System.Windows.Forms.MenuItem(); - this.thereIsNoHelpToolStripMenuItem = new System.Windows.Forms.MenuItem(); - this.aboutToolStripMenuItem = new System.Windows.Forms.MenuItem(); - this.toolBar1 = new System.Windows.Forms.ToolBar(); - this.newButton = new System.Windows.Forms.ToolBarButton(); - this.imageList1 = new System.Windows.Forms.ImageList(this.components); - groupBox1 = new System.Windows.Forms.GroupBox(); - groupBox1.SuspendLayout(); - this.SuspendLayout(); - // - // groupBox1 - // - groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + this.components = new System.ComponentModel.Container(); + System.Windows.Forms.GroupBox groupBox1; + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); + this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); + this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components); + this.fileToolStripMenuItem = new System.Windows.Forms.MenuItem(); + this.newToolStripMenuItem = new System.Windows.Forms.MenuItem(); + this.toolStripMenuItem1 = new System.Windows.Forms.MenuItem(); + this.thereIsNoHelpToolStripMenuItem = new System.Windows.Forms.MenuItem(); + this.aboutToolStripMenuItem = new System.Windows.Forms.MenuItem(); + this.toolBar1 = new System.Windows.Forms.ToolBar(); + this.newButton = new System.Windows.Forms.ToolBarButton(); + this.imageList1 = new System.Windows.Forms.ImageList(this.components); + groupBox1 = new System.Windows.Forms.GroupBox(); + groupBox1.SuspendLayout(); + this.SuspendLayout(); + // + // groupBox1 + // + groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); - groupBox1.Controls.Add(this.flowLayoutPanel1); - groupBox1.Location = new System.Drawing.Point(10, 48); - groupBox1.Name = "groupBox1"; - groupBox1.Size = new System.Drawing.Size(218, 428); - groupBox1.TabIndex = 2; - groupBox1.TabStop = false; - // - // flowLayoutPanel1 - // - this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; - this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 18); - this.flowLayoutPanel1.Name = "flowLayoutPanel1"; - this.flowLayoutPanel1.Size = new System.Drawing.Size(212, 407); - this.flowLayoutPanel1.TabIndex = 1; - // - // mainMenu1 - // - this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { + groupBox1.Controls.Add(this.flowLayoutPanel1); + groupBox1.Location = new System.Drawing.Point(10, -6); + groupBox1.Name = "groupBox1"; + groupBox1.Size = new System.Drawing.Size(218, 455); + groupBox1.TabIndex = 2; + groupBox1.TabStop = false; + // + // flowLayoutPanel1 + // + this.flowLayoutPanel1.Anchor = System.Windows.Forms.AnchorStyles.None; + this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 21); + this.flowLayoutPanel1.Name = "flowLayoutPanel1"; + this.flowLayoutPanel1.Size = new System.Drawing.Size(212, 423); + this.flowLayoutPanel1.TabIndex = 1; + // + // mainMenu1 + // + this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.fileToolStripMenuItem, this.toolStripMenuItem1}); - // - // fileToolStripMenuItem - // - this.fileToolStripMenuItem.Index = 0; - this.fileToolStripMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { + // + // fileToolStripMenuItem + // + this.fileToolStripMenuItem.Index = 0; + this.fileToolStripMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.newToolStripMenuItem}); - this.fileToolStripMenuItem.Text = "File"; - // - // newToolStripMenuItem - // - this.newToolStripMenuItem.Index = 0; - this.newToolStripMenuItem.Text = "New VM"; - this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); - // - // toolStripMenuItem1 - // - this.toolStripMenuItem1.Index = 1; - this.toolStripMenuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { + this.fileToolStripMenuItem.Text = "File"; + // + // newToolStripMenuItem + // + this.newToolStripMenuItem.Index = 0; + this.newToolStripMenuItem.Text = "New VM"; + this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); + // + // toolStripMenuItem1 + // + this.toolStripMenuItem1.Index = 1; + this.toolStripMenuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.thereIsNoHelpToolStripMenuItem, this.aboutToolStripMenuItem}); - this.toolStripMenuItem1.Text = "Help"; - // - // thereIsNoHelpToolStripMenuItem - // - this.thereIsNoHelpToolStripMenuItem.Index = 0; - this.thereIsNoHelpToolStripMenuItem.Text = "there is no help"; - // - // aboutToolStripMenuItem - // - this.aboutToolStripMenuItem.Index = 1; - this.aboutToolStripMenuItem.Text = "About"; - this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); - // - // toolBar1 - // - this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] { + this.toolStripMenuItem1.Text = "Help"; + // + // thereIsNoHelpToolStripMenuItem + // + this.thereIsNoHelpToolStripMenuItem.Index = 0; + this.thereIsNoHelpToolStripMenuItem.Text = "there is no help"; + // + // aboutToolStripMenuItem + // + this.aboutToolStripMenuItem.Index = 1; + this.aboutToolStripMenuItem.Text = "About"; + this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); + // + // toolBar1 + // + this.toolBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] { this.newButton}); - this.toolBar1.DropDownArrows = true; - this.toolBar1.ImageList = this.imageList1; - this.toolBar1.Location = new System.Drawing.Point(0, 0); - this.toolBar1.Name = "toolBar1"; - this.toolBar1.ShowToolTips = true; - this.toolBar1.Size = new System.Drawing.Size(739, 42); - this.toolBar1.TabIndex = 3; - this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick); - // - // newButton - // - this.newButton.ImageIndex = 0; - this.newButton.Name = "newButton"; - this.newButton.Text = "Add"; - // - // imageList1 - // - this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); - this.imageList1.TransparentColor = System.Drawing.Color.Transparent; - this.imageList1.Images.SetKeyName(0, "plus.png"); - // - // Form1 - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.SystemColors.Window; - this.ClientSize = new System.Drawing.Size(739, 488); - this.Controls.Add(this.toolBar1); - this.Controls.Add(groupBox1); - this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Menu = this.mainMenu1; - this.MinimumSize = new System.Drawing.Size(747, 515); - this.Name = "Form1"; - this.Text = "Form1"; - groupBox1.ResumeLayout(false); - this.ResumeLayout(false); - this.PerformLayout(); + this.toolBar1.Dock = System.Windows.Forms.DockStyle.None; + this.toolBar1.DropDownArrows = true; + this.toolBar1.ImageList = this.imageList1; + this.toolBar1.Location = new System.Drawing.Point(231, 6); + this.toolBar1.Name = "toolBar1"; + this.toolBar1.ShowToolTips = true; + this.toolBar1.Size = new System.Drawing.Size(513, 42); + this.toolBar1.TabIndex = 3; + this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick); + // + // newButton + // + this.newButton.ImageIndex = 0; + this.newButton.Name = "newButton"; + this.newButton.Text = "Add"; + // + // imageList1 + // + this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); + this.imageList1.TransparentColor = System.Drawing.Color.Transparent; + this.imageList1.Images.SetKeyName(0, "plus.png"); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.SystemColors.Window; + this.ClientSize = new System.Drawing.Size(739, 450); + this.Controls.Add(this.toolBar1); + this.Controls.Add(groupBox1); + this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Menu = this.mainMenu1; + this.MinimumSize = new System.Drawing.Size(747, 515); + this.Name = "Form1"; + this.Text = "Form1"; + groupBox1.ResumeLayout(false); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/QEMUWF/Form1.resx b/QEMUWF/Form1.resx index b957188..cbe1005 100644 --- a/QEMUWF/Form1.resx +++ b/QEMUWF/Form1.resx @@ -131,7 +131,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAG - AQAAAk1TRnQBSQFMAwEBAAEIAQABCAEAARABAAEQAQAE/wEFAQAI/wFCAU0BdgcAAXYDAAEoAwABQAMA + AQAAAk1TRnQBSQFMAwEBAAEQAQABEAEAARABAAEQAQAE/wEFAQAI/wFCAU0BdgcAAXYDAAEoAwABQAMA ARADAAEBAQABBAYAAQIYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAA4ADAAH/AgAB/wMA Av8BAAH/AwAB/wEAAf8BAAL/AgAD//8A/wADAAFCAU0BPgcAAT4DAAEoAwABQAMAARADAAEBAQABAQUA AYAXAAP/AQAB/AE/BgAB/AE/BgAB/AE/BgAB/AE/BgAB/AE/BgAB/AE/HgAB/AE/BgAB/AE/BgAB/AE/