📄 mainform.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 527
Height = 316
BorderIcons = [biSystemMenu, biMinimize]
Caption = #26681#25454#25968#25454#24211#34920#32472#21046#26465#24418#22270
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object BitBtn1: TBitBtn
Left = 80
Top = 256
Width = 105
Height = 23
Caption = #32472#21046#26465#24418#22270
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 320
Top = 256
Width = 105
Height = 23
Caption = #25171#21360#26465#24418#22270
TabOrder = 1
OnClick = BitBtn2Click
end
object Chart1: TChart
Left = 0
Top = 0
Width = 513
Height = 250
BackWall.Brush.Color = clWhite
BackWall.Brush.Style = bsClear
Title.Text.Strings = (
'TChart')
View3D = False
TabOrder = 2
object Series1: TBarSeries
Marks.ArrowLength = 20
Marks.Visible = True
SeriesColor = clRed
XValues.DateTime = False
XValues.Name = 'X'
XValues.Multiplier = 1
XValues.Order = loAscending
YValues.DateTime = False
YValues.Name = 'Bar'
YValues.Multiplier = 1
YValues.Order = loNone
end
end
object Table1: TTable
Active = True
DatabaseName = 'BCDEMOS'
TableName = 'country.db'
Left = 24
Top = 8
end
object DataSource1: TDataSource
DataSet = Table1
Left = 64
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -