ChangeNameAndPasswordFrm.dfm
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:3k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object ChangeNameAndPasswordForm: TChangeNameAndPasswordForm
  2.   Left = 444
  3.   Top = 370
  4.   BorderStyle = bsDialog
  5.   Caption = #26356#25913#21602#31216'/'#23494#30721
  6.   ClientHeight = 188
  7.   ClientWidth = 305
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = #23435#20307
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 16
  24.     Width = 48
  25.     Height = 12
  26.     Caption = #29992#25143#21602#31216
  27.   end
  28.   object EDName: TEdit
  29.     Left = 72
  30.     Top = 8
  31.     Width = 225
  32.     Height = 20
  33.     MaxLength = 40
  34.     TabOrder = 0
  35.     OnChange = EDNameChange
  36.   end
  37.   object BTOK: TButton
  38.     Left = 144
  39.     Top = 160
  40.     Width = 74
  41.     Height = 22
  42.     Caption = #26356#26032
  43.     Enabled = False
  44.     TabOrder = 1
  45.     OnClick = BTOKClick
  46.   end
  47.   object BTCancel: TButton
  48.     Left = 224
  49.     Top = 160
  50.     Width = 74
  51.     Height = 22
  52.     Caption = #21462#28040
  53.     TabOrder = 2
  54.     OnClick = BTCancelClick
  55.   end
  56.   object GroupBox1: TGroupBox
  57.     Left = 8
  58.     Top = 40
  59.     Width = 289
  60.     Height = 113
  61.     Caption = #26356#25913#23494#30721
  62.     TabOrder = 3
  63.     object Label3: TLabel
  64.       Left = 8
  65.       Top = 72
  66.       Width = 48
  67.       Height = 12
  68.       Caption = #30830#35748#23494#30721
  69.     end
  70.     object Label2: TLabel
  71.       Left = 8
  72.       Top = 48
  73.       Width = 36
  74.       Height = 12
  75.       Caption = #26032#23494#30721
  76.     end
  77.     object Label4: TLabel
  78.       Left = 8
  79.       Top = 24
  80.       Width = 36
  81.       Height = 12
  82.       Caption = #21407#23494#30721
  83.     end
  84.     object Label5: TLabel
  85.       Left = 64
  86.       Top = 91
  87.       Width = 180
  88.       Height = 12
  89.       Caption = #27880#65306#20197#19978#20869#23481#20026#31354#34920#31034#19981#20462#25913#23494#30721
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clWindowText
  92.       Font.Height = -12
  93.       Font.Name = #23435#20307
  94.       Font.Style = []
  95.       ParentFont = False
  96.     end
  97.     object EDConfirmPassword: TEdit
  98.       Left = 64
  99.       Top = 64
  100.       Width = 217
  101.       Height = 20
  102.       MaxLength = 20
  103.       PasswordChar = '*'
  104.       TabOrder = 0
  105.       OnChange = EDNameChange
  106.     end
  107.     object EDPassword: TEdit
  108.       Left = 64
  109.       Top = 40
  110.       Width = 217
  111.       Height = 20
  112.       MaxLength = 20
  113.       PasswordChar = '*'
  114.       TabOrder = 1
  115.       OnChange = EDNameChange
  116.     end
  117.     object EDOldPassword: TEdit
  118.       Left = 64
  119.       Top = 16
  120.       Width = 217
  121.       Height = 20
  122.       MaxLength = 20
  123.       PasswordChar = '*'
  124.       TabOrder = 2
  125.       OnChange = EDNameChange
  126.     end
  127.   end
  128. end