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

📄 login.dfm

📁 提供产品的售后管理,客户资料管理,维修服务管理等功能
💻 DFM
字号:
object FrmLogin: TFrmLogin
  Left = 421
  Top = 333
  BorderStyle = bsNone
  Caption = 'FrmLogin'
  ClientHeight = 158
  ClientWidth = 217
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnActivate = FormActivate
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object LoginTitlal: TFlatTitlebar
    Left = 0
    Top = 0
    Width = 217
    Height = 25
    ActiveTextColor = clYellow
    InactiveTextColor = clMoneyGreen
    TitlebarColor = clGreen
    Align = alTop
    Caption = #25805#20316#21592#30331#24405
    object BtnExit: TFlatButton
      Left = 192
      Top = 0
      Width = 25
      Height = 25
      Color = clGreen
      ColorFocused = clGreen
      ColorDown = clGreen
      ColorBorder = clGreen
      ColorHighLight = clLime
      Caption = #215
      Font.Charset = GB2312_CHARSET
      Font.Color = clYellow
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      ParentColor = False
      TabOrder = 0
      OnClick = BtnExitClick
    end
    object BtnHelp: TFlatButton
      Left = 0
      Top = 0
      Width = 25
      Height = 25
      Color = clGreen
      ColorFocused = clGreen
      ColorDown = clGreen
      ColorBorder = clGreen
      ColorHighLight = clLime
      Caption = '?'
      Font.Charset = GB2312_CHARSET
      Font.Color = clYellow
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      ParentColor = False
      TabOrder = 1
      OnClick = BtnHelpClick
    end
  end
  object FlatPanel1: TFlatPanel
    Left = 0
    Top = 25
    Width = 217
    Height = 133
    ParentColor = True
    ColorHighLight = clGreen
    ColorShadow = clGreen
    Align = alClient
    TabOrder = 1
    object Label1: TLabel
      Left = 24
      Top = 20
      Width = 48
      Height = 12
      Caption = #25805#20316#21592#65306
    end
    object Label2: TLabel
      Left = 24
      Top = 52
      Width = 48
      Height = 12
      Caption = #23494'  '#30721#65306
    end
    object EditPwd: TFlatEdit
      Left = 80
      Top = 48
      Width = 121
      Height = 18
      ColorBorder = clGreen
      ColorFlat = clBtnFace
      ParentColor = True
      TabOrder = 0
      Text = 'EditPwd'
      OnChange = EditPwdChange
      OnKeyDown = EditPwdKeyDown
    end
    object CmbName: TFlatComboBox
      Left = 80
      Top = 16
      Width = 121
      Height = 20
      Style = csDropDownList
      Color = clMoneyGreen
      ColorArrow = clYellow
      ColorArrowBackground = clGreen
      ColorBorder = clGreen
      ItemHeight = 12
      TabOrder = 1
      ItemIndex = -1
      OnChange = CmbNameChange
    end
    object BtnOk: TFlatButton
      Left = 32
      Top = 88
      Width = 57
      Height = 25
      ColorBorder = clGreen
      Caption = #30830#23450
      Font.Charset = ANSI_CHARSET
      Font.Color = clGreen
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = BtnOkClick
    end
    object BtnCancel: TFlatButton
      Left = 120
      Top = 88
      Width = 57
      Height = 25
      ColorBorder = clGreen
      Caption = #21462#28040
      Font.Charset = ANSI_CHARSET
      Font.Color = clGreen
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = BtnExitClick
    end
  end
  object ADOConnection1: TADOConnection
    Left = 32
    Top = 16
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 80
    Top = 24
  end
end

⌨️ 快捷键说明

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