?? mainform.dfm
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -