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

📄 client_unt.dfm

📁 Delphi实战演练一书的配套光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 212
  Top = 124
  Width = 530
  Height = 369
  Caption = '客户端应用程序'
  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 Label1: TLabel
    Left = 22
    Top = 8
    Width = 30
    Height = 15
    Caption = '查询'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object SQL: TMemo
    Left = 20
    Top = 32
    Width = 321
    Height = 61
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Lines.Strings = (
      'select * from customer')
    ParentFont = False
    TabOrder = 0
  end
  object DatabaseName: TComboBox
    Left = 349
    Top = 32
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = 'DBDEMOS'
    OnClick = DatabaseNameClick
  end
  object RunButton: TButton
    Left = 350
    Top = 63
    Width = 144
    Height = 25
    Caption = '运  行  查  询'
    Default = True
    TabOrder = 2
    OnClick = RunButtonClick
  end
  object DBGrid1: TDBGrid
    Left = 20
    Top = 112
    Width = 479
    Height = 207
    DataSource = DataSource1
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DataSource1: TDataSource
    DataSet = ClientData
    Left = 98
    Top = 216
  end
  object RemoteServer: TDCOMConnection
    Connected = True
    ServerGUID = '{85C677A2-F92F-11D0-9FFC-00A0248E4B9A}'
    ServerName = 'Serv.AdHocQueryDemo'
    ComputerName = 'Ntser4'
    Left = 28
    Top = 216
  end
  object ClientData: TClientDataSet
    Aggregates = <>
    PacketRecords = 10
    Params = <>
    ProviderName = 'AdHocProvider'
    RemoteServer = RemoteServer
    Left = 64
    Top = 216
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -