📄 frmcardsedit.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form FrmCardsEdit
BorderStyle = 1 'Fixed Single
Caption = "编辑借阅证信息"
ClientHeight = 3900
ClientLeft = 45
ClientTop = 330
ClientWidth = 8205
Icon = "FrmCardsEdit.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3900
ScaleWidth = 8205
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton Cmd_UnLost
Caption = "取消挂失"
Default = -1 'True
Height = 400
Left = 6720
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 15
Top = 2205
Width = 1300
End
Begin VB.CommandButton Cmd_Lost
Caption = "挂 失"
Height = 400
Left = 6720
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 14
Top = 1395
Width = 1300
End
Begin VB.CommandButton Cmd_OK
Caption = "确 定"
Height = 400
Left = 6720
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 3
Top = 600
Width = 1300
End
Begin VB.CommandButton Cmd_Cancel
Cancel = -1 'True
Caption = "取 消"
Height = 400
Left = 6720
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 4
Top = 3000
Width = 1300
End
Begin VB.Frame Frame1
Height = 3615
Left = 120
TabIndex = 5
Top = 120
Width = 6375
Begin MSDataListLib.DataCombo dco_CardType
Bindings = "FrmCardsEdit.frx":0E42
Height = 330
Left = 1680
TabIndex = 18
Top = 1680
Width = 1815
_ExtentX = 3201
_ExtentY = 556
_Version = 393216
ListField = "TypeName"
BoundColumn = "Id"
Text = ""
End
Begin MSAdodcLib.Adodc Adodc1
Height = 375
Left = 3960
Top = 2640
Visible = 0 'False
Width = 2055
_ExtentX = 3625
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=Books;Data Source=127.0.0.1"
OLEDBString = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=Books;Data Source=127.0.0.1"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = "sa"
Password = "sa"
RecordSource = "select * from cardtype"
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.TextBox txtCardNo
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 1680
MaxLength = 100
TabIndex = 16
Top = 300
Width = 4575
End
Begin VB.TextBox txtCreateDate
BeginProperty DataFormat
Type = 1
Format = "yyyy-MM-dd"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 3
EndProperty
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 1680
MaxLength = 20
TabIndex = 6
Top = 2640
Width = 1815
End
Begin VB.TextBox txtName
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 1680
MaxLength = 50
TabIndex = 1
Top = 1200
Width = 4575
End
Begin VB.TextBox txtIdCard
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 1680
MaxLength = 20
TabIndex = 2
Top = 2160
Width = 4575
End
Begin VB.TextBox txtWorkPlace
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 1680
MaxLength = 100
TabIndex = 0
Top = 720
Width = 4575
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "证件类型"
Height = 180
Left = 360
TabIndex = 17
Top = 1785
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -