diff --git a/QEMUWF/Form3.Designer.cs b/QEMUWF/Form3.Designer.cs
index 1992036..287a573 100644
--- a/QEMUWF/Form3.Designer.cs
+++ b/QEMUWF/Form3.Designer.cs
@@ -30,635 +30,635 @@ protected override void Dispose(bool disposing)
///
private void InitializeComponent()
{
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.cancel = new System.Windows.Forms.Button();
- this.next = new System.Windows.Forms.Button();
- this.bacc = new System.Windows.Forms.Button();
- this.help = new System.Windows.Forms.Button();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.label4 = new System.Windows.Forms.Label();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.label16 = new System.Windows.Forms.Label();
- this.comboBox4 = new System.Windows.Forms.ComboBox();
- this.label15 = new System.Windows.Forms.Label();
- this.trackBar2 = new System.Windows.Forms.TrackBar();
- this.label10 = new System.Windows.Forms.Label();
- this.trackBar1 = new System.Windows.Forms.TrackBar();
- this.radioButton3 = new System.Windows.Forms.RadioButton();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
- this.radioButton1 = new System.Windows.Forms.RadioButton();
- this.label9 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
- this.comboBox3 = new System.Windows.Forms.ComboBox();
- this.label7 = new System.Windows.Forms.Label();
- this.comboBox2 = new System.Windows.Forms.ComboBox();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.label14 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.label12 = new System.Windows.Forms.Label();
- this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
- this.choosExistig = new System.Windows.Forms.RadioButton();
- this.cretNew = new System.Windows.Forms.RadioButton();
- this.label11 = new System.Windows.Forms.Label();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- this.tabPage5 = new System.Windows.Forms.TabPage();
- this.label17 = new System.Windows.Forms.Label();
- this.comboBox5 = new System.Windows.Forms.ComboBox();
- this.flowLayoutPanel1.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
- this.tabPage3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
- this.SuspendLayout();
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.flowLayoutPanel1.BackColor = System.Drawing.SystemColors.Control;
- this.flowLayoutPanel1.Controls.Add(this.cancel);
- this.flowLayoutPanel1.Controls.Add(this.next);
- this.flowLayoutPanel1.Controls.Add(this.bacc);
- this.flowLayoutPanel1.Controls.Add(this.help);
- this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 452);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(438, 41);
- this.flowLayoutPanel1.TabIndex = 0;
- //
- // cancel
- //
- this.cancel.Location = new System.Drawing.Point(357, 10);
- this.cancel.Margin = new System.Windows.Forms.Padding(3, 10, 6, 3);
- this.cancel.Name = "cancel";
- this.cancel.Size = new System.Drawing.Size(75, 23);
- this.cancel.TabIndex = 0;
- this.cancel.Text = "Cancel";
- this.cancel.UseVisualStyleBackColor = true;
- this.cancel.Click += new System.EventHandler(this.cancel_Click);
- //
- // next
- //
- this.next.Location = new System.Drawing.Point(276, 10);
- this.next.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
- this.next.Name = "next";
- this.next.Size = new System.Drawing.Size(75, 23);
- this.next.TabIndex = 1;
- this.next.Text = "Next";
- this.next.UseVisualStyleBackColor = true;
- this.next.Click += new System.EventHandler(this.button1_Click);
- //
- // bacc
- //
- this.bacc.Location = new System.Drawing.Point(195, 10);
- this.bacc.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
- this.bacc.Name = "bacc";
- this.bacc.Size = new System.Drawing.Size(75, 23);
- this.bacc.TabIndex = 3;
- this.bacc.Text = "Back";
- this.bacc.UseVisualStyleBackColor = true;
- this.bacc.Click += new System.EventHandler(this.bacc_Click);
- //
- // help
- //
- this.help.Location = new System.Drawing.Point(8, 10);
- this.help.Margin = new System.Windows.Forms.Padding(3, 10, 76, 3);
- this.help.Name = "help";
- this.help.Size = new System.Drawing.Size(108, 23);
- this.help.TabIndex = 2;
- this.help.Text = "there is no help.";
- this.help.UseVisualStyleBackColor = true;
- //
- // tabControl1
- //
- this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
+ this.cancel = new System.Windows.Forms.Button();
+ this.next = new System.Windows.Forms.Button();
+ this.bacc = new System.Windows.Forms.Button();
+ this.help = new System.Windows.Forms.Button();
+ this.tabControl1 = new System.Windows.Forms.TabControl();
+ this.tabPage1 = new System.Windows.Forms.TabPage();
+ this.label4 = new System.Windows.Forms.Label();
+ this.comboBox1 = new System.Windows.Forms.ComboBox();
+ this.textBox1 = new System.Windows.Forms.TextBox();
+ this.label3 = new System.Windows.Forms.Label();
+ this.label2 = new System.Windows.Forms.Label();
+ this.label1 = new System.Windows.Forms.Label();
+ this.tabPage2 = new System.Windows.Forms.TabPage();
+ this.comboBox5 = new System.Windows.Forms.ComboBox();
+ this.label17 = new System.Windows.Forms.Label();
+ this.label16 = new System.Windows.Forms.Label();
+ this.comboBox4 = new System.Windows.Forms.ComboBox();
+ this.label15 = new System.Windows.Forms.Label();
+ this.trackBar2 = new System.Windows.Forms.TrackBar();
+ this.label10 = new System.Windows.Forms.Label();
+ this.trackBar1 = new System.Windows.Forms.TrackBar();
+ this.radioButton3 = new System.Windows.Forms.RadioButton();
+ this.radioButton2 = new System.Windows.Forms.RadioButton();
+ this.radioButton1 = new System.Windows.Forms.RadioButton();
+ this.label9 = new System.Windows.Forms.Label();
+ this.label8 = new System.Windows.Forms.Label();
+ this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
+ this.comboBox3 = new System.Windows.Forms.ComboBox();
+ this.label7 = new System.Windows.Forms.Label();
+ this.comboBox2 = new System.Windows.Forms.ComboBox();
+ this.label6 = new System.Windows.Forms.Label();
+ this.label5 = new System.Windows.Forms.Label();
+ this.tabPage3 = new System.Windows.Forms.TabPage();
+ this.textBox3 = new System.Windows.Forms.TextBox();
+ this.label14 = new System.Windows.Forms.Label();
+ this.label13 = new System.Windows.Forms.Label();
+ this.button1 = new System.Windows.Forms.Button();
+ this.textBox2 = new System.Windows.Forms.TextBox();
+ this.checkBox1 = new System.Windows.Forms.CheckBox();
+ this.label12 = new System.Windows.Forms.Label();
+ this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
+ this.choosExistig = new System.Windows.Forms.RadioButton();
+ this.cretNew = new System.Windows.Forms.RadioButton();
+ this.label11 = new System.Windows.Forms.Label();
+ this.tabPage4 = new System.Windows.Forms.TabPage();
+ this.tabPage5 = new System.Windows.Forms.TabPage();
+ this.flowLayoutPanel1.SuspendLayout();
+ this.tabControl1.SuspendLayout();
+ this.tabPage1.SuspendLayout();
+ this.tabPage2.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
+ this.tabPage3.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
+ this.SuspendLayout();
+ //
+ // flowLayoutPanel1
+ //
+ this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
+ this.flowLayoutPanel1.BackColor = System.Drawing.SystemColors.Control;
+ this.flowLayoutPanel1.Controls.Add(this.cancel);
+ this.flowLayoutPanel1.Controls.Add(this.next);
+ this.flowLayoutPanel1.Controls.Add(this.bacc);
+ this.flowLayoutPanel1.Controls.Add(this.help);
+ this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
+ this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 452);
+ this.flowLayoutPanel1.Name = "flowLayoutPanel1";
+ this.flowLayoutPanel1.Size = new System.Drawing.Size(438, 41);
+ this.flowLayoutPanel1.TabIndex = 0;
+ //
+ // cancel
+ //
+ this.cancel.Location = new System.Drawing.Point(357, 10);
+ this.cancel.Margin = new System.Windows.Forms.Padding(3, 10, 6, 3);
+ this.cancel.Name = "cancel";
+ this.cancel.Size = new System.Drawing.Size(75, 23);
+ this.cancel.TabIndex = 0;
+ this.cancel.Text = "Cancel";
+ this.cancel.UseVisualStyleBackColor = true;
+ this.cancel.Click += new System.EventHandler(this.cancel_Click);
+ //
+ // next
+ //
+ this.next.Location = new System.Drawing.Point(276, 10);
+ this.next.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
+ this.next.Name = "next";
+ this.next.Size = new System.Drawing.Size(75, 23);
+ this.next.TabIndex = 1;
+ this.next.Text = "Next";
+ this.next.UseVisualStyleBackColor = true;
+ this.next.Click += new System.EventHandler(this.button1_Click);
+ //
+ // bacc
+ //
+ this.bacc.Location = new System.Drawing.Point(195, 10);
+ this.bacc.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
+ this.bacc.Name = "bacc";
+ this.bacc.Size = new System.Drawing.Size(75, 23);
+ this.bacc.TabIndex = 3;
+ this.bacc.Text = "Back";
+ this.bacc.UseVisualStyleBackColor = true;
+ this.bacc.Click += new System.EventHandler(this.bacc_Click);
+ //
+ // help
+ //
+ this.help.Location = new System.Drawing.Point(8, 10);
+ this.help.Margin = new System.Windows.Forms.Padding(3, 10, 76, 3);
+ this.help.Name = "help";
+ this.help.Size = new System.Drawing.Size(108, 23);
+ this.help.TabIndex = 2;
+ this.help.Text = "there is no help.";
+ this.help.UseVisualStyleBackColor = true;
+ //
+ // tabControl1
+ //
+ this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Controls.Add(this.tabPage3);
- this.tabControl1.Controls.Add(this.tabPage4);
- this.tabControl1.Controls.Add(this.tabPage5);
- this.tabControl1.Location = new System.Drawing.Point(0, 3);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(438, 449);
- this.tabControl1.TabIndex = 1;
- //
- // tabPage1
- //
- this.tabPage1.BackColor = System.Drawing.SystemColors.Window;
- this.tabPage1.Controls.Add(this.label4);
- this.tabPage1.Controls.Add(this.comboBox1);
- this.tabPage1.Controls.Add(this.textBox1);
- this.tabPage1.Controls.Add(this.label3);
- this.tabPage1.Controls.Add(this.label2);
- this.tabPage1.Controls.Add(this.label1);
- this.tabPage1.Location = new System.Drawing.Point(4, 22);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(430, 423);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "tabPage1";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label4.Location = new System.Drawing.Point(61, 284);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(101, 13);
- this.label4.TabIndex = 5;
- this.label4.Text = "Operating System:";
- //
- // comboBox1
- //
- this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Items.AddRange(new object[] {
+ this.tabControl1.Controls.Add(this.tabPage1);
+ this.tabControl1.Controls.Add(this.tabPage2);
+ this.tabControl1.Controls.Add(this.tabPage3);
+ this.tabControl1.Controls.Add(this.tabPage4);
+ this.tabControl1.Controls.Add(this.tabPage5);
+ this.tabControl1.Location = new System.Drawing.Point(0, 3);
+ this.tabControl1.Name = "tabControl1";
+ this.tabControl1.SelectedIndex = 0;
+ this.tabControl1.Size = new System.Drawing.Size(438, 449);
+ this.tabControl1.TabIndex = 1;
+ //
+ // tabPage1
+ //
+ this.tabPage1.BackColor = System.Drawing.SystemColors.Window;
+ this.tabPage1.Controls.Add(this.label4);
+ this.tabPage1.Controls.Add(this.comboBox1);
+ this.tabPage1.Controls.Add(this.textBox1);
+ this.tabPage1.Controls.Add(this.label3);
+ this.tabPage1.Controls.Add(this.label2);
+ this.tabPage1.Controls.Add(this.label1);
+ this.tabPage1.Location = new System.Drawing.Point(4, 25);
+ this.tabPage1.Name = "tabPage1";
+ this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
+ this.tabPage1.Size = new System.Drawing.Size(430, 420);
+ this.tabPage1.TabIndex = 0;
+ this.tabPage1.Text = "tabPage1";
+ //
+ // label4
+ //
+ this.label4.AutoSize = true;
+ this.label4.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label4.Location = new System.Drawing.Point(61, 284);
+ this.label4.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(101, 13);
+ this.label4.TabIndex = 5;
+ this.label4.Text = "Operating System:";
+ //
+ // comboBox1
+ //
+ this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.comboBox1.FormattingEnabled = true;
+ this.comboBox1.Items.AddRange(new object[] {
"Microsoft Windows",
"Linux",
"DOS",
"Mac OS",
"BSD",
"UNIX"});
- this.comboBox1.Location = new System.Drawing.Point(165, 281);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(207, 21);
- this.comboBox1.TabIndex = 4;
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(165, 251);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(207, 22);
- this.textBox1.TabIndex = 3;
- this.textBox1.Text = "My VM";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label3.Location = new System.Drawing.Point(61, 254);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(59, 13);
- this.label3.TabIndex = 2;
- this.label3.Text = "VM Name:";
- //
- // label2
- //
- this.label2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label2.Location = new System.Drawing.Point(15, 64);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(392, 151);
- this.label2.TabIndex = 1;
- this.label2.Text = resources.GetString("label2.Text");
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Segoe UI Semibold", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label1.Location = new System.Drawing.Point(9, 13);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(398, 32);
- this.label1.TabIndex = 0;
- this.label1.Text = "Welcome to Create new VM wizard";
- //
- // tabPage2
- //
- this.tabPage2.BackColor = System.Drawing.SystemColors.Window;
- this.tabPage2.Controls.Add(this.comboBox5);
- this.tabPage2.Controls.Add(this.label17);
- this.tabPage2.Controls.Add(this.label16);
- this.tabPage2.Controls.Add(this.comboBox4);
- this.tabPage2.Controls.Add(this.label15);
- this.tabPage2.Controls.Add(this.trackBar2);
- this.tabPage2.Controls.Add(this.label10);
- this.tabPage2.Controls.Add(this.trackBar1);
- this.tabPage2.Controls.Add(this.radioButton3);
- this.tabPage2.Controls.Add(this.radioButton2);
- this.tabPage2.Controls.Add(this.radioButton1);
- this.tabPage2.Controls.Add(this.label9);
- this.tabPage2.Controls.Add(this.label8);
- this.tabPage2.Controls.Add(this.numericUpDown1);
- this.tabPage2.Controls.Add(this.comboBox3);
- this.tabPage2.Controls.Add(this.label7);
- this.tabPage2.Controls.Add(this.comboBox2);
- this.tabPage2.Controls.Add(this.label6);
- this.tabPage2.Controls.Add(this.label5);
- this.tabPage2.Location = new System.Drawing.Point(4, 22);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(430, 423);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "tabPage2";
- this.tabPage2.Click += new System.EventHandler(this.tabPage2_Click);
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Location = new System.Drawing.Point(26, 378);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(142, 13);
- this.label16.TabIndex = 16;
- this.label16.Text = "Selected Video RAM: 2 MB";
- //
- // comboBox4
- //
- this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox4.FormattingEnabled = true;
- this.comboBox4.Location = new System.Drawing.Point(118, 174);
- this.comboBox4.Name = "comboBox4";
- this.comboBox4.Size = new System.Drawing.Size(260, 21);
- this.comboBox4.TabIndex = 15;
- this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.comboBox4_SelectedIndexChanged);
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(16, 174);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(32, 13);
- this.label15.TabIndex = 14;
- this.label15.Text = "GPU:";
- //
- // trackBar2
- //
- this.trackBar2.BackColor = System.Drawing.SystemColors.Window;
- this.trackBar2.Location = new System.Drawing.Point(15, 312);
- this.trackBar2.Minimum = 2;
- this.trackBar2.Name = "trackBar2";
- this.trackBar2.Size = new System.Drawing.Size(395, 42);
- this.trackBar2.SmallChange = 2;
- this.trackBar2.TabIndex = 13;
- this.trackBar2.Value = 2;
- this.trackBar2.Scroll += new System.EventHandler(this.trackBar2_Scroll);
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(26, 355);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(109, 13);
- this.label10.TabIndex = 12;
- this.label10.Text = "Selected RAM: 2 MB";
- //
- // trackBar1
- //
- this.trackBar1.BackColor = System.Drawing.SystemColors.Window;
- this.trackBar1.Location = new System.Drawing.Point(15, 266);
- this.trackBar1.Minimum = 2;
- this.trackBar1.Name = "trackBar1";
- this.trackBar1.Size = new System.Drawing.Size(395, 42);
- this.trackBar1.SmallChange = 2;
- this.trackBar1.TabIndex = 11;
- this.trackBar1.Value = 2;
- this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
- //
- // radioButton3
- //
- this.radioButton3.AutoSize = true;
- this.radioButton3.Enabled = false;
- this.radioButton3.Location = new System.Drawing.Point(322, 119);
- this.radioButton3.Name = "radioButton3";
- this.radioButton3.Size = new System.Drawing.Size(56, 17);
- this.radioButton3.TabIndex = 10;
- this.radioButton3.Text = "WHPX";
- this.radioButton3.UseVisualStyleBackColor = true;
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- this.radioButton2.Enabled = false;
- this.radioButton2.Location = new System.Drawing.Point(257, 119);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(56, 17);
- this.radioButton2.TabIndex = 9;
- this.radioButton2.Text = "HAXM";
- this.radioButton2.UseVisualStyleBackColor = true;
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- this.radioButton1.Checked = true;
- this.radioButton1.Enabled = false;
- this.radioButton1.Location = new System.Drawing.Point(202, 119);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(44, 17);
- this.radioButton1.TabIndex = 8;
- this.radioButton1.TabStop = true;
- this.radioButton1.Text = "TCG";
- this.radioButton1.UseVisualStyleBackColor = true;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("Segoe UI Semibold", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label9.Location = new System.Drawing.Point(9, 214);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(366, 32);
- this.label9.TabIndex = 7;
- this.label9.Text = "Select your RAM and VRAM size";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(16, 121);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(63, 13);
- this.label8.TabIndex = 6;
- this.label8.Text = "CPU Cores:";
- //
- // numericUpDown1
- //
- this.numericUpDown1.Location = new System.Drawing.Point(118, 115);
- this.numericUpDown1.Maximum = new decimal(new int[] {
+ this.comboBox1.Location = new System.Drawing.Point(165, 281);
+ this.comboBox1.Name = "comboBox1";
+ this.comboBox1.Size = new System.Drawing.Size(207, 21);
+ this.comboBox1.TabIndex = 4;
+ //
+ // textBox1
+ //
+ this.textBox1.Location = new System.Drawing.Point(165, 251);
+ this.textBox1.Name = "textBox1";
+ this.textBox1.Size = new System.Drawing.Size(207, 22);
+ this.textBox1.TabIndex = 3;
+ this.textBox1.Text = "My VM";
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label3.Location = new System.Drawing.Point(61, 254);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(59, 13);
+ this.label3.TabIndex = 2;
+ this.label3.Text = "VM Name:";
+ //
+ // label2
+ //
+ this.label2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label2.Location = new System.Drawing.Point(15, 64);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(392, 151);
+ this.label2.TabIndex = 1;
+ this.label2.Text = "Welcome to the Wizard.\r\nWe will guide you you at making your VM.\r\nSo lets start w" +
+ "ith the name and the OS.";
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Font = new System.Drawing.Font("Segoe UI Semibold", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label1.Location = new System.Drawing.Point(9, 13);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(397, 32);
+ this.label1.TabIndex = 0;
+ this.label1.Text = "Welcome to Create new VM wizard";
+ //
+ // tabPage2
+ //
+ this.tabPage2.BackColor = System.Drawing.SystemColors.Window;
+ this.tabPage2.Controls.Add(this.comboBox5);
+ this.tabPage2.Controls.Add(this.label17);
+ this.tabPage2.Controls.Add(this.label16);
+ this.tabPage2.Controls.Add(this.comboBox4);
+ this.tabPage2.Controls.Add(this.label15);
+ this.tabPage2.Controls.Add(this.trackBar2);
+ this.tabPage2.Controls.Add(this.label10);
+ this.tabPage2.Controls.Add(this.trackBar1);
+ this.tabPage2.Controls.Add(this.radioButton3);
+ this.tabPage2.Controls.Add(this.radioButton2);
+ this.tabPage2.Controls.Add(this.radioButton1);
+ this.tabPage2.Controls.Add(this.label9);
+ this.tabPage2.Controls.Add(this.label8);
+ this.tabPage2.Controls.Add(this.numericUpDown1);
+ this.tabPage2.Controls.Add(this.comboBox3);
+ this.tabPage2.Controls.Add(this.label7);
+ this.tabPage2.Controls.Add(this.comboBox2);
+ this.tabPage2.Controls.Add(this.label6);
+ this.tabPage2.Controls.Add(this.label5);
+ this.tabPage2.Location = new System.Drawing.Point(4, 25);
+ this.tabPage2.Name = "tabPage2";
+ this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
+ this.tabPage2.Size = new System.Drawing.Size(430, 420);
+ this.tabPage2.TabIndex = 1;
+ this.tabPage2.Text = "tabPage2";
+ this.tabPage2.Click += new System.EventHandler(this.tabPage2_Click);
+ //
+ // comboBox5
+ //
+ this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.comboBox5.FormattingEnabled = true;
+ this.comboBox5.Location = new System.Drawing.Point(118, 147);
+ this.comboBox5.Name = "comboBox5";
+ this.comboBox5.Size = new System.Drawing.Size(260, 21);
+ this.comboBox5.TabIndex = 18;
+ this.comboBox5.SelectedIndexChanged += new System.EventHandler(this.comboBox5_SelectedIndexChanged);
+ //
+ // label17
+ //
+ this.label17.AutoSize = true;
+ this.label17.Location = new System.Drawing.Point(16, 147);
+ this.label17.Name = "label17";
+ this.label17.Size = new System.Drawing.Size(54, 13);
+ this.label17.TabIndex = 17;
+ this.label17.Text = "Machine:";
+ //
+ // label16
+ //
+ this.label16.AutoSize = true;
+ this.label16.Location = new System.Drawing.Point(26, 378);
+ this.label16.Name = "label16";
+ this.label16.Size = new System.Drawing.Size(141, 13);
+ this.label16.TabIndex = 16;
+ this.label16.Text = "Selected Video RAM: 2 MB";
+ //
+ // comboBox4
+ //
+ this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.comboBox4.FormattingEnabled = true;
+ this.comboBox4.Location = new System.Drawing.Point(118, 174);
+ this.comboBox4.Name = "comboBox4";
+ this.comboBox4.Size = new System.Drawing.Size(260, 21);
+ this.comboBox4.TabIndex = 15;
+ this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.comboBox4_SelectedIndexChanged);
+ //
+ // label15
+ //
+ this.label15.AutoSize = true;
+ this.label15.Location = new System.Drawing.Point(16, 174);
+ this.label15.Name = "label15";
+ this.label15.Size = new System.Drawing.Size(32, 13);
+ this.label15.TabIndex = 14;
+ this.label15.Text = "GPU:";
+ //
+ // trackBar2
+ //
+ this.trackBar2.BackColor = System.Drawing.SystemColors.Window;
+ this.trackBar2.Location = new System.Drawing.Point(15, 312);
+ this.trackBar2.Minimum = 2;
+ this.trackBar2.Name = "trackBar2";
+ this.trackBar2.Size = new System.Drawing.Size(395, 45);
+ this.trackBar2.SmallChange = 2;
+ this.trackBar2.TabIndex = 13;
+ this.trackBar2.Value = 2;
+ this.trackBar2.Scroll += new System.EventHandler(this.trackBar2_Scroll);
+ //
+ // label10
+ //
+ this.label10.AutoSize = true;
+ this.label10.Location = new System.Drawing.Point(26, 355);
+ this.label10.Name = "label10";
+ this.label10.Size = new System.Drawing.Size(108, 13);
+ this.label10.TabIndex = 12;
+ this.label10.Text = "Selected RAM: 2 MB";
+ //
+ // trackBar1
+ //
+ this.trackBar1.BackColor = System.Drawing.SystemColors.Window;
+ this.trackBar1.Location = new System.Drawing.Point(15, 266);
+ this.trackBar1.Minimum = 2;
+ this.trackBar1.Name = "trackBar1";
+ this.trackBar1.Size = new System.Drawing.Size(395, 45);
+ this.trackBar1.SmallChange = 2;
+ this.trackBar1.TabIndex = 11;
+ this.trackBar1.Value = 2;
+ this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
+ //
+ // radioButton3
+ //
+ this.radioButton3.AutoSize = true;
+ this.radioButton3.Enabled = false;
+ this.radioButton3.Location = new System.Drawing.Point(322, 119);
+ this.radioButton3.Name = "radioButton3";
+ this.radioButton3.Size = new System.Drawing.Size(56, 17);
+ this.radioButton3.TabIndex = 10;
+ this.radioButton3.Text = "WHPX";
+ this.radioButton3.UseVisualStyleBackColor = true;
+ //
+ // radioButton2
+ //
+ this.radioButton2.AutoSize = true;
+ this.radioButton2.Enabled = false;
+ this.radioButton2.Location = new System.Drawing.Point(257, 119);
+ this.radioButton2.Name = "radioButton2";
+ this.radioButton2.Size = new System.Drawing.Size(56, 17);
+ this.radioButton2.TabIndex = 9;
+ this.radioButton2.Text = "HAXM";
+ this.radioButton2.UseVisualStyleBackColor = true;
+ //
+ // radioButton1
+ //
+ this.radioButton1.AutoSize = true;
+ this.radioButton1.Checked = true;
+ this.radioButton1.Enabled = false;
+ this.radioButton1.Location = new System.Drawing.Point(202, 119);
+ this.radioButton1.Name = "radioButton1";
+ this.radioButton1.Size = new System.Drawing.Size(45, 17);
+ this.radioButton1.TabIndex = 8;
+ this.radioButton1.TabStop = true;
+ this.radioButton1.Text = "TCG";
+ this.radioButton1.UseVisualStyleBackColor = true;
+ //
+ // label9
+ //
+ this.label9.AutoSize = true;
+ this.label9.Font = new System.Drawing.Font("Segoe UI Semibold", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label9.Location = new System.Drawing.Point(9, 214);
+ this.label9.Name = "label9";
+ this.label9.Size = new System.Drawing.Size(365, 32);
+ this.label9.TabIndex = 7;
+ this.label9.Text = "Select your RAM and VRAM size";
+ //
+ // label8
+ //
+ this.label8.AutoSize = true;
+ this.label8.Location = new System.Drawing.Point(16, 121);
+ this.label8.Name = "label8";
+ this.label8.Size = new System.Drawing.Size(63, 13);
+ this.label8.TabIndex = 6;
+ this.label8.Text = "CPU Cores:";
+ //
+ // numericUpDown1
+ //
+ this.numericUpDown1.Location = new System.Drawing.Point(118, 115);
+ this.numericUpDown1.Maximum = new decimal(new int[] {
4,
0,
0,
0});
- this.numericUpDown1.Minimum = new decimal(new int[] {
+ this.numericUpDown1.Minimum = new decimal(new int[] {
1,
0,
0,
0});
- this.numericUpDown1.Name = "numericUpDown1";
- this.numericUpDown1.Size = new System.Drawing.Size(30, 22);
- this.numericUpDown1.TabIndex = 5;
- this.numericUpDown1.Value = new decimal(new int[] {
+ this.numericUpDown1.Name = "numericUpDown1";
+ this.numericUpDown1.Size = new System.Drawing.Size(30, 22);
+ this.numericUpDown1.TabIndex = 5;
+ this.numericUpDown1.Value = new decimal(new int[] {
1,
0,
0,
0});
- //
- // comboBox3
- //
- this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox3.FormattingEnabled = true;
- this.comboBox3.Location = new System.Drawing.Point(118, 88);
- this.comboBox3.Name = "comboBox3";
- this.comboBox3.Size = new System.Drawing.Size(260, 21);
- this.comboBox3.TabIndex = 4;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(16, 91);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(67, 13);
- this.label7.TabIndex = 3;
- this.label7.Text = "CPU Model:";
- //
- // comboBox2
- //
- this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox2.FormattingEnabled = true;
- this.comboBox2.Location = new System.Drawing.Point(118, 61);
- this.comboBox2.Name = "comboBox2";
- this.comboBox2.Size = new System.Drawing.Size(260, 21);
- this.comboBox2.TabIndex = 2;
- this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(16, 64);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(96, 13);
- this.label6.TabIndex = 1;
- this.label6.Text = "CPU Architecture:";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("Segoe UI Semibold", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label5.Location = new System.Drawing.Point(9, 13);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(275, 32);
- this.label5.TabIndex = 0;
- this.label5.Text = "Hardware configuration";
- //
- // tabPage3
- //
- this.tabPage3.BackColor = System.Drawing.SystemColors.Window;
- this.tabPage3.Controls.Add(this.textBox3);
- this.tabPage3.Controls.Add(this.label14);
- this.tabPage3.Controls.Add(this.label13);
- this.tabPage3.Controls.Add(this.button1);
- this.tabPage3.Controls.Add(this.textBox2);
- this.tabPage3.Controls.Add(this.checkBox1);
- this.tabPage3.Controls.Add(this.label12);
- this.tabPage3.Controls.Add(this.numericUpDown2);
- this.tabPage3.Controls.Add(this.choosExistig);
- this.tabPage3.Controls.Add(this.cretNew);
- this.tabPage3.Controls.Add(this.label11);
- this.tabPage3.Location = new System.Drawing.Point(4, 22);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage3.Size = new System.Drawing.Size(430, 423);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "tabPage3";
- //
- // textBox3
- //
- this.textBox3.Location = new System.Drawing.Point(186, 124);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(96, 22);
- this.textBox3.TabIndex = 11;
- this.textBox3.Text = "qcow2";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(51, 128);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(46, 13);
- this.label14.TabIndex = 10;
- this.label14.Text = "Format:";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(51, 219);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(153, 13);
- this.label13.TabIndex = 9;
- this.label13.Text = "Browse for a virtual disk file:";
- //
- // button1
- //
- this.button1.Enabled = false;
- this.button1.Location = new System.Drawing.Point(271, 237);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(50, 22);
- this.button1.TabIndex = 8;
- this.button1.Text = "...";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click_1);
- //
- // textBox2
- //
- this.textBox2.Enabled = false;
- this.textBox2.Location = new System.Drawing.Point(54, 237);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(212, 22);
- this.textBox2.TabIndex = 7;
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Location = new System.Drawing.Point(54, 155);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(184, 17);
- this.checkBox1.TabIndex = 6;
- this.checkBox1.Text = "Allocate all the disk space now";
- this.checkBox1.UseVisualStyleBackColor = true;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(51, 100);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(132, 13);
- this.label12.TabIndex = 5;
- this.label12.Text = "Size of the disk (in MBs):";
- //
- // numericUpDown2
- //
- this.numericUpDown2.Location = new System.Drawing.Point(186, 96);
- this.numericUpDown2.Minimum = new decimal(new int[] {
+ //
+ // comboBox3
+ //
+ this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.comboBox3.FormattingEnabled = true;
+ this.comboBox3.Location = new System.Drawing.Point(118, 88);
+ this.comboBox3.Name = "comboBox3";
+ this.comboBox3.Size = new System.Drawing.Size(260, 21);
+ this.comboBox3.TabIndex = 4;
+ //
+ // label7
+ //
+ this.label7.AutoSize = true;
+ this.label7.Location = new System.Drawing.Point(16, 91);
+ this.label7.Name = "label7";
+ this.label7.Size = new System.Drawing.Size(67, 13);
+ this.label7.TabIndex = 3;
+ this.label7.Text = "CPU Model:";
+ //
+ // comboBox2
+ //
+ this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.comboBox2.FormattingEnabled = true;
+ this.comboBox2.Location = new System.Drawing.Point(118, 61);
+ this.comboBox2.Name = "comboBox2";
+ this.comboBox2.Size = new System.Drawing.Size(260, 21);
+ this.comboBox2.TabIndex = 2;
+ this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
+ //
+ // label6
+ //
+ this.label6.AutoSize = true;
+ this.label6.Location = new System.Drawing.Point(16, 64);
+ this.label6.Name = "label6";
+ this.label6.Size = new System.Drawing.Size(96, 13);
+ this.label6.TabIndex = 1;
+ this.label6.Text = "CPU Architecture:";
+ //
+ // label5
+ //
+ this.label5.AutoSize = true;
+ this.label5.Font = new System.Drawing.Font("Segoe UI Semibold", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label5.Location = new System.Drawing.Point(9, 13);
+ this.label5.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(274, 32);
+ this.label5.TabIndex = 0;
+ this.label5.Text = "Hardware configuration";
+ //
+ // tabPage3
+ //
+ this.tabPage3.BackColor = System.Drawing.SystemColors.Window;
+ this.tabPage3.Controls.Add(this.textBox3);
+ this.tabPage3.Controls.Add(this.label14);
+ this.tabPage3.Controls.Add(this.label13);
+ this.tabPage3.Controls.Add(this.button1);
+ this.tabPage3.Controls.Add(this.textBox2);
+ this.tabPage3.Controls.Add(this.checkBox1);
+ this.tabPage3.Controls.Add(this.label12);
+ this.tabPage3.Controls.Add(this.numericUpDown2);
+ this.tabPage3.Controls.Add(this.choosExistig);
+ this.tabPage3.Controls.Add(this.cretNew);
+ this.tabPage3.Controls.Add(this.label11);
+ this.tabPage3.Location = new System.Drawing.Point(4, 25);
+ this.tabPage3.Name = "tabPage3";
+ this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
+ this.tabPage3.Size = new System.Drawing.Size(430, 420);
+ this.tabPage3.TabIndex = 2;
+ this.tabPage3.Text = "tabPage3";
+ //
+ // textBox3
+ //
+ this.textBox3.Location = new System.Drawing.Point(186, 124);
+ this.textBox3.Name = "textBox3";
+ this.textBox3.Size = new System.Drawing.Size(96, 22);
+ this.textBox3.TabIndex = 11;
+ this.textBox3.Text = "qcow2";
+ //
+ // label14
+ //
+ this.label14.AutoSize = true;
+ this.label14.Location = new System.Drawing.Point(51, 128);
+ this.label14.Name = "label14";
+ this.label14.Size = new System.Drawing.Size(46, 13);
+ this.label14.TabIndex = 10;
+ this.label14.Text = "Format:";
+ //
+ // label13
+ //
+ this.label13.AutoSize = true;
+ this.label13.Location = new System.Drawing.Point(51, 219);
+ this.label13.Name = "label13";
+ this.label13.Size = new System.Drawing.Size(152, 13);
+ this.label13.TabIndex = 9;
+ this.label13.Text = "Browse for a virtual disk file:";
+ //
+ // button1
+ //
+ this.button1.Enabled = false;
+ this.button1.Location = new System.Drawing.Point(271, 237);
+ this.button1.Name = "button1";
+ this.button1.Size = new System.Drawing.Size(50, 22);
+ this.button1.TabIndex = 8;
+ this.button1.Text = "...";
+ this.button1.UseVisualStyleBackColor = true;
+ this.button1.Click += new System.EventHandler(this.button1_Click_1);
+ //
+ // textBox2
+ //
+ this.textBox2.Enabled = false;
+ this.textBox2.Location = new System.Drawing.Point(54, 237);
+ this.textBox2.Name = "textBox2";
+ this.textBox2.Size = new System.Drawing.Size(212, 22);
+ this.textBox2.TabIndex = 7;
+ //
+ // checkBox1
+ //
+ this.checkBox1.AutoSize = true;
+ this.checkBox1.Location = new System.Drawing.Point(54, 155);
+ this.checkBox1.Name = "checkBox1";
+ this.checkBox1.Size = new System.Drawing.Size(184, 17);
+ this.checkBox1.TabIndex = 6;
+ this.checkBox1.Text = "Allocate all the disk space now";
+ this.checkBox1.UseVisualStyleBackColor = true;
+ //
+ // label12
+ //
+ this.label12.AutoSize = true;
+ this.label12.Location = new System.Drawing.Point(51, 100);
+ this.label12.Name = "label12";
+ this.label12.Size = new System.Drawing.Size(131, 13);
+ this.label12.TabIndex = 5;
+ this.label12.Text = "Size of the disk (in MBs):";
+ //
+ // numericUpDown2
+ //
+ this.numericUpDown2.Location = new System.Drawing.Point(186, 96);
+ this.numericUpDown2.Minimum = new decimal(new int[] {
2,
0,
0,
0});
- this.numericUpDown2.Name = "numericUpDown2";
- this.numericUpDown2.Size = new System.Drawing.Size(96, 22);
- this.numericUpDown2.TabIndex = 4;
- this.numericUpDown2.Value = new decimal(new int[] {
+ this.numericUpDown2.Name = "numericUpDown2";
+ this.numericUpDown2.Size = new System.Drawing.Size(96, 22);
+ this.numericUpDown2.TabIndex = 4;
+ this.numericUpDown2.Value = new decimal(new int[] {
2,
0,
0,
0});
- //
- // choosExistig
- //
- this.choosExistig.AutoSize = true;
- this.choosExistig.Location = new System.Drawing.Point(33, 188);
- this.choosExistig.Name = "choosExistig";
- this.choosExistig.Size = new System.Drawing.Size(107, 17);
- this.choosExistig.TabIndex = 3;
- this.choosExistig.Text = "Choose existing";
- this.choosExistig.UseVisualStyleBackColor = true;
- //
- // cretNew
- //
- this.cretNew.AutoSize = true;
- this.cretNew.Checked = true;
- this.cretNew.Location = new System.Drawing.Point(33, 70);
- this.cretNew.Name = "cretNew";
- this.cretNew.Size = new System.Drawing.Size(107, 17);
- this.cretNew.TabIndex = 2;
- this.cretNew.TabStop = true;
- this.cretNew.Text = "Create new disk";
- this.cretNew.UseVisualStyleBackColor = true;
- this.cretNew.CheckedChanged += new System.EventHandler(this.cretNew_CheckedChanged);
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Font = new System.Drawing.Font("Segoe UI Semibold", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label11.Location = new System.Drawing.Point(9, 13);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(312, 32);
- this.label11.TabIndex = 1;
- this.label11.Text = "Select or create virtual disk";
- //
- // tabPage4
- //
- this.tabPage4.BackColor = System.Drawing.SystemColors.Window;
- this.tabPage4.Location = new System.Drawing.Point(4, 22);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage4.Size = new System.Drawing.Size(430, 423);
- this.tabPage4.TabIndex = 3;
- this.tabPage4.Text = "tabPage4";
- //
- // tabPage5
- //
- this.tabPage5.BackColor = System.Drawing.SystemColors.Window;
- this.tabPage5.Location = new System.Drawing.Point(4, 22);
- this.tabPage5.Name = "tabPage5";
- this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage5.Size = new System.Drawing.Size(430, 423);
- this.tabPage5.TabIndex = 4;
- this.tabPage5.Text = "tabPage5";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Location = new System.Drawing.Point(16, 147);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(54, 13);
- this.label17.TabIndex = 17;
- this.label17.Text = "Machine:";
- //
- // comboBox5
- //
- this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox5.FormattingEnabled = true;
- this.comboBox5.Location = new System.Drawing.Point(118, 147);
- this.comboBox5.Name = "comboBox5";
- this.comboBox5.Size = new System.Drawing.Size(260, 21);
- this.comboBox5.TabIndex = 18;
- this.comboBox5.SelectedIndexChanged += new System.EventHandler(this.comboBox5_SelectedIndexChanged);
- //
- // Form3
- //
- 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(438, 493);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.flowLayoutPanel1);
- this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "Form3";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Create New VM";
- this.Load += new System.EventHandler(this.Form3_Load);
- this.flowLayoutPanel1.ResumeLayout(false);
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- this.tabPage2.ResumeLayout(false);
- this.tabPage2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
- this.tabPage3.ResumeLayout(false);
- this.tabPage3.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
- this.ResumeLayout(false);
+ //
+ // choosExistig
+ //
+ this.choosExistig.AutoSize = true;
+ this.choosExistig.Location = new System.Drawing.Point(33, 188);
+ this.choosExistig.Name = "choosExistig";
+ this.choosExistig.Size = new System.Drawing.Size(107, 17);
+ this.choosExistig.TabIndex = 3;
+ this.choosExistig.Text = "Choose existing";
+ this.choosExistig.UseVisualStyleBackColor = true;
+ //
+ // cretNew
+ //
+ this.cretNew.AutoSize = true;
+ this.cretNew.Checked = true;
+ this.cretNew.Location = new System.Drawing.Point(33, 70);
+ this.cretNew.Name = "cretNew";
+ this.cretNew.Size = new System.Drawing.Size(107, 17);
+ this.cretNew.TabIndex = 2;
+ this.cretNew.TabStop = true;
+ this.cretNew.Text = "Create new disk";
+ this.cretNew.UseVisualStyleBackColor = true;
+ this.cretNew.CheckedChanged += new System.EventHandler(this.cretNew_CheckedChanged);
+ //
+ // label11
+ //
+ this.label11.AutoSize = true;
+ this.label11.Font = new System.Drawing.Font("Segoe UI Semibold", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label11.Location = new System.Drawing.Point(9, 13);
+ this.label11.Name = "label11";
+ this.label11.Size = new System.Drawing.Size(311, 32);
+ this.label11.TabIndex = 1;
+ this.label11.Text = "Select or create virtual disk";
+ //
+ // tabPage4
+ //
+ this.tabPage4.BackColor = System.Drawing.SystemColors.Window;
+ this.tabPage4.Location = new System.Drawing.Point(4, 25);
+ this.tabPage4.Name = "tabPage4";
+ this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
+ this.tabPage4.Size = new System.Drawing.Size(430, 420);
+ this.tabPage4.TabIndex = 3;
+ this.tabPage4.Text = "tabPage4";
+ //
+ // tabPage5
+ //
+ this.tabPage5.BackColor = System.Drawing.SystemColors.Window;
+ this.tabPage5.Location = new System.Drawing.Point(4, 25);
+ this.tabPage5.Name = "tabPage5";
+ this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
+ this.tabPage5.Size = new System.Drawing.Size(430, 420);
+ this.tabPage5.TabIndex = 4;
+ this.tabPage5.Text = "tabPage5";
+ //
+ // Form3
+ //
+ 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(438, 493);
+ this.Controls.Add(this.tabControl1);
+ this.Controls.Add(this.flowLayoutPanel1);
+ this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "Form3";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+ this.Text = "Create New VM";
+ this.Load += new System.EventHandler(this.Form3_Load);
+ this.flowLayoutPanel1.ResumeLayout(false);
+ this.tabControl1.ResumeLayout(false);
+ this.tabPage1.ResumeLayout(false);
+ this.tabPage1.PerformLayout();
+ this.tabPage2.ResumeLayout(false);
+ this.tabPage2.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
+ this.tabPage3.ResumeLayout(false);
+ this.tabPage3.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
+ this.ResumeLayout(false);
}
diff --git a/QEMUWF/Form3.resx b/QEMUWF/Form3.resx
index 8663cbd..1af7de1 100644
--- a/QEMUWF/Form3.resx
+++ b/QEMUWF/Form3.resx
@@ -117,12 +117,4 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Alright, that's it.
-At first I thought that this whole e thing and whatever you do here was supposed to be funny, but some of you guys are just, well... immature (to put it mildly)
-I want this server to be a place where we can share interesting stuff, work on projects together, you know, stuff that happens in a tech server.
-For example, I need people like Cirrubec, Dyna, Flobo, Ahmed... People who know what they're doing.
-I would like all of you to act mature on this server, not like some of you do right now. Otherwise, I'm gonna take measures.
-I hope you understand.
-
\ No newline at end of file