X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FLibCecTray%2Fcontroller%2Fapplications%2Finternal%2FXBMCControllerUI.Designer.cs;h=df02422e9089e19f49deecefa87563d19e668c19;hb=1b09c8f6e10ccf58dd03b7a01b80b9fd887dfc12;hp=e1b4b126db7f7427fce5b9b1a4d76c5e589ab3a3;hpb=a1e112a5761ef1853235ffef6335b73b806abc7d;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