fix aesthetics

svn path=/trunk/tools/Qemu GUI/; revision=177
This commit is contained in:
Ged Murphy 2007-05-11 11:34:34 +00:00
parent 35a33324a5
commit 520a970527
2 changed files with 82 additions and 83 deletions

160
MainForm.Designer.cs generated
View File

@ -40,6 +40,7 @@ namespace Qemu_GUI
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpContentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpContentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.aboutReactOSQEmuManagerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutReactOSQEmuManagerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tabOther = new System.Windows.Forms.TabPage(); this.tabOther = new System.Windows.Forms.TabPage();
this.groupBox3 = new System.Windows.Forms.GroupBox(); this.groupBox3 = new System.Windows.Forms.GroupBox();
@ -177,7 +178,6 @@ namespace Qemu_GUI
this.chkVGAoutput = new System.Windows.Forms.CheckBox(); this.chkVGAoutput = new System.Windows.Forms.CheckBox();
this.chkFullscreen = new System.Windows.Forms.CheckBox(); this.chkFullscreen = new System.Windows.Forms.CheckBox();
this.Tabs = new System.Windows.Forms.TabControl(); this.Tabs = new System.Windows.Forms.TabControl();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.menuStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout();
this.tabOther.SuspendLayout(); this.tabOther.SuspendLayout();
this.groupBox3.SuspendLayout(); this.groupBox3.SuspendLayout();
@ -223,7 +223,7 @@ namespace Qemu_GUI
// //
this.btnLaunch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.btnLaunch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.btnLaunch.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnLaunch.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnLaunch.Location = new System.Drawing.Point(423, 266); this.btnLaunch.Location = new System.Drawing.Point(435, 266);
this.btnLaunch.Name = "btnLaunch"; this.btnLaunch.Name = "btnLaunch";
this.btnLaunch.Size = new System.Drawing.Size(93, 23); this.btnLaunch.Size = new System.Drawing.Size(93, 23);
this.btnLaunch.TabIndex = 4; this.btnLaunch.TabIndex = 4;
@ -323,6 +323,11 @@ namespace Qemu_GUI
this.helpContentsToolStripMenuItem.Text = "Help Contents"; this.helpContentsToolStripMenuItem.Text = "Help Contents";
this.helpContentsToolStripMenuItem.Click += new System.EventHandler(this.helpContentsToolStripMenuItem_Click); this.helpContentsToolStripMenuItem.Click += new System.EventHandler(this.helpContentsToolStripMenuItem_Click);
// //
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(232, 6);
//
// aboutReactOSQEmuManagerToolStripMenuItem // aboutReactOSQEmuManagerToolStripMenuItem
// //
this.aboutReactOSQEmuManagerToolStripMenuItem.Name = "aboutReactOSQEmuManagerToolStripMenuItem"; this.aboutReactOSQEmuManagerToolStripMenuItem.Name = "aboutReactOSQEmuManagerToolStripMenuItem";
@ -342,7 +347,7 @@ namespace Qemu_GUI
this.tabOther.Location = new System.Drawing.Point(4, 22); this.tabOther.Location = new System.Drawing.Point(4, 22);
this.tabOther.Name = "tabOther"; this.tabOther.Name = "tabOther";
this.tabOther.Padding = new System.Windows.Forms.Padding(3); this.tabOther.Padding = new System.Windows.Forms.Padding(3);
this.tabOther.Size = new System.Drawing.Size(527, 204); this.tabOther.Size = new System.Drawing.Size(508, 204);
this.tabOther.TabIndex = 11; this.tabOther.TabIndex = 11;
this.tabOther.Text = "Other"; this.tabOther.Text = "Other";
this.tabOther.UseVisualStyleBackColor = true; this.tabOther.UseVisualStyleBackColor = true;
@ -395,7 +400,7 @@ namespace Qemu_GUI
this.grpVNC.Controls.Add(this.chkVNC); this.grpVNC.Controls.Add(this.chkVNC);
this.grpVNC.Location = new System.Drawing.Point(363, 6); this.grpVNC.Location = new System.Drawing.Point(363, 6);
this.grpVNC.Name = "grpVNC"; this.grpVNC.Name = "grpVNC";
this.grpVNC.Size = new System.Drawing.Size(146, 116); this.grpVNC.Size = new System.Drawing.Size(139, 116);
this.grpVNC.TabIndex = 10; this.grpVNC.TabIndex = 10;
this.grpVNC.TabStop = false; this.grpVNC.TabStop = false;
this.grpVNC.Text = "VNC Server"; this.grpVNC.Text = "VNC Server";
@ -511,7 +516,7 @@ namespace Qemu_GUI
this.tabTools.Controls.Add(this.groupBox9); this.tabTools.Controls.Add(this.groupBox9);
this.tabTools.Location = new System.Drawing.Point(4, 22); this.tabTools.Location = new System.Drawing.Point(4, 22);
this.tabTools.Name = "tabTools"; this.tabTools.Name = "tabTools";
this.tabTools.Size = new System.Drawing.Size(527, 204); this.tabTools.Size = new System.Drawing.Size(508, 204);
this.tabTools.TabIndex = 6; this.tabTools.TabIndex = 6;
this.tabTools.Text = "Tools"; this.tabTools.Text = "Tools";
this.tabTools.UseVisualStyleBackColor = true; this.tabTools.UseVisualStyleBackColor = true;
@ -529,7 +534,7 @@ namespace Qemu_GUI
this.grpVDK.Enabled = false; this.grpVDK.Enabled = false;
this.grpVDK.Location = new System.Drawing.Point(4, 83); this.grpVDK.Location = new System.Drawing.Point(4, 83);
this.grpVDK.Name = "grpVDK"; this.grpVDK.Name = "grpVDK";
this.grpVDK.Size = new System.Drawing.Size(517, 115); this.grpVDK.Size = new System.Drawing.Size(501, 118);
this.grpVDK.TabIndex = 7; this.grpVDK.TabIndex = 7;
this.grpVDK.TabStop = false; this.grpVDK.TabStop = false;
this.grpVDK.Text = "VDK"; this.grpVDK.Text = "VDK";
@ -537,7 +542,7 @@ namespace Qemu_GUI
// label9 // label9
// //
this.label9.AutoSize = true; this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(16, 96); this.label9.Location = new System.Drawing.Point(116, 102);
this.label9.Name = "label9"; this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(222, 13); this.label9.Size = new System.Drawing.Size(222, 13);
this.label9.TabIndex = 11; this.label9.TabIndex = 11;
@ -547,14 +552,14 @@ namespace Qemu_GUI
// //
this.txtVDKImage.Location = new System.Drawing.Point(19, 32); this.txtVDKImage.Location = new System.Drawing.Point(19, 32);
this.txtVDKImage.Name = "txtVDKImage"; this.txtVDKImage.Name = "txtVDKImage";
this.txtVDKImage.Size = new System.Drawing.Size(398, 20); this.txtVDKImage.Size = new System.Drawing.Size(443, 20);
this.txtVDKImage.TabIndex = 6; this.txtVDKImage.TabIndex = 6;
// //
// cboVDKDrive // cboVDKDrive
// //
this.cboVDKDrive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboVDKDrive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboVDKDrive.FormattingEnabled = true; this.cboVDKDrive.FormattingEnabled = true;
this.cboVDKDrive.Location = new System.Drawing.Point(89, 65); this.cboVDKDrive.Location = new System.Drawing.Point(57, 70);
this.cboVDKDrive.Name = "cboVDKDrive"; this.cboVDKDrive.Name = "cboVDKDrive";
this.cboVDKDrive.Size = new System.Drawing.Size(69, 21); this.cboVDKDrive.Size = new System.Drawing.Size(69, 21);
this.cboVDKDrive.TabIndex = 10; this.cboVDKDrive.TabIndex = 10;
@ -563,7 +568,7 @@ namespace Qemu_GUI
// lblDrive // lblDrive
// //
this.lblDrive.AutoSize = true; this.lblDrive.AutoSize = true;
this.lblDrive.Location = new System.Drawing.Point(39, 68); this.lblDrive.Location = new System.Drawing.Point(16, 73);
this.lblDrive.Name = "lblDrive"; this.lblDrive.Name = "lblDrive";
this.lblDrive.Size = new System.Drawing.Size(35, 13); this.lblDrive.Size = new System.Drawing.Size(35, 13);
this.lblDrive.TabIndex = 9; this.lblDrive.TabIndex = 9;
@ -571,7 +576,7 @@ namespace Qemu_GUI
// //
// btnVDKImage // btnVDKImage
// //
this.btnVDKImage.Location = new System.Drawing.Point(422, 30); this.btnVDKImage.Location = new System.Drawing.Point(468, 30);
this.btnVDKImage.Name = "btnVDKImage"; this.btnVDKImage.Name = "btnVDKImage";
this.btnVDKImage.Size = new System.Drawing.Size(27, 22); this.btnVDKImage.Size = new System.Drawing.Size(27, 22);
this.btnVDKImage.TabIndex = 8; this.btnVDKImage.TabIndex = 8;
@ -581,7 +586,7 @@ namespace Qemu_GUI
// //
// btnUnmount // btnUnmount
// //
this.btnUnmount.Location = new System.Drawing.Point(378, 68); this.btnUnmount.Location = new System.Drawing.Point(402, 68);
this.btnUnmount.Name = "btnUnmount"; this.btnUnmount.Name = "btnUnmount";
this.btnUnmount.Size = new System.Drawing.Size(93, 23); this.btnUnmount.Size = new System.Drawing.Size(93, 23);
this.btnUnmount.TabIndex = 5; this.btnUnmount.TabIndex = 5;
@ -590,7 +595,7 @@ namespace Qemu_GUI
// //
// btnMount // btnMount
// //
this.btnMount.Location = new System.Drawing.Point(280, 68); this.btnMount.Location = new System.Drawing.Point(303, 68);
this.btnMount.Name = "btnMount"; this.btnMount.Name = "btnMount";
this.btnMount.Size = new System.Drawing.Size(93, 23); this.btnMount.Size = new System.Drawing.Size(93, 23);
this.btnMount.TabIndex = 3; this.btnMount.TabIndex = 3;
@ -616,7 +621,7 @@ namespace Qemu_GUI
this.groupBox9.Controls.Add(this.cboImageFormat); this.groupBox9.Controls.Add(this.cboImageFormat);
this.groupBox9.Location = new System.Drawing.Point(4, 3); this.groupBox9.Location = new System.Drawing.Point(4, 3);
this.groupBox9.Name = "groupBox9"; this.groupBox9.Name = "groupBox9";
this.groupBox9.Size = new System.Drawing.Size(517, 74); this.groupBox9.Size = new System.Drawing.Size(501, 74);
this.groupBox9.TabIndex = 6; this.groupBox9.TabIndex = 6;
this.groupBox9.TabStop = false; this.groupBox9.TabStop = false;
this.groupBox9.Text = "Harddisk Tools"; this.groupBox9.Text = "Harddisk Tools";
@ -684,7 +689,7 @@ namespace Qemu_GUI
this.tabDebug.Controls.Add(this.grpSerial); this.tabDebug.Controls.Add(this.grpSerial);
this.tabDebug.Location = new System.Drawing.Point(4, 22); this.tabDebug.Location = new System.Drawing.Point(4, 22);
this.tabDebug.Name = "tabDebug"; this.tabDebug.Name = "tabDebug";
this.tabDebug.Size = new System.Drawing.Size(527, 204); this.tabDebug.Size = new System.Drawing.Size(508, 204);
this.tabDebug.TabIndex = 8; this.tabDebug.TabIndex = 8;
this.tabDebug.Text = "Debug"; this.tabDebug.Text = "Debug";
this.tabDebug.UseVisualStyleBackColor = true; this.tabDebug.UseVisualStyleBackColor = true;
@ -696,14 +701,14 @@ namespace Qemu_GUI
this.grpGDB.Controls.Add(this.checkBox14); this.grpGDB.Controls.Add(this.checkBox14);
this.grpGDB.Location = new System.Drawing.Point(350, 102); this.grpGDB.Location = new System.Drawing.Point(350, 102);
this.grpGDB.Name = "grpGDB"; this.grpGDB.Name = "grpGDB";
this.grpGDB.Size = new System.Drawing.Size(171, 96); this.grpGDB.Size = new System.Drawing.Size(155, 96);
this.grpGDB.TabIndex = 2; this.grpGDB.TabIndex = 2;
this.grpGDB.TabStop = false; this.grpGDB.TabStop = false;
this.grpGDB.Text = "GDB"; this.grpGDB.Text = "GDB";
// //
// lblGDBPort // lblGDBPort
// //
this.lblGDBPort.Location = new System.Drawing.Point(12, 46); this.lblGDBPort.Location = new System.Drawing.Point(2, 49);
this.lblGDBPort.Name = "lblGDBPort"; this.lblGDBPort.Name = "lblGDBPort";
this.lblGDBPort.Size = new System.Drawing.Size(55, 23); this.lblGDBPort.Size = new System.Drawing.Size(55, 23);
this.lblGDBPort.TabIndex = 2; this.lblGDBPort.TabIndex = 2;
@ -711,16 +716,16 @@ namespace Qemu_GUI
// //
// txtGDBPort // txtGDBPort
// //
this.txtGDBPort.Location = new System.Drawing.Point(73, 46); this.txtGDBPort.Location = new System.Drawing.Point(63, 49);
this.txtGDBPort.Name = "txtGDBPort"; this.txtGDBPort.Name = "txtGDBPort";
this.txtGDBPort.Size = new System.Drawing.Size(60, 20); this.txtGDBPort.Size = new System.Drawing.Size(47, 20);
this.txtGDBPort.TabIndex = 1; this.txtGDBPort.TabIndex = 1;
this.txtGDBPort.Text = "1234"; this.txtGDBPort.Text = "1234";
this.txtGDBPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtGDBPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
// //
// checkBox14 // checkBox14
// //
this.checkBox14.Location = new System.Drawing.Point(15, 19); this.checkBox14.Location = new System.Drawing.Point(5, 19);
this.checkBox14.Name = "checkBox14"; this.checkBox14.Name = "checkBox14";
this.checkBox14.Size = new System.Drawing.Size(144, 24); this.checkBox14.Size = new System.Drawing.Size(144, 24);
this.checkBox14.TabIndex = 0; this.checkBox14.TabIndex = 0;
@ -732,7 +737,7 @@ namespace Qemu_GUI
this.groupBox16.Controls.Add(this.button20); this.groupBox16.Controls.Add(this.button20);
this.groupBox16.Location = new System.Drawing.Point(350, 3); this.groupBox16.Location = new System.Drawing.Point(350, 3);
this.groupBox16.Name = "groupBox16"; this.groupBox16.Name = "groupBox16";
this.groupBox16.Size = new System.Drawing.Size(171, 96); this.groupBox16.Size = new System.Drawing.Size(155, 96);
this.groupBox16.TabIndex = 1; this.groupBox16.TabIndex = 1;
this.groupBox16.TabStop = false; this.groupBox16.TabStop = false;
this.groupBox16.Text = "LoadVM state"; this.groupBox16.Text = "LoadVM state";
@ -740,7 +745,7 @@ namespace Qemu_GUI
// checkBox3 // checkBox3
// //
this.checkBox3.AutoSize = true; this.checkBox3.AutoSize = true;
this.checkBox3.Location = new System.Drawing.Point(50, 30); this.checkBox3.Location = new System.Drawing.Point(45, 30);
this.checkBox3.Name = "checkBox3"; this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(65, 17); this.checkBox3.Size = new System.Drawing.Size(65, 17);
this.checkBox3.TabIndex = 4; this.checkBox3.TabIndex = 4;
@ -749,7 +754,7 @@ namespace Qemu_GUI
// //
// button20 // button20
// //
this.button20.Location = new System.Drawing.Point(36, 53); this.button20.Location = new System.Drawing.Point(29, 53);
this.button20.Name = "button20"; this.button20.Name = "button20";
this.button20.Size = new System.Drawing.Size(96, 23); this.button20.Size = new System.Drawing.Size(96, 23);
this.button20.TabIndex = 3; this.button20.TabIndex = 3;
@ -764,9 +769,9 @@ namespace Qemu_GUI
this.grpSerial.Controls.Add(this.txtSerialFile); this.grpSerial.Controls.Add(this.txtSerialFile);
this.grpSerial.Controls.Add(this.btnBrowseSerial); this.grpSerial.Controls.Add(this.btnBrowseSerial);
this.grpSerial.Controls.Add(this.chkSerialToFile); this.grpSerial.Controls.Add(this.chkSerialToFile);
this.grpSerial.Location = new System.Drawing.Point(5, 3); this.grpSerial.Location = new System.Drawing.Point(3, 3);
this.grpSerial.Name = "grpSerial"; this.grpSerial.Name = "grpSerial";
this.grpSerial.Size = new System.Drawing.Size(339, 195); this.grpSerial.Size = new System.Drawing.Size(341, 195);
this.grpSerial.TabIndex = 1; this.grpSerial.TabIndex = 1;
this.grpSerial.TabStop = false; this.grpSerial.TabStop = false;
this.grpSerial.Text = "Serial Port"; this.grpSerial.Text = "Serial Port";
@ -803,9 +808,9 @@ namespace Qemu_GUI
// //
// txtSerialFile // txtSerialFile
// //
this.txtSerialFile.Location = new System.Drawing.Point(97, 69); this.txtSerialFile.Location = new System.Drawing.Point(105, 69);
this.txtSerialFile.Name = "txtSerialFile"; this.txtSerialFile.Name = "txtSerialFile";
this.txtSerialFile.Size = new System.Drawing.Size(201, 20); this.txtSerialFile.Size = new System.Drawing.Size(193, 20);
this.txtSerialFile.TabIndex = 4; this.txtSerialFile.TabIndex = 4;
// //
// btnBrowseSerial // btnBrowseSerial
@ -832,7 +837,7 @@ namespace Qemu_GUI
this.tabAudio.Controls.Add(this.grpAudio); this.tabAudio.Controls.Add(this.grpAudio);
this.tabAudio.Location = new System.Drawing.Point(4, 22); this.tabAudio.Location = new System.Drawing.Point(4, 22);
this.tabAudio.Name = "tabAudio"; this.tabAudio.Name = "tabAudio";
this.tabAudio.Size = new System.Drawing.Size(527, 204); this.tabAudio.Size = new System.Drawing.Size(508, 204);
this.tabAudio.TabIndex = 5; this.tabAudio.TabIndex = 5;
this.tabAudio.Text = "Audio"; this.tabAudio.Text = "Audio";
this.tabAudio.UseVisualStyleBackColor = true; this.tabAudio.UseVisualStyleBackColor = true;
@ -849,7 +854,7 @@ namespace Qemu_GUI
this.grpAudio.Controls.Add(this.chkOPL2); this.grpAudio.Controls.Add(this.chkOPL2);
this.grpAudio.Location = new System.Drawing.Point(3, 3); this.grpAudio.Location = new System.Drawing.Point(3, 3);
this.grpAudio.Name = "grpAudio"; this.grpAudio.Name = "grpAudio";
this.grpAudio.Size = new System.Drawing.Size(494, 195); this.grpAudio.Size = new System.Drawing.Size(502, 198);
this.grpAudio.TabIndex = 4; this.grpAudio.TabIndex = 4;
this.grpAudio.TabStop = false; this.grpAudio.TabStop = false;
this.grpAudio.Text = "Audio Card Emulation"; this.grpAudio.Text = "Audio Card Emulation";
@ -939,7 +944,7 @@ namespace Qemu_GUI
this.tabNetwork.Controls.Add(this.grpNetwork); this.tabNetwork.Controls.Add(this.grpNetwork);
this.tabNetwork.Location = new System.Drawing.Point(4, 22); this.tabNetwork.Location = new System.Drawing.Point(4, 22);
this.tabNetwork.Name = "tabNetwork"; this.tabNetwork.Name = "tabNetwork";
this.tabNetwork.Size = new System.Drawing.Size(527, 204); this.tabNetwork.Size = new System.Drawing.Size(508, 204);
this.tabNetwork.TabIndex = 7; this.tabNetwork.TabIndex = 7;
this.tabNetwork.Text = "Network"; this.tabNetwork.Text = "Network";
this.tabNetwork.UseVisualStyleBackColor = true; this.tabNetwork.UseVisualStyleBackColor = true;
@ -958,7 +963,7 @@ namespace Qemu_GUI
this.grpNetwork.Controls.Add(this.listVLANs); this.grpNetwork.Controls.Add(this.listVLANs);
this.grpNetwork.Location = new System.Drawing.Point(3, 3); this.grpNetwork.Location = new System.Drawing.Point(3, 3);
this.grpNetwork.Name = "grpNetwork"; this.grpNetwork.Name = "grpNetwork";
this.grpNetwork.Size = new System.Drawing.Size(518, 195); this.grpNetwork.Size = new System.Drawing.Size(502, 198);
this.grpNetwork.TabIndex = 1; this.grpNetwork.TabIndex = 1;
this.grpNetwork.TabStop = false; this.grpNetwork.TabStop = false;
this.grpNetwork.Text = "Network"; this.grpNetwork.Text = "Network";
@ -1093,7 +1098,7 @@ namespace Qemu_GUI
// //
// btnNetRemove // btnNetRemove
// //
this.btnNetRemove.Location = new System.Drawing.Point(123, 159); this.btnNetRemove.Location = new System.Drawing.Point(112, 167);
this.btnNetRemove.Name = "btnNetRemove"; this.btnNetRemove.Name = "btnNetRemove";
this.btnNetRemove.Size = new System.Drawing.Size(60, 25); this.btnNetRemove.Size = new System.Drawing.Size(60, 25);
this.btnNetRemove.TabIndex = 49; this.btnNetRemove.TabIndex = 49;
@ -1103,7 +1108,7 @@ namespace Qemu_GUI
// //
// btnNetAdd // btnNetAdd
// //
this.btnNetAdd.Location = new System.Drawing.Point(9, 159); this.btnNetAdd.Location = new System.Drawing.Point(26, 167);
this.btnNetAdd.Name = "btnNetAdd"; this.btnNetAdd.Name = "btnNetAdd";
this.btnNetAdd.Size = new System.Drawing.Size(60, 25); this.btnNetAdd.Size = new System.Drawing.Size(60, 25);
this.btnNetAdd.TabIndex = 48; this.btnNetAdd.TabIndex = 48;
@ -1118,7 +1123,7 @@ namespace Qemu_GUI
this.listVLANs.Location = new System.Drawing.Point(6, 36); this.listVLANs.Location = new System.Drawing.Point(6, 36);
this.listVLANs.Name = "listVLANs"; this.listVLANs.Name = "listVLANs";
this.listVLANs.ShowGroups = false; this.listVLANs.ShowGroups = false;
this.listVLANs.Size = new System.Drawing.Size(191, 117); this.listVLANs.Size = new System.Drawing.Size(191, 125);
this.listVLANs.TabIndex = 47; this.listVLANs.TabIndex = 47;
this.listVLANs.UseCompatibleStateImageBehavior = false; this.listVLANs.UseCompatibleStateImageBehavior = false;
this.listVLANs.View = System.Windows.Forms.View.List; this.listVLANs.View = System.Windows.Forms.View.List;
@ -1128,7 +1133,7 @@ namespace Qemu_GUI
this.tabFloppy.Controls.Add(this.grpFloppy); this.tabFloppy.Controls.Add(this.grpFloppy);
this.tabFloppy.Location = new System.Drawing.Point(4, 22); this.tabFloppy.Location = new System.Drawing.Point(4, 22);
this.tabFloppy.Name = "tabFloppy"; this.tabFloppy.Name = "tabFloppy";
this.tabFloppy.Size = new System.Drawing.Size(527, 204); this.tabFloppy.Size = new System.Drawing.Size(508, 204);
this.tabFloppy.TabIndex = 2; this.tabFloppy.TabIndex = 2;
this.tabFloppy.Text = "Floppy"; this.tabFloppy.Text = "Floppy";
this.tabFloppy.UseVisualStyleBackColor = true; this.tabFloppy.UseVisualStyleBackColor = true;
@ -1141,9 +1146,9 @@ namespace Qemu_GUI
this.grpFloppy.Controls.Add(this.btnBrowseFloppyA); this.grpFloppy.Controls.Add(this.btnBrowseFloppyA);
this.grpFloppy.Controls.Add(this.chkFloppyB); this.grpFloppy.Controls.Add(this.chkFloppyB);
this.grpFloppy.Controls.Add(this.chkFloppyA); this.grpFloppy.Controls.Add(this.chkFloppyA);
this.grpFloppy.Location = new System.Drawing.Point(5, 3); this.grpFloppy.Location = new System.Drawing.Point(3, 3);
this.grpFloppy.Name = "grpFloppy"; this.grpFloppy.Name = "grpFloppy";
this.grpFloppy.Size = new System.Drawing.Size(516, 195); this.grpFloppy.Size = new System.Drawing.Size(502, 195);
this.grpFloppy.TabIndex = 4; this.grpFloppy.TabIndex = 4;
this.grpFloppy.TabStop = false; this.grpFloppy.TabStop = false;
this.grpFloppy.Text = "Floppy"; this.grpFloppy.Text = "Floppy";
@ -1153,7 +1158,7 @@ namespace Qemu_GUI
this.txtFloppyB.Enabled = false; this.txtFloppyB.Enabled = false;
this.txtFloppyB.Location = new System.Drawing.Point(32, 135); this.txtFloppyB.Location = new System.Drawing.Point(32, 135);
this.txtFloppyB.Name = "txtFloppyB"; this.txtFloppyB.Name = "txtFloppyB";
this.txtFloppyB.Size = new System.Drawing.Size(445, 20); this.txtFloppyB.Size = new System.Drawing.Size(431, 20);
this.txtFloppyB.TabIndex = 5; this.txtFloppyB.TabIndex = 5;
// //
// txtFloppyA // txtFloppyA
@ -1161,13 +1166,13 @@ namespace Qemu_GUI
this.txtFloppyA.Enabled = false; this.txtFloppyA.Enabled = false;
this.txtFloppyA.Location = new System.Drawing.Point(32, 49); this.txtFloppyA.Location = new System.Drawing.Point(32, 49);
this.txtFloppyA.Name = "txtFloppyA"; this.txtFloppyA.Name = "txtFloppyA";
this.txtFloppyA.Size = new System.Drawing.Size(445, 20); this.txtFloppyA.Size = new System.Drawing.Size(431, 20);
this.txtFloppyA.TabIndex = 4; this.txtFloppyA.TabIndex = 4;
// //
// btnBrowseFloppyB // btnBrowseFloppyB
// //
this.btnBrowseFloppyB.Enabled = false; this.btnBrowseFloppyB.Enabled = false;
this.btnBrowseFloppyB.Location = new System.Drawing.Point(483, 135); this.btnBrowseFloppyB.Location = new System.Drawing.Point(469, 135);
this.btnBrowseFloppyB.Name = "btnBrowseFloppyB"; this.btnBrowseFloppyB.Name = "btnBrowseFloppyB";
this.btnBrowseFloppyB.Size = new System.Drawing.Size(27, 22); this.btnBrowseFloppyB.Size = new System.Drawing.Size(27, 22);
this.btnBrowseFloppyB.TabIndex = 3; this.btnBrowseFloppyB.TabIndex = 3;
@ -1177,7 +1182,7 @@ namespace Qemu_GUI
// btnBrowseFloppyA // btnBrowseFloppyA
// //
this.btnBrowseFloppyA.Enabled = false; this.btnBrowseFloppyA.Enabled = false;
this.btnBrowseFloppyA.Location = new System.Drawing.Point(483, 49); this.btnBrowseFloppyA.Location = new System.Drawing.Point(469, 49);
this.btnBrowseFloppyA.Name = "btnBrowseFloppyA"; this.btnBrowseFloppyA.Name = "btnBrowseFloppyA";
this.btnBrowseFloppyA.Size = new System.Drawing.Size(27, 22); this.btnBrowseFloppyA.Size = new System.Drawing.Size(27, 22);
this.btnBrowseFloppyA.TabIndex = 2; this.btnBrowseFloppyA.TabIndex = 2;
@ -1207,7 +1212,7 @@ namespace Qemu_GUI
this.tabCDROM.Controls.Add(this.grpCDROM); this.tabCDROM.Controls.Add(this.grpCDROM);
this.tabCDROM.Location = new System.Drawing.Point(4, 22); this.tabCDROM.Location = new System.Drawing.Point(4, 22);
this.tabCDROM.Name = "tabCDROM"; this.tabCDROM.Name = "tabCDROM";
this.tabCDROM.Size = new System.Drawing.Size(527, 204); this.tabCDROM.Size = new System.Drawing.Size(508, 204);
this.tabCDROM.TabIndex = 4; this.tabCDROM.TabIndex = 4;
this.tabCDROM.Text = "CD-ROM"; this.tabCDROM.Text = "CD-ROM";
this.tabCDROM.UseVisualStyleBackColor = true; this.tabCDROM.UseVisualStyleBackColor = true;
@ -1222,7 +1227,7 @@ namespace Qemu_GUI
this.grpCDROM.Controls.Add(this.optCDImage); this.grpCDROM.Controls.Add(this.optCDImage);
this.grpCDROM.Location = new System.Drawing.Point(3, 3); this.grpCDROM.Location = new System.Drawing.Point(3, 3);
this.grpCDROM.Name = "grpCDROM"; this.grpCDROM.Name = "grpCDROM";
this.grpCDROM.Size = new System.Drawing.Size(518, 195); this.grpCDROM.Size = new System.Drawing.Size(502, 198);
this.grpCDROM.TabIndex = 5; this.grpCDROM.TabIndex = 5;
this.grpCDROM.TabStop = false; this.grpCDROM.TabStop = false;
this.grpCDROM.Text = "CD-ROM"; this.grpCDROM.Text = "CD-ROM";
@ -1291,7 +1296,7 @@ namespace Qemu_GUI
this.tabHardDisk.Controls.Add(this.grpHarddisk); this.tabHardDisk.Controls.Add(this.grpHarddisk);
this.tabHardDisk.Location = new System.Drawing.Point(4, 22); this.tabHardDisk.Location = new System.Drawing.Point(4, 22);
this.tabHardDisk.Name = "tabHardDisk"; this.tabHardDisk.Name = "tabHardDisk";
this.tabHardDisk.Size = new System.Drawing.Size(527, 204); this.tabHardDisk.Size = new System.Drawing.Size(508, 204);
this.tabHardDisk.TabIndex = 3; this.tabHardDisk.TabIndex = 3;
this.tabHardDisk.Text = " Harddisk"; this.tabHardDisk.Text = " Harddisk";
this.tabHardDisk.UseVisualStyleBackColor = true; this.tabHardDisk.UseVisualStyleBackColor = true;
@ -1312,7 +1317,7 @@ namespace Qemu_GUI
this.grpHarddisk.Controls.Add(this.chkUseHDA); this.grpHarddisk.Controls.Add(this.chkUseHDA);
this.grpHarddisk.Location = new System.Drawing.Point(5, 3); this.grpHarddisk.Location = new System.Drawing.Point(5, 3);
this.grpHarddisk.Name = "grpHarddisk"; this.grpHarddisk.Name = "grpHarddisk";
this.grpHarddisk.Size = new System.Drawing.Size(516, 195); this.grpHarddisk.Size = new System.Drawing.Size(500, 195);
this.grpHarddisk.TabIndex = 5; this.grpHarddisk.TabIndex = 5;
this.grpHarddisk.TabStop = false; this.grpHarddisk.TabStop = false;
this.grpHarddisk.Text = " Harddisks"; this.grpHarddisk.Text = " Harddisks";
@ -1322,7 +1327,7 @@ namespace Qemu_GUI
this.txtHDD.Enabled = false; this.txtHDD.Enabled = false;
this.txtHDD.Location = new System.Drawing.Point(77, 155); this.txtHDD.Location = new System.Drawing.Point(77, 155);
this.txtHDD.Name = "txtHDD"; this.txtHDD.Name = "txtHDD";
this.txtHDD.Size = new System.Drawing.Size(394, 20); this.txtHDD.Size = new System.Drawing.Size(384, 20);
this.txtHDD.TabIndex = 15; this.txtHDD.TabIndex = 15;
// //
// txtHDC // txtHDC
@ -1330,7 +1335,7 @@ namespace Qemu_GUI
this.txtHDC.Enabled = false; this.txtHDC.Enabled = false;
this.txtHDC.Location = new System.Drawing.Point(77, 110); this.txtHDC.Location = new System.Drawing.Point(77, 110);
this.txtHDC.Name = "txtHDC"; this.txtHDC.Name = "txtHDC";
this.txtHDC.Size = new System.Drawing.Size(394, 20); this.txtHDC.Size = new System.Drawing.Size(384, 20);
this.txtHDC.TabIndex = 14; this.txtHDC.TabIndex = 14;
// //
// txtHDB // txtHDB
@ -1338,21 +1343,21 @@ namespace Qemu_GUI
this.txtHDB.Enabled = false; this.txtHDB.Enabled = false;
this.txtHDB.Location = new System.Drawing.Point(77, 65); this.txtHDB.Location = new System.Drawing.Point(77, 65);
this.txtHDB.Name = "txtHDB"; this.txtHDB.Name = "txtHDB";
this.txtHDB.Size = new System.Drawing.Size(394, 20); this.txtHDB.Size = new System.Drawing.Size(384, 20);
this.txtHDB.TabIndex = 13; this.txtHDB.TabIndex = 13;
// //
// txtHDA // txtHDA
// //
this.txtHDA.Enabled = false; this.txtHDA.Enabled = false;
this.txtHDA.Location = new System.Drawing.Point(77, 20); this.txtHDA.Location = new System.Drawing.Point(77, 22);
this.txtHDA.Name = "txtHDA"; this.txtHDA.Name = "txtHDA";
this.txtHDA.Size = new System.Drawing.Size(394, 20); this.txtHDA.Size = new System.Drawing.Size(384, 20);
this.txtHDA.TabIndex = 12; this.txtHDA.TabIndex = 12;
// //
// btnBrowseHDD // btnBrowseHDD
// //
this.btnBrowseHDD.Enabled = false; this.btnBrowseHDD.Enabled = false;
this.btnBrowseHDD.Location = new System.Drawing.Point(477, 155); this.btnBrowseHDD.Location = new System.Drawing.Point(467, 155);
this.btnBrowseHDD.Name = "btnBrowseHDD"; this.btnBrowseHDD.Name = "btnBrowseHDD";
this.btnBrowseHDD.Size = new System.Drawing.Size(27, 23); this.btnBrowseHDD.Size = new System.Drawing.Size(27, 23);
this.btnBrowseHDD.TabIndex = 11; this.btnBrowseHDD.TabIndex = 11;
@ -1362,7 +1367,7 @@ namespace Qemu_GUI
// btnBrowseHDC // btnBrowseHDC
// //
this.btnBrowseHDC.Enabled = false; this.btnBrowseHDC.Enabled = false;
this.btnBrowseHDC.Location = new System.Drawing.Point(477, 110); this.btnBrowseHDC.Location = new System.Drawing.Point(467, 110);
this.btnBrowseHDC.Name = "btnBrowseHDC"; this.btnBrowseHDC.Name = "btnBrowseHDC";
this.btnBrowseHDC.Size = new System.Drawing.Size(27, 23); this.btnBrowseHDC.Size = new System.Drawing.Size(27, 23);
this.btnBrowseHDC.TabIndex = 10; this.btnBrowseHDC.TabIndex = 10;
@ -1371,7 +1376,7 @@ namespace Qemu_GUI
// //
// chkUseHDD // chkUseHDD
// //
this.chkUseHDD.Location = new System.Drawing.Point(18, 155); this.chkUseHDD.Location = new System.Drawing.Point(6, 151);
this.chkUseHDD.Name = "chkUseHDD"; this.chkUseHDD.Name = "chkUseHDD";
this.chkUseHDD.Size = new System.Drawing.Size(72, 24); this.chkUseHDD.Size = new System.Drawing.Size(72, 24);
this.chkUseHDD.TabIndex = 9; this.chkUseHDD.TabIndex = 9;
@ -1380,7 +1385,7 @@ namespace Qemu_GUI
// //
// chkUseHDC // chkUseHDC
// //
this.chkUseHDC.Location = new System.Drawing.Point(18, 110); this.chkUseHDC.Location = new System.Drawing.Point(6, 106);
this.chkUseHDC.Name = "chkUseHDC"; this.chkUseHDC.Name = "chkUseHDC";
this.chkUseHDC.Size = new System.Drawing.Size(72, 24); this.chkUseHDC.Size = new System.Drawing.Size(72, 24);
this.chkUseHDC.TabIndex = 8; this.chkUseHDC.TabIndex = 8;
@ -1390,7 +1395,7 @@ namespace Qemu_GUI
// btnBrowseHDB // btnBrowseHDB
// //
this.btnBrowseHDB.Enabled = false; this.btnBrowseHDB.Enabled = false;
this.btnBrowseHDB.Location = new System.Drawing.Point(477, 65); this.btnBrowseHDB.Location = new System.Drawing.Point(467, 65);
this.btnBrowseHDB.Name = "btnBrowseHDB"; this.btnBrowseHDB.Name = "btnBrowseHDB";
this.btnBrowseHDB.Size = new System.Drawing.Size(27, 23); this.btnBrowseHDB.Size = new System.Drawing.Size(27, 23);
this.btnBrowseHDB.TabIndex = 7; this.btnBrowseHDB.TabIndex = 7;
@ -1400,7 +1405,7 @@ namespace Qemu_GUI
// btnBrowseHDA // btnBrowseHDA
// //
this.btnBrowseHDA.Enabled = false; this.btnBrowseHDA.Enabled = false;
this.btnBrowseHDA.Location = new System.Drawing.Point(477, 20); this.btnBrowseHDA.Location = new System.Drawing.Point(467, 20);
this.btnBrowseHDA.Name = "btnBrowseHDA"; this.btnBrowseHDA.Name = "btnBrowseHDA";
this.btnBrowseHDA.Size = new System.Drawing.Size(27, 23); this.btnBrowseHDA.Size = new System.Drawing.Size(27, 23);
this.btnBrowseHDA.TabIndex = 6; this.btnBrowseHDA.TabIndex = 6;
@ -1409,7 +1414,7 @@ namespace Qemu_GUI
// //
// chkUseHDB // chkUseHDB
// //
this.chkUseHDB.Location = new System.Drawing.Point(18, 65); this.chkUseHDB.Location = new System.Drawing.Point(6, 61);
this.chkUseHDB.Name = "chkUseHDB"; this.chkUseHDB.Name = "chkUseHDB";
this.chkUseHDB.Size = new System.Drawing.Size(72, 24); this.chkUseHDB.Size = new System.Drawing.Size(72, 24);
this.chkUseHDB.TabIndex = 5; this.chkUseHDB.TabIndex = 5;
@ -1418,7 +1423,7 @@ namespace Qemu_GUI
// //
// chkUseHDA // chkUseHDA
// //
this.chkUseHDA.Location = new System.Drawing.Point(18, 20); this.chkUseHDA.Location = new System.Drawing.Point(6, 16);
this.chkUseHDA.Name = "chkUseHDA"; this.chkUseHDA.Name = "chkUseHDA";
this.chkUseHDA.Size = new System.Drawing.Size(72, 24); this.chkUseHDA.Size = new System.Drawing.Size(72, 24);
this.chkUseHDA.TabIndex = 4; this.chkUseHDA.TabIndex = 4;
@ -1430,7 +1435,7 @@ namespace Qemu_GUI
this.tabPaths.Controls.Add(this.groupBox2); this.tabPaths.Controls.Add(this.groupBox2);
this.tabPaths.Location = new System.Drawing.Point(4, 22); this.tabPaths.Location = new System.Drawing.Point(4, 22);
this.tabPaths.Name = "tabPaths"; this.tabPaths.Name = "tabPaths";
this.tabPaths.Size = new System.Drawing.Size(527, 204); this.tabPaths.Size = new System.Drawing.Size(508, 204);
this.tabPaths.TabIndex = 10; this.tabPaths.TabIndex = 10;
this.tabPaths.Text = "Paths"; this.tabPaths.Text = "Paths";
this.tabPaths.UseVisualStyleBackColor = true; this.tabPaths.UseVisualStyleBackColor = true;
@ -1443,9 +1448,9 @@ namespace Qemu_GUI
this.groupBox2.Controls.Add(this.lblVDKPath); this.groupBox2.Controls.Add(this.lblVDKPath);
this.groupBox2.Controls.Add(this.btnQEmuPath); this.groupBox2.Controls.Add(this.btnQEmuPath);
this.groupBox2.Controls.Add(this.lblQEmuPath); this.groupBox2.Controls.Add(this.lblQEmuPath);
this.groupBox2.Location = new System.Drawing.Point(18, 13); this.groupBox2.Location = new System.Drawing.Point(3, 3);
this.groupBox2.Name = "groupBox2"; this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(491, 172); this.groupBox2.Size = new System.Drawing.Size(502, 198);
this.groupBox2.TabIndex = 21; this.groupBox2.TabIndex = 21;
this.groupBox2.TabStop = false; this.groupBox2.TabStop = false;
this.groupBox2.Text = "Paths"; this.groupBox2.Text = "Paths";
@ -1511,7 +1516,7 @@ namespace Qemu_GUI
this.tabGen.Controls.Add(this.grpDisplay); this.tabGen.Controls.Add(this.grpDisplay);
this.tabGen.Location = new System.Drawing.Point(4, 22); this.tabGen.Location = new System.Drawing.Point(4, 22);
this.tabGen.Name = "tabGen"; this.tabGen.Name = "tabGen";
this.tabGen.Size = new System.Drawing.Size(527, 204); this.tabGen.Size = new System.Drawing.Size(508, 204);
this.tabGen.TabIndex = 1; this.tabGen.TabIndex = 1;
this.tabGen.Text = "General"; this.tabGen.Text = "General";
this.tabGen.UseVisualStyleBackColor = true; this.tabGen.UseVisualStyleBackColor = true;
@ -1519,9 +1524,9 @@ namespace Qemu_GUI
// grpACPI // grpACPI
// //
this.grpACPI.Controls.Add(this.chkACPI); this.grpACPI.Controls.Add(this.chkACPI);
this.grpACPI.Location = new System.Drawing.Point(335, 57); this.grpACPI.Location = new System.Drawing.Point(315, 57);
this.grpACPI.Name = "grpACPI"; this.grpACPI.Name = "grpACPI";
this.grpACPI.Size = new System.Drawing.Size(174, 51); this.grpACPI.Size = new System.Drawing.Size(190, 51);
this.grpACPI.TabIndex = 20; this.grpACPI.TabIndex = 20;
this.grpACPI.TabStop = false; this.grpACPI.TabStop = false;
this.grpACPI.Text = "ACPI"; this.grpACPI.Text = "ACPI";
@ -1549,9 +1554,9 @@ namespace Qemu_GUI
this.groupBox6.Controls.Add(this.lblBootFrom); this.groupBox6.Controls.Add(this.lblBootFrom);
this.groupBox6.Controls.Add(this.lblSMP); this.groupBox6.Controls.Add(this.lblSMP);
this.groupBox6.Controls.Add(this.cboBootFrom); this.groupBox6.Controls.Add(this.cboBootFrom);
this.groupBox6.Location = new System.Drawing.Point(14, 57); this.groupBox6.Location = new System.Drawing.Point(3, 57);
this.groupBox6.Name = "groupBox6"; this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(301, 131); this.groupBox6.Size = new System.Drawing.Size(306, 144);
this.groupBox6.TabIndex = 4; this.groupBox6.TabIndex = 4;
this.groupBox6.TabStop = false; this.groupBox6.TabStop = false;
// //
@ -1669,9 +1674,9 @@ namespace Qemu_GUI
// grpMachine // grpMachine
// //
this.grpMachine.Controls.Add(this.cboMachine); this.grpMachine.Controls.Add(this.cboMachine);
this.grpMachine.Location = new System.Drawing.Point(14, 3); this.grpMachine.Location = new System.Drawing.Point(3, 3);
this.grpMachine.Name = "grpMachine"; this.grpMachine.Name = "grpMachine";
this.grpMachine.Size = new System.Drawing.Size(301, 48); this.grpMachine.Size = new System.Drawing.Size(306, 48);
this.grpMachine.TabIndex = 2; this.grpMachine.TabIndex = 2;
this.grpMachine.TabStop = false; this.grpMachine.TabStop = false;
this.grpMachine.Text = "Machine"; this.grpMachine.Text = "Machine";
@ -1702,9 +1707,9 @@ namespace Qemu_GUI
// grpClock // grpClock
// //
this.grpClock.Controls.Add(this.chkSetClock); this.grpClock.Controls.Add(this.chkSetClock);
this.grpClock.Location = new System.Drawing.Point(335, 3); this.grpClock.Location = new System.Drawing.Point(315, 3);
this.grpClock.Name = "grpClock"; this.grpClock.Name = "grpClock";
this.grpClock.Size = new System.Drawing.Size(174, 48); this.grpClock.Size = new System.Drawing.Size(190, 48);
this.grpClock.TabIndex = 18; this.grpClock.TabIndex = 18;
this.grpClock.TabStop = false; this.grpClock.TabStop = false;
this.grpClock.Text = "Clock"; this.grpClock.Text = "Clock";
@ -1725,9 +1730,9 @@ namespace Qemu_GUI
// //
this.grpDisplay.Controls.Add(this.chkVGAoutput); this.grpDisplay.Controls.Add(this.chkVGAoutput);
this.grpDisplay.Controls.Add(this.chkFullscreen); this.grpDisplay.Controls.Add(this.chkFullscreen);
this.grpDisplay.Location = new System.Drawing.Point(335, 114); this.grpDisplay.Location = new System.Drawing.Point(315, 114);
this.grpDisplay.Name = "grpDisplay"; this.grpDisplay.Name = "grpDisplay";
this.grpDisplay.Size = new System.Drawing.Size(174, 74); this.grpDisplay.Size = new System.Drawing.Size(190, 87);
this.grpDisplay.TabIndex = 19; this.grpDisplay.TabIndex = 19;
this.grpDisplay.TabStop = false; this.grpDisplay.TabStop = false;
this.grpDisplay.Text = "Display"; this.grpDisplay.Text = "Display";
@ -1764,21 +1769,16 @@ namespace Qemu_GUI
this.Tabs.Controls.Add(this.tabDebug); this.Tabs.Controls.Add(this.tabDebug);
this.Tabs.Controls.Add(this.tabTools); this.Tabs.Controls.Add(this.tabTools);
this.Tabs.Controls.Add(this.tabOther); this.Tabs.Controls.Add(this.tabOther);
this.Tabs.Location = new System.Drawing.Point(0, 30); this.Tabs.Location = new System.Drawing.Point(12, 30);
this.Tabs.Name = "Tabs"; this.Tabs.Name = "Tabs";
this.Tabs.SelectedIndex = 0; this.Tabs.SelectedIndex = 0;
this.Tabs.Size = new System.Drawing.Size(535, 230); this.Tabs.Size = new System.Drawing.Size(516, 230);
this.Tabs.TabIndex = 3; this.Tabs.TabIndex = 3;
// //
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(232, 6);
//
// MainForm // MainForm
// //
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(540, 301); this.ClientSize = new System.Drawing.Size(540, 297);
this.Controls.Add(this.btnLoad); this.Controls.Add(this.btnLoad);
this.Controls.Add(this.btnLaunch); this.Controls.Add(this.btnLaunch);
this.Controls.Add(this.Tabs); this.Controls.Add(this.Tabs);

View File

@ -116,10 +116,10 @@ namespace Qemu_GUI
long d = Size * 1024; long d = Size * 1024;
string argv = " create -f " + Format + " \"" + FileName + "\" " + d.ToString(); string argv = " create -f " + Format + " \"" + FileName + "\" " + d.ToString();
p.StartInfo.FileName = data.Paths.Qemu + "\\qemu-img.exe";
if (Directory.Exists(data.Paths.Qemu)) if (Directory.Exists(data.Paths.Qemu))
{ {
p.StartInfo.WorkingDirectory = data.Paths.Qemu; p.StartInfo.WorkingDirectory = data.Paths.Qemu;
p.StartInfo.FileName = data.Paths.Qemu + "\\qemu-img.exe";
p.StartInfo.Arguments = argv; p.StartInfo.Arguments = argv;
try try
{ {
@ -149,11 +149,10 @@ namespace Qemu_GUI
public bool MountImage() public bool MountImage()
{ {
p.StartInfo.FileName = data.Paths.VDK + "\\vdk.exe";
if (Directory.Exists(data.Paths.VDK)) if (Directory.Exists(data.Paths.VDK))
{ {
p.StartInfo.WorkingDirectory = data.Paths.VDK; p.StartInfo.WorkingDirectory = data.Paths.VDK;
p.StartInfo.FileName = data.Paths.VDK + "\\vdk.exe";
p.StartInfo.Arguments = "open 0 " + "\"" + data.Tools.vdk.Image + "\" /RW /L:" + data.Tools.vdk.DriveLetter; p.StartInfo.Arguments = "open 0 " + "\"" + data.Tools.vdk.Image + "\" /RW /L:" + data.Tools.vdk.DriveLetter;
try try