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

📄 frmlogin.dfm

📁 物流供应链管理系统
💻 DFM
字号:
object FormLogin: TFormLogin
  Left = 236
  Top = 168
  BorderStyle = bsDialog
  Caption = #31995#32479#30331#24405
  ClientHeight = 143
  ClientWidth = 334
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object BtnLogin: TButton
    Left = 31
    Top = 108
    Width = 75
    Height = 25
    Caption = #30331#24405'(&L)'
    Default = True
    TabOrder = 0
    OnClick = BtnLoginClick
  end
  object BtnExit: TButton
    Left = 151
    Top = 108
    Width = 75
    Height = 25
    Cancel = True
    Caption = #36864#20986'(&E)'
    ModalResult = 2
    TabOrder = 1
  end
  object LEdtUserId: TLabeledEdit
    Left = 88
    Top = 16
    Width = 153
    Height = 21
    EditLabel.Width = 62
    EditLabel.Height = 13
    EditLabel.Caption = #29992#25143#21517'(&U)'#65306
    LabelPosition = lpLeft
    TabOrder = 2
  end
  object LEdtPassword: TLabeledEdit
    Left = 88
    Top = 56
    Width = 153
    Height = 21
    EditLabel.Width = 49
    EditLabel.Height = 13
    EditLabel.Caption = #23494#30721'(&P)'#65306
    LabelPosition = lpLeft
    PasswordChar = '*'
    TabOrder = 3
  end
  object BtnAdv: TButton
    Left = 256
    Top = 112
    Width = 65
    Height = 25
    Caption = #39640#32423'(&A)>>'
    TabOrder = 4
    OnClick = BtnAdvClick
  end
  object LEdtConnectString: TLabeledEdit
    Left = 104
    Top = 176
    Width = 145
    Height = 21
    EditLabel.Width = 96
    EditLabel.Height = 13
    EditLabel.Caption = #26356#25913#25968#25454#24211#36830#25509#65306
    LabelPosition = lpLeft
    TabOrder = 5
  end
  object BtnSel: TButton
    Left = 264
    Top = 176
    Width = 65
    Height = 25
    Caption = #36873#25321'(&C)...'
    TabOrder = 6
    OnClick = BtnSelClick
  end
  object BtnRestore: TButton
    Left = 136
    Top = 208
    Width = 89
    Height = 25
    Caption = #36824#21407#40664#35748#20540'(&R)'
    TabOrder = 7
    OnClick = BtnRestoreClick
  end
  object Button1: TButton
    Left = 264
    Top = 24
    Width = 41
    Height = 65
    Caption = 'Button1'
    ModalResult = 1
    TabOrder = 8
    OnClick = Button1Click
  end
  object ADOTSysOperator: TADOTable
    Connection = ADOCon
    CursorType = ctStatic
    TableName = 't_SysOperator'
    Left = 128
    Top = 80
  end
  object ADOTSysLog: TADOTable
    Connection = ADOCon
    CursorType = ctStatic
    TableName = 't_SysLog'
    Left = 120
    Top = 152
  end
  object ADOCon: TADOConnection
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 40
    Top = 144
  end
  object ADOTPermission: TADOTable
    Connection = ADOCon
    TableName = 't_PermissionSlave'
    Left = 168
    Top = 160
  end
end

⌨️ 快捷键说明

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