ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Main.Designer.cs
(Generate patch)

Comparing trunk/RomCheater/Main.Designer.cs (file contents):
Revision 14 by william, Wed May 9 06:18:28 2012 UTC vs.
Revision 15 by william, Wed May 9 06:22:05 2012 UTC

# Line 32 | Line 32
32              this.mainmnu = new System.Windows.Forms.MenuStrip();
33              this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
34              this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem();
35 +            this.txtStatus = new System.Windows.Forms.RichTextBox();
36 +            this.StatusToolStrip = new System.Windows.Forms.ToolStrip();
37              ((System.ComponentModel.ISupportInitialize)(this.main_split)).BeginInit();
38 +            this.main_split.Panel2.SuspendLayout();
39              this.main_split.SuspendLayout();
40              this.mainmnu.SuspendLayout();
41              this.SuspendLayout();
# Line 44 | Line 47
47              this.main_split.Location = new System.Drawing.Point(0, 24);
48              this.main_split.Name = "main_split";
49              this.main_split.Orientation = System.Windows.Forms.Orientation.Horizontal;
50 <            this.main_split.Size = new System.Drawing.Size(1229, 557);
51 <            this.main_split.SplitterDistance = 392;
50 >            //
51 >            // main_split.Panel2
52 >            //
53 >            this.main_split.Panel2.Controls.Add(this.txtStatus);
54 >            this.main_split.Panel2.Controls.Add(this.StatusToolStrip);
55 >            this.main_split.Size = new System.Drawing.Size(1229, 688);
56 >            this.main_split.SplitterDistance = 461;
57              this.main_split.TabIndex = 0;
58              //
59              // mainmnu
# Line 73 | Line 81
81              this.mnuItemExit.Text = "&Exit";
82              this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click);
83              //
84 +            // txtStatus
85 +            //
86 +            this.txtStatus.BackColor = System.Drawing.SystemColors.ControlLight;
87 +            this.txtStatus.Dock = System.Windows.Forms.DockStyle.Fill;
88 +            this.txtStatus.Location = new System.Drawing.Point(0, 25);
89 +            this.txtStatus.Name = "txtStatus";
90 +            this.txtStatus.ReadOnly = true;
91 +            this.txtStatus.Size = new System.Drawing.Size(1225, 194);
92 +            this.txtStatus.TabIndex = 0;
93 +            this.txtStatus.Text = "";
94 +            //
95 +            // StatusToolStrip
96 +            //
97 +            this.StatusToolStrip.Location = new System.Drawing.Point(0, 0);
98 +            this.StatusToolStrip.Name = "StatusToolStrip";
99 +            this.StatusToolStrip.Size = new System.Drawing.Size(1225, 25);
100 +            this.StatusToolStrip.TabIndex = 1;
101 +            this.StatusToolStrip.Text = "toolStrip1";
102 +            //
103              // Main
104              //
105              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
106              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
107 <            this.ClientSize = new System.Drawing.Size(1229, 581);
107 >            this.ClientSize = new System.Drawing.Size(1229, 712);
108              this.Controls.Add(this.main_split);
109              this.Controls.Add(this.mainmnu);
110              this.Name = "Main";
111              this.Text = "Form1";
112 +            this.main_split.Panel2.ResumeLayout(false);
113 +            this.main_split.Panel2.PerformLayout();
114              ((System.ComponentModel.ISupportInitialize)(this.main_split)).EndInit();
115              this.main_split.ResumeLayout(false);
116              this.mainmnu.ResumeLayout(false);
# Line 97 | Line 126
126          private System.Windows.Forms.MenuStrip mainmnu;
127          private System.Windows.Forms.ToolStripMenuItem mnuFile;
128          private System.Windows.Forms.ToolStripMenuItem mnuItemExit;
129 +        private System.Windows.Forms.RichTextBox txtStatus;
130 +        private System.Windows.Forms.ToolStrip StatusToolStrip;
131      }
132   }
133  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines