home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / temacd / fineview / finevw69.exe / FineView.exe / 0 / RCDATA / TFORMPRINT / TFORMPRINT.txt
Text File  |  2004-10-09  |  876b  |  46 lines

  1. object FormPrint: TFormPrint
  2.   Left = 326
  3.   Top = 277
  4.   BorderStyle = bsDialog
  5.   Caption = 'FormPrint'
  6.   ClientHeight = 112
  7.   ClientWidth = 346
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object LabelConfirm: TLabel
  19.     Left = 40
  20.     Top = 32
  21.     Width = 81
  22.     Height = 12
  23.     Caption = 'Are you ready ?'
  24.   end
  25.   object ButtonOK: TButton
  26.     Left = 160
  27.     Top = 72
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'OK'
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 0
  34.   end
  35.   object ButtonCancel: TButton
  36.     Left = 248
  37.     Top = 72
  38.     Width = 75
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 1
  44.   end
  45. end
  46.