📄 goodclassmanage.dfm
字号:
object GoodClassManageForm: TGoodClassManageForm
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = #21830#21697#31867#21035#31649#29702
ClientHeight = 262
ClientWidth = 311
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 143
Top = 8
Width = 76
Height = 13
Caption = #21830#21697#31867#21035#21517#31216':'
end
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 137
Height = 262
Align = alLeft
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
OnDblClick = DBGrid1DblClick
Columns = <
item
Expanded = False
FieldName = 'goodClassName'
Title.Caption = #21830#21697#31867#21035
Visible = True
end>
end
object Edt_goodClassName: TEdit
Left = 143
Top = 27
Width = 146
Height = 21
TabOrder = 1
end
object Btn_Add: TButton
Left = 175
Top = 104
Width = 75
Height = 25
Caption = #28155#21152
TabOrder = 2
OnClick = Btn_AddClick
end
object Btn_Update: TButton
Left = 175
Top = 135
Width = 75
Height = 25
Caption = #26356#26032
TabOrder = 3
OnClick = Btn_UpdateClick
end
object Btn_Delete: TButton
Left = 175
Top = 166
Width = 75
Height = 25
Caption = #21024#38500
TabOrder = 4
OnClick = Btn_DeleteClick
end
object Btn_Submit: TButton
Left = 167
Top = 54
Width = 50
Height = 25
Caption = #25552#20132
Enabled = False
TabOrder = 5
OnClick = Btn_SubmitClick
end
object Btn_Cancle: TButton
Left = 223
Top = 54
Width = 50
Height = 25
Caption = #21462#28040
Enabled = False
TabOrder = 6
OnClick = Btn_CancleClick
end
object ADOQuery1: TADOQuery
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=data\SellManage.mdb' +
';Persist Security Info=False'
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select goodClassName from goodClassInfo')
Left = 72
Top = 96
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 96
Top = 96
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -