X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FLibCecTray%2Fcontroller%2Fapplications%2Finternal%2FXBMCControllerUI.Designer.cs;h=df02422e9089e19f49deecefa87563d19e668c19;hb=51cf495d05ba1cce3edb750d3afdc60067f9e7af;hp=e1b4b126db7f7427fce5b9b1a4d76c5e589ab3a3;hpb=f017f3c49b9136fbffe49fa3eaf372c51617140d;p=deb_libcec.git diff --git a/src/LibCecTray/controller/applications/internal/XBMCControllerUI.Designer.cs b/src/LibCecTray/controller/applications/internal/XBMCControllerUI.Designer.cs index e1b4b12..df02422 100644 --- a/src/LibCecTray/controller/applications/internal/XBMCControllerUI.Designer.cs +++ b/src/LibCecTray/controller/applications/internal/XBMCControllerUI.Designer.cs @@ -39,6 +39,7 @@ this.bSaveConfig = new System.Windows.Forms.Button(); this.cbStandbyTvStandby = new System.Windows.Forms.CheckBox(); this.cbInactiveSource = new System.Windows.Forms.CheckBox(); + this.cbPauseOnDeactivate = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.buttonBindingSource)).BeginInit(); this.SuspendLayout(); // @@ -142,9 +143,21 @@ this.cbInactiveSource.Text = "app_send_inactive_source"; this.cbInactiveSource.UseVisualStyleBackColor = true; // + // cbPauseOnDeactivate + // + this.cbPauseOnDeactivate.AutoSize = true; + this.cbPauseOnDeactivate.Enabled = false; + this.cbPauseOnDeactivate.Location = new System.Drawing.Point(11, 135); + this.cbPauseOnDeactivate.Name = "cbPauseOnDeactivate"; + this.cbPauseOnDeactivate.Size = new System.Drawing.Size(202, 17); + this.cbPauseOnDeactivate.TabIndex = 59; + this.cbPauseOnDeactivate.Text = "app_pause_playback_on_deactivate"; + this.cbPauseOnDeactivate.UseVisualStyleBackColor = true; + // // XBMCControllerUI // this.ClientSize = new System.Drawing.Size(576, 306); + this.Controls.Add(this.cbPauseOnDeactivate); this.Controls.Add(this.cbInactiveSource); this.Controls.Add(this.cbStandbyTvStandby); this.Controls.Add(this.bSaveConfig); @@ -174,5 +187,6 @@ private System.Windows.Forms.Button bSaveConfig; private System.Windows.Forms.CheckBox cbStandbyTvStandby; private System.Windows.Forms.CheckBox cbInactiveSource; + private System.Windows.Forms.CheckBox cbPauseOnDeactivate; } } \ No newline at end of file