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

📄 loginf.dfm

📁 用delphi和sql server编写的校园IC卡管理系统。
💻 DFM
字号:
object login: Tlogin
  Left = 417
  Top = 336
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #31649#29702#21592#30331#24405
  ClientHeight = 160
  ClientWidth = 288
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 288
    Height = 160
    Align = alClient
    BevelInner = bvLowered
    BorderStyle = bsSingle
    Color = cl3DLight
    TabOrder = 0
    object Panel2: TPanel
      Left = 24
      Top = 12
      Width = 241
      Height = 88
      BevelOuter = bvLowered
      Color = cl3DLight
      TabOrder = 0
      object Label1: TLabel
        Left = 17
        Top = 19
        Width = 44
        Height = 13
        AutoSize = False
        Caption = #29992#25143'&U:'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label2: TLabel
        Left = 17
        Top = 49
        Width = 47
        Height = 13
        AutoSize = False
        Caption = #23494#30721'&P:'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Edit1: TEdit
        Left = 72
        Top = 15
        Width = 121
        Height = 21
        TabOrder = 0
        Text = 'Edit1'
        OnKeyPress = Edit1KeyPress
      end
      object Edit2: TEdit
        Left = 72
        Top = 48
        Width = 121
        Height = 21
        PasswordChar = '*'
        TabOrder = 1
        Text = 'Edit2'
        OnKeyPress = Edit2KeyPress
      end
    end
    object BitBtn1: TBitBtn
      Left = 33
      Top = 111
      Width = 94
      Height = 31
      Caption = '(&O)'#30830#23450
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 159
      Top = 108
      Width = 91
      Height = 34
      Caption = '(&C)'#21462#28040
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = BitBtn2Click
    end
  end
  object ADOQuery1: TADOQuery
    Connection = main.ADOConnection1
    Parameters = <>
    Left = 231
    Top = 27
  end
end

⌨️ 快捷键说明

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