home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFLINKEDIT / TFLINKEDIT.txt
Encoding:
Text File  |  2004-06-06  |  2.6 KB  |  137 lines

  1. object fLinkEdit: TfLinkEdit
  2.   Left = 364
  3.   Top = 230
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Editace odkazu'
  7.   ClientHeight = 169
  8.   ClientWidth = 401
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object GroupBox1: TGroupBox
  22.     Left = 8
  23.     Top = 8
  24.     Width = 385
  25.     Height = 121
  26.     TabOrder = 0
  27.     DesignSize = (
  28.       385
  29.       121)
  30.     object lLinkName: TLabel
  31.       Left = 8
  32.       Top = 18
  33.       Width = 34
  34.       Height = 13
  35.       Caption = 'N'#225'zev:'
  36.     end
  37.     object lLinkPath: TLabel
  38.       Left = 8
  39.       Top = 42
  40.       Width = 30
  41.       Height = 13
  42.       Caption = 'Cesta:'
  43.     end
  44.     object lLinkParams: TLabel
  45.       Left = 8
  46.       Top = 66
  47.       Width = 50
  48.       Height = 13
  49.       Caption = 'Parametry:'
  50.     end
  51.     object lLinkGroup: TLabel
  52.       Left = 8
  53.       Top = 90
  54.       Width = 42
  55.       Height = 13
  56.       Caption = 'Skupina:'
  57.     end
  58.     object cLinkGroup: TComboBox
  59.       Left = 88
  60.       Top = 88
  61.       Width = 153
  62.       Height = 21
  63.       Style = csDropDownList
  64.       ItemHeight = 13
  65.       TabOrder = 3
  66.     end
  67.     object eLinkName: TEdit
  68.       Left = 88
  69.       Top = 16
  70.       Width = 153
  71.       Height = 21
  72.       TabOrder = 0
  73.     end
  74.     object eLinkComm: TEdit
  75.       Left = 88
  76.       Top = 40
  77.       Width = 265
  78.       Height = 21
  79.       TabOrder = 1
  80.     end
  81.     object eLinkParam: TEdit
  82.       Left = 88
  83.       Top = 64
  84.       Width = 265
  85.       Height = 21
  86.       PopupMenu = PopupFilePart
  87.       TabOrder = 2
  88.     end
  89.     object panelOpen: TToolBar
  90.       Left = 354
  91.       Top = 39
  92.       Width = 28
  93.       Height = 22
  94.       Align = alNone
  95.       Anchors = [akTop, akRight]
  96.       ButtonWidth = 22
  97.       Caption = 'ToolBar1'
  98.       EdgeBorders = []
  99.       Flat = True
  100.       TabOrder = 4
  101.       object tbOpen: TToolButton
  102.         Left = 0
  103.         Top = 0
  104.         Caption = 'tbCompFile'
  105.         ImageIndex = 5
  106.         OnClick = tbOpenClick
  107.       end
  108.     end
  109.   end
  110.   object bOK: TButton
  111.     Left = 232
  112.     Top = 136
  113.     Width = 75
  114.     Height = 25
  115.     Caption = '&OK'
  116.     Default = True
  117.     ModalResult = 1
  118.     TabOrder = 1
  119.     OnClick = bOKClick
  120.   end
  121.   object bCancel: TButton
  122.     Left = 312
  123.     Top = 136
  124.     Width = 75
  125.     Height = 25
  126.     Cancel = True
  127.     Caption = 'Storno'
  128.     ModalResult = 2
  129.     TabOrder = 2
  130.   end
  131.   object PopupFilePart: TPopupMenu
  132.     AutoHotkeys = maManual
  133.     Left = 13
  134.     Top = 132
  135.   end
  136. end
  137.