unit1.dfm
来自「这是《Delphi程序设计基础》由李文池写的书的示例代码」· DFM 代码 · 共 53 行
DFM
53 行
object Form1: TForm1
Left = 192
Top = 114
Width = 669
Height = 334
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 DBGrid1: TDBGrid
Left = 64
Top = 8
Width = 577
Height = 281
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object SocketConnection1: TSocketConnection
Connected = True
ServerGUID = '{CE3BA2FF-4389-4FBA-B0EE-407F527B80AD}'
ServerName = 'Project1.MyDcomServer'
Address = '127.0.0.1'
Port = 2111
Left = 16
Top = 16
end
object ClientDataSet1: TClientDataSet
Active = True
Aggregates = <>
Params = <>
ProviderName = 'DataSetProvider1'
RemoteServer = SocketConnection1
Left = 16
Top = 56
end
object DataSource1: TDataSource
DataSet = ClientDataSet1
Left = 16
Top = 104
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?