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

📄 unit12.~dfm

📁 图书管理系统 简介 随着科学技术的飞速发展
💻 ~DFM
字号:
object Form12: TForm12
  Left = 431
  Top = 274
  Width = 562
  Height = 355
  Caption = #35835#32773#35775#38382
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 96
    Top = 0
    Width = 48
    Height = 13
    Caption = #22270#20070#21015#34920
  end
  object Label2: TLabel
    Left = 304
    Top = 144
    Width = 60
    Height = 13
    Caption = #20511#20070#24773#20917#34920
  end
  object DBGrid1: TDBGrid
    Left = 64
    Top = 16
    Width = 320
    Height = 120
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 408
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object ComboBox1: TComboBox
    Left = 408
    Top = 64
    Width = 121
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Text = 'ComboBox1'
  end
  object Memo1: TMemo
    Left = 56
    Top = 176
    Width = 337
    Height = 121
    Lines.Strings = (
      'Memo1')
    TabOrder = 3
  end
  object Button1: TButton
    Left = 440
    Top = 192
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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