object FormPrint: TFormPrint Left = 326 Top = 277 BorderStyle = bsDialog Caption = 'FormPrint' ClientHeight = 112 ClientWidth = 346 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 Font.Style = [] OldCreateOrder = False Scaled = False PixelsPerInch = 96 TextHeight = 12 object LabelConfirm: TLabel Left = 40 Top = 32 Width = 81 Height = 12 Caption = 'Are you ready ?' end object ButtonOK: TButton Left = 160 Top = 72 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 248 Top = 72 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end