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

📄 unit5.dfm

📁 这个是我自主研发的图书管理系统的应用
💻 DFM
字号:
object Form5: TForm5
  Left = 339
  Top = 204
  Width = 380
  Height = 420
  Caption = #20462#25913#23494#30721
  Color = clMoneyGreen
  Font.Charset = ANSI_CHARSET
  Font.Color = clRed
  Font.Height = -16
  Font.Name = 'Lucida Sans Unicode'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 20
  object Label1: TLabel
    Left = 64
    Top = 96
    Width = 78
    Height = 20
    Caption = #21407#23494#30721':     '
  end
  object Label2: TLabel
    Left = 64
    Top = 144
    Width = 68
    Height = 20
    Caption = #26032#23494#30721':   '
  end
  object Label3: TLabel
    Left = 64
    Top = 208
    Width = 74
    Height = 20
    Caption = #30830#35748#23494#30721': '
  end
  object Edit1: TEdit
    Left = 144
    Top = 96
    Width = 121
    Height = 28
    PasswordChar = '*'
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 144
    Top = 144
    Width = 121
    Height = 28
    PasswordChar = '*'
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 144
    Top = 208
    Width = 121
    Height = 28
    PasswordChar = '*'
    TabOrder = 2
  end
  object Button1: TButton
    Left = 64
    Top = 296
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 184
    Top = 296
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    OnClick = Button2Click
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=Library;Data Source=.'
    Parameters = <>
    Left = 152
    Top = 264
  end
end

⌨️ 快捷键说明

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