U_xgmm.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:4k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object frmXgmm: TfrmXgmm
  2.   Left = 279
  3.   Top = 181
  4.   Width = 213
  5.   Height = 165
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = #20462#25913#23494#30721
  8.   Color = clBtnFace
  9.   Font.Charset = GB2312_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = #23435#20307
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 205
  22.     Height = 105
  23.     Align = alClient
  24.     BevelInner = bvLowered
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 20
  28.       Top = 45
  29.       Width = 48
  30.       Height = 12
  31.       Caption = #26032#23494#30721#65306
  32.     end
  33.     object Label2: TLabel
  34.       Left = 8
  35.       Top = 77
  36.       Width = 60
  37.       Height = 12
  38.       Caption = #30830#35748#23494#30721#65306
  39.     end
  40.     object Label3: TLabel
  41.       Left = 20
  42.       Top = 13
  43.       Width = 48
  44.       Height = 12
  45.       Caption = #26087#23494#30721#65306
  46.     end
  47.     object edtOldPassword: TEdit
  48.       Left = 72
  49.       Top = 8
  50.       Width = 121
  51.       Height = 20
  52.       PasswordChar = '*'
  53.       TabOrder = 0
  54.       OnKeyDown = edtOldPasswordKeyDown
  55.     end
  56.     object edtNewPassword: TEdit
  57.       Left = 72
  58.       Top = 40
  59.       Width = 121
  60.       Height = 20
  61.       PasswordChar = '*'
  62.       TabOrder = 1
  63.       OnKeyDown = edtNewPasswordKeyDown
  64.     end
  65.     object edtConPassword: TEdit
  66.       Left = 72
  67.       Top = 72
  68.       Width = 121
  69.       Height = 20
  70.       PasswordChar = '*'
  71.       TabOrder = 2
  72.       OnKeyDown = edtConPasswordKeyDown
  73.     end
  74.   end
  75.   object Panel2: TPanel
  76.     Left = 0
  77.     Top = 105
  78.     Width = 205
  79.     Height = 33
  80.     Align = alBottom
  81.     BevelInner = bvLowered
  82.     TabOrder = 1
  83.     object btnOK: TSpeedButton
  84.       Left = 36
  85.       Top = 5
  86.       Width = 62
  87.       Height = 23
  88.       Caption = #30830#23450
  89.       Flat = True
  90.       Glyph.Data = {
  91.         76010000424D7601000000000000760000002800000020000000100000000100
  92.         04000000000000010000120B0000120B00001000000000000000000000000000
  93.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  94.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  95.         555555555555555555555555555555555555555555FF55555555555559055555
  96.         55555555577FF5555555555599905555555555557777F5555555555599905555
  97.         555555557777FF5555555559999905555555555777777F555555559999990555
  98.         5555557777777FF5555557990599905555555777757777F55555790555599055
  99.         55557775555777FF5555555555599905555555555557777F5555555555559905
  100.         555555555555777FF5555555555559905555555555555777FF55555555555579
  101.         05555555555555777FF5555555555557905555555555555777FF555555555555
  102.         5990555555555555577755555555555555555555555555555555}
  103.       NumGlyphs = 2
  104.       OnClick = btnOKClick
  105.     end
  106.     object btnCancel: TSpeedButton
  107.       Left = 120
  108.       Top = 5
  109.       Width = 62
  110.       Height = 23
  111.       Caption = #21462#28040
  112.       Flat = True
  113.       Glyph.Data = {
  114.         76010000424D7601000000000000760000002800000020000000100000000100
  115.         04000000000000010000130B0000130B00001000000000000000000000000000
  116.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  117.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  118.         3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  119.         33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  120.         993337777F777F3377F3393999707333993337F77737333337FF993399933333
  121.         399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  122.         399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  123.         399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  124.         99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  125.         3333333777333777333333333999993333333333377777333333}
  126.       NumGlyphs = 2
  127.       OnClick = btnCancelClick
  128.     end
  129.   end
  130. end