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

📄 login.dfm

📁 本程序设计的是一个小型商店每天记的流水帐管理程序
💻 DFM
字号:
object denglu: Tdenglu
  Left = 452
  Top = 295
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #30331#24405
  ClientHeight = 162
  ClientWidth = 243
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 24
    Top = 32
    Width = 52
    Height = 16
    Caption = #29992#25143#21517#65306
  end
  object Label2: TLabel
    Left = 32
    Top = 88
    Width = 39
    Height = 16
    Caption = #23494#30721#65306
  end
  object BitBtn1: TBitBtn
    Left = 32
    Top = 128
    Width = 75
    Height = 25
    Caption = #30331#24405
    Default = True
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 136
    Top = 128
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object ComboBox1: TComboBox
    Left = 80
    Top = 24
    Width = 121
    Height = 24
    ItemHeight = 16
    TabOrder = 2
    Text = 'ComboBox1'
  end
  object MaskEdit1: TMaskEdit
    Left = 80
    Top = 80
    Width = 121
    Height = 24
    PasswordChar = '*'
    TabOrder = 3
  end
  object XPMenu1: TXPMenu
    DimLevel = 30
    GrayLevel = 10
    Font.Charset = GB2312_CHARSET
    Font.Color = clMenuText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Pitch = fpVariable
    Font.Style = []
    Color = clBtnFace
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clInactiveCaption
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = True
    Active = True
    Left = 56
    Top = 64
  end
end

⌨️ 快捷键说明

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