📄 querysell.dfm
字号:
object QuerySellFrm: TQuerySellFrm
Left = 123
Top = 89
Width = 600
Height = 413
Caption = #26597#35810#38144#21806#20449#24687
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object QueryCount_GroupBox: TGroupBox
Left = 4
Top = 96
Width = 584
Height = 285
Caption = #26597#35810#32467#26524
TabOrder = 0
object QuerySell_StringGrid: TStringGrid
Left = 8
Top = 16
Width = 567
Height = 260
ColCount = 12
RowCount = 10
TabOrder = 0
end
end
object QueryResult_GroupBox: TGroupBox
Left = 5
Top = 4
Width = 581
Height = 89
Caption = #26597#35810#26465#20214
TabOrder = 1
object QueryCount_Label: TLabel
Left = 250
Top = 56
Width = 48
Height = 13
Caption = #35760#24405#24635#25968
end
object QuerySellReturn_BitBtn: TBitBtn
Left = 454
Top = 56
Width = 75
Height = 25
Cursor = crHandPoint
Caption = #36820#22238
TabOrder = 0
OnClick = QuerySellReturn_BitBtnClick
Kind = bkClose
end
object QuerySellOk_BitBtn: TBitBtn
Left = 456
Top = 16
Width = 75
Height = 25
Cursor = crHandPoint
Caption = #26597#35810
TabOrder = 1
OnClick = QuerySellOk_BitBtnClick
Kind = bkOK
end
object CustomerName_RadioButton: TRadioButton
Left = 16
Top = 16
Width = 81
Height = 17
Caption = #39038#23458#21517#31216
TabOrder = 2
end
object ProductName_RadioButton: TRadioButton
Left = 232
Top = 16
Width = 73
Height = 17
Caption = #21830#21697#21517#31216
TabOrder = 3
end
object SellDate_RadioButton: TRadioButton
Left = 16
Top = 56
Width = 73
Height = 17
Caption = #38144#21806#26085#26399
TabOrder = 4
end
object QueryCount_Edit: TEdit
Left = 309
Top = 56
Width = 121
Height = 21
Cursor = crIBeam
TabOrder = 5
end
object SellDate_ComboBox: TComboBox
Left = 100
Top = 52
Width = 121
Height = 21
ItemHeight = 13
TabOrder = 6
end
object CustomerName_ComboBox: TComboBox
Left = 100
Top = 14
Width = 120
Height = 21
ItemHeight = 13
TabOrder = 7
end
object ProductName_ComboBox: TComboBox
Left = 309
Top = 14
Width = 122
Height = 21
ItemHeight = 13
TabOrder = 8
end
end
object QuerySell_Query: TQuery
Active = True
DatabaseName = 'venditiondatabase'
SQL.Strings = (
'select * from sell')
Left = 536
Top = 248
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -