You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
43 lines
1.1 KiB
VERSION 5.00
|
|
Begin VB.Form Dialog
|
|
BorderStyle = 3 'Fixed Dialog
|
|
Caption = "¶Ô»°¿ò±êÌâ"
|
|
ClientHeight = 3195
|
|
ClientLeft = 2760
|
|
ClientTop = 3750
|
|
ClientWidth = 6030
|
|
LinkTopic = "Form1"
|
|
MaxButton = 0 'False
|
|
MinButton = 0 'False
|
|
ScaleHeight = 3195
|
|
ScaleWidth = 6030
|
|
ShowInTaskbar = 0 'False
|
|
Begin VB.CommandButton CancelButton
|
|
Caption = "È¡Ïû"
|
|
Height = 375
|
|
Left = 4680
|
|
TabIndex = 1
|
|
Top = 600
|
|
Width = 1215
|
|
End
|
|
Begin VB.CommandButton OKButton
|
|
Caption = "È·¶¨"
|
|
Height = 375
|
|
Left = 4680
|
|
TabIndex = 0
|
|
Top = 120
|
|
Width = 1215
|
|
End
|
|
End
|
|
Attribute VB_Name = "Dialog"
|
|
Attribute VB_GlobalNameSpace = False
|
|
Attribute VB_Creatable = False
|
|
Attribute VB_PredeclaredId = True
|
|
Attribute VB_Exposed = False
|
|
|
|
Option Explicit
|
|
|
|
Private Sub OKButton_Click()
|
|
|
|
End Sub
|