📄 reader.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Begin VB.Form Reader
BorderStyle = 3 'Fixed Dialog
Caption = "读者管理"
ClientHeight = 7380
ClientLeft = 1095
ClientTop = 330
ClientWidth = 8415
Icon = "Reader.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7380
ScaleWidth = 8415
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 495
Left = 0
TabIndex = 25
Top = 6885
Width = 8415
_ExtentX = 14843
_ExtentY = 873
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 4
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 1
Object.Width = 3175
MinWidth = 3175
Picture = "Reader.frx":0442
Text = "天海软件工作室"
TextSave = "天海软件工作室"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 1
Object.Width = 3175
MinWidth = 3175
Text = "程序设计:刘海永"
TextSave = "程序设计:刘海永"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 1
Object.Width = 3881
MinWidth = 3881
Text = "Emain:yplhy@sohu.com"
TextSave = "Emain:yplhy@sohu.com"
EndProperty
BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 1
Object.Width = 3881
MinWidth = 3881
Text = "http://www.music.com"
TextSave = "http://www.music.com"
EndProperty
EndProperty
End
Begin VB.Frame Frame2
Caption = "读者管理"
Height = 1815
Left = 6000
TabIndex = 2
Top = 5040
Width = 2295
Begin VB.CommandButton CmdCancel
Caption = "取消"
Height = 375
Left = 1200
TabIndex = 22
Top = 480
Visible = 0 'False
Width = 855
End
Begin VB.CommandButton CmdModi
Caption = "修改"
Height = 375
Left = 1200
TabIndex = 21
Top = 480
Width = 855
End
Begin VB.CommandButton CmdExit
Caption = "退出"
Height = 375
Left = 1200
TabIndex = 6
Top = 1080
Width = 855
End
Begin VB.CommandButton CmdSave
Caption = "保存"
Height = 375
Left = 120
TabIndex = 5
Top = 480
Visible = 0 'False
Width = 855
End
Begin VB.CommandButton CmdDel
Caption = "删除"
Height = 375
Left = 120
TabIndex = 4
Top = 1080
Width = 855
End
Begin VB.CommandButton CmdAddNew
Caption = "添加"
Height = 375
Left = 120
TabIndex = 3
Top = 480
Width = 855
End
End
Begin VB.Frame Frame1
Caption = "读者信息"
Height = 1815
Left = 0
TabIndex = 1
Top = 5040
Width = 5895
Begin VB.CommandButton CmdNext
Caption = "后一条"
Height = 375
Left = 5040
TabIndex = 24
Top = 1320
Width = 735
End
Begin VB.CommandButton CmdPrev
Caption = "前一条"
Height = 375
Left = 4080
TabIndex = 23
Top = 1320
Width = 735
End
Begin VB.TextBox Text1
DataField = "登记日期"
Height = 270
Index = 6
Left = 2880
TabIndex = 20
Text = "双击或输入"
Top = 1372
Width = 1095
End
Begin VB.TextBox Text1
DataField = "联系电话"
Height = 270
Index = 5
Left = 840
TabIndex = 18
Top = 1372
Width = 1215
End
Begin VB.TextBox Text1
DataField = "家庭住址"
Height = 270
Index = 4
Left = 3840
TabIndex = 17
Top = 840
Width = 1935
End
Begin VB.TextBox Text1
DataField = "工作单位"
Height = 270
Index = 3
Left = 960
TabIndex = 14
Top = 840
Width = 1935
End
Begin VB.TextBox Text1
DataField = "读者性别"
Height = 270
Index = 2
Left = 4800
TabIndex = 12
Text = "男"
Top = 360
Width = 855
End
Begin VB.TextBox Text1
DataField = "读者姓名"
Height = 270
Index = 1
Left = 2760
TabIndex = 10
Top = 360
Width = 1095
End
Begin VB.TextBox Text1
DataField = "读者工号"
Height = 270
Index = 0
Left = 960
TabIndex = 8
Top = 360
Width = 855
End
Begin VB.Label Label7
AutoSize = -1 'True
Caption = "登记日期"
Height = 180
Left = 2160
TabIndex = 19
Top = 1417
Width = 720
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "联系电话"
Height = 180
Left = 120
TabIndex = 16
Top = 1417
Width = 720
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "家庭住址"
Height = 180
Left = 3000
TabIndex = 15
Top = 885
Width = 720
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "工作单位"
Height = 180
Left = 120
TabIndex = 13
Top = 885
Width = 720
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "读者性别"
Height = 180
Left = 3960
TabIndex = 11
Top = 405
Width = 720
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "读者姓名"
Height = 180
Left = 1920
TabIndex = 9
Top = 405
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "读者工号"
Height = 180
Left = 120
TabIndex = 7
Top = 405
Width = 720
End
End
Begin MSHierarchicalFlexGridLib.MSHFlexGrid MSHFlexGrid1
DragIcon = "Reader.frx":0894
Height = 4800
Left = 60
TabIndex = 0
Top = 120
Width = 8280
_ExtentX = 14605
_ExtentY = 8467
_Version = 393216
BackColor = 16777215
ForeColor = 0
Cols = 8
FixedCols = 0
BackColorFixed = 8421376
ForeColorFixed = 16777215
GridColor = 12632256
GridColorFixed = 0
WordWrap = -1 'True
AllowBigSelection= 0 'False
HighLight = 2
GridLines = 0
GridLinesFixed = 1
SelectionMode = 1
AllowUserResizing= 1
FormatString = "读者工号|读者姓名|性别|工作单位|家庭住址|联系电话|登记日期|备注"
_NumberOfBands = 1
_Band(0).Cols = 8
_Band(0).GridLineWidthBand= 1
_Band(0).TextStyleBand= 0
End
End
Attribute VB_Name = "Reader"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -