48 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
49 |
this.ClientSize = new System.Drawing.Size(284, 262); |
this.ClientSize = new System.Drawing.Size(284, 262); |
50 |
this.Controls.Add(this.txtVersion); |
this.Controls.Add(this.txtVersion); |
51 |
this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)((WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight))); |
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))); |
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"; |
this.Name = "FloatingAboutBox"; |
55 |
this.Text = "Rom Cheater Version"; |
this.Text = "Rom Cheater Version"; |
56 |
this.Shown += new System.EventHandler(this.FloatingAboutBox_Shown); |
this.Shown += new System.EventHandler(this.FloatingAboutBox_Shown); |