📄 fmtslostu.dfm
字号:
inherited FMTsLost: TFMTsLost
Left = 125
Top = 129
Caption = 'FMTsLost'
PixelsPerInch = 96
TextHeight = 12
inherited BtnPanel: TPanel
inherited btnPrint: TBitBtn
OnClick = btnPrintClick
end
end
inherited CenterPanel: TPanel
inherited GridDetail: TdxDBGrid
Filter.Criteria = {00000000}
inherited GridDetailfItemBuyPrice: TdxDBGridMaskColumn [6]
end
inherited GridDetailfAmt: TdxDBGridCurrencyColumn [7]
Width = 70
end
inherited GridDetailfItemSellPrice: TdxDBGridMaskColumn [8]
DisableEditor = True
Visible = False
Width = 71
end
end
end
inherited cdsMain: TADODataSet
CommandText = 'select * from ts_lost_head where 1=1'
end
inherited cdsDetail: TADODataSet
CommandText = 'select * from ts_lost_detail where 1=2'
object cdsDetailfBuyPrice: TFloatField
FieldName = 'fBuyPrice'
end
end
inherited cdsState: TADODataSet
Active = True
CursorType = ctStatic
end
inherited cdsUser: TADODataSet
Active = True
CursorType = ctStatic
end
inherited cdsItem: TADODataSet
Active = True
CursorType = ctStatic
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -