ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Docking/FloatingAboutBox.Designer.cs
Revision: 148
Committed: Sun May 27 23:33:54 2012 UTC (11 years, 4 months ago) by william
File size: 2595 byte(s)
Log Message:

File Contents

# User Rev Content
1 william 147 namespace RomCheater.Docking
2     {
3     partial class FloatingAboutBox
4     {
5     /// <summary>
6     /// Required designer variable.
7     /// </summary>
8     private System.ComponentModel.IContainer components = null;
9    
10     /// <summary>
11     /// Clean up any resources being used.
12     /// </summary>
13     /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14     protected override void Dispose(bool disposing)
15     {
16     if (disposing && (components != null))
17     {
18     components.Dispose();
19     }
20     base.Dispose(disposing);
21     }
22    
23     #region Windows Form Designer generated code
24    
25     /// <summary>
26     /// Required method for Designer support - do not modify
27     /// the contents of this method with the code editor.
28     /// </summary>
29     private void InitializeComponent()
30     {
31     this.txtVersion = new System.Windows.Forms.RichTextBox();
32     this.SuspendLayout();
33     //
34     // txtVersion
35     //
36     this.txtVersion.BackColor = System.Drawing.SystemColors.ControlLight;
37     this.txtVersion.Dock = System.Windows.Forms.DockStyle.Fill;
38     this.txtVersion.Location = new System.Drawing.Point(0, 0);
39     this.txtVersion.Name = "txtVersion";
40     this.txtVersion.ReadOnly = true;
41     this.txtVersion.Size = new System.Drawing.Size(284, 262);
42     this.txtVersion.TabIndex = 0;
43     this.txtVersion.Text = "";
44     //
45     // FloatingAboutBox
46     //
47     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
48     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
49     this.ClientSize = new System.Drawing.Size(284, 262);
50     this.Controls.Add(this.txtVersion);
51 william 148 this.DockAreas = WeifenLuo.WinFormsUI.Docking.DockAreas.Float;
52 william 147 this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
53 william 148 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
54 william 147 this.Name = "FloatingAboutBox";
55     this.Text = "Rom Cheater Version";
56     this.Shown += new System.EventHandler(this.FloatingAboutBox_Shown);
57     this.ResumeLayout(false);
58    
59     }
60    
61     #endregion
62    
63     private System.Windows.Forms.RichTextBox txtVersion;
64     }
65     }