object Form1: TForm1 Left = 192 Top = 107 Width = 430 Height = 320 Caption = 'Form1' Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS ゴシック' Font.Style = [fsBold] Menu = MainMenu1 OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 16 object ScrollBox1: TScrollBox Left = 0 Top = 0 Width = 422 Height = 274 Align = alClient TabOrder = 0 object Image1: TImage Left = 0 Top = 0 Width = 105 Height = 105 AutoSize = True end end object PrintPreview1: TPrintPreview Left = 328 Top = 44 end object MainMenu1: TMainMenu Left = 174 Top = 38 object FileMenu: TMenuItem Caption = 'ファイル(&F)' object OpenMenu: TMenuItem Caption = '開く(&O)' OnClick = OpenMenuClick end object PrintSetupMenu: TMenuItem Caption = '印刷設定' OnClick = PrintSetupMenuClick end object PrintMenu: TMenuItem Caption = '印刷' OnClick = PrintMenuClick end object ExitMenu: TMenuItem Caption = '終了(&X)' end end object PageMenu: TMenuItem Caption = 'ページ(&P)' object PrevMenu: TMenuItem Caption = '前のページ(&P)' OnClick = PrevMenuClick end object NextMenu: TMenuItem Caption = '次のページ(&N)' OnClick = NextMenuClick end end object SizeMenu: TMenuItem Caption = 'プレビュー(&R)' object HalfHalfMenu: TMenuItem Caption = '1/4倍' OnClick = HalfHalfMenuClick end object HalfMenu: TMenuItem Caption = '1/2倍' OnClick = HalfMenuClick end object EqualMenu: TMenuItem Caption = '等倍' OnClick = EqualMenuClick end end end object OpenDialog1: TOpenDialog DefaultExt = 'txt' Filter = 'テキストファイル|*.txt' Left = 242 Top = 50 end object PrinterSetupDialog1: TPrinterSetupDialog Left = 186 Top = 110 end end