uaddnewbook.~dfm

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

~DFM
47
字号
object Form2: TForm2
  Left = 270
  Top = 232
  Width = 515
  Height = 362
  Caption = #24211#23384#31649#29702
  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 DBGrid1: TDBGrid
    Left = 8
    Top = 40
    Width = 489
    Height = 281
    DataSource = DM.DsBook
    TabOrder = 0
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
  end
  object DBNavigator1: TDBNavigator
    Left = 8
    Top = 8
    Width = 240
    Height = 25
    DataSource = DM.DsBook
    TabOrder = 1
  end
  object Button1: TButton
    Left = 424
    Top = 8
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 2
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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