1.1 --- a/Server/MainForm.Designer.cs Wed Mar 18 18:31:37 2015 +0100
1.2 +++ b/Server/MainForm.Designer.cs Wed Mar 18 20:10:38 2015 +0100
1.3 @@ -91,6 +91,7 @@
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.pictureBoxGreenStart = new System.Windows.Forms.PictureBox();
1.8 this.labelStartFileName = new System.Windows.Forms.Label();
1.9 this.buttonSelectFile = new System.Windows.Forms.Button();
1.10 this.tabPageApp = new System.Windows.Forms.TabPage();
1.11 @@ -100,9 +101,9 @@
1.12 this.buttonUpdate = new System.Windows.Forms.Button();
1.13 this.labelFontWidth = new System.Windows.Forms.Label();
1.14 this.labelFontHeight = new System.Windows.Forms.Label();
1.15 - this.pictureBoxDemo = new System.Windows.Forms.PictureBox();
1.16 this.toolTip = new System.Windows.Forms.ToolTip(this.components);
1.17 this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
1.18 + this.pictureBoxDemo = new System.Windows.Forms.PictureBox();
1.19 this.panelDisplay.SuspendLayout();
1.20 this.tableLayoutPanel.SuspendLayout();
1.21 this.statusStrip.SuspendLayout();
1.22 @@ -114,6 +115,7 @@
1.23 this.tabPageAudio.SuspendLayout();
1.24 ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).BeginInit();
1.25 this.tabPageInput.SuspendLayout();
1.26 + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).BeginInit();
1.27 this.tabPageApp.SuspendLayout();
1.28 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).BeginInit();
1.29 this.SuspendLayout();
1.30 @@ -701,6 +703,7 @@
1.31 //
1.32 // tabPageInput
1.33 //
1.34 + this.tabPageInput.Controls.Add(this.pictureBoxGreenStart);
1.35 this.tabPageInput.Controls.Add(this.labelStartFileName);
1.36 this.tabPageInput.Controls.Add(this.buttonSelectFile);
1.37 this.tabPageInput.Location = new System.Drawing.Point(4, 22);
1.38 @@ -711,10 +714,20 @@
1.39 this.tabPageInput.Text = "Input";
1.40 this.tabPageInput.UseVisualStyleBackColor = true;
1.41 //
1.42 + // pictureBoxGreenStart
1.43 + //
1.44 + this.pictureBoxGreenStart.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxGreenStart.Image")));
1.45 + this.pictureBoxGreenStart.Location = new System.Drawing.Point(3, 6);
1.46 + this.pictureBoxGreenStart.Name = "pictureBoxGreenStart";
1.47 + this.pictureBoxGreenStart.Size = new System.Drawing.Size(32, 32);
1.48 + this.pictureBoxGreenStart.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
1.49 + this.pictureBoxGreenStart.TabIndex = 2;
1.50 + this.pictureBoxGreenStart.TabStop = false;
1.51 + //
1.52 // labelStartFileName
1.53 //
1.54 this.labelStartFileName.AutoSize = true;
1.55 - this.labelStartFileName.Location = new System.Drawing.Point(37, 11);
1.56 + this.labelStartFileName.Location = new System.Drawing.Point(72, 16);
1.57 this.labelStartFileName.Name = "labelStartFileName";
1.58 this.labelStartFileName.Size = new System.Drawing.Size(33, 13);
1.59 this.labelStartFileName.TabIndex = 1;
1.60 @@ -722,7 +735,7 @@
1.61 //
1.62 // buttonSelectFile
1.63 //
1.64 - this.buttonSelectFile.Location = new System.Drawing.Point(6, 6);
1.65 + this.buttonSelectFile.Location = new System.Drawing.Point(41, 11);
1.66 this.buttonSelectFile.Name = "buttonSelectFile";
1.67 this.buttonSelectFile.Size = new System.Drawing.Size(25, 23);
1.68 this.buttonSelectFile.TabIndex = 0;
1.69 @@ -808,6 +821,10 @@
1.70 this.labelFontHeight.TabIndex = 20;
1.71 this.labelFontHeight.Text = "Font height";
1.72 //
1.73 + // openFileDialog
1.74 + //
1.75 + this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*";
1.76 + //
1.77 // pictureBoxDemo
1.78 //
1.79 this.pictureBoxDemo.Location = new System.Drawing.Point(478, 54);
1.80 @@ -816,10 +833,6 @@
1.81 this.pictureBoxDemo.TabIndex = 21;
1.82 this.pictureBoxDemo.TabStop = false;
1.83 //
1.84 - // openFileDialog
1.85 - //
1.86 - this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*";
1.87 - //
1.88 // MainForm
1.89 //
1.90 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1.91 @@ -857,6 +870,7 @@
1.92 ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).EndInit();
1.93 this.tabPageInput.ResumeLayout(false);
1.94 this.tabPageInput.PerformLayout();
1.95 + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).EndInit();
1.96 this.tabPageApp.ResumeLayout(false);
1.97 this.tabPageApp.PerformLayout();
1.98 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).EndInit();
1.99 @@ -931,6 +945,7 @@
1.100 private System.Windows.Forms.Button buttonSelectFile;
1.101 private System.Windows.Forms.OpenFileDialog openFileDialog;
1.102 private System.Windows.Forms.Label labelStartFileName;
1.103 + private System.Windows.Forms.PictureBox pictureBoxGreenStart;
1.104 }
1.105 }
1.106