diff options
| author | Ryan <[email protected]> | 2015-03-03 16:33:50 -0500 |
|---|---|---|
| committer | Ryan <[email protected]> | 2015-03-03 16:36:07 -0500 |
| commit | ce70fa57cfa8246a4e07338b9841944531f9c4a9 (patch) | |
| tree | 88b28aad29ba1b7e960728cf82c05207f113ee33 /windows 95/hwcv.Designer.vb | |
| parent | 0f4c4cfc47efe7c90d5ff43aacdd16c2d1d2f71c (diff) | |
| download | histacom-ce70fa57cfa8246a4e07338b9841944531f9c4a9.tar.gz histacom-ce70fa57cfa8246a4e07338b9841944531f9c4a9.tar.bz2 histacom-ce70fa57cfa8246a4e07338b9841944531f9c4a9.zip | |
Typo fixes
Diffstat (limited to 'windows 95/hwcv.Designer.vb')
| -rwxr-xr-x | windows 95/hwcv.Designer.vb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/windows 95/hwcv.Designer.vb b/windows 95/hwcv.Designer.vb index 3678921..543437e 100755 --- a/windows 95/hwcv.Designer.vb +++ b/windows 95/hwcv.Designer.vb @@ -57,6 +57,9 @@ Partial Class hwcv CType(Me.closebutton, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
+ 'look
+ '
+ '
'Panel2
'
Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
@@ -115,8 +118,8 @@ Partial Class hwcv 'PictureBox1
'
Me.PictureBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.PictureBox1.Image = Global.Histacom.My.Resources.Resources.hwcvicon
Me.PictureBox1.Location = New System.Drawing.Point(5, 24)
Me.PictureBox1.Name = "PictureBox1"
|
