12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- VERSION 5.00
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 7365
- ClientLeft = 3540
- ClientTop = 2130
- ClientWidth = 12735
- LinkTopic = "Form1"
- ScaleHeight = 7365
- ScaleWidth = 12735
- Begin VB.CommandButton Command1
- Caption = "Çå³ýcss"
- Height = 855
- Left = 960
- TabIndex = 2
- Top = 5760
- Width = 3375
- End
- Begin VB.TextBox Text2
- Height = 4215
- Index = 1
- Left = 6600
- MultiLine = -1 'True
- ScrollBars = 3 'Both
- TabIndex = 1
- Text = "main.frx":0000
- Top = 720
- Width = 5655
- End
- Begin VB.TextBox Text1
- Height = 4215
- Index = 0
- Left = 720
- MultiLine = -1 'True
- ScrollBars = 3 'Both
- TabIndex = 0
- Text = "main.frx":0AEF
- Top = 720
- Width = 5655
- End
- Begin VB.Label Label2
- Caption = "chrome¼ì²âunlessÑùʽ"
- Height = 375
- Left = 6720
- TabIndex = 4
- Top = 240
- Width = 3615
- End
- Begin VB.Label Label1
- Caption = "´ýÇåÀícss"
- Height = 255
- Left = 720
- TabIndex = 3
- Top = 240
- Width = 2295
- End
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Picture1_Click()
- End Sub
- Private Sub Command1_Click()
- Text1.Item
- End Sub
|