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

📄 ulogin.~dfm

📁 本程序是人事管理系统.对数据进行的操作有数据更新数据查询数据删除.本程序利用DataModuleado操作数据库,通过ado+Sqlserver数据库达成人事系统的建立.
💻 ~DFM
字号:
object frmLogin: TfrmLogin
  Left = 217
  Top = 167
  Width = 285
  Height = 266
  Caption = 'Login'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  DesignSize = (
    277
    239)
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 201
    Height = 25
    Alignment = taCenter
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    Caption = #30331#24405#20154#20107#31649#29702#31995#32479
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 32
    Top = 112
    Width = 72
    Height = 13
    Caption = #26381#21153#22120#22320#22336#65306
  end
  object Label3: TLabel
    Left = 32
    Top = 56
    Width = 48
    Height = 13
    Caption = #29992#25143#21517#65306
  end
  object Label4: TLabel
    Left = 32
    Top = 80
    Width = 48
    Height = 13
    Caption = #23494#12288#30721#65306
  end
  object i_server_add: TComboBox
    Left = 104
    Top = 108
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = 'red:D:\Database\MISDB.GDB'
    Items.Strings = (
      'red:MISDB')
  end
  object i_user: TEdit
    Left = 104
    Top = 52
    Width = 145
    Height = 21
    TabOrder = 1
  end
  object i_passwd: TEdit
    Left = 104
    Top = 76
    Width = 145
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
  object Button1: TButton
    Left = 56
    Top = 152
    Width = 75
    Height = 25
    Caption = #30331#24405
    Default = True
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 160
    Top = 152
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 4
  end
  object Button3: TButton
    Left = 56
    Top = 192
    Width = 75
    Height = 25
    Caption = 'Encrypt'
    TabOrder = 5
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 160
    Top = 192
    Width = 75
    Height = 25
    Caption = 'Decrypt'
    TabOrder = 6
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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