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

📄 sys500_02.dfm.svn-base

📁 这是一个功能齐全的,代码完整的ERP企业信息管理系统,现在上传和大家分享
💻 SVN-BASE
字号:
object Sys500_02Form: TSys500_02Form
  Left = 201
  Top = 160
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #29992#25143#32500#25252
  ClientHeight = 223
  ClientWidth = 377
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 12
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 361
    Height = 177
    Shape = bsFrame
  end
  object lblUser: TLabel
    Left = 32
    Top = 32
    Width = 48
    Height = 12
    Alignment = taRightJustify
    Caption = #29992#25143#21517#31216
  end
  object lblPass: TLabel
    Left = 32
    Top = 64
    Width = 48
    Height = 12
    Alignment = taRightJustify
    Caption = #29992#25143#23494#30721
  end
  object lblEMail: TLabel
    Left = 32
    Top = 128
    Width = 48
    Height = 12
    Alignment = taRightJustify
    Caption = #37038#31665#22320#22336
  end
  object lblSMS: TLabel
    Left = 32
    Top = 160
    Width = 48
    Height = 12
    Alignment = taRightJustify
    Caption = #30701#20449#21495#30721
  end
  object cbActive: TCheckBox
    Left = 88
    Top = 88
    Width = 97
    Height = 17
    Caption = #29983#25928#26631#35782
    TabOrder = 2
  end
  object cbSuper: TCheckBox
    Left = 248
    Top = 88
    Width = 97
    Height = 17
    Caption = #36229#32423#29992#25143
    TabOrder = 3
  end
  object edtUser: TEdit
    Left = 88
    Top = 24
    Width = 257
    Height = 20
    TabOrder = 0
  end
  object edtPass: TEdit
    Left = 88
    Top = 56
    Width = 257
    Height = 20
    PasswordChar = '*'
    TabOrder = 1
  end
  object edtEMail: TEdit
    Left = 88
    Top = 120
    Width = 257
    Height = 20
    TabOrder = 4
  end
  object edtSMS: TEdit
    Left = 88
    Top = 152
    Width = 257
    Height = 20
    TabOrder = 5
  end
  object bbtnOk: TBitBtn
    Left = 192
    Top = 192
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    TabOrder = 6
    OnClick = bbtnOkClick
  end
  object bbtnExit: TBitBtn
    Left = 272
    Top = 192
    Width = 75
    Height = 25
    Caption = #36864#20986'(&X)'
    TabOrder = 7
    OnClick = bbtnExitClick
  end
  object qrySys500A: TADOQuery
    Connection = SYSDM.ADOC
    AfterScroll = qrySys500AAfterScroll
    Parameters = <>
    SQL.Strings = (
      'select * from SYS500A')
    Left = 32
    Top = 88
  end
end

⌨️ 快捷键说明

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