object MainForm: TMainForm Left = 192 Top = 107 Width = 522 Height = 465 Caption = 'MainForm' Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Pゴシック' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 12 object Image: TImage Left = 32 Top = 12 Width = 373 Height = 325 Stretch = True end object LoadButton: TButton Left = 44 Top = 360 Width = 75 Height = 25 Caption = 'Load Bitmap' TabOrder = 0 OnClick = LoadButtonClick end object TransfromButton: TButton Left = 44 Top = 388 Width = 75 Height = 25 Caption = 'Transform' TabOrder = 1 OnClick = TransfromButtonClick end object BitmapTypeRG: TRadioGroup Left = 132 Top = 348 Width = 105 Height = 57 Caption = 'Bitmap Type' ItemIndex = 0 Items.Strings = ( 'TBitmap' 'TBigBitmap') TabOrder = 2 OnClick = BitmapTypeRGClick end object TransformRG: TRadioGroup Left = 248 Top = 348 Width = 149 Height = 85 Caption = 'Transform' ItemIndex = 0 Items.Strings = ( 'Stretch(To 300x300)' 'Rotate(30Deg)' 'Rotate(90Deg)' 'Mirror(Horizontal)' 'Mirror(Vertical)' 'Whirl') TabOrder = 3 end object OpenDialog: TOpenDialog DefaultExt = 'bmp' Filter = 'ビットマップ|*.bmp' Left = 256 Top = 60 end end