changepasssrc.~dfm

来自「该程序可作为386的接警程序使用」· ~DFM 代码 · 共 194 行

~DFM
194
字号
object FormChangePass: TFormChangePass
  Left = 533
  Top = 0
  BorderStyle = bsDialog
  Caption = #35774#32622#29992#25143#23494#30721
  ClientHeight = 363
  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
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ItemHeight = 13
      TabOrder = 0
      Text = #31649#29702#21592
    end
    object EditNewPass: TEdit
      Left = 88
      Top = 40
      Width = 129
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      PasswordChar = '*'
      TabOrder = 1
    end
    object EditPassConfirm: TEdit
      Left = 88
      Top = 67
      Width = 129
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      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 = 51
      Height = 13
      Caption = #23494'     '#30721#65306
    end
    object Label6: TLabel
      Left = 8
      Top = 69
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #23494#30721#30830#35748':'
    end
    object AddPass: TEdit
      Left = 88
      Top = 40
      Width = 129
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      PasswordChar = '*'
      TabOrder = 0
    end
    object AddPassCon: TEdit
      Left = 88
      Top = 67
      Width = 129
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      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
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      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
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      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 + =
减小字号Ctrl + -
显示快捷键?