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

📄 changepasssrc.dfm

📁 该程序可作为386的接警程序使用
💻 DFM
字号:
object FormChangePass: TFormChangePass
  Left = 348
  Top = 155
  BorderStyle = bsDialog
  Caption = #35774#32622#29992#25143#23494#30721
  ClientHeight = 379
  ClientWidth = 247
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 6
    Top = 144
    Width = 233
    Height = 121
    Caption = #26356#25913#29992#25143#23494#30721
    TabOrder = 0
    object Label1: TLabel
      Left = 12
      Top = 18
      Width = 48
      Height = 13
      Caption = #29992#25143#21517#65306
    end
    object Label4: TLabel
      Left = 13
      Top = 41
      Width = 48
      Height = 13
      Caption = #26032#23494#30721#65306
    end
    object Label5: TLabel
      Left = 8
      Top = 69
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #26032#23494#30721#30830#35748':'
    end
    object ComboBoxChangeUser: TComboBox
      Left = 88
      Top = 14
      Width = 129
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Text = #31649#29702#21592
    end
    object EditNewPass: TEdit
      Left = 88
      Top = 40
      Width = 129
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
    object EditPassConfirm: TEdit
      Left = 88
      Top = 67
      Width = 129
      Height = 21
      PasswordChar = '*'
      TabOrder = 2
    end
    object ButtonChange: TButton
      Left = 152
      Top = 92
      Width = 65
      Height = 22
      Caption = #26356#25913
      TabOrder = 3
      OnClick = ButtonChangeClick
    end
  end
  object ButtonCanceal: TButton
    Left = 150
    Top = 348
    Width = 89
    Height = 24
    Caption = #20851#38381
    TabOrder = 1
    OnClick = ButtonCancealClick
  end
  object GroupBox2: TGroupBox
    Left = 6
    Top = 11
    Width = 233
    Height = 123
    Caption = #28155#21152#29992#25143
    TabOrder = 2
    object Label2: TLabel
      Left = 12
      Top = 18
      Width = 48
      Height = 13
      Caption = #29992#25143#21517#65306
    end
    object Label3: TLabel
      Left = 13
      Top = 41
      Width = 48
      Height = 13
      Caption = #26032#23494#30721#65306
    end
    object Label6: TLabel
      Left = 8
      Top = 69
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #26032#23494#30721#30830#35748':'
    end
    object AddPass: TEdit
      Left = 88
      Top = 40
      Width = 129
      Height = 21
      PasswordChar = '*'
      TabOrder = 0
    end
    object AddPassCon: TEdit
      Left = 88
      Top = 67
      Width = 129
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
    object ButtonAdd: TButton
      Left = 152
      Top = 92
      Width = 65
      Height = 23
      Caption = #28155#21152
      TabOrder = 2
      OnClick = ButtonAddClick
    end
    object EditUserAdd: TEdit
      Left = 88
      Top = 13
      Width = 129
      Height = 21
      TabOrder = 3
    end
  end
  object GroupBox3: TGroupBox
    Left = 5
    Top = 273
    Width = 233
    Height = 68
    Caption = #21024#38500#29992#25143
    TabOrder = 3
    object Label7: TLabel
      Left = 12
      Top = 18
      Width = 48
      Height = 13
      Caption = #29992#25143#21517#65306
    end
    object ComboBoxDelUser: TComboBox
      Left = 88
      Top = 14
      Width = 129
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Text = #31649#29702#21592
    end
    object ButtonDel: TButton
      Left = 152
      Top = 39
      Width = 65
      Height = 23
      Caption = #21024#38500
      TabOrder = 1
      OnClick = ButtonDelClick
    end
  end
end

⌨️ 快捷键说明

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