bump win32 assembly version numbers to 1.6.2
[deb_libcec.git] / src / cec-config-gui / DeviceInformation.Designer.cs
index 2992fe812608fd5c0191f77f309b86bc66587974..c2ea74fe50378e57cd07009dcf88d8156f76acd9 100644 (file)
@@ -28,6 +28,7 @@
     /// </summary>
     private void InitializeComponent()
     {
+      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DeviceInformation));
       this.label1 = new System.Windows.Forms.Label();
       this.label2 = new System.Windows.Forms.Label();
       this.label3 = new System.Windows.Forms.Label();
@@ -49,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
       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);
       this.Controls.Add(this.label3);
       this.Controls.Add(this.label2);
       this.Controls.Add(this.label1);
+      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
+      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+      this.MaximizeBox = false;
       this.Name = "DeviceInformation";
+      this.ShowInTaskbar = false;
+      this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
+      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
       this.Text = "Device: [unknown]";
       this.ResumeLayout(false);
       this.PerformLayout();
     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