mainform.dfm
来自「Delphi Kylix Database Development 附书代码」· DFM 代码 · 共 56 行
DFM
56 行
object Form1: TForm1
Left = 374
Top = 234
Width = 441
Height = 254
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Stateless Client'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 8
Top = 8
Width = 417
Height = 209
DataSource = dsContacts
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object SocketConnection1: TSocketConnection
ServerGUID = '{FEEE2D52-3D98-4025-935A-4D8D68918F6D}'
ServerName = 'StatelessServer.StatelessServerData'
Address = '127.0.0.1'
Left = 16
Top = 176
end
object cdsContacts: TClientDataSet
Aggregates = <>
PacketRecords = 1
Params = <>
ProviderName = 'pvContacts'
RemoteServer = SocketConnection1
BeforeGetRecords = cdsContactsBeforeGetRecords
AfterGetRecords = cdsContactsAfterGetRecords
Left = 48
Top = 176
end
object dsContacts: TDataSource
DataSet = cdsContacts
Left = 80
Top = 176
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?