yjcut.dfm
来自「本系统主要划分为11个子模块:与操作员有关的文献刊物入库、出库、库结存和文献刊物」· DFM 代码 · 共 54 行
DFM
54 行
object jcfm: Tjcfm
Left = 427
Top = 197
Width = 455
Height = 358
Caption = #24211#32467#23384
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 447
Height = 324
Align = alClient
TabOrder = 0
object DBGrid1: TDBGrid
Left = 1
Top = 1
Width = 445
Height = 322
Align = alClient
DataSource = DataSource1
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end
object ADOQuery: TADOQuery
Parameters = <>
SQL.Strings = (
'select * from kcb')
Left = 96
Top = 48
end
object DataSource1: TDataSource
DataSet = ADOQuery
Left = 144
Top = 48
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?