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

📄 loginunit.dfm

📁 好用得程序
💻 DFM
字号:
object LoginForm: TLoginForm
  Left = 295
  Top = 319
  Width = 338
  Height = 193
  Caption = #30331#38470#31383#21475
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object PanelBkGnd: TPanel
    Left = 0
    Top = 0
    Width = 330
    Height = 166
    Align = alClient
    BevelOuter = bvNone
    Ctl3D = True
    ParentCtl3D = False
    TabOrder = 0
    object Label2: TLabel
      Left = 74
      Top = 52
      Width = 42
      Height = 13
      Caption = #22995'  '#21517#65306
    end
    object Label1: TLabel
      Left = 75
      Top = 80
      Width = 42
      Height = 13
      Caption = #23494'  '#30721#65306
    end
    object Label3: TLabel
      Left = 73
      Top = 23
      Width = 39
      Height = 13
      Caption = #32534' '#21495#65306
    end
    object L_name: TLabel
      Left = 125
      Top = 52
      Width = 48
      Height = 12
      Caption = #26410#30693#29992#25143
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Panel_button: TPanel
      Left = 0
      Top = 117
      Width = 330
      Height = 49
      Align = alBottom
      BevelOuter = bvNone
      ParentColor = True
      TabOrder = 2
      object Bevel_button: TBevel
        Left = 7
        Top = 2
        Width = 335
        Height = 2
      end
      object OKBtn: TButton
        Left = 88
        Top = 16
        Width = 75
        Height = 25
        Caption = #30830#23450'[&O]'
        TabOrder = 0
        OnClick = OKBtnClick
      end
      object CancelBtn: TButton
        Left = 184
        Top = 16
        Width = 75
        Height = 25
        Caption = #21462#28040'[&C]'
        TabOrder = 1
        OnClick = CancelBtnClick
      end
    end
    object E_ID: TEdit
      Left = 120
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 0
      OnChange = E_IDChange
      OnKeyDown = E_IDKeyDown
    end
    object E_PassWord: TEdit
      Left = 120
      Top = 80
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
  end
  object query_pass: TQuery
    CachedUpdates = True
    AutoRefresh = True
    Constrained = True
    Left = 296
    Top = 8
  end
end

⌨️ 快捷键说明

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