home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 July / VPR0207A.ISO / OLS / SW235 / sw235.lzh / Schwatch.exe / 0 / RCDATA / TFORMPREVIEW / TFORMPREVIEW.txt
Text File  |  2002-04-17  |  2KB  |  118 lines

  1. object FormPreview: TFormPreview
  2.   Left = 234
  3.   Top = 265
  4.   Width = 736
  5.   Height = 367
  6.   Caption = 'ソスソスソスソスvソスソスソスrソスソスソス['
  7.   Font.Charset = SHIFTJIS_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = 'MS UI Gothic'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object ScrollBox1: TScrollBox
  18.     Left = 0
  19.     Top = 30
  20.     Width = 728
  21.     Height = 291
  22.     Align = alClient
  23.     TabOrder = 0
  24.     object PanelPrint: TPanel
  25.       Left = 8
  26.       Top = 8
  27.       Width = 200
  28.       Height = 280
  29.       Color = clWindow
  30.       TabOrder = 0
  31.       object PaintBox1: TPaintBox
  32.         Left = 1
  33.         Top = 1
  34.         Width = 198
  35.         Height = 278
  36.         Align = alClient
  37.         Color = clBtnFace
  38.         Font.Charset = DEFAULT_CHARSET
  39.         Font.Color = clWindowText
  40.         Font.Height = -12
  41.         Font.Name = 'MS UI Gothic'
  42.         Font.Style = []
  43.         ParentColor = False
  44.         ParentFont = False
  45.         OnPaint = PaintBox1Paint
  46.       end
  47.     end
  48.   end
  49.   object Panel1: TPanel
  50.     Left = 0
  51.     Top = 0
  52.     Width = 728
  53.     Height = 30
  54.     Align = alTop
  55.     BevelOuter = bvNone
  56.     TabOrder = 1
  57.     object BtnPrint: TButton
  58.       Left = 16
  59.       Top = 4
  60.       Width = 81
  61.       Height = 22
  62.       Caption = 'ソスソスソス(&P)'
  63.       Default = True
  64.       TabOrder = 0
  65.       OnClick = BtnPrintClick
  66.     end
  67.     object BtnZoomIn: TButton
  68.       Left = 104
  69.       Top = 4
  70.       Width = 81
  71.       Height = 22
  72.       Caption = 'ソスgソスソス(&I)'
  73.       TabOrder = 1
  74.       OnClick = BtnZoomInClick
  75.     end
  76.     object BtnZoomOut: TButton
  77.       Left = 192
  78.       Top = 4
  79.       Width = 81
  80.       Height = 22
  81.       Caption = 'ソスkソスソス(&O)'
  82.       TabOrder = 2
  83.       OnClick = BtnZoomOutClick
  84.     end
  85.     object BtnClose: TButton
  86.       Left = 368
  87.       Top = 4
  88.       Width = 81
  89.       Height = 22
  90.       Cancel = True
  91.       Caption = 'ソスツゑソスソスソス(&C)'
  92.       TabOrder = 4
  93.       OnClick = BtnCloseClick
  94.     end
  95.     object BtnSetup: TButton
  96.       Left = 280
  97.       Top = 4
  98.       Width = 81
  99.       Height = 22
  100.       Caption = 'ソスン抵ソス(&S)'
  101.       TabOrder = 3
  102.       OnClick = BtnSetupClick
  103.     end
  104.   end
  105.   object StatusBar1: TStatusBar
  106.     Left = 0
  107.     Top = 321
  108.     Width = 728
  109.     Height = 19
  110.     Panels = <
  111.       item
  112.         Bevel = pbNone
  113.         Width = 300
  114.       end>
  115.     SimplePanel = False
  116.   end
  117. end
  118.