www.pudn.com > 牛顿法解方程之混沌情况1.32源代码.zip > Dialog.frm
VERSION 5.00
Begin VB.Form Dialog
AutoRedraw = -1 'True
Caption = "正在格式化 C:\ 盘"
ClientHeight = 2490
ClientLeft = 2775
ClientTop = 3765
ClientWidth = 4695
ControlBox = 0 'False
Icon = "Dialog.frx":0000
LinkTopic = "Form1"
ScaleHeight = 2490
ScaleWidth = 4695
Begin VB.PictureBox Picture1
AutoRedraw = -1 'True
BackColor = &H80000009&
Height = 495
Left = 480
ScaleHeight = 29
ScaleMode = 3 'Pixel
ScaleWidth = 245
TabIndex = 2
Top = 600
Width = 3735
End
Begin VB.CommandButton CancelButton
Caption = "取消"
Height = 375
Left = 3240
TabIndex = 1
Top = 1920
Width = 1215
End
Begin VB.CommandButton OKButton
Caption = "确定"
Height = 375
Left = 3240
TabIndex = 0
Top = 1440
Width = 1215
End
End
Attribute VB_Name = "Dialog"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False