home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 January (DVD) / VPR980100.ISO / OLS / WIN32 / ICONC212 / ICONC212.LZH / ICONCNV.EXE / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt < prev   
Text File  |  1997-10-14  |  1KB  |  74 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 494
  3.   Top = 119
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソス゚スワーソスソス ソズイソスロクソス'
  6.   ClientHeight = 113
  7.   ClientWidth = 303
  8.   Font.Charset = SHIFTJIS_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -12
  11.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object Label1: TLabel
  18.     Left = 56
  19.     Top = 16
  20.     Width = 50
  21.     Height = 12
  22.     Caption = 'ソスoソス^ソスメ厄ソス:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 56
  26.     Top = 56
  27.     Width = 50
  28.     Height = 12
  29.     Caption = 'ソスoソス^ソスヤ搾ソス:'
  30.   end
  31.   object Image1: TImage
  32.     Left = 8
  33.     Top = 8
  34.     Width = 33
  35.     Height = 33
  36.     Picture.Data = {<image000.ico>}
  37.   end
  38.   object OKBtn: TButton
  39.     Left = 125
  40.     Top = 82
  41.     Width = 73
  42.     Height = 24
  43.     Caption = 'OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 2
  47.     OnClick = OKBtnClick
  48.   end
  49.   object CancelBtn: TButton
  50.     Left = 212
  51.     Top = 82
  52.     Width = 74
  53.     Height = 24
  54.     Cancel = True
  55.     Caption = 'ソスソスンセソス'
  56.     ModalResult = 2
  57.     TabOrder = 3
  58.   end
  59.   object edtname: TEdit
  60.     Left = 120
  61.     Top = 8
  62.     Width = 169
  63.     Height = 20
  64.     TabOrder = 0
  65.   end
  66.   object edtno: TEdit
  67.     Left = 120
  68.     Top = 48
  69.     Width = 169
  70.     Height = 20
  71.     TabOrder = 1
  72.   end
  73. end
  74.