📄 ufoodclass.dfm
字号:
object frmFoodClass: TfrmFoodClass
Left = 231
Top = 174
Width = 309
Height = 193
Caption = '确定粮油类型'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Label1: TLabel
Left = 24
Top = 40
Width = 98
Height = 14
Caption = '请选择粮油类别'
end
object Label2: TLabel
Left = 24
Top = 83
Width = 56
Height = 14
Caption = '每页行数'
end
object cmbFoodClass: TComboBox
Left = 130
Top = 33
Width = 145
Height = 22
Style = csDropDownList
DropDownCount = 6
ItemHeight = 14
TabOrder = 0
Items.Strings = (
'大 米'
'大 豆'
'小 麦'
'玉 米'
'稻 谷'
'油 品')
end
object btnOK: TButton
Left = 96
Top = 128
Width = 75
Height = 25
Caption = '确定'
TabOrder = 1
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 200
Top = 128
Width = 75
Height = 25
Caption = '取消'
TabOrder = 2
OnClick = btnCancelClick
end
object edtRowPerPage: TEdit
Left = 130
Top = 74
Width = 46
Height = 22
TabOrder = 3
Text = '20'
end
object UpDown1: TUpDown
Left = 176
Top = 74
Width = 17
Height = 22
Associate = edtRowPerPage
Min = 1
Position = 20
TabOrder = 4
Wrap = False
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -