home *** CD-ROM | disk | FTP | other *** search
- object fLinkEdit: TfLinkEdit
- Left = 364
- Top = 230
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'Editace odkazu'
- ClientHeight = 169
- ClientWidth = 401
- Color = clBtnFace
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 385
- Height = 121
- TabOrder = 0
- DesignSize = (
- 385
- 121)
- object lLinkName: TLabel
- Left = 8
- Top = 18
- Width = 34
- Height = 13
- Caption = 'N'#225'zev:'
- end
- object lLinkPath: TLabel
- Left = 8
- Top = 42
- Width = 30
- Height = 13
- Caption = 'Cesta:'
- end
- object lLinkParams: TLabel
- Left = 8
- Top = 66
- Width = 50
- Height = 13
- Caption = 'Parametry:'
- end
- object lLinkGroup: TLabel
- Left = 8
- Top = 90
- Width = 42
- Height = 13
- Caption = 'Skupina:'
- end
- object cLinkGroup: TComboBox
- Left = 88
- Top = 88
- Width = 153
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- end
- object eLinkName: TEdit
- Left = 88
- Top = 16
- Width = 153
- Height = 21
- TabOrder = 0
- end
- object eLinkComm: TEdit
- Left = 88
- Top = 40
- Width = 265
- Height = 21
- TabOrder = 1
- end
- object eLinkParam: TEdit
- Left = 88
- Top = 64
- Width = 265
- Height = 21
- PopupMenu = PopupFilePart
- TabOrder = 2
- end
- object panelOpen: TToolBar
- Left = 354
- Top = 39
- Width = 28
- Height = 22
- Align = alNone
- Anchors = [akTop, akRight]
- ButtonWidth = 22
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- TabOrder = 4
- object tbOpen: TToolButton
- Left = 0
- Top = 0
- Caption = 'tbCompFile'
- ImageIndex = 5
- OnClick = tbOpenClick
- end
- end
- end
- object bOK: TButton
- Left = 232
- Top = 136
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 312
- Top = 136
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 2
- end
- object PopupFilePart: TPopupMenu
- AutoHotkeys = maManual
- Left = 13
- Top = 132
- end
- end
-