home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910A.BIN / OLS / tvschedu / tvschedu.lzh / TvSchedu.exe / 0 / RCDATA / TPASSWORDDIALOG / TPASSWORDDIALOG.txt
Text File  |  1999-07-30  |  2KB  |  84 lines

  1. object PasswordDialog: TPasswordDialog
  2.   Left = 260
  3.   Top = 184
  4.   ActiveControl = Edit
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスpソスXソスソスソス[ソスhソスフ難ソスソスソス:'
  7.   ClientHeight = 122
  8.   ClientWidth = 252
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 12
  15.   object OKButton: TButton
  16.     Left = 101
  17.     Top = 90
  18.     Width = 69
  19.     Height = 24
  20.     Caption = 'OK(&O)'
  21.     Default = True
  22.     Enabled = False
  23.     ModalResult = 1
  24.     TabOrder = 1
  25.     OnClick = OKButtonClick
  26.   end
  27.   object CancelButton: TButton
  28.     Left = 175
  29.     Top = 90
  30.     Width = 70
  31.     Height = 24
  32.     Cancel = True
  33.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  34.     ModalResult = 2
  35.     TabOrder = 2
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 7
  39.     Top = 7
  40.     Width = 238
  41.     Height = 75
  42.     Caption = 'ソスpソスXソスソスソス[ソスh'
  43.     TabOrder = 0
  44.     object Edit: TEdit
  45.       Left = 10
  46.       Top = 17
  47.       Width = 217
  48.       Height = 20
  49.       PasswordChar = '*'
  50.       TabOrder = 0
  51.       OnChange = EditChange
  52.     end
  53.     object AddButton: TButton
  54.       Left = 10
  55.       Top = 42
  56.       Width = 60
  57.       Height = 24
  58.       Caption = 'ソスヌ会ソス(&A)'
  59.       Enabled = False
  60.       TabOrder = 1
  61.       OnClick = AddButtonClick
  62.     end
  63.     object RemoveButton: TButton
  64.       Left = 76
  65.       Top = 42
  66.       Width = 60
  67.       Height = 24
  68.       Caption = 'ソス尞(&R)'
  69.       Enabled = False
  70.       TabOrder = 2
  71.       OnClick = RemoveButtonClick
  72.     end
  73.     object RemoveAllButton: TButton
  74.       Left = 143
  75.       Top = 42
  76.       Width = 84
  77.       Height = 24
  78.       Caption = 'ソスソスソスラて削除(&M)'
  79.       TabOrder = 3
  80.       OnClick = RemoveAllButtonClick
  81.     end
  82.   end
  83. end
  84.