home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 December / PCWorld_2001-12_cd.bin / Software / Vyzkuste / iphile / Iphile.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  2001-08-11  |  4KB  |  192 lines

  1. object Form2: TForm2
  2.   Left = 444
  3.   Top = 225
  4.   Anchors = [akLeft, akTop, akRight]
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Groups Editor'
  8.   ClientHeight = 313
  9.   ClientWidth = 284
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   Visible = True
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Bevel1: TBevel
  25.     Left = 2
  26.     Top = 1
  27.     Width = 280
  28.     Height = 280
  29.     Style = bsRaised
  30.   end
  31.   object addgrpbtn: TSpeedButton
  32.     Left = 170
  33.     Top = 40
  34.     Width = 50
  35.     Height = 24
  36.     Hint = 'Add Group'
  37.     Caption = '&Add'
  38.     Flat = True
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.     ParentShowHint = False
  46.     ShowHint = True
  47.     OnClick = addgrpbtnClick
  48.   end
  49.   object Resetbtn: TSpeedButton
  50.     Left = 5
  51.     Top = 286
  52.     Width = 65
  53.     Height = 24
  54.     Caption = '&Restore'
  55.     OnClick = ResetbtnClick
  56.   end
  57.   object delgrpbtn: TSpeedButton
  58.     Left = 223
  59.     Top = 40
  60.     Width = 50
  61.     Height = 24
  62.     Hint = 'Delete Group'
  63.     Caption = '&Delete'
  64.     Flat = True
  65.     ParentShowHint = False
  66.     ShowHint = True
  67.     OnClick = delgrpbtnClick
  68.   end
  69.   object SpeedButton2: TSpeedButton
  70.     Left = 141
  71.     Top = 286
  72.     Width = 65
  73.     Height = 24
  74.     Caption = '&Save'
  75.     OnClick = SpeedButton2Click
  76.   end
  77.   object SpeedButton1: TSpeedButton
  78.     Left = 214
  79.     Top = 286
  80.     Width = 65
  81.     Height = 24
  82.     Caption = '&Cancel'
  83.     OnClick = SpeedButton1Click
  84.   end
  85.   object Label1: TLabel
  86.     Left = 8
  87.     Top = 12
  88.     Width = 37
  89.     Height = 13
  90.     Caption = 'Groups:'
  91.   end
  92.   object Label2: TLabel
  93.     Left = 8
  94.     Top = 45
  95.     Width = 31
  96.     Height = 13
  97.     Caption = 'Name:'
  98.   end
  99.   object GroupBox1: TGroupBox
  100.     Left = 5
  101.     Top = 70
  102.     Width = 273
  103.     Height = 205
  104.     Caption = 'File Extensions'
  105.     TabOrder = 4
  106.     object AddBtn: TSpeedButton
  107.       Left = 112
  108.       Top = 84
  109.       Width = 50
  110.       Height = 24
  111.       Caption = '<<'
  112.       OnClick = AddbtnClick
  113.     end
  114.     object DelBtn: TSpeedButton
  115.       Left = 112
  116.       Top = 113
  117.       Width = 50
  118.       Height = 24
  119.       Caption = '>>'
  120.       OnClick = DelBtnClick
  121.     end
  122.   end
  123.   object ListBox1: TListBox
  124.     Left = 10
  125.     Top = 85
  126.     Width = 100
  127.     Height = 185
  128.     Hint = 'Current Group'#39's Extensions'
  129.     DragMode = dmAutomatic
  130.     ItemHeight = 13
  131.     MultiSelect = True
  132.     ParentShowHint = False
  133.     ShowHint = True
  134.     Sorted = True
  135.     TabOrder = 0
  136.     OnDblClick = ListBox1DblClick
  137.     OnDragDrop = ListBox1DragDrop
  138.     OnDragOver = ListBox1DragOver
  139.     OnKeyPress = ListBox1KeyPress
  140.   end
  141.   object ListBox2: TListBox
  142.     Left = 172
  143.     Top = 85
  144.     Width = 100
  145.     Height = 185
  146.     Hint = 'All Installed Extensions'
  147.     DragMode = dmAutomatic
  148.     ItemHeight = 13
  149.     MultiSelect = True
  150.     ParentShowHint = False
  151.     PopupMenu = PopupMenu1
  152.     ShowHint = True
  153.     Sorted = True
  154.     TabOrder = 1
  155.     OnDblClick = ListBox2DblClick
  156.     OnDragDrop = ListBox2DragDrop
  157.     OnDragOver = ListBox2DragOver
  158.   end
  159.   object ComboBox1: TComboBox
  160.     Left = 48
  161.     Top = 8
  162.     Width = 225
  163.     Height = 21
  164.     Style = csOwnerDrawFixed
  165.     ItemHeight = 15
  166.     TabOrder = 2
  167.     OnChange = ComboBox1Change
  168.     OnDrawItem = ComboBox1DrawItem
  169.     OnDropDown = ComboBox1DropDown
  170.     OnKeyDown = ComboBox1KeyDown
  171.   end
  172.   object Edit1: TEdit
  173.     Left = 48
  174.     Top = 41
  175.     Width = 117
  176.     Height = 21
  177.     TabOrder = 3
  178.     OnKeyDown = Edit1KeyDown
  179.   end
  180.   object PopupMenu1: TPopupMenu
  181.     OwnerDraw = True
  182.     Left = 125
  183.     Top = 102
  184.     object New: TMenuItem
  185.       Caption = 'New...'
  186.       OnClick = NewClick
  187.       OnDrawItem = NewDrawItem
  188.       OnMeasureItem = NewMeasureItem
  189.     end
  190.   end
  191. end
  192.