object IntListForm: TIntListForm Left = 279 Top = 179 Width = 330 Height = 313 Caption = '数値入力' Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Pゴシック' Font.Style = [] OldCreateOrder = False DesignSize = ( 322 283) PixelsPerInch = 96 TextHeight = 16 object OKBitBtn: TBitBtn Left = 208 Top = 16 Width = 104 Height = 25 Anchors = [akTop, akRight] TabOrder = 0 Kind = bkOK end object CancelBitBtn: TBitBtn Left = 208 Top = 48 Width = 104 Height = 25 Anchors = [akTop, akRight] TabOrder = 1 Kind = bkCancel end object Memo1: TMemo Left = 8 Top = 8 Width = 186 Height = 259 Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 2 OnChange = Memo1Change OnKeyPress = Memo1KeyPress end end