📄 dinnermenu.dfm
字号:
object DinnerMenuFrm: TDinnerMenuFrm
Left = 131
Top = 112
Width = 681
Height = 443
Caption = #33756#21333#20449#24687#31649#29702
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 16
Top = 8
Width = 585
Height = 145
Caption = #33756#35889#20449#24687#32534#36753
TabOrder = 0
object Label1: TLabel
Left = 168
Top = 24
Width = 40
Height = 13
Caption = #32534#21495': '
end
object Label2: TLabel
Left = 304
Top = 24
Width = 40
Height = 13
Caption = #39118#21619': '
end
object Label3: TLabel
Left = 168
Top = 56
Width = 43
Height = 13
Caption = #21517#31216': '
end
object Label4: TLabel
Left = 168
Top = 96
Width = 37
Height = 13
Caption = #22791#27880': '
end
object Label5: TLabel
Left = 304
Top = 64
Width = 37
Height = 13
Caption = #21333#20215': '
end
object GroupBox2: TGroupBox
Left = 24
Top = 24
Width = 113
Height = 113
Caption = #39135#29289#31181#31867
TabOrder = 0
object RadioButton1: TRadioButton
Left = 32
Top = 16
Width = 65
Height = 17
Caption = #28909#33756
TabOrder = 0
end
object RadioButton2: TRadioButton
Left = 32
Top = 40
Width = 65
Height = 17
Caption = #20937#33756
TabOrder = 1
end
object RadioButton3: TRadioButton
Left = 32
Top = 64
Width = 57
Height = 17
Caption = #20027#39135
TabOrder = 2
end
object RadioButton4: TRadioButton
Left = 32
Top = 88
Width = 73
Height = 17
Caption = #39278#26009
TabOrder = 3
end
end
object Edit1: TEdit
Left = 200
Top = 24
Width = 80
Height = 21
TabOrder = 1
end
object ComboBox1: TComboBox
Left = 344
Top = 24
Width = 80
Height = 21
ItemHeight = 13
TabOrder = 2
Items.Strings = (
#24029#33756
#20140#21619
#31908#33756
#27818#33756
#22825#27941
#20113#36149
#40065#33756)
end
object Edit2: TEdit
Left = 200
Top = 56
Width = 80
Height = 21
TabOrder = 3
end
object Edit3: TEdit
Left = 344
Top = 56
Width = 80
Height = 21
TabOrder = 4
end
object Edit4: TEdit
Left = 200
Top = 96
Width = 225
Height = 21
TabOrder = 5
end
object Button1: TButton
Left = 472
Top = 16
Width = 75
Height = 25
Caption = #28155#21152
Default = True
TabOrder = 6
OnClick = Button1Click
end
object Button2: TButton
Left = 472
Top = 48
Width = 75
Height = 25
Caption = #20462#25913
TabOrder = 7
OnClick = Button2Click
end
object Button3: TButton
Left = 472
Top = 80
Width = 75
Height = 25
Caption = #21024#38500
TabOrder = 8
OnClick = Button3Click
end
object Button4: TButton
Left = 472
Top = 112
Width = 75
Height = 25
Caption = #28165#38500
TabOrder = 9
OnClick = Button4Click
end
end
object DBGrid1: TDBGrid
Left = 16
Top = 160
Width = 601
Height = 153
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object GroupBox3: TGroupBox
Left = 8
Top = 328
Width = 217
Height = 41
Caption = #25490#24207#26041#24335
TabOrder = 2
OnClick = GroupBox3Click
object RadioButton5: TRadioButton
Left = 16
Top = 16
Width = 65
Height = 17
Caption = #21319#24207
Checked = True
TabOrder = 0
TabStop = True
OnClick = RadioButton5Click
end
object RadioButton6: TRadioButton
Left = 96
Top = 16
Width = 73
Height = 17
Caption = #38477#24207
TabOrder = 1
OnClick = RadioButton6Click
end
end
object GroupBox4: TGroupBox
Left = 248
Top = 328
Width = 361
Height = 49
Caption = #25490#24207#20869#23481
TabOrder = 3
object RadioButton7: TRadioButton
Left = 16
Top = 16
Width = 57
Height = 17
Caption = #32534#21495
Checked = True
TabOrder = 0
TabStop = True
OnClick = RadioButton7Click
end
object RadioButton8: TRadioButton
Left = 80
Top = 16
Width = 57
Height = 17
Caption = #31181#31867
TabOrder = 1
OnClick = RadioButton8Click
end
object RadioButton9: TRadioButton
Left = 144
Top = 16
Width = 57
Height = 17
Caption = #21517#31216
TabOrder = 2
OnClick = RadioButton9Click
end
object RadioButton10: TRadioButton
Left = 200
Top = 16
Width = 65
Height = 17
Caption = #21333#20215
TabOrder = 3
OnClick = RadioButton10Click
end
object RadioButton11: TRadioButton
Left = 264
Top = 16
Width = 73
Height = 17
Caption = #39118#21619
TabOrder = 4
OnClick = RadioButton11Click
end
end
object ADOQuery1: TADOQuery
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Manage.mdb;Persist ' +
'Security Info=False'
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'Select * From Menu')
Left = 624
Top = 80
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 624
Top = 32
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -