home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / iparmor.exe / {app} / Iparmor.exe / 0 / RCDATA / TFRMSIDEBARCUSTOMIZE / TFRMSIDEBARCUSTOMIZE.txt
Encoding:
Text File  |  2003-04-14  |  2.1 KB  |  102 lines

  1. object frmSideBarCustomize: TfrmSideBarCustomize
  2.   Left = 107
  3.   Top = 98
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Customize'
  7.   ClientHeight = 223
  8.   ClientWidth = 342
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 200
  22.     Width = 342
  23.     Height = 23
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object Button: TButton
  28.       Left = 265
  29.       Top = 1
  30.       Width = 72
  31.       Height = 21
  32.       Cancel = True
  33.       Caption = 'Close'
  34.       Default = True
  35.       ModalResult = 1
  36.       TabOrder = 0
  37.       OnClick = ButtonClick
  38.     end
  39.   end
  40.   object Panel2: TPanel
  41.     Left = 0
  42.     Top = 0
  43.     Width = 342
  44.     Height = 200
  45.     Align = alClient
  46.     BevelInner = bvLowered
  47.     BevelOuter = bvNone
  48.     BorderWidth = 5
  49.     TabOrder = 1
  50.     object Panel3: TPanel
  51.       Left = 6
  52.       Top = 6
  53.       Width = 130
  54.       Height = 188
  55.       Align = alLeft
  56.       BevelInner = bvLowered
  57.       BevelOuter = bvNone
  58.       Caption = 'Panel2'
  59.       TabOrder = 0
  60.       object ListBox: TListBox
  61.         Left = 1
  62.         Top = 1
  63.         Width = 128
  64.         Height = 186
  65.         Align = alClient
  66.         BorderStyle = bsNone
  67.         ItemHeight = 13
  68.         TabOrder = 0
  69.         OnClick = ListBoxClick
  70.       end
  71.     end
  72.     object Panel4: TPanel
  73.       Left = 136
  74.       Top = 6
  75.       Width = 7
  76.       Height = 188
  77.       Align = alLeft
  78.       TabOrder = 1
  79.     end
  80.     object ImageListBox: TdxImageListBox
  81.       Left = 143
  82.       Top = 6
  83.       Width = 193
  84.       Height = 188
  85.       Alignment = taLeftJustify
  86.       ImageAlign = dxliLeft
  87.       ItemHeight = 0
  88.       MultiLines = False
  89.       VertAlignment = tvaCenter
  90.       Align = alClient
  91.       BorderStyle = bsNone
  92.       DragMode = dmAutomatic
  93.       TabOrder = 2
  94.       OnDragDrop = ImageListBoxDragDrop
  95.       OnDragOver = ImageListBoxDragOver
  96.       OnEndDrag = ImageListBoxEndDrag
  97.       OnStartDrag = ImageListBoxStartDrag
  98.       SaveStrings = ()
  99.     end
  100.   end
  101. end
  102.