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

📄 login.dfm

📁 不错啊
💻 DFM
字号:
object frmLogIn: TfrmLogIn
  Left = 226
  Top = 113
  BorderStyle = bsDialog
  Caption = #29992#25143#30331#38470
  ClientHeight = 183
  ClientWidth = 289
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 40
    Top = 24
    Width = 209
    Height = 97
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 16
      Width = 45
      Height = 14
      AutoSize = False
      Caption = #29992#25143#21517
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label2: TLabel
      Left = 24
      Top = 56
      Width = 46
      Height = 14
      AutoSize = False
      Caption = #23494'  '#30721
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object name: TComboBox
      Left = 80
      Top = 12
      Width = 97
      Height = 22
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ItemHeight = 14
      ParentFont = False
      TabOrder = 0
    end
    object pwd: TEdit
      Left = 80
      Top = 56
      Width = 97
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
  end
  object btnOk: TButton
    Left = 40
    Top = 136
    Width = 75
    Height = 25
    Caption = #30830' '#23450
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ModalResult = 1
    ParentFont = False
    TabOrder = 1
  end
  object btnCancel: TButton
    Left = 176
    Top = 136
    Width = 75
    Height = 25
    Caption = #21462' '#28040
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ModalResult = 2
    ParentFont = False
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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