teeaxmaxmin.xfm
来自「TeeChart7Source 控件」· XFM 代码 · 共 77 行
XFM
77 行
object AxisMaxMin: TAxisMaxMin
Left = 146
Top = 296
ActiveControl = EMaximum
AutoScroll = False
BorderIcons = [biSystemMenu]
Caption = 'Axis Maximum and Minimum'
ClientHeight = 79
ClientWidth = 274
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 35
Top = 16
Width = 26
Height = 13
Alignment = taRightJustify
Caption = '&Date:'
FocusControl = EMaximum
end
object Label2: TLabel
Left = 35
Top = 48
Width = 26
Height = 13
Alignment = taRightJustify
Caption = '&Time:'
FocusControl = EMinimum
end
object BitBtn1: TButton
Left = 185
Top = 11
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 2
OnClick = BitBtn1Click
end
object BitBtn2: TButton
Left = 185
Top = 43
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object EMaximum: TEdit
Left = 65
Top = 12
Width = 108
Height = 21
Hint = 'Enter Date'
HelpContext = 180
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object EMinimum: TEdit
Left = 65
Top = 44
Width = 108
Height = 21
Hint = 'Enter Time'
HelpContext = 180
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?