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

📄 login.~dfm

📁 本程序是用delphi开发的新生报名管理系统 该程序的数据库是采用SQL server建的
💻 ~DFM
字号:
object Login_Form: TLogin_Form
  Left = 400
  Top = 120
  BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  BorderStyle = bsSingle
  Caption = #29992#25143#30331#24405#31383#21475
  ClientHeight = 202
  ClientWidth = 328
  Color = clSilver
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIForm
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel
    Left = 8
    Top = 8
    Width = 324
    Height = 24
    Caption = #27426#36814#30331#24405#26032#29983#25253#21517#31649#29702#31995#32479'          '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold, fsItalic]
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 40
    Width = 345
    Height = 105
    BorderStyle = bsSingle
    Color = clTeal
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
    object Label1: TLabel
      Left = 24
      Top = 24
      Width = 67
      Height = 20
      Caption = #29992#25143#21517'   '
    end
    object Label2: TLabel
      Left = 24
      Top = 64
      Width = 65
      Height = 20
      Caption = #23494'    '#30721'  '
    end
    object name_Edit: TEdit
      Left = 104
      Top = 16
      Width = 145
      Height = 28
      Hint = #35831#36755#20837#29992#25143#21517
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      Text = 'zdt'
    end
    object password_Edit: TEdit
      Left = 104
      Top = 56
      Width = 145
      Height = 28
      Hint = #35831#36755#20837#23494#30721
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      ParentShowHint = False
      PasswordChar = '*'
      ShowHint = True
      TabOrder = 1
      Text = '111'
    end
  end
  object BitBtn1: TBitBtn
    Left = 32
    Top = 152
    Width = 105
    Height = 35
    Cursor = crHandPoint
    Caption = #30830#23450
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 176
    Top = 152
    Width = 105
    Height = 35
    Cursor = crHandPoint
    Caption = #21462#28040
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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