📄 class.dfm
字号:
object frmClass: TfrmClass
Left = 560
Top = 295
Width = 285
Height = 329
Caption = #29677#27425#36164#26009
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poMainFormCenter
Visible = True
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Grid: TDBGrid
Left = 0
Top = 21
Width = 277
Height = 281
Align = alClient
DataSource = DSGrid
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDblClick = GridDblClick
Columns = <
item
Expanded = False
FieldName = 'ClassName'
Title.Alignment = taCenter
Title.Caption = #29677#27425#21517#31216
Visible = True
end>
end
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 277
Height = 21
AutoSize = True
ButtonHeight = 19
ButtonWidth = 36
Caption = 'ToolBar'
Flat = True
List = True
ShowCaptions = True
TabOrder = 1
object BtnRefresh: TToolButton
Left = 0
Top = 0
AutoSize = True
Caption = #21047#26032
ImageIndex = 0
OnClick = BtnRefreshClick
end
object ToolButton2: TToolButton
Left = 40
Top = 0
Width = 8
Caption = 'ToolButton2'
ImageIndex = 1
Style = tbsSeparator
end
object BtnAdd: TToolButton
Left = 48
Top = 0
AutoSize = True
Caption = #26032#22686
ImageIndex = 1
OnClick = BtnAddClick
end
object BtnView: TToolButton
Left = 88
Top = 0
AutoSize = True
Caption = #26597#30475
ImageIndex = 2
OnClick = BtnViewClick
end
object BtnDel: TToolButton
Left = 128
Top = 0
AutoSize = True
Caption = #21024#38500
ImageIndex = 3
OnClick = BtnDelClick
end
object ToolButton1: TToolButton
Left = 168
Top = 0
Width = 8
Caption = 'ToolButton1'
ImageIndex = 4
Style = tbsSeparator
end
object BtnClose: TToolButton
Left = 176
Top = 0
Caption = #36864#20986
ImageIndex = 4
OnClick = BtnCloseClick
end
end
object mnuClass: TPopupMenu
Left = 48
Top = 128
object N1: TMenuItem
Caption = #21047#26032
end
object N2: TMenuItem
Caption = #26032#22686
end
object N3: TMenuItem
Caption = #20462#25913
end
object N4: TMenuItem
Caption = #21024#38500
end
end
object DSGrid: TDataSource
DataSet = frmDM.QurClass
Left = 16
Top = 128
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -