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

📄 login.dfm

📁 大二时做的
💻 DFM
字号:
object F_login: TF_login
  Left = 270
  Top = 177
  BorderStyle = bsDialog
  Caption = #26435#38480#26816#39564
  ClientHeight = 158
  ClientWidth = 272
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 19
    Width = 48
    Height = 16
    Caption = #36523#20221#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clMaroon
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 24
    Top = 51
    Width = 48
    Height = 16
    Caption = #36134#21495#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clMaroon
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 24
    Top = 82
    Width = 48
    Height = 16
    Caption = #23494#30721#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clMaroon
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object CmbLimit: TComboBox
    Left = 104
    Top = 16
    Width = 113
    Height = 21
    Style = csDropDownList
    ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
    ItemHeight = 13
    TabOrder = 0
    OnChange = CmbLimitChange
    Items.Strings = (
      #31649#29702#21592
      #25945#24072
      #23398#29983)
  end
  object EdLogin: TEdit
    Left = 104
    Top = 48
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
    TabOrder = 1
  end
  object MEdPwd: TMaskEdit
    Left = 104
    Top = 80
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
    PasswordChar = '*'
    TabOrder = 2
  end
  object BtnLogin: TBitBtn
    Left = 56
    Top = 120
    Width = 75
    Height = 25
    Caption = #30331#24405
    TabOrder = 3
    OnClick = BtnLoginClick
  end
  object BtnExit: TBitBtn
    Left = 152
    Top = 120
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = BtnExitClick
  end
  object ADOQuery1: TADOQuery
    Connection = mainform.ADOConnection1
    Parameters = <>
    Left = 232
    Top = 72
  end
end

⌨️ 快捷键说明

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