솔루션에 fp5,fp13 포함

This commit is contained in:
chi
2020-05-24 21:15:53 +09:00
parent 9e83bd63bd
commit 32ebea03fb
517 changed files with 170275 additions and 120 deletions

View File

@@ -0,0 +1,14 @@
Public Class PRv_picture
Private Sub PRv_picture_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Me.TopLevel = True
End Sub
Private Sub ToolStripButton5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles bt_close.Click
Me.Close()
End Sub
Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click
Me.bt_close.PerformClick()
End Sub
End Class