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

📄 frmlogin.~dfm

📁 数据库后台管理工具
💻 ~DFM
字号:
object Login: TLogin
  Left = 208
  Top = 108
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = ' 登录数据库服务器'
  ClientHeight = 183
  ClientWidth = 260
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  Icon.Data = {
    0000010001002020100000000000E80200001600000028000000200000004000
    0000010004000000000080020000000000000000000000000000000000000000
    000000008000008000000080800080000000800080008080000080808000C0C0
    C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
    0000000000000000000000000000000000000000000000000000000000000000
    000000000000000000FFFF000000000000000000000000000FFFFFF000000000
    00000000000000000FFFFFFF070000000000000000000000FFFFFFFF00000000
    0000000000000000FFFFFFFFF0700000000000000000000FFFFFFFFFF0700000
    000000800000000FFFFFFFFFF0700000000088007770000FFFFFFFFFF0700000
    00088077777700FFFFFF00FFF0700000000807777700FFFFFFF0000FF0700000
    0088077700FFFFFFFFF0000FF0700000008807770FFFFFFFFFF0000FF0700000
    088077770FFFFFFFFFFF00FFF0700000088077770FFFFFFFFFFFFFFFF0700000
    088077770FFFFFFFFFFFFFFFF0700000088077770FFFFF00FFFFFFFFF0700000
    088077770FFF0080FFFFFFFF07000000088077770F008800FFFFFFF077000000
    08880777008800000FFFFFF070000000008807777000070000FFFF0770000000
    0088077777777700000000700000002000088077777770000000000000000222
    0008880077700000000000000000222220008880000000000000000000000222
    0000008888000000000000000000002000000000000000000000000000000000
    0000000000000000000000000000000000000099900000000000000000000000
    000000999000000000000000000000000000009990000000000000000000FFFF
    FFFFFFFFFC0FFFFFF807FFFFF003FFFFF001FFFFE001FFFFE000FFC3C000FF00
    C000FE004000FC000000F8000000F8000040F8000040F0000000F0000000F000
    0000F0000000F0000001F0000001F0003003F8001003F8001C07D8001F1F8C00
    3FFF06007FFF8F00FFFFDFC3FFFFFFFFFFFFFFC7FFFFFFC7FFFFFFC7FFFF}
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 20
    Top = 10
    Width = 56
    Height = 14
    Caption = '服务器名'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object BitBtn1: TBitBtn
    Left = 27
    Top = 124
    Width = 69
    Height = 48
    Caption = '确定(&O)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ModalResult = 1
    ParentFont = False
    TabOrder = 0
    OnClick = BitBtn1Click
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      3333333333333333333333330000333333333333333333333333F33333333333
      00003333344333333333333333388F3333333333000033334224333333333333
      338338F3333333330000333422224333333333333833338F3333333300003342
      222224333333333383333338F3333333000034222A22224333333338F338F333
      8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
      33333338F83338F338F33333000033A33333A222433333338333338F338F3333
      0000333333333A222433333333333338F338F33300003333333333A222433333
      333333338F338F33000033333333333A222433333333333338F338F300003333
      33333333A222433333333333338F338F00003333333333333A22433333333333
      3338F38F000033333333333333A223333333333333338F830000333333333333
      333A333333333333333338330000333333333333333333333333333333333333
      0000}
    Layout = blGlyphTop
    NumGlyphs = 2
  end
  object BitBtn2: TBitBtn
    Left = 99
    Top = 124
    Width = 69
    Height = 48
    Caption = '取消(&C)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = BitBtn2Click
    Kind = bkCancel
    Layout = blGlyphTop
  end
  object BitBtn3: TBitBtn
    Left = 171
    Top = 124
    Width = 69
    Height = 48
    Caption = '帮助(&H)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BitBtn3Click
    Kind = bkHelp
    Layout = blGlyphTop
  end
  object GroupBox1: TGroupBox
    Left = 17
    Top = 32
    Width = 227
    Height = 80
    TabOrder = 3
    object Label2: TLabel
      Left = 18
      Top = 19
      Width = 56
      Height = 14
      Caption = '用户名称'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 18
      Top = 51
      Width = 56
      Height = 14
      Caption = '口    令'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 96
      Top = 47
      Width = 110
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      PasswordChar = '*'
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 96
      Top = 14
      Width = 110
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
  end
  object Edit3: TEdit
    Left = 93
    Top = 6
    Width = 146
    Height = 22
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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