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

📄 loginmain.~dfm

📁 档案信息管理系统
💻 ~DFM
字号:
object LoginMainForm: TLoginMainForm
  Left = 388
  Top = 248
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #29992#25143#30331#24405
  ClientHeight = 168
  ClientWidth = 271
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 102
    Top = 19
    Width = 66
    Height = 16
    Caption = #30331#24405#31995#32479#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 49
    Top = 51
    Width = 48
    Height = 13
    Caption = #29992#25143#21517#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 49
    Top = 89
    Width = 51
    Height = 13
    Caption = #23494'     '#30721#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object edPassword: TMaskEdit
    Left = 104
    Top = 83
    Width = 121
    Height = 21
    BevelKind = bkFlat
    BorderStyle = bsNone
    PasswordChar = '*'
    TabOrder = 1
  end
  object btOk: TBitBtn
    Left = 45
    Top = 121
    Width = 75
    Height = 25
    Caption = #30331#24405
    TabOrder = 2
    OnClick = btOkClick
    Kind = bkOK
  end
  object btCancel: TBitBtn
    Left = 140
    Top = 121
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = btCancelClick
    Kind = bkCancel
  end
  object edLoginName: TEdit
    Left = 104
    Top = 48
    Width = 121
    Height = 21
    BevelKind = bkFlat
    BorderStyle = bsNone
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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