📄 mainform.dfm
字号:
object frmMain: TfrmMain
Left = 285
Top = 233
BorderStyle = bsSingle
Caption = 'Methods Client'
ClientHeight = 313
ClientWidth = 465
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 8
Top = 8
Width = 449
Height = 257
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object btnGetServerTime: TButton
Left = 360
Top = 280
Width = 97
Height = 25
Caption = 'Get Server Time'
TabOrder = 1
OnClick = btnGetServerTimeClick
end
object btnTestCallbacks: TButton
Left = 8
Top = 280
Width = 97
Height = 25
Caption = 'Test Callbacks'
TabOrder = 2
OnClick = btnTestCallbacksClick
end
object DataSource1: TDataSource
DataSet = DM.cdsContacts
Left = 120
Top = 272
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -