X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FLibCecTray%2Fui%2FDeviceInformation.Designer.cs;fp=src%2Fcec-config-gui%2FDeviceInformation.Designer.cs;h=689b021d68ea955789490c9821c9a343ae8108f6;hb=f017f3c49b9136fbffe49fa3eaf372c51617140d;hp=c2ea74fe50378e57cd07009dcf88d8156f76acd9;hpb=9465b147bebb736351f32e92413a0eb0302028bc;p=deb_libcec.git diff --git a/src/cec-config-gui/DeviceInformation.Designer.cs b/src/LibCecTray/ui/DeviceInformation.Designer.cs similarity index 98% rename from src/cec-config-gui/DeviceInformation.Designer.cs rename to src/LibCecTray/ui/DeviceInformation.Designer.cs index c2ea74f..689b021 100644 --- a/src/cec-config-gui/DeviceInformation.Designer.cs +++ b/src/LibCecTray/ui/DeviceInformation.Designer.cs @@ -1,4 +1,4 @@ -namespace CecConfigGui +namespace LibCECTray.ui { partial class DeviceInformation { @@ -253,7 +253,7 @@ this.lInactiveSource.Text = "no"; this.lInactiveSource.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.lInactiveSource.Visible = false; - this.lInactiveSource.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lInactiveSource_LinkClicked); + this.lInactiveSource.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LInactiveSourceLinkClicked); // // lPowerStatus // @@ -264,7 +264,7 @@ this.lPowerStatus.TabStop = true; this.lPowerStatus.Text = "unknown"; this.lPowerStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.lPowerStatus.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lStandby_LinkClicked); + this.lPowerStatus.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LStandbyLinkClicked); // // bUpdate // @@ -274,7 +274,7 @@ this.bUpdate.TabIndex = 31; this.bUpdate.Text = "Refresh"; this.bUpdate.UseVisualStyleBackColor = true; - this.bUpdate.Click += new System.EventHandler(this.button1_Click); + this.bUpdate.Click += new System.EventHandler(this.Button1Click); // // DeviceInformation // @@ -306,10 +306,11 @@ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; + this.MinimizeBox = false; this.Name = "DeviceInformation"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Device: [unknown]"; this.ResumeLayout(false); this.PerformLayout();