aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-05-19 21:51:48 +0100
committerAlex-TIMEHACK <[email protected]>2017-05-19 21:51:48 +0100
commit43647f873b9c2cd454b0b9389b952e1b36406725 (patch)
treec41de99a6103ad72dd449481d1153da3e1114c8b /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs
parent044d3dd3aa38f02693d1d2561a4276b2dc1bdd9a (diff)
parentd9fa6d11aa4889ba4538b00ef56d03da78664025 (diff)
downloadhistacom2-43647f873b9c2cd454b0b9389b952e1b36406725.tar.gz
histacom2-43647f873b9c2cd454b0b9389b952e1b36406725.tar.bz2
histacom2-43647f873b9c2cd454b0b9389b952e1b36406725.zip
Fixed Conflicts
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs
index 04145dd..01cfdb3 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs
@@ -66,7 +66,7 @@
this.helpToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(401, 24);
+ this.menuStrip1.Size = new System.Drawing.Size(619, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
@@ -324,7 +324,7 @@
this.mainText.Multiline = true;
this.mainText.Name = "mainText";
this.mainText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.mainText.Size = new System.Drawing.Size(401, 210);
+ this.mainText.Size = new System.Drawing.Size(619, 341);
this.mainText.TabIndex = 1;
this.mainText.WordWrap = false;
//
@@ -335,7 +335,7 @@
this.Controls.Add(this.mainText);
this.Controls.Add(this.menuStrip1);
this.Name = "WinClassicNotepad";
- this.Size = new System.Drawing.Size(401, 234);
+ this.Size = new System.Drawing.Size(619, 365);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);