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

📄 loginut.dfm

📁 用delphi+access给单位做的实用,简单的.
💻 DFM
字号:
object loginfm: Tloginfm
  Left = 389
  Top = 216
  ActiveControl = yhxm
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = #31995#32479#29992#25143#30331#24405
  ClientHeight = 193
  ClientWidth = 321
  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 = 321
    Height = 193
    Align = alClient
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 1
      Top = 1
      Width = 319
      Height = 191
      Align = alClient
      TabOrder = 0
      object Label1: TLabel
        Left = 24
        Top = 37
        Width = 105
        Height = 30
        AutoSize = False
        Caption = #29992#25143#22995#21517#65306
        Layout = tlCenter
      end
      object Label2: TLabel
        Left = 24
        Top = 96
        Width = 105
        Height = 25
        AutoSize = False
        Caption = #30331#24405#23494#30721#65306
        Layout = tlCenter
      end
      object Label3: TLabel
        Left = 40
        Top = 8
        Width = 233
        Height = 25
        Alignment = taCenter
        AutoSize = False
        Caption = #29992#25143#30331#24405
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clTeal
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
        Layout = tlCenter
      end
      object yhxm: TComboBox
        Left = 128
        Top = 45
        Width = 145
        Height = 21
        ItemHeight = 13
        TabOrder = 0
        OnKeyDown = yhxmKeyDown
      end
      object dlmm: TEdit
        Left = 128
        Top = 96
        Width = 145
        Height = 21
        PasswordChar = '#'
        TabOrder = 1
        OnKeyDown = dlmmKeyDown
      end
      object BitBtn1: TBitBtn
        Left = 24
        Top = 144
        Width = 75
        Height = 25
        Caption = #30331#24405
        TabOrder = 2
        OnClick = BitBtn1Click
      end
      object BitBtn2: TBitBtn
        Left = 192
        Top = 144
        Width = 75
        Height = 25
        Caption = #36864#20986
        TabOrder = 3
        OnClick = BitBtn2Click
      end
    end
  end
  object ADOQuery: TADOQuery
    Connection = datamodal.adocon
    Parameters = <>
    Left = 41
    Top = 17
  end
end

⌨️ 快捷键说明

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