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

📄 superuserdialog.dfm

📁 一个Delphi写的跟考勤机门禁机收款机的接品软件源码
💻 DFM
字号:
object dlgSuperUser: TdlgSuperUser
  Left = 295
  Top = 262
  ActiveControl = edPwd
  BorderStyle = bsDialog
  Caption = #36229#32423#29992#25143#23494#30721
  ClientHeight = 178
  ClientWidth = 392
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 156
    Height = 12
    Caption = #36229#32423#29992#25143#24320#38376#23494#30721'(6'#20301#25968#23383'):'
  end
  object gbDoors: TGroupBox
    Left = 0
    Top = 73
    Width = 392
    Height = 65
    Align = alBottom
    Caption = #26377#25928#38376
    TabOrder = 1
    object cbDoor1: TCheckBox
      Left = 16
      Top = 26
      Width = 90
      Height = 17
      Caption = #19968#21495#38376
      Checked = True
      State = cbChecked
      TabOrder = 0
    end
    object cbDoor2: TCheckBox
      Left = 107
      Top = 26
      Width = 90
      Height = 17
      Caption = #20108#21495#38376
      Checked = True
      State = cbChecked
      TabOrder = 1
    end
    object cbDoor3: TCheckBox
      Left = 197
      Top = 26
      Width = 90
      Height = 17
      Caption = #19977#21495#38376
      Checked = True
      State = cbChecked
      TabOrder = 2
    end
    object cbDoor4: TCheckBox
      Left = 288
      Top = 26
      Width = 90
      Height = 17
      Caption = #22235#21495#38376
      Checked = True
      State = cbChecked
      TabOrder = 3
    end
  end
  object edPwd: TEdit
    Left = 16
    Top = 32
    Width = 361
    Height = 20
    MaxLength = 6
    PasswordChar = '*'
    TabOrder = 0
    OnChange = edPwdChange
  end
  object plBottom: TPanel
    Left = 0
    Top = 138
    Width = 392
    Height = 40
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 2
    object btnOk: TButton
      Left = 229
      Top = 10
      Width = 75
      Height = 25
      Caption = #30830#23450'(&O)'
      Default = True
      Enabled = False
      ModalResult = 1
      TabOrder = 0
    end
    object btnCancel: TButton
      Left = 311
      Top = 10
      Width = 75
      Height = 25
      Cancel = True
      Caption = #21462#28040'(&C)'
      ModalResult = 2
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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