📄 dlgsend.frm
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form dlgSend
BorderStyle = 3 'Fixed Dialog
Caption = "发送文件"
ClientHeight = 6270
ClientLeft = 2760
ClientTop = 3750
ClientWidth = 9360
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6270
ScaleWidth = 9360
ShowInTaskbar = 0 'False
Begin TabDlg.SSTab SSTab1
Height = 4935
Left = 180
TabIndex = 2
Top = 120
Width = 9075
_ExtentX = 16007
_ExtentY = 8705
_Version = 393216
Style = 1
Tabs = 2
TabsPerRow = 2
TabHeight = 520
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
TabCaption(0) = "接收人信息"
TabPicture(0) = "dlgSend.frx":0000
Tab(0).ControlEnabled= -1 'True
Tab(0).Control(0)= "Frame1"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).ControlCount= 1
TabCaption(1) = "附加说明"
TabPicture(1) = "dlgSend.frx":001C
Tab(1).ControlEnabled= 0 'False
Tab(1).Control(0)= "Text1"
Tab(1).Control(0).Enabled= 0 'False
Tab(1).ControlCount= 1
Begin VB.Frame Frame1
Height = 4215
Left = 180
TabIndex = 4
Top = 480
Width = 8655
Begin VB.CommandButton Command2
Caption = "<<移除"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3720
TabIndex = 12
Top = 2640
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "加入>>"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3720
TabIndex = 11
Top = 1740
Width = 1095
End
Begin MSComctlLib.ListView ListView2
Height = 2415
Left = 5040
TabIndex = 10
Top = 1440
Width = 3375
_ExtentX = 5953
_ExtentY = 4260
LabelWrap = -1 'True
HideSelection = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 0
End
Begin MSComctlLib.ListView ListView1
Height = 2475
Left = 300
TabIndex = 9
Top = 1380
Width = 3195
_ExtentX = 5636
_ExtentY = 4366
LabelWrap = -1 'True
HideSelection = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 0
End
Begin VB.ComboBox Combo1
Height = 315
Left = 1200
TabIndex = 6
Text = "Combo1"
Top = 240
Width = 1935
End
Begin VB.Label Label3
Caption = "本次接收人员:"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 5100
TabIndex = 8
Top = 1020
Width = 1395
End
Begin VB.Label Label2
Caption = "有权人员:"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 240
TabIndex = 7
Top = 960
Width = 975
End
Begin VB.Label Label1
Caption = "发送目的:"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 240
TabIndex = 5
Top = 300
Width = 1095
End
End
Begin VB.TextBox Text1
Height = 4035
Left = -74820
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 3
Text = "dlgSend.frx":0038
Top = 600
Width = 8655
End
End
Begin VB.CommandButton CancelButton
Caption = "取消"
Height = 375
Left = 8040
TabIndex = 1
Top = 5760
Width = 1215
End
Begin VB.CommandButton OKButton
Caption = "确定"
Height = 375
Left = 8040
TabIndex = 0
Top = 5280
Width = 1215
End
End
Attribute VB_Name = "dlgSend"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -