?? pselect.dfm
字號:
object FormSelect: TFormSelect
Left = 310
Top = 264
BorderStyle = bsDialog
Caption = '選擇'
ClientHeight = 334
ClientWidth = 334
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object DBGridSelect: TDBGrid
Left = 8
Top = 8
Width = 313
Height = 281
DataSource = DataSourceSelect
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋體'
Font.Style = []
Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
ParentFont = False
ReadOnly = True
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -16
TitleFont.Name = '宋體'
TitleFont.Style = []
OnCellClick = DBGridSelectCellClick
OnDblClick = DBGridSelectDblClick
end
object ButtonCancle: TButton
Left = 163
Top = 296
Width = 75
Height = 25
Caption = '取消'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = ButtonCancleClick
end
object ButtonOK: TButton
Left = 75
Top = 296
Width = 75
Height = 25
Caption = '確定'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = ButtonOKClick
end
object DataSourceSelect: TDataSource
DataSet = ADOQuerySelect
Left = 264
end
object ADOQuerySelect: TADOQuery
CursorType = ctStatic
LockType = ltReadOnly
Parameters = <>
Left = 288
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -