home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / SCHWATCH / schwatch.lzh / Schwatch.exe / 0 / RCDATA / TDLGMEMO / TDLGMEMO.txt
Text File  |  2000-11-11  |  850b  |  47 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.     ModalResult = 1
  34.     TabOrder = 1
  35.     OnClick = BtnOkClick
  36.   end
  37.   object BtnCancel: TButton
  38.     Left = 200
  39.     Top = 208
  40.     Width = 81
  41.     Height = 22
  42.     Caption = 'ソスソスンセソス'
  43.     ModalResult = 2
  44.     TabOrder = 2
  45.   end
  46. end
  47.