diff options
| author | AShifter <[email protected]> | 2017-05-07 14:59:34 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-07 14:59:34 -0700 |
| commit | dcd6501aed4423bf28d3e27b596050d68028775c (patch) | |
| tree | 5d5b743c21f4ab3a442332c8b93b32399683bef1 /TimeHACK.Main/OS/Win95/Win95Apps | |
| parent | fbc7bcb9e8f88ff4ebe3578e589fef845ff931ec (diff) | |
| parent | 29d2b28cffd5d0f59632a761c2221ece7f257304 (diff) | |
| download | histacom2-dcd6501aed4423bf28d3e27b596050d68028775c.tar.gz histacom2-dcd6501aed4423bf28d3e27b596050d68028775c.tar.bz2 histacom2-dcd6501aed4423bf28d3e27b596050d68028775c.zip | |
Merge pull request #68 from AShifter/master
start Win98
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs | 6 |
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); |
