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

  1. object DlgMemo: TDlgMemo
  2.   Left = 213
  3.   Top = 115
  4.   BorderStyle = bsDialog
  5.   Caption = 'Memo'
  6.   ClientHeight = 234
  7.   ClientWidth = 284
  8.   Font.Charset = SHIFTJIS_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'MS UI Gothic'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnCloseQuery = FormCloseQuery
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object MemoDay: TMemo
  19.     Left = 0
  20.     Top = 0
  21.     Width = 284
  22.     Height = 201
  23.     Align = alTop
  24.     ImeMode = imHira
  25.     TabOrder = 0
  26.   end
  27.   object BtnOk: TButton
  28.     Left = 112
  29.     Top = 208
  30.     Width = 81
  31.     Height = 22
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 1
  36.     OnClick = BtnOkClick
  37.   end
  38.   object BtnCancel: TButton
  39.     Left = 200
  40.     Top = 208
  41.     Width = 81
  42.     Height = 22
  43.     Cancel = True
  44.     Caption = 'ソスソスンセソス'
  45.     ModalResult = 2
  46.     TabOrder = 2
  47.   end
  48. end
  49.