?? frmlendquery.frm
字號:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form FrmLendQuery
Caption = "正在進行借閱查詢"
ClientHeight = 7710
ClientLeft = 60
ClientTop = 345
ClientWidth = 10980
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 7710
ScaleWidth = 10980
StartUpPosition = 2 '屏幕中心
Begin MSAdodcLib.Adodc Adodc1
Height = 495
Left = 8040
Top = 6240
Visible = 0 'False
Width = 2055
_ExtentX = 3625
_ExtentY = 873
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 = ""
OLEDBString = ""
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = ""
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.Frame Frame1
Caption = "借閱查詢"
Height = 2775
Left = 0
TabIndex = 0
Top = 120
Width = 10815
Begin VB.CommandButton cmdClose
Caption = "關閉"
Height = 495
Left = 8520
TabIndex = 15
Top = 1800
Width = 1455
End
Begin VB.CommandButton cmdClear
Caption = "清空"
Height = 495
Left = 8520
TabIndex = 14
Top = 1080
Width = 1455
End
Begin VB.CommandButton cmdFind
Caption = "開始查詢"
Height = 495
Left = 8520
TabIndex = 13
Top = 360
Width = 1455
End
Begin VB.CheckBox chkMoHu
Caption = "執行模糊查詢"
Height = 375
Left = 120
TabIndex = 12
Top = 2280
Width = 1575
End
Begin VB.Frame Frame2
Height = 135
Left = 120
TabIndex = 11
Top = 2040
Width = 7695
End
Begin MSComCtl2.DTPicker dtpLendDate
Height = 375
Left = 1080
TabIndex = 10
Top = 1560
Width = 2415
_ExtentX = 4260
_ExtentY = 661
_Version = 393216
Format = 20971521
CurrentDate = 37829
End
Begin VB.TextBox txtBookID
BackColor = &H00FFFFFF&
Height = 375
Left = 1080
TabIndex = 8
Top = 960
Width = 2415
End
Begin VB.TextBox txtReaderName
Height = 375
Left = 4920
TabIndex = 4
Top = 360
Width = 1455
End
Begin VB.TextBox txtReaderID
Height = 375
Left = 1080
TabIndex = 3
Top = 360
Width = 2415
End
Begin VB.TextBox txtBookName
Enabled = 0 'False
Height = 375
Left = 4920
TabIndex = 1
Top = 960
Width = 2775
End
Begin VB.Label Label27
Caption = "書籍編號:"
Height = 255
Left = 120
TabIndex = 9
Top = 1080
Width = 975
End
Begin VB.Label Label21
Caption = "借書日期:"
Height = 255
Left = 120
TabIndex = 7
Top = 1680
Width = 855
End
Begin VB.Label Label28
Caption = "讀者姓名:"
Height = 255
Left = 3960
TabIndex = 6
Top = 480
Width = 855
End
Begin VB.Label Label29
Caption = "讀者編號:"
Height = 255
Left = 120
TabIndex = 5
Top = 480
Width = 975
End
Begin VB.Label Label25
Caption = "書籍名稱:"
Height = 255
Left = 3960
TabIndex = 2
Top = 1080
Width = 975
End
End
Begin MSDataGridLib.DataGrid dtgrdLendBook
Bindings = "FrmLendQuery.frx":0000
Height = 4575
Left = 0
TabIndex = 16
Top = 3000
Width = 10935
_ExtentX = 19288
_ExtentY = 8070
_Version = 393216
AllowUpdate = -1 'True
HeadLines = 1
RowHeight = 15
FormatLocked = -1 'True
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 9
BeginProperty Column00
DataField = "讀者編號"
Caption = "讀者編號"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = "讀者姓名"
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -