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

📄 unit_frmpwd.dfm

📁 影院售票系统完整源码
💻 DFM
字号:
object FrmPassword: TFrmPassword
  Left = 382
  Top = 108
  BorderIcons = []
  BorderStyle = bsSingle
  ClientHeight = 185
  ClientWidth = 313
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poMainFormCenter
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 12
  object BtnOk: TBitBtn
    Left = 126
    Top = 156
    Width = 75
    Height = 21
    Caption = #30830#23450'(&S)'
    TabOrder = 1
    OnClick = BtnOkClick
  end
  object BtnExit: TBitBtn
    Left = 229
    Top = 156
    Width = 75
    Height = 21
    Caption = #36820#22238'(&X)'
    ModalResult = 2
    TabOrder = 2
  end
  object GroupBox1: TGroupBox
    Left = 5
    Top = 8
    Width = 300
    Height = 142
    Caption = #20462#25913#29992#25143#23494#30721
    TabOrder = 0
    object LblOperator: TLabel
      Left = 41
      Top = 23
      Width = 60
      Height = 12
      Alignment = taRightJustify
      Caption = #29992#25143#32534#30721#65306
    end
    object Label3: TLabel
      Left = 17
      Top = 52
      Width = 84
      Height = 12
      Alignment = taRightJustify
      Caption = #35831#36755#20837#26087#23494#30721#65306
    end
    object Label1: TLabel
      Left = 17
      Top = 80
      Width = 84
      Height = 12
      Alignment = taRightJustify
      Caption = #35831#36755#20837#26032#23494#30721#65306
    end
    object Label2: TLabel
      Left = 17
      Top = 109
      Width = 84
      Height = 12
      Alignment = taRightJustify
      Caption = #35831#30830#35748#26032#23494#30721#65306
    end
    object EdtOperator: TEdit
      Left = 102
      Top = 20
      Width = 180
      Height = 20
      TabStop = False
      Color = clBtnFace
      TabOrder = 3
    end
    object Edit_oldpwd: TEdit
      Left = 102
      Top = 48
      Width = 180
      Height = 20
      TabOrder = 0
    end
    object Edtpwd: TMaskEdit
      Left = 102
      Top = 76
      Width = 180
      Height = 20
      PasswordChar = '*'
      TabOrder = 1
    end
    object EdtPerform: TMaskEdit
      Left = 102
      Top = 105
      Width = 180
      Height = 20
      PasswordChar = '*'
      TabOrder = 2
    end
  end
  object CyberXPMenu1: TCyberXPMenu
    DimLevel = 30
    GrayLevel = 10
    Font.Charset = GB2312_CHARSET
    Font.Color = clMenuText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    Color = clBtnFace
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clInactiveCaption
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = False
    XPControls = [xcMainMenu, xcPopupMenu, xcToolbar, xcControlbar, xcCombo, xcEdit, xcMaskEdit, xcMemo, xcRichEdit, xcCheckBox, xcRadioButton, xcButton, xcBitBtn, xcSpeedButton, xcPanel]
    Active = True
    Left = 40
    Top = 120
  end
end

⌨️ 快捷键说明

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