home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 9 / FreelogHS09.iso / Viewer / Fineview / FineView.exe / 0 / RCDATA / TFORMPRINT / TFORMPRINT.txt
Text File  |  2001-07-27  |  840b  |  45 lines

  1. object FormPrint: TFormPrint
  2.   Left = 327
  3.   Top = 212
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print ?'
  7.   ClientHeight = 55
  8.   ClientWidth = 155
  9.   Color = clBtnFace
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 8
  22.     Width = 53
  23.     Height = 12
  24.     Caption = 'Start Print'
  25.   end
  26.   object ButtonOK: TButton
  27.     Left = 24
  28.     Top = 29
  29.     Width = 60
  30.     Height = 20
  31.     Caption = 'OK'
  32.     ModalResult = 1
  33.     TabOrder = 0
  34.   end
  35.   object ButtonCancel: TButton
  36.     Left = 88
  37.     Top = 29
  38.     Width = 60
  39.     Height = 20
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44. end
  45.