main.frm 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. VERSION 5.00
  2. Begin VB.Form Form1
  3. Caption = "Form1"
  4. ClientHeight = 7365
  5. ClientLeft = 3540
  6. ClientTop = 2130
  7. ClientWidth = 12735
  8. LinkTopic = "Form1"
  9. ScaleHeight = 7365
  10. ScaleWidth = 12735
  11. Begin VB.CommandButton Command1
  12. Caption = "Çå³ýcss"
  13. Height = 855
  14. Left = 960
  15. TabIndex = 2
  16. Top = 5760
  17. Width = 3375
  18. End
  19. Begin VB.TextBox Text2
  20. Height = 4215
  21. Index = 1
  22. Left = 6600
  23. MultiLine = -1 'True
  24. ScrollBars = 3 'Both
  25. TabIndex = 1
  26. Text = "main.frx":0000
  27. Top = 720
  28. Width = 5655
  29. End
  30. Begin VB.TextBox Text1
  31. Height = 4215
  32. Index = 0
  33. Left = 720
  34. MultiLine = -1 'True
  35. ScrollBars = 3 'Both
  36. TabIndex = 0
  37. Text = "main.frx":0AEF
  38. Top = 720
  39. Width = 5655
  40. End
  41. Begin VB.Label Label2
  42. Caption = "chrome¼ì²âunlessÑùʽ"
  43. Height = 375
  44. Left = 6720
  45. TabIndex = 4
  46. Top = 240
  47. Width = 3615
  48. End
  49. Begin VB.Label Label1
  50. Caption = "´ýÇåÀícss"
  51. Height = 255
  52. Left = 720
  53. TabIndex = 3
  54. Top = 240
  55. Width = 2295
  56. End
  57. End
  58. Attribute VB_Name = "Form1"
  59. Attribute VB_GlobalNameSpace = False
  60. Attribute VB_Creatable = False
  61. Attribute VB_PredeclaredId = True
  62. Attribute VB_Exposed = False
  63. Private Sub Picture1_Click()
  64. End Sub
  65. Private Sub Command1_Click()
  66. Text1.Item
  67. End Sub