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

📄 sys_enter_mrplogin.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
object Frm_Sys_Enter_MrpLogin: TFrm_Sys_Enter_MrpLogin
  Left = 351
  Top = 358
  Width = 263
  Height = 163
  BorderIcons = [biSystemMenu]
  Caption = #30331#24405#27721#31185'Mrp'#24080#22871#32500#25252
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 28
    Width = 48
    Height = 13
    Caption = #29992#25143#21517#65306
  end
  object Label2: TLabel
    Left = 36
    Top = 56
    Width = 36
    Height = 13
    Caption = #21475#20196#65306
  end
  object txtUID: TEdit
    Left = 89
    Top = 25
    Width = 125
    Height = 21
    Hint = #22359#58864#12559#12494#57387#59069#22079
    ParentShowHint = False
    ShowHint = False
    TabOrder = 0
    Text = 'Admin'
  end
  object txtPWD: TEdit
    Left = 89
    Top = 52
    Width = 125
    Height = 21
    Hint = #22359#58864#12559#12494#57387#30430#32079
    ParentShowHint = False
    PasswordChar = '*'
    ShowHint = False
    TabOrder = 1
  end
  object btn_ok: TButton
    Left = 59
    Top = 89
    Width = 75
    Height = 25
    Hint = #30830#23450
    BiDiMode = bdLeftToRight
    Caption = #30830#23450'(&O)'
    Default = True
    ParentBiDiMode = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
    OnClick = btn_okClick
  end
  object btn_cancel: TButton
    Left = 140
    Top = 89
    Width = 75
    Height = 25
    Hint = #21462#28040
    Cancel = True
    Caption = #21462#28040'(&C)'
    Default = True
    ModalResult = 2
    ParentShowHint = False
    ShowHint = True
    TabOrder = 3
  end
  object Timer1: TTimer
    Interval = 60000
    OnTimer = Timer1Timer
    Left = 9
    Top = 88
  end
end

⌨️ 快捷键说明

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