wz_ck_sfrm.dfm

来自「关于利用DELPHI来进行企业级方案解决的著作的附书源码」· DFM 代码 · 共 59 行

DFM
59
字号
object Form1: TForm1
  Left = 208
  Top = 140
  Width = 753
  Height = 408
  Caption = '出库服务器'
  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 Label1: TLabel
    Left = 8
    Top = 8
    Width = 91
    Height = 16
    Caption = '数据更新监视:'
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 32
    Width = 745
    Height = 156
    Align = alBottom
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Memo1: TMemo
    Left = 0
    Top = 188
    Width = 745
    Height = 188
    Align = alBottom
    Lines.Strings = (
      'SQL监视:')
    TabOrder = 1
  end
  object ClientDataSet1: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 402
    Top = 68
  end
  object DataSource1: TDataSource
    DataSet = ClientDataSet1
    Left = 451
    Top = 78
  end
end

⌨️ 快捷键说明

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