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

📄 logintimesunit.dfm

📁 三层的通用架构
💻 DFM
字号:
object LoginTimesForm: TLoginTimesForm
  Left = 242
  Top = 123
  BorderIcons = [biSystemMenu, biHelp]
  BorderStyle = bsDialog
  Caption = #30331#24405#27425#25968
  ClientHeight = 140
  ClientWidth = 252
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 24
    Top = 20
    Width = 84
    Height = 12
    Caption = #24050#30331#24405#27425#25968'(&A):'
    FocusControl = Edit1
  end
  object Label2: TLabel
    Left = 24
    Top = 54
    Width = 84
    Height = 12
    Caption = #38480#30331#24405#27425#25968'(&L):'
  end
  object Bevel1: TBevel
    Left = 14
    Top = 84
    Width = 224
    Height = 9
    Shape = bsTopLine
  end
  object Edit1: TEdit
    Left = 112
    Top = 16
    Width = 116
    Height = 20
    MaxLength = 10
    ReadOnly = True
    TabOrder = 0
    OnKeyDown = Edit1KeyDown
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 112
    Top = 50
    Width = 116
    Height = 20
    TabStop = False
    MaxLength = 10
    TabOrder = 1
    OnKeyPress = Edit1KeyPress
  end
  object Button1: TButton
    Left = 36
    Top = 100
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    Default = True
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 142
    Top = 100
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040'(&C)'
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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