Author: greatlrd
Date: Wed Jun 21 16:48:46 2006
New Revision: 22457
URL:
http://svn.reactos.ru/svn/reactos?rev=22457&view=rev
Log:
fixing small bugs in the new GUI design
Modified:
trunk/tools/Qemu GUI/bin/Release/Qemu GUI.exe
trunk/tools/Qemu GUI/frmMain.cs
Modified: trunk/tools/Qemu GUI/bin/Release/Qemu GUI.exe
URL:
http://svn.reactos.ru/svn/reactos/trunk/tools/Qemu%20GUI/bin/Release/Qemu%2…
==============================================================================
Binary files - no diff available.
Modified: trunk/tools/Qemu GUI/frmMain.cs
URL:
http://svn.reactos.ru/svn/reactos/trunk/tools/Qemu%20GUI/frmMain.cs?rev=224…
==============================================================================
--- trunk/tools/Qemu GUI/frmMain.cs (original)
+++ trunk/tools/Qemu GUI/frmMain.cs Wed Jun 21 16:48:46 2006
@@ -509,6 +509,8 @@
// chkSetClock
//
this.chkSetClock.AutoSize = true;
+ this.chkSetClock.Checked = true;
+ this.chkSetClock.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkSetClock.Location = new System.Drawing.Point(16, 21);
this.chkSetClock.Name = "chkSetClock";
this.chkSetClock.Size = new System.Drawing.Size(71, 17);
@@ -532,9 +534,9 @@
this.chkVGAoutput.AutoSize = true;
this.chkVGAoutput.Location = new System.Drawing.Point(16, 51);
this.chkVGAoutput.Name = "chkVGAoutput";
- this.chkVGAoutput.Size = new System.Drawing.Size(118, 17);
+ this.chkVGAoutput.Size = new System.Drawing.Size(136, 17);
this.chkVGAoutput.TabIndex = 20;
- this.chkVGAoutput.Text = "Display VGA output";
+ this.chkVGAoutput.Text = " VGA Display output off";
this.chkVGAoutput.UseVisualStyleBackColor = true;
//
// chkFullscreen
@@ -656,6 +658,7 @@
//
// txtFloppyB
//
+ this.txtFloppyB.Enabled = false;
this.txtFloppyB.Location = new System.Drawing.Point(32, 113);
this.txtFloppyB.Name = "txtFloppyB";
this.txtFloppyB.Size = new System.Drawing.Size(369, 20);
@@ -663,6 +666,7 @@
//
// txtFloppyA
//
+ this.txtFloppyA.Enabled = false;
this.txtFloppyA.Location = new System.Drawing.Point(32, 49);
this.txtFloppyA.Name = "txtFloppyA";
this.txtFloppyA.Size = new System.Drawing.Size(369, 20);
@@ -739,6 +743,7 @@
//
// txtHDD
//
+ this.txtHDD.Enabled = false;
this.txtHDD.Location = new System.Drawing.Point(73, 163);
this.txtHDD.Name = "txtHDD";
this.txtHDD.Size = new System.Drawing.Size(341, 20);
@@ -746,6 +751,7 @@
//
// txtHDC
//
+ this.txtHDC.Enabled = false;
this.txtHDC.Location = new System.Drawing.Point(73, 122);
this.txtHDC.Name = "txtHDC";
this.txtHDC.Size = new System.Drawing.Size(341, 20);
@@ -753,6 +759,7 @@
//
// txtHDB
//
+ this.txtHDB.Enabled = false;
this.txtHDB.Location = new System.Drawing.Point(73, 77);
this.txtHDB.Name = "txtHDB";
this.txtHDB.Size = new System.Drawing.Size(341, 20);
@@ -760,6 +767,7 @@
//
// txtHDA
//
+ this.txtHDA.Enabled = false;
this.txtHDA.Location = new System.Drawing.Point(73, 30);
this.txtHDA.Name = "txtHDA";
this.txtHDA.Size = new System.Drawing.Size(341, 20);