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

📄 ufrm_login.dfm

📁 DELPHI写的全套软件工程流程安排下的人事管理系统。数据库为自带数据库。急需下载J3D源码。希望帮帮忙。谢谢~
💻 DFM
字号:
object frm_login: Tfrm_login
  Left = 368
  Top = 144
  BorderStyle = bsDialog
  Caption = #29992#25143#30331#38470
  ClientHeight = 215
  ClientWidth = 291
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 15
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 289
    Height = 49
  end
  object Label3: TLabel
    Left = 72
    Top = 16
    Width = 126
    Height = 20
    Caption = #20154#20107#31649#29702#31243#24207
    Font.Charset = GB2312_CHARSET
    Font.Color = clLime
    Font.Height = -20
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object Label4: TLabel
    Left = 224
    Top = 24
    Width = 60
    Height = 15
    Caption = #27426#36814#20351#29992
    Font.Charset = GB2312_CHARSET
    Font.Color = clGreen
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 190
    Width = 291
    Height = 25
    Panels = <
      item
        Text = #27494#27721#22823#23398' '#22269#38469#36719#20214#23398#38498
        Width = 50
      end>
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 48
    Width = 273
    Height = 105
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 29
      Width = 45
      Height = 15
      Caption = #29992#25143#21517
    end
    object Label2: TLabel
      Left = 23
      Top = 70
      Width = 30
      Height = 15
      Caption = #23494#30721
    end
    object Edit1: TEdit
      Left = 64
      Top = 24
      Width = 97
      Height = 23
      TabOrder = 0
      OnKeyUp = Edit1KeyUp
    end
    object Edit2: TEdit
      Left = 64
      Top = 66
      Width = 97
      Height = 23
      PasswordChar = '*'
      TabOrder = 1
      OnKeyUp = Edit2KeyUp
    end
    object Button1: TButton
      Left = 176
      Top = 24
      Width = 81
      Height = 25
      Caption = #26032#29992#25143#27880#20876
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 176
      Top = 64
      Width = 81
      Height = 25
      Caption = #23494#30721#20462#25913
      TabOrder = 3
      OnClick = Button2Click
    end
  end
  object Button3: TButton
    Left = 112
    Top = 160
    Width = 49
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 168
    Top = 160
    Width = 49
    Height = 25
    Caption = #37325#32622
    TabOrder = 3
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 224
    Top = 160
    Width = 49
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button5Click
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 40
    Top = 160
  end
  object Table1: TTable
    TableName = 'login.db'
    Left = 8
    Top = 160
  end
end

⌨️ 快捷键说明

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