⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainform.dfm

📁 Delphi Kylix Database Development 附书代码
💻 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 + -