home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 July / VPR0207A.ISO / OLS / SW235 / sw235.lzh / Schwatch.exe / 0 / RCDATA / TDLGPASSENTRY / TDLGPASSENTRY.txt
Text File  |  2002-04-17  |  2KB  |  78 lines

  1. object DlgPassEntry: TDlgPassEntry
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソスpソスXソスソスソス[ソスhソスoソス^'
  6.   ClientHeight = 88
  7.   ClientWidth = 377
  8.   Font.Charset = SHIFTJIS_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object Label16: TLabel
  19.     Left = 16
  20.     Top = 22
  21.     Width = 92
  22.     Height = 12
  23.     Caption = 'ソスVソスソスソスソスソスpソスXソスソスソス[ソスhソスF'
  24.   end
  25.   object Label17: TLabel
  26.     Left = 16
  27.     Top = 52
  28.     Width = 120
  29.     Height = 12
  30.     Caption = 'ソスpソスXソスソスソス[ソスhソスフ確ソスFソスソスソスヘ:'
  31.   end
  32.   object BtnOk: TButton
  33.     Left = 280
  34.     Top = 16
  35.     Width = 81
  36.     Height = 22
  37.     Caption = 'OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 2
  41.     OnClick = BtnOkClick
  42.   end
  43.   object BtnCancel: TButton
  44.     Left = 280
  45.     Top = 48
  46.     Width = 81
  47.     Height = 22
  48.     Cancel = True
  49.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  50.     Font.Charset = SHIFTJIS_CHARSET
  51.     Font.Color = clWindowText
  52.     Font.Height = -12
  53.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  54.     Font.Style = []
  55.     ModalResult = 2
  56.     ParentFont = False
  57.     TabOrder = 3
  58.   end
  59.   object MskNewPasswd: TMaskEdit
  60.     Left = 144
  61.     Top = 16
  62.     Width = 113
  63.     Height = 20
  64.     MaxLength = 8
  65.     PasswordChar = '*'
  66.     TabOrder = 0
  67.   end
  68.   object MskAgainPasswd: TMaskEdit
  69.     Left = 144
  70.     Top = 48
  71.     Width = 113
  72.     Height = 20
  73.     MaxLength = 8
  74.     PasswordChar = '*'
  75.     TabOrder = 1
  76.   end
  77. end
  78.