1.1 --- a/Server/MainForm.Designer.cs Wed Sep 02 12:54:07 2015 +0200
1.2 +++ b/Server/MainForm.Designer.cs Wed Sep 02 16:02:24 2015 +0200
1.3 @@ -91,6 +91,8 @@
1.4 this.checkBoxMute = new System.Windows.Forms.CheckBox();
1.5 this.trackBarMasterVolume = new System.Windows.Forms.TrackBar();
1.6 this.tabPageInput = new System.Windows.Forms.TabPage();
1.7 + this.comboBoxOpticalDrives = new System.Windows.Forms.ComboBox();
1.8 + this.labelOpticalDriveEject = new System.Windows.Forms.Label();
1.9 this.pictureBoxGreenStart = new System.Windows.Forms.PictureBox();
1.10 this.labelStartFileName = new System.Windows.Forms.Label();
1.11 this.buttonSelectFile = new System.Windows.Forms.Button();
1.12 @@ -104,8 +106,6 @@
1.13 this.toolTip = new System.Windows.Forms.ToolTip(this.components);
1.14 this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
1.15 this.pictureBoxDemo = new System.Windows.Forms.PictureBox();
1.16 - this.labelOpticalDriveEject = new System.Windows.Forms.Label();
1.17 - this.comboBoxOpticalDrives = new System.Windows.Forms.ComboBox();
1.18 this.panelDisplay.SuspendLayout();
1.19 this.tableLayoutPanel.SuspendLayout();
1.20 this.statusStrip.SuspendLayout();
1.21 @@ -718,6 +718,25 @@
1.22 this.tabPageInput.Text = "Input";
1.23 this.tabPageInput.UseVisualStyleBackColor = true;
1.24 //
1.25 + // comboBoxOpticalDrives
1.26 + //
1.27 + this.comboBoxOpticalDrives.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
1.28 + this.comboBoxOpticalDrives.FormattingEnabled = true;
1.29 + this.comboBoxOpticalDrives.Location = new System.Drawing.Point(113, 53);
1.30 + this.comboBoxOpticalDrives.Name = "comboBoxOpticalDrives";
1.31 + this.comboBoxOpticalDrives.Size = new System.Drawing.Size(55, 21);
1.32 + this.comboBoxOpticalDrives.TabIndex = 18;
1.33 + this.comboBoxOpticalDrives.SelectedIndexChanged += new System.EventHandler(this.comboBoxOpticalDrives_SelectedIndexChanged);
1.34 + //
1.35 + // labelOpticalDriveEject
1.36 + //
1.37 + this.labelOpticalDriveEject.AutoSize = true;
1.38 + this.labelOpticalDriveEject.Location = new System.Drawing.Point(0, 56);
1.39 + this.labelOpticalDriveEject.Name = "labelOpticalDriveEject";
1.40 + this.labelOpticalDriveEject.Size = new System.Drawing.Size(107, 13);
1.41 + this.labelOpticalDriveEject.TabIndex = 3;
1.42 + this.labelOpticalDriveEject.Text = "Optical drive to eject:";
1.43 + //
1.44 // pictureBoxGreenStart
1.45 //
1.46 this.pictureBoxGreenStart.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxGreenStart.Image")));
1.47 @@ -837,24 +856,6 @@
1.48 this.pictureBoxDemo.TabIndex = 21;
1.49 this.pictureBoxDemo.TabStop = false;
1.50 //
1.51 - // labelOpticalDriveEject
1.52 - //
1.53 - this.labelOpticalDriveEject.AutoSize = true;
1.54 - this.labelOpticalDriveEject.Location = new System.Drawing.Point(0, 56);
1.55 - this.labelOpticalDriveEject.Name = "labelOpticalDriveEject";
1.56 - this.labelOpticalDriveEject.Size = new System.Drawing.Size(107, 13);
1.57 - this.labelOpticalDriveEject.TabIndex = 3;
1.58 - this.labelOpticalDriveEject.Text = "Optical drive to eject:";
1.59 - //
1.60 - // comboBoxOpticalDrives
1.61 - //
1.62 - this.comboBoxOpticalDrives.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
1.63 - this.comboBoxOpticalDrives.FormattingEnabled = true;
1.64 - this.comboBoxOpticalDrives.Location = new System.Drawing.Point(113, 53);
1.65 - this.comboBoxOpticalDrives.Name = "comboBoxOpticalDrives";
1.66 - this.comboBoxOpticalDrives.Size = new System.Drawing.Size(44, 21);
1.67 - this.comboBoxOpticalDrives.TabIndex = 18;
1.68 - //
1.69 // MainForm
1.70 //
1.71 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);