48 |
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
49 |
|
this.ClientSize = new System.Drawing.Size(284, 262); |
50 |
|
this.Controls.Add(this.txtVersion); |
51 |
< |
this.DockAreas = WeifenLuo.WinFormsUI.Docking.DockAreas.Float; |
51 |
> |
//this.DockAreas = WeifenLuo.WinFormsUI.Docking.DockAreas.Float; |
52 |
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
53 |
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; |
54 |
|
this.Name = "FloatingAboutBox"; |