unit1.~dfm
来自「一个自己写的com+数据模块的源码」· ~DFM 代码 · 共 52 行
~DFM
52 行
object Form1: TForm1
Left = 275
Top = 203
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 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 + =
减小字号Ctrl + -
显示快捷键?