📄 main.dfm
字号:
object Form1: TForm1
Left = 192
Top = 138
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 25
Width = 688
Height = 428
Align = alClient
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button1: TButton
Left = 612
Top = 24
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object DBNavigator1: TDBNavigator
Left = 0
Top = 0
Width = 688
Height = 25
DataSource = DataSource1
Align = alTop
TabOrder = 2
end
object cdsTmpBuy1: TClientDataSet
Active = True
Aggregates = <>
FieldDefs = <
item
Name = 'BookSerial'
Attributes = [faRequired]
DataType = ftString
Size = 30
end
item
Name = 'BookCount'
Attributes = [faRequired]
DataType = ftBCD
Precision = 6
end
item
Name = 'TotalPrice'
DataType = ftBCD
Precision = 8
Size = 2
end>
IndexDefs = <>
Params = <>
StoreDefs = True
Left = 72
Top = 36
Data = {
850000009619E0BD01000000180000000300000000000300000085000A426F6F
6B53657269616C0100490004000100055749445448020002001E0009426F6F6B
436F756E7405000500040001000557494454480200020006000A546F74616C50
72696365060005000000020008444543494D414C530200020002000557494454
480200020008000000}
object cdsTmpBuy1BookSerial: TStringField
FieldName = 'BookSerial'
ProviderFlags = [pfInUpdate, pfInWhere, pfInKey]
Required = True
FixedChar = True
Size = 30
end
object cdsTmpBuy1BookCount: TBCDField
FieldName = 'BookCount'
Required = True
Precision = 6
Size = 0
end
object cdsTmpBuy1TotalPrice: TBCDField
FieldName = 'TotalPrice'
Precision = 8
Size = 2
end
end
object DataSource1: TDataSource
DataSet = cdsTmpBuy1
Left = 112
Top = 36
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -