Server/MainForm.Designer.cs
changeset 194 b0c0aa5aea05
parent 189 bedae992f4ee
child 201 6213f42f1983
     1.1 --- a/Server/MainForm.Designer.cs	Wed Feb 03 16:04:37 2016 +0100
     1.2 +++ b/Server/MainForm.Designer.cs	Wed Feb 03 17:34:59 2016 +0100
     1.3 @@ -51,6 +51,8 @@
     1.4              this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
     1.5              this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
     1.6              this.tabPageClients = new System.Windows.Forms.TabPage();
     1.7 +            this.iCheckBoxStartIdleClient = new System.Windows.Forms.CheckBox();
     1.8 +            this.iButtonStartIdleClient = new System.Windows.Forms.Button();
     1.9              this.buttonCloseClients = new System.Windows.Forms.Button();
    1.10              this.buttonStartClient = new System.Windows.Forms.Button();
    1.11              this.iTreeViewClients = new System.Windows.Forms.TreeView();
    1.12 @@ -111,7 +113,6 @@
    1.13              this.labelFontHeight = new System.Windows.Forms.Label();
    1.14              this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    1.15              this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    1.16 -            this.iButtonStartIdleClient = new System.Windows.Forms.Button();
    1.17              this.panelDisplay.SuspendLayout();
    1.18              this.iTableLayoutPanel.SuspendLayout();
    1.19              this.statusStrip.SuspendLayout();
    1.20 @@ -245,6 +246,7 @@
    1.21              // 
    1.22              // tabPageClients
    1.23              // 
    1.24 +            this.tabPageClients.Controls.Add(this.iCheckBoxStartIdleClient);
    1.25              this.tabPageClients.Controls.Add(this.iButtonStartIdleClient);
    1.26              this.tabPageClients.Controls.Add(this.buttonCloseClients);
    1.27              this.tabPageClients.Controls.Add(this.buttonStartClient);
    1.28 @@ -257,6 +259,27 @@
    1.29              this.tabPageClients.Text = "Clients";
    1.30              this.tabPageClients.UseVisualStyleBackColor = true;
    1.31              // 
    1.32 +            // iCheckBoxStartIdleClient
    1.33 +            // 
    1.34 +            this.iCheckBoxStartIdleClient.AutoSize = true;
    1.35 +            this.iCheckBoxStartIdleClient.Location = new System.Drawing.Point(108, 217);
    1.36 +            this.iCheckBoxStartIdleClient.Name = "iCheckBoxStartIdleClient";
    1.37 +            this.iCheckBoxStartIdleClient.Size = new System.Drawing.Size(145, 17);
    1.38 +            this.iCheckBoxStartIdleClient.TabIndex = 22;
    1.39 +            this.iCheckBoxStartIdleClient.Text = "Start idle client on startup";
    1.40 +            this.iCheckBoxStartIdleClient.UseVisualStyleBackColor = true;
    1.41 +            this.iCheckBoxStartIdleClient.CheckedChanged += new System.EventHandler(this.checkBoxStartIdleClient_CheckedChanged);
    1.42 +            // 
    1.43 +            // iButtonStartIdleClient
    1.44 +            // 
    1.45 +            this.iButtonStartIdleClient.Location = new System.Drawing.Point(6, 35);
    1.46 +            this.iButtonStartIdleClient.Name = "iButtonStartIdleClient";
    1.47 +            this.iButtonStartIdleClient.Size = new System.Drawing.Size(96, 23);
    1.48 +            this.iButtonStartIdleClient.TabIndex = 21;
    1.49 +            this.iButtonStartIdleClient.Text = "Start Idle Client";
    1.50 +            this.iButtonStartIdleClient.UseVisualStyleBackColor = true;
    1.51 +            this.iButtonStartIdleClient.Click += new System.EventHandler(this.ButtonStartIdleClient_Click);
    1.52 +            // 
    1.53              // buttonCloseClients
    1.54              // 
    1.55              this.buttonCloseClients.Location = new System.Drawing.Point(6, 213);
    1.56 @@ -273,7 +296,7 @@
    1.57              this.buttonStartClient.Name = "buttonStartClient";
    1.58              this.buttonStartClient.Size = new System.Drawing.Size(96, 23);
    1.59              this.buttonStartClient.TabIndex = 19;
    1.60 -            this.buttonStartClient.Text = "Start Client";
    1.61 +            this.buttonStartClient.Text = "Start Test Client";
    1.62              this.buttonStartClient.UseVisualStyleBackColor = true;
    1.63              this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
    1.64              // 
    1.65 @@ -284,7 +307,7 @@
    1.66              | System.Windows.Forms.AnchorStyles.Right)));
    1.67              this.iTreeViewClients.Location = new System.Drawing.Point(108, 6);
    1.68              this.iTreeViewClients.Name = "iTreeViewClients";
    1.69 -            this.iTreeViewClients.Size = new System.Drawing.Size(478, 233);
    1.70 +            this.iTreeViewClients.Size = new System.Drawing.Size(478, 205);
    1.71              this.iTreeViewClients.TabIndex = 0;
    1.72              this.iTreeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
    1.73              // 
    1.74 @@ -935,16 +958,6 @@
    1.75              // 
    1.76              this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*";
    1.77              // 
    1.78 -            // iButtonStartIdleClient
    1.79 -            // 
    1.80 -            this.iButtonStartIdleClient.Location = new System.Drawing.Point(6, 35);
    1.81 -            this.iButtonStartIdleClient.Name = "iButtonStartIdleClient";
    1.82 -            this.iButtonStartIdleClient.Size = new System.Drawing.Size(96, 23);
    1.83 -            this.iButtonStartIdleClient.TabIndex = 21;
    1.84 -            this.iButtonStartIdleClient.Text = "Start Idle Client";
    1.85 -            this.iButtonStartIdleClient.UseVisualStyleBackColor = true;
    1.86 -            this.iButtonStartIdleClient.Click += new System.EventHandler(this.ButtonStartIdleClient_Click);
    1.87 -            // 
    1.88              // MainForm
    1.89              // 
    1.90              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    1.91 @@ -970,6 +983,7 @@
    1.92              this.statusStrip.ResumeLayout(false);
    1.93              this.statusStrip.PerformLayout();
    1.94              this.tabPageClients.ResumeLayout(false);
    1.95 +            this.tabPageClients.PerformLayout();
    1.96              this.tabPageDisplay.ResumeLayout(false);
    1.97              this.tabPageDisplay.PerformLayout();
    1.98              ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
    1.99 @@ -1066,6 +1080,7 @@
   1.100          private System.Windows.Forms.CheckBox checkBoxCecMonitorOn;
   1.101          private System.Windows.Forms.CheckBox checkBoxCecMonitorOff;
   1.102          private System.Windows.Forms.Button iButtonStartIdleClient;
   1.103 +        private System.Windows.Forms.CheckBox iCheckBoxStartIdleClient;
   1.104      }
   1.105  }
   1.106