summaryrefslogtreecommitdiff
path: root/windows 95/notepadxp.Designer.vb
diff options
context:
space:
mode:
authorRyan <[email protected]>2015-03-02 18:13:16 -0500
committerRyan <[email protected]>2015-03-02 18:13:16 -0500
commite2d017f0159c7a242eea63e40c8a967e2bc4a6e0 (patch)
tree021daf800ff773bda2aa8c2aa41bc07f41d38c33 /windows 95/notepadxp.Designer.vb
parent3ad025e3d28827c7a2491ba450766302618c8210 (diff)
downloadhistacom-e2d017f0159c7a242eea63e40c8a967e2bc4a6e0.tar.gz
histacom-e2d017f0159c7a242eea63e40c8a967e2bc4a6e0.tar.bz2
histacom-e2d017f0159c7a242eea63e40c8a967e2bc4a6e0.zip
Graphical changes on Notepad, and Notepadxp
Diffstat (limited to 'windows 95/notepadxp.Designer.vb')
-rwxr-xr-xwindows 95/notepadxp.Designer.vb12
1 files changed, 6 insertions, 6 deletions
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!)