?? readstatunit.dfm
字號:
object ReaderStat: TReaderStat
Left = 335
Top = 203
AutoScroll = False
Caption = '讀者統計'
ClientHeight = 310
ClientWidth = 399
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
FormStyle = fsMDIChild
Menu = MainMenu1
OldCreateOrder = False
Position = poDefault
Visible = True
WindowState = wsMaximized
OnClose = FormClose
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 17
Top = 8
Width = 72
Height = 12
Caption = '輸入借書證號'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 17
Top = 30
Width = 9
Height = 16
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = '宋體'
Font.Style = [fsBold]
ParentFont = False
end
object Edit1: TEdit
Left = 91
Top = 2
Width = 121
Height = 20
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 0
OnKeyDown = Edit1KeyDown
end
object Button1: TButton
Left = 216
Top = 0
Width = 75
Height = 25
Caption = '確定'
TabOrder = 1
OnClick = Button1Click
end
object DBGrid1: TDBGrid
Left = 0
Top = 50
Width = 320
Height = 120
DataSource = DataSource1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object StatusBar2: TStatusBar
Left = 0
Top = 291
Width = 399
Height = 19
Panels = <
item
Width = 50
end>
SimplePanel = False
end
object MainMenu1: TMainMenu
Left = 112
Top = 24
object mnuReadStatExit: TMenuItem
Caption = '返回(&X)'
OnClick = mnuReadStatExitClick
end
object mnuOutExcel: TMenuItem
Caption = '輸出至&Excel'
OnClick = mnuOutExcelClick
end
end
object ADOQuery1: TADOQuery
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=.\sysdata.mdb;Persi' +
'st Security Info=False'
CursorType = ctStatic
LockType = ltReadOnly
Parameters = <>
SQL.Strings = (
'SELECT * FROM lendsql')
Left = 208
Top = 24
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 176
Top = 24
end
object SaveDialog1: TSaveDialog
Filter = 'Excel文件(*.xls)|*.xls'
Left = 144
Top = 24
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -