Option ExplicitDim block_i, block_j As IntegerDim next_i, next_j As Integer
Sub face()
Form_main.Height = 8420 ''''设置窗体的大小 Form_main.Width = 8000 Form_main.Picture_play_field.Left = 0 ''''设置容器位置 Form_main.Picture_play_field.Top = -480 Form_main.Picture_play_field.Height = 8200 ''''设置容器大小 Form_main.Picture_play_field.Width = 4850
End SubSub image_position() For block_i = 0 To 16 For block_j = 0 To 9 Form_main.Image_block(block_i * 10 + block_j).Left = block_j * 480 Form_main.Image_block(block_i * 10 + block_j).Top = block_i * 480 Form_main.Image_block(block_i * 10 + block_j).Visible = False Next Next For next_i = 0 To 3 For next_j = 0 To 3 Form_main.Image_next(next_i * 4 + next_j).Left = next_j * 480 Form_main.Image_next(next_i * 4 + next_j).Top = next_i * 480 Form_main.Image_next(next_i * 4 + next_j).Visible = False Next Next
End Sub''''十七种方块
<< 上一页 [11] [12] [13] [14] [15] [16] [17] [18]
Copyright @ 2007-2012 敏韬网(敏而好学,文韬武略--MinTao.Net)(学习笔记) Inc All Rights Reserved. 闵涛 E_mail:admin@mintao.net(欢迎提供学习资源)
鄂公网安备 42011102001154号
站长:MinTao ICP备案号:鄂ICP备11006601号-18