home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / temacd / fineview / finevw69.exe / FineView.exe / 0 / RCDATA / TFORMWALL / TFORMWALL.txt < prev   
Text File  |  2004-10-09  |  3KB  |  131 lines

  1. object FormWall: TFormWall
  2.   Left = 322
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Set wallpaper'
  6.   ClientHeight = 366
  7.   ClientWidth = 382
  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.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 383
  25.     Height = 259
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object PBScreen: TPaintBox
  29.     Left = 23
  30.     Top = 27
  31.     Width = 226
  32.     Height = 170
  33.     OnPaint = PBScreenPaint
  34.   end
  35.   object PBEntryList: TPaintBox
  36.     Left = 272
  37.     Top = 20
  38.     Width = 101
  39.     Height = 227
  40.     OnMouseDown = PBEntryListMouseDown
  41.     OnPaint = PBEntryListPaint
  42.   end
  43.   object PBHLLeft: TPaintBox
  44.     Left = 272
  45.     Top = 20
  46.     Width = 13
  47.     Height = 71
  48.     OnPaint = PBHLLeftPaint
  49.   end
  50.   object PBHLRight: TPaintBox
  51.     Left = 359
  52.     Top = 20
  53.     Width = 13
  54.     Height = 71
  55.     OnPaint = PBHLRightPaint
  56.   end
  57.   object LabelInfo: TLabel
  58.     Left = 16
  59.     Top = 235
  60.     Width = 213
  61.     Height = 12
  62.     Caption = 'Please select the image for the wallpaper'
  63.     Font.Charset = SHIFTJIS_CHARSET
  64.     Font.Color = clWhite
  65.     Font.Height = -12
  66.     Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  67.     Font.Style = []
  68.     ParentFont = False
  69.     Transparent = True
  70.   end
  71.   object RGImageSize: TRadioGroup
  72.     Left = 8
  73.     Top = 264
  74.     Width = 169
  75.     Height = 45
  76.     Caption = 'Image size'
  77.     Columns = 2
  78.     ItemIndex = 0
  79.     Items.Strings = (
  80.       'Original'
  81.       'Expanded')
  82.     TabOrder = 0
  83.     OnClick = Size_StyleChange
  84.   end
  85.   object RGStyle: TRadioGroup
  86.     Left = 8
  87.     Top = 320
  88.     Width = 169
  89.     Height = 45
  90.     Caption = 'Style'
  91.     Columns = 2
  92.     ItemIndex = 0
  93.     Items.Strings = (
  94.       'Centered'
  95.       'Tiled')
  96.     TabOrder = 1
  97.     OnClick = Size_StyleChange
  98.   end
  99.   object ButtonUpdate: TButton
  100.     Left = 192
  101.     Top = 264
  102.     Width = 177
  103.     Height = 25
  104.     Caption = 'Update'
  105.     TabOrder = 2
  106.     OnClick = ButtonUpdateClick
  107.   end
  108.   object ButtonCancel: TButton
  109.     Left = 192
  110.     Top = 336
  111.     Width = 177
  112.     Height = 25
  113.     Cancel = True
  114.     Caption = 'Cancel'
  115.     ModalResult = 2
  116.     TabOrder = 3
  117.     OnClick = ButtonCancelClick
  118.   end
  119.   object ButtonApply: TButton
  120.     Left = 192
  121.     Top = 296
  122.     Width = 177
  123.     Height = 33
  124.     Caption = 'Apply and Close'
  125.     Default = True
  126.     ModalResult = 1
  127.     TabOrder = 4
  128.     OnClick = ButtonApplyClick
  129.   end
  130. end
  131.