user_lost.~dfm

来自「该是一个比较好的图书馆系统,是现在大学生软件课程设计的好模板」· ~DFM 代码 · 共 82 行

~DFM
82
字号
object userlost: Tuserlost
  Left = 502
  Top = 258
  Width = 321
  Height = 270
  Caption = #25346#22833
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 64
    Top = 40
    Width = 36
    Height = 13
    Caption = #24080#21495#65306
  end
  object Label2: TLabel
    Left = 64
    Top = 96
    Width = 36
    Height = 13
    Caption = #23494#30721#65306
  end
  object Edit1: TEdit
    Left = 128
    Top = 40
    Width = 121
    Height = 21
    ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 128
    Top = 96
    Width = 121
    Height = 21
    ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    TabOrder = 1
  end
  object Button1: TButton
    Left = 40
    Top = 168
    Width = 75
    Height = 25
    Caption = #25346#22833
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 192
    Top = 168
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button2Click
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=library'
    Parameters = <>
    Left = 272
    Top = 136
  end
  object ADOCommand1: TADOCommand
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=library'
    Parameters = <>
    Left = 224
    Top = 136
  end
end

⌨️ 快捷键说明

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