续五:[B](此问题已解决)[/B]
Me.Title.Visible = False
Me.Topic.Visible = False
Me.Content.Visible = False
Me.Title.Left = (FormWidth - Me.Title.Width) / 2
Me.Topic.Width = FormWidth - 1132
Me.Content.Width = FormWidth - 565
Me.Content.Height = FormHeight - 2815
Me.Line1.Width = FormWidth - 505
Me.PrevArticle.Left = ButtonSpace
Me.NextArticle.Left = ButtonSpace * 2 + ButtonWidth
Me.Modify.Left = ButtonSpace * 3 + ButtonWidth * 2
Me.[Print].Left = ButtonSpace * 4 + ButtonWidth * 3
Me.CloseForm.Left = ButtonSpace * 5 + ButtonWidth * 4
Me.PrevArticle.Top = FormHeight - 545
Me.NextArticle.Top = FormHeight - 545
Me.Modify.Top = FormHeight - 545
Me.[Print].Top = FormHeight - 545
Me.CloseForm.Top = FormHeight - 545
Me.Title.Visible = True
Me.Topic.Visible = True
Me.Content.Visible = True
End Sub
[此贴子已经被作者于2003-8-13 16:07:55编辑过]
|