📄 导出联系方式.frm
字号:
VERSION 5.00
Object = "{E95A2510-F3D1-416D-823B-4F840FE98091}#3.0#0"; "Command.ocx"
Begin VB.Form Form11
BorderStyle = 3 'Fixed Dialog
Caption = "导出数据"
ClientHeight = 2715
ClientLeft = 45
ClientTop = 330
ClientWidth = 7950
LinkTopic = "Form11"
LockControls = -1 'True
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 2715
ScaleWidth = 7950
ShowInTaskbar = 0 'False
Begin CSCommand.Command Command1
Height = 375
Left = 6330
TabIndex = 6
Top = 1545
Width = 1275
_ExtentX = 2249
_ExtentY = 661
IconAlign = 0
Icon = "导出联系方式.frx":0000
Caption = "导出 &S"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.Frame Frame2
Caption = "导出范围"
Height = 1020
Left = 1905
TabIndex = 2
Top = 915
Width = 1755
Begin VB.OptionButton Option2
Caption = "小灵通号码"
Enabled = 0 'False
Height = 255
Left = 165
TabIndex = 4
Top = 585
Width = 1290
End
Begin VB.OptionButton Option1
Caption = "移动手机号码"
Height = 225
Left = 165
TabIndex = 3
Top = 300
Value = -1 'True
Width = 1470
End
End
Begin VB.Frame Frame1
Caption = "导出文件的路径"
Height = 765
Left = 135
TabIndex = 0
Top = 90
Width = 7680
Begin VB.TextBox Text1
Height = 285
Left = 165
TabIndex = 1
Text = "Text1"
Top = 300
Width = 7350
End
End
Begin VB.Image Image1
Height = 1695
Left = 75
Picture = "导出联系方式.frx":001C
Top = 900
Width = 1800
End
Begin VB.Label Label1
Appearance = 0 'Flat
ForeColor = &H80000008&
Height = 255
Left = 3690
TabIndex = 5
Top = 1065
Width = 4125
End
End
Attribute VB_Name = "Form11"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Me.Label1.Caption = "程序正在初始化数据库空间..."
If Me.Option1.Value = True Then
daochuyidong
Exit Sub
End If
If Me.Option2.Value = True Then
daochuxiaolingtong
Exit Sub
End If
End Sub
Private Sub Form_Load()
Me.Icon = MDIForm1.Icon
Me.BackColor = FormBackColor
Me.Frame1.BackColor = Me.BackColor
Me.Frame2.BackColor = Me.BackColor
Me.Text1.Enabled = False
Me.Text1.Text = App.Path & "\AllTelNums.txt"
form11show = True
End Sub
Private Sub Form_Unload(Cancel As Integer)
form11show = False
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -