📄 f_product_id.dfm
字号:
object w_product_id: Tw_product_id
Left = 287
Top = 252
Width = 307
Height = 118
Caption = #36873#25321#20135#21697#21495
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 94
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 297
Height = 89
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 16
Width = 90
Height = 13
Caption = #35831#36873#25321#20135#21697#21495' '
end
object ComboBox1: TComboBox
Left = 112
Top = 16
Width = 161
Height = 21
ItemHeight = 13
TabOrder = 0
end
object BitBtn2: TBitBtn
Left = 166
Top = 56
Width = 75
Height = 25
Caption = #21462#28040'[&C]'
TabOrder = 1
OnClick = BitBtn2Click
end
object BitBtn1: TBitBtn
Left = 48
Top = 56
Width = 75
Height = 25
Caption = #30830#23450'[&O]'
ModalResult = 1
TabOrder = 2
end
end
object ado_product: TADOQuery
Active = True
Connection = data1.database1
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from product')
Left = 40
Top = 40
object ado_productproduct_id: TStringField
FieldName = 'product_id'
FixedChar = True
Size = 5
end
object ado_productproduct_name: TStringField
FieldName = 'product_name'
FixedChar = True
Size = 15
end
object ado_productproduct_amount: TIntegerField
FieldName = 'product_amount'
end
object ado_productproduct_price: TFloatField
FieldName = 'product_price'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -