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

  1. object DlgPasswd: TDlgPasswd
  2.   Left = 440
  3.   Top = 124
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソスpソスXソスソスソス[ソスhソスフ難ソスソスソス'
  6.   ClientHeight = 71
  7.   ClientWidth = 311
  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.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 16
  20.     Width = 120
  21.     Height = 12
  22.     Caption = 'ソスNソスソスソスpソスXソスソスソス[ソスhソスフ難ソスソスヘ:'
  23.   end
  24.   object MskPasswd: TEdit
  25.     Left = 24
  26.     Top = 32
  27.     Width = 169
  28.     Height = 20
  29.     PasswordChar = '*'
  30.     TabOrder = 0
  31.   end
  32.   object OKBtn: TButton
  33.     Left = 216
  34.     Top = 8
  35.     Width = 81
  36.     Height = 22
  37.     Caption = 'OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 1
  41.     OnClick = OKBtnClick
  42.   end
  43.   object CancelBtn: TButton
  44.     Left = 216
  45.     Top = 40
  46.     Width = 81
  47.     Height = 22
  48.     Cancel = True
  49.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  50.     ModalResult = 2
  51.     TabOrder = 2
  52.   end
  53. end
  54.