X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcec-config-gui%2FCecConfigGUI.Designer.cs;h=d45e6d315b32c14e1bca227f86bd82a1403fccee;hb=66609663d93f48b37fa79647e339ab48a70f73d8;hp=2c0f909e2ef9c573a5a31497dafa7bf74c88d63e;hpb=6d866874c4acb7620caea7a4415357bbf56f1a62;p=deb_libcec.git diff --git a/src/cec-config-gui/CecConfigGUI.Designer.cs b/src/cec-config-gui/CecConfigGUI.Designer.cs index 2c0f909..d45e6d3 100644 --- a/src/cec-config-gui/CecConfigGUI.Designer.cs +++ b/src/cec-config-gui/CecConfigGUI.Designer.cs @@ -7,19 +7,6 @@ /// private System.ComponentModel.IContainer components = null; - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - #region Windows Form Designer generated code /// @@ -53,14 +40,12 @@ 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(); @@ -88,6 +73,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.cbOverrideAddress = new System.Windows.Forms.CheckBox(); this.tabControl1.SuspendLayout(); this.Configuration.SuspendLayout(); this.tbButtons.SuspendLayout(); @@ -112,6 +98,7 @@ // // Configuration // + this.Configuration.Controls.Add(this.cbOverrideAddress); this.Configuration.Controls.Add(this.bReloadConfig); this.Configuration.Controls.Add(this.cbVendorOverride); this.Configuration.Controls.Add(this.cbVendorId); @@ -133,7 +120,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); @@ -158,6 +144,7 @@ // 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); @@ -182,7 +169,7 @@ "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"); @@ -331,7 +318,7 @@ "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\'"); @@ -380,7 +367,7 @@ // 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; @@ -406,7 +393,7 @@ 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); @@ -420,15 +407,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; @@ -479,8 +457,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"; @@ -498,14 +475,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); @@ -682,6 +651,8 @@ // 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); @@ -692,6 +663,8 @@ // 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); @@ -760,6 +733,18 @@ this.lStatus.TabIndex = 2; this.lStatus.Text = "Initialising..."; // + // 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); + // // CecConfigGUI // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -796,19 +781,16 @@ 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; @@ -849,5 +831,8 @@ 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; } } \ No newline at end of file