Server/MainForm.Designer.cs
changeset 204 6345461600d7
parent 201 6213f42f1983
child 206 33be8cb90c57
     1.1 --- a/Server/MainForm.Designer.cs	Sun Jul 17 19:35:29 2016 +0200
     1.2 +++ b/Server/MainForm.Designer.cs	Mon Jul 18 15:11:33 2016 +0200
     1.3 @@ -99,6 +99,7 @@
     1.4              this.labelStartFileName = new System.Windows.Forms.Label();
     1.5              this.buttonSelectFile = new System.Windows.Forms.Button();
     1.6              this.tabPageCec = new System.Windows.Forms.TabPage();
     1.7 +            this.checkBoxCecReconnectToPowerTv = new System.Windows.Forms.CheckBox();
     1.8              this.checkBoxCecMonitorOn = new System.Windows.Forms.CheckBox();
     1.9              this.checkBoxCecMonitorOff = new System.Windows.Forms.CheckBox();
    1.10              this.checkBoxCecEnabled = new System.Windows.Forms.CheckBox();
    1.11 @@ -109,12 +110,12 @@
    1.12              this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
    1.13              this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
    1.14              this.buttonUpdate = new System.Windows.Forms.Button();
    1.15 +            this.tabPageLogs = new System.Windows.Forms.TabPage();
    1.16 +            this.richTextBoxLogs = new System.Windows.Forms.RichTextBox();
    1.17              this.labelFontWidth = new System.Windows.Forms.Label();
    1.18              this.labelFontHeight = new System.Windows.Forms.Label();
    1.19              this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    1.20              this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    1.21 -            this.tabPageLogs = new System.Windows.Forms.TabPage();
    1.22 -            this.richTextBoxLogs = new System.Windows.Forms.RichTextBox();
    1.23              this.panelDisplay.SuspendLayout();
    1.24              this.iTableLayoutPanel.SuspendLayout();
    1.25              this.statusStrip.SuspendLayout();
    1.26 @@ -802,6 +803,7 @@
    1.27              // 
    1.28              // tabPageCec
    1.29              // 
    1.30 +            this.tabPageCec.Controls.Add(this.checkBoxCecReconnectToPowerTv);
    1.31              this.tabPageCec.Controls.Add(this.checkBoxCecMonitorOn);
    1.32              this.tabPageCec.Controls.Add(this.checkBoxCecMonitorOff);
    1.33              this.tabPageCec.Controls.Add(this.checkBoxCecEnabled);
    1.34 @@ -815,6 +817,18 @@
    1.35              this.tabPageCec.Text = "CEC";
    1.36              this.tabPageCec.UseVisualStyleBackColor = true;
    1.37              // 
    1.38 +            // checkBoxCecReconnectToPowerTv
    1.39 +            // 
    1.40 +            this.checkBoxCecReconnectToPowerTv.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.41 +            this.checkBoxCecReconnectToPowerTv.AutoSize = true;
    1.42 +            this.checkBoxCecReconnectToPowerTv.Location = new System.Drawing.Point(6, 115);
    1.43 +            this.checkBoxCecReconnectToPowerTv.Name = "checkBoxCecReconnectToPowerTv";
    1.44 +            this.checkBoxCecReconnectToPowerTv.Size = new System.Drawing.Size(194, 17);
    1.45 +            this.checkBoxCecReconnectToPowerTv.TabIndex = 24;
    1.46 +            this.checkBoxCecReconnectToPowerTv.Text = "Reconnect before TV power switch";
    1.47 +            this.checkBoxCecReconnectToPowerTv.UseVisualStyleBackColor = true;
    1.48 +            this.checkBoxCecReconnectToPowerTv.CheckedChanged += new System.EventHandler(this.checkBoxCecReconnectToPowerTv_CheckedChanged);
    1.49 +            // 
    1.50              // checkBoxCecMonitorOn
    1.51              // 
    1.52              this.checkBoxCecMonitorOn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.53 @@ -940,28 +954,6 @@
    1.54              this.buttonUpdate.UseVisualStyleBackColor = true;
    1.55              this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
    1.56              // 
    1.57 -            // labelFontWidth
    1.58 -            // 
    1.59 -            this.labelFontWidth.AutoSize = true;
    1.60 -            this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
    1.61 -            this.labelFontWidth.Name = "labelFontWidth";
    1.62 -            this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
    1.63 -            this.labelFontWidth.TabIndex = 19;
    1.64 -            this.labelFontWidth.Text = "Font width";
    1.65 -            // 
    1.66 -            // labelFontHeight
    1.67 -            // 
    1.68 -            this.labelFontHeight.AutoSize = true;
    1.69 -            this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
    1.70 -            this.labelFontHeight.Name = "labelFontHeight";
    1.71 -            this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
    1.72 -            this.labelFontHeight.TabIndex = 20;
    1.73 -            this.labelFontHeight.Text = "Font height";
    1.74 -            // 
    1.75 -            // openFileDialog
    1.76 -            // 
    1.77 -            this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*";
    1.78 -            // 
    1.79              // tabPageLogs
    1.80              // 
    1.81              this.tabPageLogs.Controls.Add(this.richTextBoxLogs);
    1.82 @@ -989,6 +981,28 @@
    1.83              this.richTextBoxLogs.Text = "";
    1.84              this.richTextBoxLogs.WordWrap = false;
    1.85              // 
    1.86 +            // labelFontWidth
    1.87 +            // 
    1.88 +            this.labelFontWidth.AutoSize = true;
    1.89 +            this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
    1.90 +            this.labelFontWidth.Name = "labelFontWidth";
    1.91 +            this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
    1.92 +            this.labelFontWidth.TabIndex = 19;
    1.93 +            this.labelFontWidth.Text = "Font width";
    1.94 +            // 
    1.95 +            // labelFontHeight
    1.96 +            // 
    1.97 +            this.labelFontHeight.AutoSize = true;
    1.98 +            this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
    1.99 +            this.labelFontHeight.Name = "labelFontHeight";
   1.100 +            this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
   1.101 +            this.labelFontHeight.TabIndex = 20;
   1.102 +            this.labelFontHeight.Text = "Font height";
   1.103 +            // 
   1.104 +            // openFileDialog
   1.105 +            // 
   1.106 +            this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*";
   1.107 +            // 
   1.108              // MainForm
   1.109              // 
   1.110              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   1.111 @@ -1115,6 +1129,7 @@
   1.112          private System.Windows.Forms.CheckBox iCheckBoxStartIdleClient;
   1.113          private System.Windows.Forms.TabPage tabPageLogs;
   1.114          private System.Windows.Forms.RichTextBox richTextBoxLogs;
   1.115 +        private System.Windows.Forms.CheckBox checkBoxCecReconnectToPowerTv;
   1.116      }
   1.117  }
   1.118