object Form1: TForm1 Left = 345 Top = 157 BorderStyle = bsSingle Caption = 'Form1' ClientHeight = 431 ClientWidth = 378 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Pゴシック' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 12 object Image: TImage Left = 24 Top = 32 Width = 333 Height = 297 Stretch = True end object LoadButton: TButton Left = 28 Top = 340 Width = 75 Height = 25 Caption = 'Load Bitmap' TabOrder = 0 OnClick = LoadButtonClick end object RotateButton: TButton Left = 112 Top = 340 Width = 75 Height = 25 Caption = 'Rotate' TabOrder = 1 OnClick = RotateButtonClick end object MethodRG: TRadioGroup Left = 212 Top = 336 Width = 129 Height = 81 Caption = '処理方式' ItemIndex = 0 Items.Strings = ( 'Pixels' 'Scanline' 'Scanline(Cached)') TabOrder = 2 end object OpenDialog: TOpenDialog DefaultExt = 'bmp' Filter = 'ビットマップ|*.bmp' Left = 96 Top = 124 end end