object DlgMemo: TDlgMemo Left = 213 Top = 115 BorderStyle = bsDialog Caption = 'Memo' ClientHeight = 234 ClientWidth = 284 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS UI Gothic' Font.Style = [] Scaled = False OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object MemoDay: TMemo Left = 0 Top = 0 Width = 284 Height = 201 Align = alTop ImeMode = imHira TabOrder = 0 end object BtnOk: TButton Left = 112 Top = 208 Width = 81 Height = 22 Caption = 'OK' ModalResult = 1 TabOrder = 1 OnClick = BtnOkClick end object BtnCancel: TButton Left = 200 Top = 208 Width = 81 Height = 22 Caption = '��ݾ�' ModalResult = 2 TabOrder = 2 end end