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

📄 unit5.dfm

📁 一个简单的图书管理系统
💻 DFM
字号:
object Form5: TForm5
  Left = 238
  Top = 162
  Width = 353
  Height = 313
  Caption = #26032#31867#21035
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poScreenCenter
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 16
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #26032#31867#21035#21517#31216#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 52
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #26032#31867#21035#32534#21495#65306
  end
  object Label3: TLabel
    Left = 11
    Top = 82
    Width = 94
    Height = 13
    AutoSize = False
    Caption = #24050#23384#22312#31867#21035#65306
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 101
    Width = 329
    Height = 138
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 86
    Top = 12
    Width = 129
    Height = 21
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 87
    Top = 47
    Width = 128
    Height = 21
    CharCase = ecUpperCase
    TabOrder = 2
    Text = 'T_'
  end
  object Button1: TButton
    Left = 232
    Top = 40
    Width = 75
    Height = 25
    Caption = #26032#22686
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 248
    Top = 246
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 152
    Top = 246
    Width = 75
    Height = 25
    Caption = #21024#38500#31867#21035
    TabOrder = 5
    OnClick = Button3Click
  end
  object ADODataSet1: TADODataSet
    Connection = Form1.ADOConnection1
    Parameters = <>
    Left = 280
    Top = 117
  end
  object DataSource1: TDataSource
    DataSet = ADODataSet1
    Left = 240
    Top = 117
  end
  object ADOCommand1: TADOCommand
    Connection = Form1.ADOConnection1
    Parameters = <>
    Left = 200
    Top = 120
  end
  object ADODataSet2: TADODataSet
    Connection = Form1.ADOConnection1
    Parameters = <>
    Left = 200
    Top = 168
  end
  object ADODataSet3: TADODataSet
    Connection = Form1.ADOConnection1
    Parameters = <>
    Left = 248
    Top = 168
  end
end

⌨️ 快捷键说明

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