📄 frmconfig_03.frm
字号:
_ExtentY = 556
Text = ""
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
BackColor = -2147483643
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "日期类型:"
Height = 315
Left = 180
TabIndex = 10
Top = 720
Width = 1365
End
Begin VB.Label lblMsg
BackStyle = 0 'Transparent
Caption = "跳转标签:"
Height = 315
Left = 180
TabIndex = 8
Top = 300
Width = 1365
End
End
Begin VB.Image imgFlag
Height = 480
Index = 0
Left = 405
Picture = "frmConfig_03.frx":0000
Top = 0
Visible = 0 'False
Width = 480
End
Begin VB.Image imgFlag
Height = 480
Index = 1
Left = 1395
Picture = "frmConfig_03.frx":0442
Top = 0
Visible = 0 'False
Width = 480
End
Begin VB.Image imgFlag
Height = 480
Index = 2
Left = 915
Picture = "frmConfig_03.frx":110C
Top = 60
Visible = 0 'False
Width = 480
End
Begin VB.Shape Shape1
BackColor = &H00E0E0E0&
BorderColor = &H00008000&
BorderStyle = 3 'Dot
Height = 675
Left = 30
Shape = 4 'Rounded Rectangle
Top = 60
Width = 6285
End
Begin VB.Label lblKey
BackStyle = 0 'Transparent
Caption = "1、"
DragMode = 1 'Automatic
ForeColor = &H00FF0000&
Height = 285
Index = 0
Left = 105
MousePointer = 99 'Custom
TabIndex = 5
Top = 150
Width = 2505
End
Begin VB.Label lblKey
BackStyle = 0 'Transparent
Caption = "1、"
DragMode = 1 'Automatic
ForeColor = &H00FF0000&
Height = 285
Index = 1
Left = 2265
MousePointer = 99 'Custom
OLEDropMode = 1 'Manual
TabIndex = 4
Top = 150
Width = 2295
End
Begin VB.Label lblKey
BackStyle = 0 'Transparent
Caption = "1、"
DragMode = 1 'Automatic
ForeColor = &H00FF0000&
Height = 285
Index = 2
Left = 4245
MousePointer = 99 'Custom
OLEDropMode = 1 'Manual
TabIndex = 3
Top = 150
Width = 2505
End
Begin VB.Label lblKey
BackStyle = 0 'Transparent
Caption = "1、"
DragMode = 1 'Automatic
ForeColor = &H00FF0000&
Height = 285
Index = 3
Left = 105
MousePointer = 99 'Custom
OLEDropMode = 1 'Manual
TabIndex = 2
Top = 450
Width = 2505
End
Begin VB.Label lblKey
BackStyle = 0 'Transparent
Caption = "1、"
DragMode = 1 'Automatic
ForeColor = &H00FF0000&
Height = 285
Index = 4
Left = 2265
MousePointer = 99 'Custom
OLEDropMode = 1 'Manual
TabIndex = 1
Top = 450
Width = 2295
End
Begin VB.Label lblKey
BackStyle = 0 'Transparent
Caption = "1、"
DragMode = 1 'Automatic
ForeColor = &H00FF0000&
Height = 285
Index = 5
Left = 4245
MousePointer = 99 'Custom
OLEDropMode = 1 'Manual
TabIndex = 0
Top = 450
Width = 2505
End
End
Attribute VB_Name = "frmConfig_03"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'*************************************************************************
'**模 块 名:frmConfig_03
'**说 明:YFsoft 版权所有2005 - 2006(C)
'**创 建 人:叶帆
'**日 期:2005-11-10 14:25:33
'**修 改 人:
'**日 期:
'**描 述:
'**版 本:V1.0.0
'*************************************************************************
Option Explicit
'*************************************************************************
'**函 数 名:Form_Load
'**输 入:无
'**输 出:无
'**功能描述:
'**全局变量:
'**调用模块:
'**作 者:叶帆
'**日 期:2005-10-18 11:49:08
'**修 改 人:
'**日 期:
'**版 本:V1.0.0
'*************************************************************************
Private Sub Form_Load()
Dim i As Long
Me.Move 0, 0
For i = 0 To 5
lblKey(i).DragIcon = imgFlag(0).Picture
lblKey(i).MouseIcon = imgFlag(1).Picture
Next
lblKey(0).Caption = "1、工程标题:%S..Title%"
lblKey(0).Tag = "%SystemTitle%"
lblKey(1).Caption = "2、出错时间:%D..Time%"
lblKey(1).Tag = "%DateTime%"
lblKey(2).Caption = "3、错误类型:%E..Type%"
lblKey(2).Tag = "%ErrorType%"
lblKey(3).Caption = "4、错误来源:%E..Source%"
lblKey(3).Tag = "%ErrorSource%"
lblKey(4).Caption = "5、错误信息:%E..tion%"
lblKey(4).Tag = "%ErrorDescription%"
lblKey(5).Caption = "6、工程路径:%AppPath%"
lblKey(5).Tag = "%AppPath%"
End Sub
'*************************************************************************
'**函 数 名:SaveValue
'**输 入:无
'**输 出:无
'**功能描述:保存参数
'**全局变量:
'**调用模块:
'**作 者:叶帆
'**日 期:2005-11-10 10:50:20
'**修 改 人:
'**日 期:
'**版 本:V1.0.0
'*************************************************************************
Public Sub SaveValue()
End Sub
'*************************************************************************
'**函 数 名:ResumeValue
'**输 入:无
'**输 出:无
'**功能描述:恢复参数
'**全局变量:
'**调用模块:
'**作 者:叶帆
'**日 期:2005-11-10 10:52:05
'**修 改 人:
'**日 期:
'**版 本:V1.0.0
'*************************************************************************
Public Sub ResumeValue()
End Sub
'*************************************************************************
'**函 数 名:txtBar_DragDrop
'**输 入:Source(Control) -
'** :X(Single) -
'** :Y(Single) -
'**输 出:无
'**功能描述:接收数据
'**全局变量:
'**调用模块:
'**作 者:叶帆
'**日 期:2004-07-09
'**修 改 人:
'**日 期:
'**版 本:V1.0
'*************************************************************************
Private Sub txtBar_DragDrop(Source As Control, X As Single, Y As Single)
If TypeName(Source) = "Label" Then
txtBar.SelText = Source.Tag
Source.DragIcon = imgFlag(0).Picture
End If
End Sub
'*************************************************************************
'**函 数 名:txtBar_DragOver
'**输 入:Source(Control) -
'** :X(Single) -
'** :Y(Single) -
'** :State(Integer) -
'**输 出:无
'**功能描述:
'**全局变量:
'**调用模块:
'**作 者:叶帆
'**日 期:2004-07-11
'**修 改 人:
'**日 期:
'**版 本:V1.0
'*************************************************************************
Private Sub txtBar_DragOver(Source As Control, X As Single, Y As Single, State As Integer)
If TypeName(Source) = "Label" Then
If State = 1 Then
Source.DragIcon = imgFlag(0).Picture
Else
Source.DragIcon = imgFlag(2).Picture
End If
End If
End Sub
'*************************************************************************
'**函 数 名:txtInput_DragDrop
'**输 入:Index(Integer) -
'** :Source(Control) -
'** :X(Single) -
'** :Y(Single) -
'**输 出:无
'**功能描述:
'**全局变量:
'**调用模块:
'**作 者:叶帆
'**日 期:2005-11-10 14:25:41
'**修 改 人:
'**日 期:
'**版 本:V1.0.0
'*************************************************************************
Private Sub txtInput_DragDrop(Index As Integer, Source As Control, X As Single, Y As Single)
If TypeName(Source) = "Label" Then
txtInput(Index).SelText = Source.Tag
Source.DragIcon = imgFlag(0).Picture
End If
End Sub
'*************************************************************************
'**函 数 名:txtInput_DragOver
'**输 入:Index(Integer) -
'** :Source(Control) -
'** :X(Single) -
'** :Y(Single) -
'** :State(Integer) -
'**输 出:无
'**功能描述:
'**全局变量:
'**调用模块:
'**作 者:叶帆
'**日 期:2005-11-10 14:25:30
'**修 改 人:
'**日 期:
'**版 本:V1.0.0
'*************************************************************************
Private Sub txtInput_DragOver(Index As Integer, Source As Control, X As Single, Y As Single, State As Integer)
If TypeName(Source) = "Label" Then
If State = 1 Then
Source.DragIcon = imgFlag(0).Picture
Else
Source.DragIcon = imgFlag(2).Picture
End If
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -