?? unit1.dfm
字號:
object Form1: TForm1
Left = 249
Top = 253
Width = 748
Height = 422
Caption = 'Form1'
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 Chart1: TChart
Left = 120
Top = 32
Width = 400
Height = 250
Title.Text.Strings = (
'TChart')
DepthAxis.Visible = True
DepthTopAxis.Visible = True
TabOrder = 0
PrintMargins = (
15
19
15
19)
object Series1: TBarSeries
Marks.Callout.Brush.Color = clBlack
Marks.Visible = True
Gradient.Direction = gdTopBottom
XValues.Name = 'X'
XValues.Order = loAscending
YValues.Name = 'Bar'
YValues.Order = loNone
end
end
object BitBtn1: TBitBtn
Left = 552
Top = 144
Width = 75
Height = 25
Caption = 'BitBtn1'
TabOrder = 1
OnClick = BitBtn1Click
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -