caipincxu.dfm
来自「日昌餐饮管理系统是用Delphi7+SQL写的管理系统」· DFM 代码 · 共 93 行
DFM
93 行
object caipincxf: Tcaipincxf
Left = 59
Top = 146
Width = 664
Height = 325
BorderIcons = [biSystemMenu]
Caption = #33756#21697#36873#25321#23631
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 14
object Label1: TLabel
Left = 424
Top = 16
Width = 56
Height = 14
Caption = #24744#36755#20837#30340
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 488
Top = 16
Width = 7
Height = 14
Font.Charset = GB2312_CHARSET
Font.Color = clAqua
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object DBGrid1: TDBGrid
Left = 1
Top = 47
Width = 655
Height = 250
Color = clSilver
DataSource = DataSource1
ReadOnly = True
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -14
TitleFont.Name = #23435#20307
TitleFont.Style = []
OnDblClick = DBGrid1DblClick
OnKeyPress = DBGrid1KeyPress
end
object RadioGroup1: TRadioGroup
Left = 8
Top = 8
Width = 402
Height = 33
Caption = #26597#25214#26041#24335
Columns = 3
Items.Strings = (
#25353#33756#21697#32534#30721#26597#25214
#25353#33756#21697#31867#21035#30721#26597#25214)
TabOrder = 1
OnClick = RadioGroup1Click
end
object chanpin: TQuery
DatabaseName = 'aa'
OnFilterRecord = chanpinFilterRecord
SQL.Strings = (
'SELECT cdwj.lbbm '#31867#21035#32534#21495', lbbm.lbmc '#31867#21035#21517#31216', cdwj.bh '#33756#21697#32534#21495', cdwj.mc '#33756#21697#21517 +
#31216', '
' cdwj.ywmc '#33521#25991#21517#31216', cdwj.gg '#35268#26684', cdwj.dj '#21333#20215
'FROM cdwj INNER JOIN'
' lbbm ON cdwj.lbbm = lbbm.lbbm')
Left = 320
Top = 128
end
object DataSource1: TDataSource
DataSet = chanpin
Left = 352
Top = 128
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?