?? frmmenuinfo.dfm
字號:
object MenuInfo: TMenuInfo
Left = 225
Top = 11
Width = 675
Height = 607
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 = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDefault
Visible = True
WindowState = wsMaximized
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 16
Top = 16
Width = 633
Height = 217
Caption = #33756#35889#20449#24687#32534#36753
TabOrder = 0
object Label1: TLabel
Left = 128
Top = 88
Width = 24
Height = 13
Caption = #21517#31216
end
object Label2: TLabel
Left = 128
Top = 128
Width = 24
Height = 13
Caption = #21333#20215
end
object Label3: TLabel
Left = 128
Top = 48
Width = 24
Height = 13
Caption = #32534#21495
end
object label4: TLabel
Left = 320
Top = 88
Width = 24
Height = 13
Caption = #22791#27880
end
object Label5: TLabel
Left = 320
Top = 48
Width = 24
Height = 13
Caption = #39118#21619
end
object btnAdd: TButton
Left = 536
Top = 32
Width = 75
Height = 25
Caption = #28155#21152
TabOrder = 0
OnClick = btnAddClick
end
object btnModify: TButton
Left = 536
Top = 80
Width = 75
Height = 25
Caption = #20462#25913
TabOrder = 1
OnClick = btnModifyClick
end
object btnDelete: TButton
Left = 536
Top = 120
Width = 75
Height = 25
Caption = #21024#38500
TabOrder = 2
OnClick = btnDeleteClick
end
object RadioGroup1: TRadioGroup
Left = 16
Top = 24
Width = 89
Height = 185
Caption = #39135#29289#31181#31867
TabOrder = 3
end
object hotdish: TRadioButton
Left = 32
Top = 48
Width = 57
Height = 17
Caption = #28909#33756
Checked = True
TabOrder = 4
TabStop = True
end
object cooldish: TRadioButton
Left = 32
Top = 88
Width = 57
Height = 17
Caption = #20937#33756
TabOrder = 5
end
object maindish: TRadioButton
Left = 32
Top = 128
Width = 57
Height = 17
Caption = #20027#39135
TabOrder = 6
end
object drink: TRadioButton
Left = 32
Top = 168
Width = 65
Height = 17
Caption = #39278#26009
TabOrder = 7
end
object MenuName: TEdit
Left = 168
Top = 83
Width = 121
Height = 21
TabOrder = 8
end
object MenuPrice: TEdit
Left = 168
Top = 125
Width = 121
Height = 21
TabOrder = 9
end
object MenuID: TEdit
Left = 168
Top = 40
Width = 121
Height = 21
TabOrder = 10
OnChange = MenuIDChange
end
object flavorCombox: TComboBox
Left = 360
Top = 40
Width = 121
Height = 21
ItemHeight = 13
ItemIndex = 0
TabOrder = 11
Text = #24029#33756
Items.Strings = (
#24029#33756
#20140#21619
#31908#33756
#27818#33756
#22825#27941
#20113#36149)
end
object btnClear: TButton
Left = 536
Top = 168
Width = 75
Height = 25
Caption = #28165#38500
TabOrder = 12
OnClick = btnClearClick
end
object Note: TEdit
Left = 320
Top = 112
Width = 169
Height = 21
TabOrder = 13
end
end
object DBGrid1: TDBGrid
Left = 16
Top = 240
Width = 633
Height = 233
Color = clBtnShadow
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object GroupBox2: TGroupBox
Left = 16
Top = 488
Width = 209
Height = 57
Caption = #25490#24207#26041#24335
TabOrder = 2
object sortasc: TRadioButton
Left = 16
Top = 24
Width = 65
Height = 17
Caption = #21319#24207
Checked = True
TabOrder = 0
TabStop = True
OnClick = sortascClick
end
object SortDesc: TRadioButton
Left = 120
Top = 24
Width = 73
Height = 17
Caption = #38477#24207
TabOrder = 1
OnClick = SortDescClick
end
end
object GroupBox3: TGroupBox
Left = 256
Top = 488
Width = 385
Height = 57
Caption = #25490#24207#20869#23481
TabOrder = 3
object id: TRadioButton
Left = 16
Top = 24
Width = 65
Height = 17
Caption = #32534#21495
Checked = True
TabOrder = 0
TabStop = True
OnClick = idClick
end
object kind: TRadioButton
Left = 104
Top = 24
Width = 65
Height = 17
Caption = #31181#31867
TabOrder = 1
OnClick = kindClick
end
object name: TRadioButton
Left = 176
Top = 24
Width = 65
Height = 17
Caption = #21517#31216
TabOrder = 2
OnClick = nameClick
end
object price: TRadioButton
Left = 240
Top = 24
Width = 65
Height = 17
Caption = #21333#20215
TabOrder = 3
OnClick = priceClick
end
object flavor: TRadioButton
Left = 312
Top = 24
Width = 65
Height = 17
Caption = #39118#21619
TabOrder = 4
OnClick = flavorClick
end
end
object Table1: TTable
DatabaseName = 'DB'
TableName = 'Menu.db'
Left = 472
Top = 224
end
object Query1: TQuery
Active = True
DatabaseName = 'DB'
SQL.Strings = (
'select * from Menu')
Left = 384
Top = 224
end
object DataSource1: TDataSource
DataSet = Query1
Left = 432
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -