ustat.~dfm

来自「delphi数据库的程序代码」· ~DFM 代码 · 共 46 行

~DFM
46
字号
object Form5: TForm5
  Left = 261
  Top = 218
  Width = 455
  Height = 342
  Caption = #38144#21806#32479#35745
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 84
    Height = 12
    Caption = #38144#21806#25968#37327#25490#21517#65306
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 24
    Width = 433
    Height = 249
    DataSource = DM.DsStat
    TabOrder = 0
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 360
    Top = 280
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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