X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcec-config-gui%2FCecConfigGUI.Designer.cs;h=417aec229f63df1f4532dd6980731ac9360ef09c;hb=0b71487197ed7281dda06f53ecaf846f1fd7e942;hp=a48c772dd4ce368bc7e6b968eaa433cbee29c6b6;hpb=68b94c34ec2f7de6cd5db434e50242f3ebf8f65a;p=deb_libcec.git diff --git a/src/cec-config-gui/CecConfigGUI.Designer.cs b/src/cec-config-gui/CecConfigGUI.Designer.cs index a48c772..417aec2 100644 --- a/src/cec-config-gui/CecConfigGUI.Designer.cs +++ b/src/cec-config-gui/CecConfigGUI.Designer.cs @@ -19,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(); @@ -31,21 +32,21 @@ this.cbActivateSource = new System.Windows.Forms.CheckBox(); this.cbUseTVMenuLanguage = new System.Windows.Forms.CheckBox(); this.lPlayerConfig = new System.Windows.Forms.Label(); + this.lAdapterConfig = new System.Windows.Forms.Label(); this.cbDeviceType = new System.Windows.Forms.ComboBox(); this.bClose = new System.Windows.Forms.Button(); this.bSaveConfig = new System.Windows.Forms.Button(); this.cbPortNumber = new System.Windows.Forms.ComboBox(); + this.lConnectedPhysicalAddress = new System.Windows.Forms.Label(); 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(); @@ -73,8 +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.lConnectedPhysicalAddress = new System.Windows.Forms.Label(); - this.lAdapterConfig = new System.Windows.Forms.Label(); + this.cbSendInactiveSource = new System.Windows.Forms.CheckBox(); this.tabControl1.SuspendLayout(); this.Configuration.SuspendLayout(); this.tbButtons.SuspendLayout(); @@ -99,6 +99,8 @@ // // 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); @@ -120,7 +122,6 @@ 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); @@ -131,6 +132,18 @@ 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; @@ -249,7 +262,7 @@ // 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; @@ -260,7 +273,7 @@ // 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; @@ -271,7 +284,7 @@ // 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; @@ -282,7 +295,7 @@ // 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; @@ -293,12 +306,22 @@ // 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; this.lPlayerConfig.Text = "Player Configuration"; // + // lAdapterConfig + // + this.lAdapterConfig.AutoSize = true; + this.lAdapterConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lAdapterConfig.Location = new System.Drawing.Point(6, 3); + this.lAdapterConfig.Name = "lAdapterConfig"; + this.lAdapterConfig.Size = new System.Drawing.Size(213, 24); + this.lAdapterConfig.TabIndex = 15; + this.lAdapterConfig.Text = "Adapter Configuration"; + // // cbDeviceType // this.cbDeviceType.Enabled = false; @@ -355,6 +378,15 @@ this.helpPortNumber.SetToolTip(this.cbPortNumber, "The HDMI port number, to which you connected your USB-CEC adapter."); this.cbPortNumber.SelectedIndexChanged += new System.EventHandler(this.connectedDevice_SelectedIndexChanged); // + // lConnectedPhysicalAddress + // + this.lConnectedPhysicalAddress.AutoSize = true; + 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.lConnectedPhysicalAddress.Text = "Address: 0000"; + // // tbPhysicalAddress // this.tbPhysicalAddress.Enabled = false; @@ -389,15 +421,6 @@ 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; @@ -448,8 +471,7 @@ 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"; @@ -467,14 +489,6 @@ 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); @@ -733,24 +747,16 @@ this.lStatus.TabIndex = 2; this.lStatus.Text = "Initialising..."; // - // lConnectedPhysicalAddress + // cbSendInactiveSource // - this.lConnectedPhysicalAddress.AutoSize = true; - 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.lConnectedPhysicalAddress.Text = "Address: 0000"; - // - // lAdapterConfig - // - this.lAdapterConfig.AutoSize = true; - this.lAdapterConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lAdapterConfig.Location = new System.Drawing.Point(6, 3); - this.lAdapterConfig.Name = "lAdapterConfig"; - this.lAdapterConfig.Size = new System.Drawing.Size(213, 24); - this.lAdapterConfig.TabIndex = 15; - this.lAdapterConfig.Text = "Adapter Configuration"; + 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 // @@ -788,7 +794,6 @@ 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; @@ -841,5 +846,7 @@ 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