clientunit1.~dfm
来自「Delphi数据库编程」· ~DFM 代码 · 共 57 行
~DFM
57 行
object Form1: TForm1
Left = 248
Top = 167
Width = 449
Height = 256
Caption = 'Form1'
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 = 0
Top = 0
Width = 433
Height = 169
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button1: TButton
Left = 168
Top = 184
Width = 65
Height = 25
Caption = #36864#20986
TabOrder = 1
OnClick = Button1Click
end
object ClientDataSet1: TClientDataSet
Aggregates = <>
Params = <>
ProviderName = 'DataSetProvider1'
RemoteServer = DCOMConnection1
Left = 32
end
object DCOMConnection1: TDCOMConnection
Connected = True
ServerGUID = '{28E74B75-D96E-4E77-9542-15295660EA97}'
ServerName = 'DcomAppServer.JSGL'
ComputerName = 'benq-gtk38wpbwi'
end
object DataSource1: TDataSource
DataSet = ClientDataSet1
Left = 64
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?