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

📄 fclientdemomain.dfm

📁 就是这本书的随书代码。包括《实战Delphi 5.x-分布式多层应用系统篇》
💻 DFM
字号:
object Form2: TForm2
  Left = 45
  Top = 118
  Width = 726
  Height = 415
  Caption = 'Form2'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object DBNavigator1: TDBNavigator
    Left = 0
    Top = 0
    Width = 560
    Height = 33
    DataSource = DataSource1
    TabOrder = 0
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 718
    Height = 151
    Align = alTop
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBNavigator2: TDBNavigator
    Left = 0
    Top = 151
    Width = 718
    Height = 25
    DataSource = DataSource2
    Align = alTop
    TabOrder = 2
  end
  object DBGrid2: TDBGrid
    Left = 0
    Top = 176
    Width = 718
    Height = 161
    Align = alTop
    DataSource = DataSource2
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object btnApplyUpdates: TButton
    Left = 560
    Top = 0
    Width = 153
    Height = 33
    Caption = 'ApplyUpdates'
    TabOrder = 4
    OnClick = btnApplyUpdatesClick
  end
  object edtServerTime: TEdit
    Left = 16
    Top = 344
    Width = 273
    Height = 33
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
  end
  object btnServerTime: TButton
    Left = 296
    Top = 344
    Width = 217
    Height = 33
    Caption = '

⌨️ 快捷键说明

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