X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcec-config-gui%2FDeviceInformation.Designer.cs;h=c2ea74fe50378e57cd07009dcf88d8156f76acd9;hb=f939231347e93690a034397a00cfafe917571f4b;hp=4a16c7debc96aecae2676a4613085c0e43a90865;hpb=5b8c27619d881cf9f7f83123e8ded59b137d4e5d;p=deb_libcec.git diff --git a/src/cec-config-gui/DeviceInformation.Designer.cs b/src/cec-config-gui/DeviceInformation.Designer.cs index 4a16c7d..c2ea74f 100644 --- a/src/cec-config-gui/DeviceInformation.Designer.cs +++ b/src/cec-config-gui/DeviceInformation.Designer.cs @@ -50,6 +50,7 @@ this.lDevice = new System.Windows.Forms.Label(); this.lInactiveSource = new System.Windows.Forms.LinkLabel(); this.lPowerStatus = new System.Windows.Forms.LinkLabel(); + this.bUpdate = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 @@ -265,11 +266,22 @@ this.lPowerStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.lPowerStatus.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lStandby_LinkClicked); // + // bUpdate + // + this.bUpdate.Location = new System.Drawing.Point(102, 207); + this.bUpdate.Name = "bUpdate"; + this.bUpdate.Size = new System.Drawing.Size(75, 23); + this.bUpdate.TabIndex = 31; + this.bUpdate.Text = "Refresh"; + this.bUpdate.UseVisualStyleBackColor = true; + this.bUpdate.Click += new System.EventHandler(this.button1_Click); + // // DeviceInformation // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(284, 218); + this.ClientSize = new System.Drawing.Size(284, 239); + this.Controls.Add(this.bUpdate); this.Controls.Add(this.lPowerStatus); this.Controls.Add(this.lInactiveSource); this.Controls.Add(this.lDevice); @@ -327,5 +339,6 @@ private System.Windows.Forms.Label lDevice; private System.Windows.Forms.LinkLabel lInactiveSource; private System.Windows.Forms.LinkLabel lPowerStatus; + public System.Windows.Forms.Button bUpdate; } } \ No newline at end of file