unit6.dfm
来自「PosEasy收银系统源码,Pos机前后台管理代码」· DFM 代码 · 共 74 行
DFM
74 行
object frmdeletegoods: Tfrmdeletegoods
Left = 21
Top = 133
Width = 864
Height = 624
VertScrollBar.Position = 118
Caption = '取消商品'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
WindowState = wsMaximized
PixelsPerInch = 96
TextHeight = 13
object sbutdelete: TSpeedButton
Left = 624
Top = 538
Width = 121
Height = 41
Caption = '删除商品'
Flat = True
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '宋体'
Font.Style = []
ParentFont = False
OnClick = sbutdeleteClick
end
object SpeedButton1: TSpeedButton
Left = 816
Top = 538
Width = 121
Height = 41
Caption = '返 回'
Flat = True
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '宋体'
Font.Style = []
ParentFont = False
OnClick = SpeedButton1Click
end
object DBGrid1: TDBGrid
Left = 56
Top = -78
Width = 841
Height = 449
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Table1: TTable
AutoRefresh = True
DatabaseName = 'guohuabase1'
TableName = 'dbo.goodsbase'
Left = 88
Top = 518
end
object DataSource1: TDataSource
DataSet = Table1
Left = 216
Top = 518
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?