cec-config-gui: cosmetics
[deb_libcec.git] / src / cec-config-gui / CecConfigGUI.Designer.cs
index a5cda7e803462da72cf8cec56c172b1554b85fa5..9b2267993c152b8cf7f9c9d2ecb711223a859bd4 100644 (file)
@@ -29,6 +29,7 @@
     private void InitializeComponent()
     {
       this.components = new System.ComponentModel.Container();
+      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CecConfigGUI));
       this.tabControl1 = new System.Windows.Forms.TabControl();
       this.Configuration = new System.Windows.Forms.TabPage();
       this.cbVendorOverride = new System.Windows.Forms.CheckBox();
       this.Controls.Add(this.lStatus);
       this.Controls.Add(this.pProgress);
       this.Controls.Add(this.tabControl1);
+      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
+      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+      this.MaximizeBox = false;
       this.Name = "CecConfigGUI";
       this.Text = "Pulse-Eight USB-CEC Adapter";
       this.tabControl1.ResumeLayout(false);