📄 u_foodmgr.dfm
字号:
object F_foodmgr: TF_foodmgr
Left = 280
Top = 264
Width = 442
Height = 280
Caption = #33756#21333#31649#29702
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poMainFormCenter
Scaled = False
Visible = True
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object GroupBox1: TGroupBox
Left = 8
Top = 16
Width = 417
Height = 201
Caption = #33756#21333#20449#24687
TabOrder = 0
object Label1: TLabel
Left = 24
Top = 40
Width = 36
Height = 12
Caption = #33756#21517#65306
end
object Label2: TLabel
Left = 24
Top = 80
Width = 36
Height = 12
Caption = #31181#31867#65306
end
object Label3: TLabel
Left = 24
Top = 120
Width = 36
Height = 12
Caption = #21333#20215#65306
end
object Label4: TLabel
Left = 24
Top = 160
Width = 36
Height = 12
Caption = #39118#21619#65306
end
object Label5: TLabel
Left = 206
Top = 39
Width = 36
Height = 12
Caption = #22791#27880#65306
end
object DBEdit1: TDBEdit
Left = 62
Top = 33
Width = 121
Height = 20
DataField = 'food_name'
DataSource = DM_main.DS_food
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 62
Top = 73
Width = 121
Height = 20
DataField = 'type'
DataSource = DM_main.DS_food
TabOrder = 1
end
object DBEdit3: TDBEdit
Left = 62
Top = 113
Width = 121
Height = 20
DataField = 'price'
DataSource = DM_main.DS_food
TabOrder = 2
end
object DBEdit4: TDBEdit
Left = 62
Top = 155
Width = 121
Height = 20
DataField = 'flavor'
DataSource = DM_main.DS_food
TabOrder = 3
end
object DBMemo1: TDBMemo
Left = 206
Top = 57
Width = 185
Height = 119
DataField = 'remark'
DataSource = DM_main.DS_food
TabOrder = 4
end
end
object DBNavigator1: TDBNavigator
Left = 0
Top = 228
Width = 434
Height = 25
DataSource = DM_main.DS_food
Align = alBottom
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -