updated documentation, bumped version number defines
[deb_libcec.git] / src / cec-config-gui / CecConfigGUI.Designer.cs
index 2489cf25b2e584b8f8112b0c1d1ffe46914c1197..417aec229f63df1f4532dd6980731ac9360ef09c 100644 (file)
@@ -7,19 +7,6 @@
     /// </summary>
     private System.ComponentModel.IContainer components = null;
 
-    /// <summary>
-    /// Clean up any resources being used.
-    /// </summary>
-    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
-    protected override void Dispose(bool disposing)
-    {
-      if (disposing && (components != null))
-      {
-        components.Dispose();
-      }
-      base.Dispose(disposing);
-    }
-
     #region Windows Form Designer generated code
 
     /// <summary>
@@ -32,6 +19,7 @@
       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CecConfigGUI));
       this.tabControl1 = new System.Windows.Forms.TabControl();
       this.Configuration = new System.Windows.Forms.TabPage();
+      this.cbOverrideAddress = new System.Windows.Forms.CheckBox();
       this.bReloadConfig = new System.Windows.Forms.Button();
       this.cbVendorOverride = new System.Windows.Forms.CheckBox();
       this.cbVendorId = new System.Windows.Forms.ComboBox();
       this.tbPhysicalAddress = new System.Windows.Forms.TextBox();
       this.cbConnectedDevice = new System.Windows.Forms.ComboBox();
       this.lDeviceType = new System.Windows.Forms.Label();
-      this.lPhysicalAddress = new System.Windows.Forms.Label();
       this.lConnectedDevice = new System.Windows.Forms.Label();
       this.lPortNumber = new System.Windows.Forms.Label();
       this.tbButtons = new System.Windows.Forms.TabPage();
       this.label1 = new System.Windows.Forms.Label();
       this.dgButtons = new System.Windows.Forms.DataGridView();
       this.CecButtonName = new System.Windows.Forms.DataGridViewTextBoxColumn();
-      this.playerButtonDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
       this.cecButtonConfigBindingSource = new System.Windows.Forms.BindingSource(this.components);
       this.tbTestCommands = new System.Windows.Forms.TabPage();
+      this.bRescanDevices = new System.Windows.Forms.Button();
       this.bMute = new System.Windows.Forms.Button();
       this.bVolDown = new System.Windows.Forms.Button();
       this.bVolUp = new System.Windows.Forms.Button();
@@ -87,6 +74,7 @@
       this.helpConnectedHDMIDevice = new System.Windows.Forms.ToolTip(this.components);
       this.helpPhysicalAddress = new System.Windows.Forms.ToolTip(this.components);
       this.helpDeviceType = new System.Windows.Forms.ToolTip(this.components);
+      this.cbSendInactiveSource = new System.Windows.Forms.CheckBox();
       this.tabControl1.SuspendLayout();
       this.Configuration.SuspendLayout();
       this.tbButtons.SuspendLayout();
       // 
       // Configuration
       // 
+      this.Configuration.Controls.Add(this.cbSendInactiveSource);
+      this.Configuration.Controls.Add(this.cbOverrideAddress);
       this.Configuration.Controls.Add(this.bReloadConfig);
       this.Configuration.Controls.Add(this.cbVendorOverride);
       this.Configuration.Controls.Add(this.cbVendorId);
       this.Configuration.Controls.Add(this.tbPhysicalAddress);
       this.Configuration.Controls.Add(this.cbConnectedDevice);
       this.Configuration.Controls.Add(this.lDeviceType);
-      this.Configuration.Controls.Add(this.lPhysicalAddress);
       this.Configuration.Controls.Add(this.lConnectedDevice);
       this.Configuration.Controls.Add(this.lPortNumber);
       this.Configuration.Location = new System.Drawing.Point(4, 22);
       this.Configuration.Text = "Configuration";
       this.Configuration.UseVisualStyleBackColor = true;
       // 
+      // cbOverrideAddress
+      // 
+      this.cbOverrideAddress.AutoSize = true;
+      this.cbOverrideAddress.Enabled = false;
+      this.cbOverrideAddress.Location = new System.Drawing.Point(10, 97);
+      this.cbOverrideAddress.Name = "cbOverrideAddress";
+      this.cbOverrideAddress.Size = new System.Drawing.Size(147, 17);
+      this.cbOverrideAddress.TabIndex = 31;
+      this.cbOverrideAddress.Text = "Override physical address";
+      this.cbOverrideAddress.UseVisualStyleBackColor = true;
+      this.cbOverrideAddress.CheckedChanged += new System.EventHandler(this.cbOverrideAddress_CheckedChanged);
+      // 
       // bReloadConfig
       // 
       this.bReloadConfig.Enabled = false;
       // cbVendorOverride
       // 
       this.cbVendorOverride.AutoSize = true;
+      this.cbVendorOverride.Enabled = false;
       this.cbVendorOverride.Location = new System.Drawing.Point(10, 156);
       this.cbVendorOverride.Name = "cbVendorOverride";
       this.cbVendorOverride.Size = new System.Drawing.Size(130, 17);
             "Yamaha"});
       this.cbVendorId.Location = new System.Drawing.Point(174, 153);
       this.cbVendorId.Name = "cbVendorId";
-      this.cbVendorId.Size = new System.Drawing.Size(121, 21);
+      this.cbVendorId.Size = new System.Drawing.Size(157, 21);
       this.cbVendorId.TabIndex = 28;
       this.cbVendorId.Text = "- autodetect -";
       this.helpDeviceType.SetToolTip(this.cbVendorId, "Only set this value when autodetection isn\'t working");
       // 
       // cbPowerOffDevices
       // 
+      this.cbPowerOffDevices.Enabled = false;
       this.cbPowerOffDevices.FormattingEnabled = true;
       this.cbPowerOffDevices.Items.AddRange(new object[] {
             "0: TV",
       // 
       // cbWakeDevices
       // 
+      this.cbWakeDevices.Enabled = false;
       this.cbWakeDevices.FormattingEnabled = true;
       this.cbWakeDevices.Items.AddRange(new object[] {
             "0: TV",
       // 
       this.cbPowerOffOnStandby.AutoSize = true;
       this.cbPowerOffOnStandby.Enabled = false;
-      this.cbPowerOffOnStandby.Location = new System.Drawing.Point(10, 297);
+      this.cbPowerOffOnStandby.Location = new System.Drawing.Point(9, 278);
       this.cbPowerOffOnStandby.Name = "cbPowerOffOnStandby";
       this.cbPowerOffOnStandby.Size = new System.Drawing.Size(292, 17);
       this.cbPowerOffOnStandby.TabIndex = 22;
       // 
       this.cbPowerOffScreensaver.AutoSize = true;
       this.cbPowerOffScreensaver.Enabled = false;
-      this.cbPowerOffScreensaver.Location = new System.Drawing.Point(10, 273);
+      this.cbPowerOffScreensaver.Location = new System.Drawing.Point(9, 255);
       this.cbPowerOffScreensaver.Name = "cbPowerOffScreensaver";
       this.cbPowerOffScreensaver.Size = new System.Drawing.Size(301, 17);
       this.cbPowerOffScreensaver.TabIndex = 21;
       // 
       this.cbActivateSource.AutoSize = true;
       this.cbActivateSource.Enabled = false;
-      this.cbActivateSource.Location = new System.Drawing.Point(10, 249);
+      this.cbActivateSource.Location = new System.Drawing.Point(9, 232);
       this.cbActivateSource.Name = "cbActivateSource";
       this.cbActivateSource.Size = new System.Drawing.Size(284, 17);
       this.cbActivateSource.TabIndex = 19;
       // 
       this.cbUseTVMenuLanguage.AutoSize = true;
       this.cbUseTVMenuLanguage.Enabled = false;
-      this.cbUseTVMenuLanguage.Location = new System.Drawing.Point(10, 225);
+      this.cbUseTVMenuLanguage.Location = new System.Drawing.Point(10, 209);
       this.cbUseTVMenuLanguage.Name = "cbUseTVMenuLanguage";
       this.cbUseTVMenuLanguage.Size = new System.Drawing.Size(168, 17);
       this.cbUseTVMenuLanguage.TabIndex = 18;
       // 
       this.lPlayerConfig.AutoSize = true;
       this.lPlayerConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-      this.lPlayerConfig.Location = new System.Drawing.Point(6, 188);
+      this.lPlayerConfig.Location = new System.Drawing.Point(6, 182);
       this.lPlayerConfig.Name = "lPlayerConfig";
       this.lPlayerConfig.Size = new System.Drawing.Size(198, 24);
       this.lPlayerConfig.TabIndex = 16;
             "Tuner"});
       this.cbDeviceType.Location = new System.Drawing.Point(174, 123);
       this.cbDeviceType.Name = "cbDeviceType";
-      this.cbDeviceType.Size = new System.Drawing.Size(121, 21);
+      this.cbDeviceType.Size = new System.Drawing.Size(157, 21);
       this.cbDeviceType.TabIndex = 14;
       this.cbDeviceType.Text = "Recorder";
       this.helpDeviceType.SetToolTip(this.cbDeviceType, "Set this to \'Player\' when your TV is having problems with \'Recorder\'");
+      this.cbDeviceType.SelectedIndexChanged += new System.EventHandler(this.cbDeviceType_SelectedIndexChanged);
       // 
       // bClose
       // 
       // lConnectedPhysicalAddress
       // 
       this.lConnectedPhysicalAddress.AutoSize = true;
-      this.lConnectedPhysicalAddress.Location = new System.Drawing.Point(310, 70);
+      this.lConnectedPhysicalAddress.Location = new System.Drawing.Point(340, 71);
       this.lConnectedPhysicalAddress.Name = "lConnectedPhysicalAddress";
       this.lConnectedPhysicalAddress.Size = new System.Drawing.Size(75, 13);
       this.lConnectedPhysicalAddress.TabIndex = 10;
       this.cbConnectedDevice.FormattingEnabled = true;
       this.cbConnectedDevice.Location = new System.Drawing.Point(174, 67);
       this.cbConnectedDevice.Name = "cbConnectedDevice";
-      this.cbConnectedDevice.Size = new System.Drawing.Size(121, 21);
+      this.cbConnectedDevice.Size = new System.Drawing.Size(157, 21);
       this.cbConnectedDevice.TabIndex = 5;
       this.helpConnectedHDMIDevice.SetToolTip(this.cbConnectedDevice, "The HDMI device to which the USB-CEC adapter is connected");
       this.cbConnectedDevice.SelectedIndexChanged += new System.EventHandler(this.connectedDevice_SelectedIndexChanged);
       this.lDeviceType.TabIndex = 3;
       this.lDeviceType.Text = "Device type";
       // 
-      // lPhysicalAddress
-      // 
-      this.lPhysicalAddress.AutoSize = true;
-      this.lPhysicalAddress.Location = new System.Drawing.Point(6, 98);
-      this.lPhysicalAddress.Name = "lPhysicalAddress";
-      this.lPhysicalAddress.Size = new System.Drawing.Size(86, 13);
-      this.lPhysicalAddress.TabIndex = 2;
-      this.lPhysicalAddress.Text = "Physical address";
-      // 
       // lConnectedDevice
       // 
       this.lConnectedDevice.AutoSize = true;
       this.dgButtons.AutoGenerateColumns = false;
       this.dgButtons.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
       this.dgButtons.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
-            this.CecButtonName,
-            this.playerButtonDataGridViewTextBoxColumn});
+            this.CecButtonName});
       this.dgButtons.DataSource = this.cecButtonConfigBindingSource;
       this.dgButtons.Location = new System.Drawing.Point(7, 7);
       this.dgButtons.Name = "dgButtons";
       this.CecButtonName.ReadOnly = true;
       this.CecButtonName.Width = 260;
       // 
-      // playerButtonDataGridViewTextBoxColumn
-      // 
-      this.playerButtonDataGridViewTextBoxColumn.DataPropertyName = "PlayerButton";
-      this.playerButtonDataGridViewTextBoxColumn.FillWeight = 260F;
-      this.playerButtonDataGridViewTextBoxColumn.HeaderText = "Mapped to";
-      this.playerButtonDataGridViewTextBoxColumn.Name = "playerButtonDataGridViewTextBoxColumn";
-      this.playerButtonDataGridViewTextBoxColumn.Width = 260;
-      // 
       // cecButtonConfigBindingSource
       // 
       this.cecButtonConfigBindingSource.DataSource = typeof(CecConfigGui.CecButtonConfig);
       // 
       // tbTestCommands
       // 
+      this.tbTestCommands.Controls.Add(this.bRescanDevices);
       this.tbTestCommands.Controls.Add(this.bMute);
       this.tbTestCommands.Controls.Add(this.bVolDown);
       this.tbTestCommands.Controls.Add(this.bVolUp);
       this.tbTestCommands.Text = "CEC tester";
       this.tbTestCommands.UseVisualStyleBackColor = true;
       // 
+      // bRescanDevices
+      // 
+      this.bRescanDevices.Enabled = false;
+      this.bRescanDevices.Location = new System.Drawing.Point(424, 65);
+      this.bRescanDevices.Name = "bRescanDevices";
+      this.bRescanDevices.Size = new System.Drawing.Size(150, 23);
+      this.bRescanDevices.TabIndex = 9;
+      this.bRescanDevices.Text = "Re-scan devices";
+      this.bRescanDevices.UseVisualStyleBackColor = true;
+      this.bRescanDevices.Click += new System.EventHandler(this.bRescanDevices_Click);
+      // 
       // bMute
       // 
       this.bMute.Enabled = false;
       // 
       // bActivateSource
       // 
+      this.bActivateSource.Enabled = false;
       this.bActivateSource.Location = new System.Drawing.Point(8, 65);
       this.bActivateSource.Name = "bActivateSource";
       this.bActivateSource.Size = new System.Drawing.Size(150, 23);
       // 
       // bScan
       // 
+      this.bScan.Enabled = false;
       this.bScan.Location = new System.Drawing.Point(8, 94);
       this.bScan.Name = "bScan";
       this.bScan.Size = new System.Drawing.Size(150, 23);
       // 
       // bStandby
       // 
+      this.bStandby.Enabled = false;
       this.bStandby.Location = new System.Drawing.Point(8, 36);
       this.bStandby.Name = "bStandby";
       this.bStandby.Size = new System.Drawing.Size(150, 23);
       // 
       // bSendImageViewOn
       // 
+      this.bSendImageViewOn.Enabled = false;
       this.bSendImageViewOn.Location = new System.Drawing.Point(8, 7);
       this.bSendImageViewOn.Name = "bSendImageViewOn";
       this.bSendImageViewOn.Size = new System.Drawing.Size(150, 23);
       this.cbCommandDestination.FormattingEnabled = true;
       this.cbCommandDestination.Items.AddRange(new object[] {
             "0: TV",
-            "1: Recorder 1",
-            "2: Recorder 2",
-            "3: Tuner 1",
-            "4: Playback 1",
-            "5: Audio system",
-            "6: Tuner 2",
-            "7: Tuner 3",
-            "8: Playback 2",
-            "9: Recorder 3",
-            "A: Tuner 4",
-            "B: Playback 3",
-            "C: Reserved 1",
-            "D: Reserved 2",
-            "E: Free use",
             "F: Broadcast"});
       this.cbCommandDestination.Location = new System.Drawing.Point(437, 30);
       this.cbCommandDestination.Name = "cbCommandDestination";
       // cbLogDebug
       // 
       this.cbLogDebug.AutoSize = true;
+      this.cbLogDebug.Checked = true;
+      this.cbLogDebug.CheckState = System.Windows.Forms.CheckState.Checked;
       this.cbLogDebug.Location = new System.Drawing.Point(269, 336);
       this.cbLogDebug.Name = "cbLogDebug";
       this.cbLogDebug.Size = new System.Drawing.Size(58, 17);
       // cbLogTraffic
       // 
       this.cbLogTraffic.AutoSize = true;
+      this.cbLogTraffic.Checked = true;
+      this.cbLogTraffic.CheckState = System.Windows.Forms.CheckState.Checked;
       this.cbLogTraffic.Location = new System.Drawing.Point(207, 336);
       this.cbLogTraffic.Name = "cbLogTraffic";
       this.cbLogTraffic.Size = new System.Drawing.Size(56, 17);
       this.lStatus.TabIndex = 2;
       this.lStatus.Text = "Initialising...";
       // 
+      // cbSendInactiveSource
+      // 
+      this.cbSendInactiveSource.AutoSize = true;
+      this.cbSendInactiveSource.Enabled = false;
+      this.cbSendInactiveSource.Location = new System.Drawing.Point(9, 301);
+      this.cbSendInactiveSource.Name = "cbSendInactiveSource";
+      this.cbSendInactiveSource.Size = new System.Drawing.Size(261, 17);
+      this.cbSendInactiveSource.TabIndex = 32;
+      this.cbSendInactiveSource.Text = "Send \'inactive source\' when shutting down XBMC";
+      this.cbSendInactiveSource.UseVisualStyleBackColor = true;
+      // 
       // CecConfigGUI
       // 
       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     private System.Windows.Forms.TabPage LogOutput;
     private System.Windows.Forms.Label lPortNumber;
     private System.Windows.Forms.Label lDeviceType;
-    private System.Windows.Forms.Label lPhysicalAddress;
     private System.Windows.Forms.Label lConnectedDevice;
     private System.Windows.Forms.ComboBox cbConnectedDevice;
     private System.Windows.Forms.TextBox tbPhysicalAddress;
     private System.Windows.Forms.ProgressBar pProgress;
     private System.Windows.Forms.Label lStatus;
-    private System.Windows.Forms.Label lConnectedPhysicalAddress;
     private System.Windows.Forms.TextBox tbLog;
     private System.Windows.Forms.ComboBox cbPortNumber;
     private System.Windows.Forms.Button bClose;
     private System.Windows.Forms.Button bSaveConfig;
     private System.Windows.Forms.ComboBox cbDeviceType;
-    private System.Windows.Forms.Label lAdapterConfig;
     private System.Windows.Forms.CheckBox cbPowerOffOnStandby;
     private System.Windows.Forms.CheckBox cbPowerOffScreensaver;
     private System.Windows.Forms.CheckBox cbActivateSource;
     private System.Windows.Forms.CheckBox cbVendorOverride;
     private System.Windows.Forms.ComboBox cbVendorId;
     private System.Windows.Forms.Button bReloadConfig;
+    private System.Windows.Forms.Button bRescanDevices;
+    private System.Windows.Forms.Label lConnectedPhysicalAddress;
+    private System.Windows.Forms.Label lAdapterConfig;
+    private System.Windows.Forms.CheckBox cbOverrideAddress;
+    private System.Windows.Forms.CheckBox cbSendInactiveSource;
   }
 }
\ No newline at end of file