📄 queryproduct.dfm
字号:
object QueryProductFrm: TQueryProductFrm
Left = 179
Top = 80
Width = 376
Height = 400
Caption = #26597#35810#21830#21697#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 QueryCondition_GroupBox: TGroupBox
Left = 4
Top = 2
Width = 357
Height = 76
Caption = #26597#35810#26465#20214
TabOrder = 0
object QueryCount_Label: TLabel
Left = 32
Top = 50
Width = 48
Height = 13
Caption = #35760#24405#24635#25968
end
object QueryProductReturn_BitBtn: TBitBtn
Left = 245
Top = 44
Width = 75
Height = 25
Caption = #36820#22238
DragCursor = crHandPoint
TabOrder = 0
OnClick = QueryProductReturn_BitBtnClick
Kind = bkClose
end
object QueryProductOk_BitBtn: TBitBtn
Left = 245
Top = 12
Width = 75
Height = 25
Caption = #26597#35810
DragCursor = crHandPoint
TabOrder = 1
OnClick = QueryProductOk_BitBtnClick
Kind = bkOK
end
object ProductName_CheckBox: TCheckBox
Left = 15
Top = 18
Width = 97
Height = 17
Caption = #21830#21697#21517#31216
TabOrder = 2
end
object QueryCount_Edit: TEdit
Left = 94
Top = 47
Width = 99
Height = 21
Cursor = crIBeam
TabOrder = 3
end
object ProductName_ComboBox: TComboBox
Left = 94
Top = 16
Width = 101
Height = 21
ItemHeight = 13
TabOrder = 4
end
end
object QueryResult_GroupBox: TGroupBox
Left = 5
Top = 79
Width = 356
Height = 288
Caption = #26597#35810#32467#26524
TabOrder = 1
object QueryProduct_StringGrid: TStringGrid
Left = 8
Top = 16
Width = 337
Height = 262
RowCount = 10
TabOrder = 0
end
end
object QueryProduct_Query: TQuery
Active = True
DatabaseName = 'venditiondatabase'
SQL.Strings = (
'select * from product')
Left = 296
Top = 232
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -