home *** CD-ROM | disk | FTP | other *** search
- object NovaSlozkaForm: TNovaSlozkaForm
- Left = 215
- Top = 269
- ActiveControl = NazevEdit
- BorderStyle = bsDialog
- ClientHeight = 119
- ClientWidth = 498
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object NazevLbl: TLabel
- Left = 48
- Top = 16
- Width = 34
- Height = 13
- Caption = '&N�zev:'
- FocusControl = NazevEdit
- end
- object PoznamkaLbl: TLabel
- Left = 48
- Top = 48
- Width = 53
- Height = 13
- Caption = '&Pozn�mka:'
- end
- object IkonaLbl: TLabel
- Left = 48
- Top = 88
- Width = 30
- Height = 13
- Caption = '&Ikona:'
- FocusControl = IconComboBox
- end
- object Icon: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object NazevEdit: TEdit
- Left = 112
- Top = 8
- Width = 377
- Height = 21
- TabOrder = 0
- OnChange = NazevEditChange
- end
- object PoznamkaEdit: TEdit
- Left = 112
- Top = 40
- Width = 377
- Height = 21
- TabOrder = 1
- end
- object OKBtn: TButton
- Left = 336
- Top = 88
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = OKBtnClick
- end
- object StornoBtn: TButton
- Left = 416
- Top = 88
- Width = 75
- Height = 25
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 4
- OnClick = StornoBtnClick
- end
- object IconComboBox: TAutoImageComboBox
- Left = 112
- Top = 72
- Width = 55
- Height = 40
- Alignment = taCenter
- ImageAlign = aliRight
- ItemHeight = 0
- ImageList = MainForm.OutlookBarImageList
- MultiLines = False
- VertAlignment = tvaCenter
- TabOrder = 2
- SaveStrings = ()
- end
- end
-