X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcec-config-gui%2FCecConfigGUI.Designer.cs;h=9b2267993c152b8cf7f9c9d2ecb711223a859bd4;hb=522f9a2091a08ebb744c09c654c795e563226353;hp=a5cda7e803462da72cf8cec56c172b1554b85fa5;hpb=de90f347e13651ab1463bb2df4b19ff5ae46e3b0;p=deb_libcec.git diff --git a/src/cec-config-gui/CecConfigGUI.Designer.cs b/src/cec-config-gui/CecConfigGUI.Designer.cs index a5cda7e..9b22679 100644 --- a/src/cec-config-gui/CecConfigGUI.Designer.cs +++ b/src/cec-config-gui/CecConfigGUI.Designer.cs @@ -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(); @@ -747,6 +748,9 @@ 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);