From e2d017f0159c7a242eea63e40c8a967e2bc4a6e0 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 2 Mar 2015 18:13:16 -0500 Subject: Graphical changes on Notepad, and Notepadxp --- windows 95/notepadxp.Designer.vb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'windows 95/notepadxp.Designer.vb') diff --git a/windows 95/notepadxp.Designer.vb b/windows 95/notepadxp.Designer.vb index 056fa0f..a57d101 100755 --- a/windows 95/notepadxp.Designer.vb +++ b/windows 95/notepadxp.Designer.vb @@ -58,7 +58,6 @@ Partial Class notepadxp Me.pullside = New System.Windows.Forms.Timer(Me.components) Me.program = New System.Windows.Forms.Panel() Me.TextBox1 = New System.Windows.Forms.TextBox() - Me.look = New System.Windows.Forms.Timer(Me.components) Me.bottomleftcorner = New System.Windows.Forms.Panel() Me.toprightcorner = New System.Windows.Forms.Panel() Me.bottomrightcorner = New System.Windows.Forms.Panel() @@ -71,6 +70,7 @@ Partial Class notepadxp Me.closebutton = New System.Windows.Forms.PictureBox() Me.right = New System.Windows.Forms.Panel() Me.left = New System.Windows.Forms.Panel() + Me.look = New System.Windows.Forms.Timer(Me.components) Me.MenuStrip1.SuspendLayout() Me.program.SuspendLayout() Me.top.SuspendLayout() @@ -302,9 +302,6 @@ Partial Class notepadxp Me.TextBox1.Size = New System.Drawing.Size(444, 308) Me.TextBox1.TabIndex = 11 ' - 'look - ' - ' 'bottomleftcorner ' Me.bottomleftcorner.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) @@ -396,9 +393,9 @@ Partial Class notepadxp Me.programname.ForeColor = System.Drawing.Color.White Me.programname.Location = New System.Drawing.Point(5, 8) Me.programname.Name = "programname" - Me.programname.Size = New System.Drawing.Size(56, 13) + Me.programname.Size = New System.Drawing.Size(55, 13) Me.programname.TabIndex = 3 - Me.programname.Text = "NotePad" + Me.programname.Text = "Notepad" ' 'closebutton ' @@ -429,6 +426,9 @@ Partial Class notepadxp Me.left.Size = New System.Drawing.Size(4, 366) Me.left.TabIndex = 1 ' + 'look + ' + ' 'notepadxp ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) -- cgit v1.2.3