/// </summary>
private void InitializeComponent()
{
+ this.components = new System.ComponentModel.Container();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.Configuration = new System.Windows.Forms.TabPage();
this.cbPowerOffOnStandby = new System.Windows.Forms.CheckBox();
this.tbLog = new System.Windows.Forms.TextBox();
this.pProgress = new System.Windows.Forms.ProgressBar();
this.lStatus = new System.Windows.Forms.Label();
+ this.helpPortNumber = new System.Windows.Forms.ToolTip(this.components);
+ 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.tabControl1.SuspendLayout();
this.Configuration.SuspendLayout();
this.LogOutput.SuspendLayout();
this.cbDeviceType.Size = new System.Drawing.Size(121, 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\'");
//
// bClose
//
this.cbPortNumber.Size = new System.Drawing.Size(38, 21);
this.cbPortNumber.TabIndex = 11;
this.cbPortNumber.Text = "1";
+ 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.tbPhysicalAddress.Size = new System.Drawing.Size(38, 20);
this.tbPhysicalAddress.TabIndex = 6;
this.tbPhysicalAddress.Text = "1000";
+ this.helpPhysicalAddress.SetToolTip(this.tbPhysicalAddress, "The physical address of the adapter. Leave this untouched if you want to autodete" +
+ "ct this value.");
this.tbPhysicalAddress.TextChanged += new System.EventHandler(this.tbPhysicalAddress_TextChanged);
//
// cbConnectedDevice
this.cbConnectedDevice.Name = "cbConnectedDevice";
this.cbConnectedDevice.Size = new System.Drawing.Size(121, 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);
//
// lDeviceType
private System.Windows.Forms.CheckBox cbPowerOnStartup;
private System.Windows.Forms.CheckBox cbUseTVMenuLanguage;
private System.Windows.Forms.Label lPlayerConfig;
+ private System.Windows.Forms.ToolTip helpPortNumber;
+ private System.Windows.Forms.ToolTip helpConnectedHDMIDevice;
+ private System.Windows.Forms.ToolTip helpDeviceType;
+ private System.Windows.Forms.ToolTip helpPhysicalAddress;
}
}
\ No newline at end of file
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
+ <metadata name="helpDeviceType.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>524, 17</value>
+ </metadata>
+ <metadata name="helpPortNumber.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>17, 17</value>
+ </metadata>
+ <metadata name="helpPhysicalAddress.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>362, 17</value>
+ </metadata>
+ <metadata name="helpConnectedHDMIDevice.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>160, 17</value>
+ </metadata>
</root>
\ No newline at end of file