home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / CHIP_1_2000.ISO / exe / urlreq.exe / URLRequester.exe / 0 / RCDATA / TTOPURLFORM / TTOPURLFORM.txt
Encoding:
Text File  |  1999-09-18  |  3.2 KB  |  153 lines

  1. inherited TopUrlForm: TTopUrlForm
  2.   Left = 193
  3.   Top = 207
  4.   Width = 628
  5.   Height = 303
  6.   Caption = 'Top Urls'
  7.   Constraints.MinHeight = 250
  8.   Position = poScreenCenter
  9.   ShowHint = True
  10.   OnResize = FormResize
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object AdPanel: TAdPanel
  14.     Left = 0
  15.     Top = 29
  16.     Width = 620
  17.     Height = 65
  18.     id_advertise = 0
  19.     id_customer = 0
  20.     OnAdClick = AdPanelAdClick
  21.   end
  22.   object TopURLStringGrid: TdsStringGrid
  23.     Left = 0
  24.     Top = 94
  25.     Width = 620
  26.     Height = 147
  27.     HelpContext = 1
  28.     Align = alClient
  29.     Color = clSilver
  30.     ColCount = 4
  31.     DefaultColWidth = 100
  32.     DefaultRowHeight = 16
  33.     FixedCols = 0
  34.     RowCount = 2
  35.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect]
  36.     ParentShowHint = False
  37.     ShowHint = True
  38.     TabOrder = 1
  39.     OnClick = TopURLStringGridClick
  40.     OnGetCellColor = TopURLStringGridGetCellColor
  41.     ColWidths = (
  42.       372
  43.       67
  44.       116
  45.       43)
  46.   end
  47.   object BottomPanel: TPanel
  48.     Left = 0
  49.     Top = 241
  50.     Width = 620
  51.     Height = 35
  52.     Align = alBottom
  53.     BevelOuter = bvNone
  54.     TabOrder = 2
  55.     object ClosePanel: TPanel
  56.       Left = 396
  57.       Top = 0
  58.       Width = 224
  59.       Height = 35
  60.       Align = alRight
  61.       BevelOuter = bvNone
  62.       Constraints.MinHeight = 35
  63.       Constraints.MinWidth = 218
  64.       TabOrder = 0
  65.       object OKButton: TButton
  66.         Tag = 1
  67.         Left = 125
  68.         Top = 6
  69.         Width = 97
  70.         Height = 25
  71.         Caption = 'Schlie∩┐╜en'
  72.         ModalResult = 1
  73.         TabOrder = 0
  74.       end
  75.     end
  76.   end
  77.   object ToolBar1: TToolBar
  78.     Left = 0
  79.     Top = 0
  80.     Width = 620
  81.     Height = 29
  82.     Caption = 'ToolBar1'
  83.     EdgeInner = esNone
  84.     EdgeOuter = esNone
  85.     Flat = True
  86.     Images = RequestPackageForm.ActionImageList
  87.     TabOrder = 3
  88.     object AddTB: TToolButton
  89.       Left = 0
  90.       Top = 0
  91.       Action = AddAction
  92.     end
  93.     object OpenLocalTB: TToolButton
  94.       Left = 23
  95.       Top = 0
  96.       Action = OpenURLAction
  97.     end
  98.   end
  99.   object ActionList1: TActionList
  100.     Images = RequestPackageForm.ActionImageList
  101.     Left = 8
  102.     Top = 192
  103.     object EditCopy1: TEditCopy
  104.       Category = 'Bearbeiten'
  105.       Caption = '&Kopieren'
  106.       Hint = 'Kopieren'
  107.       ImageIndex = 14
  108.       ShortCut = 16451
  109.     end
  110.     object EditCut1: TEditCut
  111.       Category = 'Bearbeiten'
  112.       Caption = '&Ausschneiden'
  113.       Hint = 'Ausschneiden'
  114.       ImageIndex = 15
  115.       ShortCut = 16472
  116.     end
  117.     object EditPaste1: TEditPaste
  118.       Category = 'Bearbeiten'
  119.       Caption = '&Einf∩┐╜gen'
  120.       Hint = 'Einf∩┐╜gen'
  121.       ImageIndex = 16
  122.       ShortCut = 16470
  123.     end
  124.     object OpenURLAction: TAction
  125.       Tag = 3
  126.       Caption = 'URL lokal ∩┐╜ffnen ...'
  127.       HelpContext = 1
  128.       Hint = 'URL lokal ∩┐╜ffnen'
  129.       ImageIndex = 17
  130.       OnExecute = OpenURLActionExecute
  131.     end
  132.     object AddAction: TAction
  133.       Tag = 3
  134.       Caption = 'URL hinzuf∩┐╜gen'
  135.       HelpContext = 1
  136.       Hint = 'URL zur URL-Liste hinzuf∩┐╜gen'
  137.       ImageIndex = 18
  138.       OnExecute = AddActionExecute
  139.     end
  140.   end
  141.   object PopupMenu: TPopupMenu
  142.     Images = RequestPackageForm.ActionImageList
  143.     Left = 40
  144.     Top = 193
  145.     object a1: TMenuItem
  146.       Action = OpenURLAction
  147.     end
  148.     object s1: TMenuItem
  149.       Action = AddAction
  150.     end
  151.   end
  152. end
  153.