📄 unit1.dfm
字号:
object Form1: TForm1
Left = 272
Top = 303
Width = 536
Height = 373
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 dbgrd1: TDBGrid
Left = 76
Top = 92
Width = 421
Height = 192
DataSource = ds1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object btn1: TButton
Left = 264
Top = 36
Width = 75
Height = 25
Caption = 'apply'
TabOrder = 1
OnClick = btn1Click
end
object ds1: TDataSource
DataSet = cds1
Left = 68
Top = 12
end
object cds1: TClientDataSet
Active = True
Aggregates = <>
Params = <>
ProviderName = 'dsp1'
RemoteServer = con1
Left = 124
Top = 12
end
object con1: TDCOMConnection
Connected = True
ServerGUID = '{43CB9D93-EAF6-4A89-83E6-7B5EFE0133FF}'
ServerName = 'server.mycomdatamodule'
ComputerName = 'ck-laptop'
Left = 176
Top = 20
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -