unit4.~dfm

来自「图书管理系统设计程序」· ~DFM 代码 · 共 105 行

~DFM
105
字号
object book_delete: Tbook_delete
  Left = 292
  Top = 186
  Width = 455
  Height = 329
  Caption = #22270#20070
  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 = 24
    Top = 16
    Width = 393
    Height = 29
    AutoSize = False
    Caption = #35831#36755#20837#35201#21024#38500#30340#30340#22270#20070#30340#36164#26009
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 32
    Top = 64
    Width = 361
    Height = 105
    TabOrder = 0
    object Label2: TLabel
      Left = 32
      Top = 29
      Width = 129
      Height = 20
      AutoSize = False
      Caption = #22270#20070#30340#24207#21015#21495
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 32
      Top = 56
      Width = 113
      Height = 41
      AutoSize = False
      Caption = #22270#20070#30340#20070#21517
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object book_no_delete: TEdit
      Left = 176
      Top = 28
      Width = 153
      Height = 21
      TabOrder = 0
    end
    object book_name_delete: TEdit
      Left = 176
      Top = 60
      Width = 153
      Height = 21
      TabOrder = 1
    end
  end
  object Button1: TButton
    Left = 48
    Top = 208
    Width = 105
    Height = 49
    Caption = #30830#23450#21024#38500
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 240
    Top = 208
    Width = 105
    Height = 49
    Caption = #21462#28040#21024#38500
    TabOrder = 2
    OnClick = Button2Click
  end
  object book_delete: TADODataSet
    Connection = DataModule3.ADOConnection1
    Parameters = <>
    Left = 400
    Top = 216
  end
end

⌨️ 快捷键说明

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