📄 frmsyncmsg.ebf
字号:
VERSION 5.00
Begin VB.Form FrmsyncMsg
Appearance = 0 'Flat
BackColor = &H8000000A&
BorderStyle = 3 'Fixed Dialog
ClientHeight = 975
ClientLeft = 45
ClientTop = 45
ClientWidth = 2985
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
FormResize = 2 'vbFormUserSize
ScaleHeight = 975
ScaleWidth = 2985
Begin VBCE.Label Label4
Height = 180
Left = 840
TabIndex = 3
Top = 720
Width = 570
_cx = 1005
_cy = 318
AutoSize = -1 'True
BackColor = -2147483638
BackStyle = 1
BorderStyle = 0
Caption = "Label4"
Enabled = -1 'True
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = -2147483640
Alignment = 0
UseMnemonic = -1 'True
WordWrap = 0 'False
End
Begin VBCE.Label Label3
Height = 180
Left = 840
TabIndex = 2
Top = 480
Width = 570
_cx = 1005
_cy = 318
AutoSize = -1 'True
BackColor = -2147483638
BackStyle = 1
BorderStyle = 0
Caption = "Label3"
Enabled = -1 'True
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = -2147483640
Alignment = 0
UseMnemonic = -1 'True
WordWrap = 0 'False
End
Begin VBCE.Label Label2
Height = 180
Left = 840
TabIndex = 1
Top = 240
Width = 570
_cx = 1005
_cy = 318
AutoSize = -1 'True
BackColor = -2147483638
BackStyle = 1
BorderStyle = 0
Caption = "Label2"
Enabled = -1 'True
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = -2147483640
Alignment = 0
UseMnemonic = -1 'True
WordWrap = 0 'False
End
Begin VBCE.Label Label1
Height = 180
Left = 240
TabIndex = 0
Top = 15
Width = 840
_cx = 1482
_cy = 318
AutoSize = -1 'True
BackColor = -2147483638
BackStyle = 1
BorderStyle = 0
Caption = "同步结果:"
Enabled = -1 'True
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = -2147483640
Alignment = 0
UseMnemonic = -1 'True
WordWrap = 0 'False
End
End
Attribute VB_Name = "FrmsyncMsg"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Click()
Me.Hide
End Sub
Private Sub Form_Load()
Me.Top = (Screen.Height - Me.Height) / 2
Me.Left = (Screen.Width - Me.Width) / 2
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -