home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TNOVASLOZKAFORM / TNOVASLOZKAFORM.txt < prev   
Encoding:
Text File  |  1999-04-22  |  1.8 KB  |  99 lines

  1. object NovaSlozkaForm: TNovaSlozkaForm
  2.   Left = 215
  3.   Top = 269
  4.   ActiveControl = NazevEdit
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 119
  7.   ClientWidth = 498
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object NazevLbl: TLabel
  19.     Left = 48
  20.     Top = 16
  21.     Width = 34
  22.     Height = 13
  23.     Caption = '&N∩┐╜zev:'
  24.     FocusControl = NazevEdit
  25.   end
  26.   object PoznamkaLbl: TLabel
  27.     Left = 48
  28.     Top = 48
  29.     Width = 53
  30.     Height = 13
  31.     Caption = '&Pozn∩┐╜mka:'
  32.   end
  33.   object IkonaLbl: TLabel
  34.     Left = 48
  35.     Top = 88
  36.     Width = 30
  37.     Height = 13
  38.     Caption = '&Ikona:'
  39.     FocusControl = IconComboBox
  40.   end
  41.   object Icon: TImage
  42.     Left = 8
  43.     Top = 8
  44.     Width = 32
  45.     Height = 32
  46.     Picture.Data = {<image000.ico>}
  47.   end
  48.   object NazevEdit: TEdit
  49.     Left = 112
  50.     Top = 8
  51.     Width = 377
  52.     Height = 21
  53.     TabOrder = 0
  54.     OnChange = NazevEditChange
  55.   end
  56.   object PoznamkaEdit: TEdit
  57.     Left = 112
  58.     Top = 40
  59.     Width = 377
  60.     Height = 21
  61.     TabOrder = 1
  62.   end
  63.   object OKBtn: TButton
  64.     Left = 336
  65.     Top = 88
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 3
  72.     OnClick = OKBtnClick
  73.   end
  74.   object StornoBtn: TButton
  75.     Left = 416
  76.     Top = 88
  77.     Width = 75
  78.     Height = 25
  79.     Caption = 'Storno'
  80.     ModalResult = 2
  81.     TabOrder = 4
  82.     OnClick = StornoBtnClick
  83.   end
  84.   object IconComboBox: TAutoImageComboBox
  85.     Left = 112
  86.     Top = 72
  87.     Width = 55
  88.     Height = 40
  89.     Alignment = taCenter
  90.     ImageAlign = aliRight
  91.     ItemHeight = 0
  92.     ImageList = MainForm.OutlookBarImageList
  93.     MultiLines = False
  94.     VertAlignment = tvaCenter
  95.     TabOrder = 2
  96.     SaveStrings = ()
  97.   end
  98. end
  99.