arrow.frm 760 B

12345678910111213141516171819202122232425262728293031
  1. VERSION 5.00
  2. Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} arrow
  3. Caption = "¼ýÍ·Ìæ»»¹¤¾ß github.com/hongwenjun"
  4. ClientHeight = 2190
  5. ClientLeft = 45
  6. ClientTop = 330
  7. ClientWidth = 4770
  8. OleObjectBlob = "arrow.frx":0000
  9. StartUpPosition = 1 'CenterOwner
  10. End
  11. Attribute VB_Name = "arrow"
  12. Attribute VB_GlobalNameSpace = False
  13. Attribute VB_Creatable = False
  14. Attribute VB_PredeclaredId = True
  15. Attribute VB_Exposed = False
  16. Private Sub CommandButton1_Click()
  17. arrowtool.SetArrow
  18. End Sub
  19. Private Sub CommandButton2_Click()
  20. arrowtool.arrow_manual_tool
  21. End Sub
  22. Private Sub CommandButton3_Click()
  23. arrowtool.arrow_Batch_repalce
  24. End Sub
  25. Private Sub CommandButton4_Click()
  26. arrowtool.turn_over
  27. End Sub