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

  1. object FormSelector: TFormSelector
  2.   Left = 280
  3.   Top = 152
  4.   Width = 433
  5.   Height = 427
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'FormSelector'
  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.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 12
  22.   object PanelInfo: TPanel
  23.     Left = 0
  24.     Top = 367
  25.     Width = 425
  26.     Height = 26
  27.     Align = alBottom
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     Visible = False
  31.     object ComboBox1: TComboBox
  32.       Left = 17
  33.       Top = 4
  34.       Width = 64
  35.       Height = 20
  36.       ItemHeight = 12
  37.       TabOrder = 0
  38.       Text = 'Main'
  39.       Visible = False
  40.       OnChange = ComboBox1Change
  41.       Items.Strings = (
  42.         'Main'
  43.         'Film')
  44.     end
  45.   end
  46.   object ListView1: TListView
  47.     Left = 0
  48.     Top = 0
  49.     Width = 425
  50.     Height = 367
  51.     Align = alClient
  52.     Columns = <
  53.       item
  54.         Caption = 'Name'
  55.         Width = 150
  56.       end
  57.       item
  58.         Alignment = taRightJustify
  59.         Caption = 'Size'
  60.         Width = 80
  61.       end>
  62.     ReadOnly = True
  63.     RowSelect = True
  64.     SmallImages = ImageList1
  65.     TabOrder = 1
  66.     ViewStyle = vsReport
  67.     OnChange = ListView1Change
  68.     OnDblClick = ListView1DblClick
  69.     OnKeyDown = ListView1KeyDown
  70.   end
  71.   object ImageList1: TImageList
  72.     Left = 152
  73.     Top = 168
  74.   end
  75. end
  76.