?? ppartscode.dfm
字號:
object FormPartsCode: TFormPartsCode
Left = 257
Top = 115
Width = 418
Height = 375
Caption = '部件代碼管理'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object StatusBarProductCode: TStatusBar
Left = 0
Top = 319
Width = 410
Height = 29
Panels = <>
SimplePanel = True
end
object DBGridUsers: TDBGrid
Left = 0
Top = 25
Width = 410
Height = 294
Align = alClient
DataSource = DataSourceUsers
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBNavigatorProductCode: TDBNavigator
Left = 0
Top = 0
Width = 410
Height = 25
DataSource = DataSourceUsers
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel]
Align = alTop
Flat = True
Hints.Strings = (
'第一條'
'上一條'
'下一條'
'末條'
'插入'
'刪除'
'修改'
'存盤'
'取消'
'刷新')
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object DataSourceUsers: TDataSource
DataSet = ADOTableUsers
Left = 269
Top = 3
end
object ADOTableUsers: TADOTable
Left = 240
Top = 2
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -