home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Vyzkuste / fineview / FineView.exe / 0 / RCDATA / TWPMANAGER / TWPMANAGER.txt < prev   
Text File  |  2001-07-27  |  3KB  |  145 lines

  1. object WPManager: TWPManager
  2.   Left = 278
  3.   Top = 147
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Set Wallpaper'
  7.   ClientHeight = 328
  8.   ClientWidth = 284
  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.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 12
  22.   object ImageWPCtrl: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 285
  26.     Height = 204
  27.     Picture.Data = {<image000.bmp>}
  28.   end
  29.   object PBPreview: TPaintBox
  30.     Left = 21
  31.     Top = 24
  32.     Width = 132
  33.     Height = 99
  34.     OnPaint = PBPreviewPaint
  35.   end
  36.   object PBEntryList: TPaintBox
  37.     Left = 187
  38.     Top = 10
  39.     Width = 80
  40.     Height = 148
  41.     Color = clBtnFace
  42.     ParentColor = False
  43.     OnMouseDown = PBEntryListMouseDown
  44.     OnPaint = PBEntryListPaint
  45.   end
  46.   object PBHLLeft: TPaintBox
  47.     Left = 177
  48.     Top = 10
  49.     Width = 10
  50.     Height = 70
  51.     OnPaint = PBHLLeftPaint
  52.   end
  53.   object PBHLRight: TPaintBox
  54.     Left = 267
  55.     Top = 10
  56.     Width = 10
  57.     Height = 70
  58.     OnPaint = PBHLRightPaint
  59.   end
  60.   object Bevel1: TBevel
  61.     Left = -1
  62.     Top = 204
  63.     Width = 286
  64.     Height = 3
  65.   end
  66.   object LabelAboutIt: TLabel
  67.     Left = 16
  68.     Top = 175
  69.     Width = 64
  70.     Height = 12
  71.     Caption = 'LabelAboutIt'
  72.     Font.Charset = SHIFTJIS_CHARSET
  73.     Font.Color = clWhite
  74.     Font.Height = -12
  75.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  76.     Font.Style = []
  77.     ParentFont = False
  78.     Transparent = True
  79.   end
  80.   object ButtonChange: TButton
  81.     Left = 184
  82.     Top = 232
  83.     Width = 89
  84.     Height = 25
  85.     Caption = 'Update'
  86.     TabOrder = 0
  87.     OnClick = ButtonChangeClick
  88.   end
  89.   object ButtonCancel: TButton
  90.     Left = 184
  91.     Top = 264
  92.     Width = 89
  93.     Height = 25
  94.     Caption = 'Cancel'
  95.     TabOrder = 1
  96.     OnClick = ButtonCancelClick
  97.   end
  98.   object ButtonClose: TButton
  99.     Left = 184
  100.     Top = 296
  101.     Width = 89
  102.     Height = 25
  103.     Caption = 'Close'
  104.     TabOrder = 2
  105.     OnClick = ButtonCloseClick
  106.   end
  107.   object RGImageSize: TRadioGroup
  108.     Left = 8
  109.     Top = 232
  110.     Width = 161
  111.     Height = 41
  112.     Caption = 'ImageSize'
  113.     Columns = 2
  114.     ItemIndex = 0
  115.     Items.Strings = (
  116.       'Original'
  117.       'Expanded')
  118.     TabOrder = 3
  119.     OnClick = RGSizeStyleChange
  120.   end
  121.   object RGStyle: TRadioGroup
  122.     Left = 8
  123.     Top = 280
  124.     Width = 161
  125.     Height = 41
  126.     Caption = 'Style'
  127.     Columns = 2
  128.     ItemIndex = 0
  129.     Items.Strings = (
  130.       'Centered'
  131.       'Tiled')
  132.     TabOrder = 4
  133.     OnClick = RGSizeStyleChange
  134.   end
  135.   object CBHideViewer: TCheckBox
  136.     Left = 8
  137.     Top = 208
  138.     Width = 169
  139.     Height = 17
  140.     Caption = 'Hide Viewer'
  141.     TabOrder = 5
  142.     OnClick = CBHideViewerClick
  143.   end
  144. end
  145.