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

📄 unit1.dfm

📁 学生宿舍管理系统,用于宿舍的信息管理,简单容易用.
💻 DFM
字号:
object Form1: TForm1
  Left = 358
  Top = 81
  ActiveControl = Edit_username
  BiDiMode = bdLeftToRight
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #30331#38470
  ClientHeight = 176
  ClientWidth = 304
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  ParentBiDiMode = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 56
    Top = 0
    Width = 169
    Height = 49
    TabOrder = 0
    object AALabel1: TAALabel
      Left = 32
      Top = 16
      Width = 113
      Height = 25
      ParentEffect.ParentFont = False
      AutoSize = False
      Caption = #29992#25143#30331#24405
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -24
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      Effect.FontEffect.Shadow.Enabled = True
      Effect.FontEffect.Shadow.Color = clGreen
      Effect.FontEffect.Gradual.Enabled = True
      Effect.FontEffect.Gradual.Style = gsTopToBottom
      Effect.FontEffect.Texture.Enabled = True
    end
  end
  object GroupBox2: TGroupBox
    Left = 24
    Top = 48
    Width = 249
    Height = 89
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 65
      Height = 33
      AutoSize = False
      Caption = #29992#25143#21517':'
    end
    object Label2: TLabel
      Left = 16
      Top = 56
      Width = 57
      Height = 25
      AutoSize = False
      Caption = #23494'  '#30721':'
    end
    object Edit_username: TEdit
      Left = 104
      Top = 16
      Width = 121
      Height = 21
      MaxLength = 15
      TabOrder = 0
    end
    object Edit_password: TEdit
      Left = 104
      Top = 56
      Width = 121
      Height = 21
      MaxLength = 10
      PasswordChar = '*'
      TabOrder = 1
    end
  end
  object BitBtn1: TBitBtn
    Left = 40
    Top = 144
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 176
    Top = 144
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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