home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / oddech / kalendar / kalendar.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  1999-04-16  |  2KB  |  90 lines

  1. object Form6: TForm6
  2.   Left = 318
  3.   Top = 155
  4.   BorderStyle = bsDialog
  5.   Caption = 'Seznam polo∩┐╜ek'
  6.   ClientHeight = 308
  7.   ClientWidth = 418
  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.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Shape1: TShape
  19.     Left = 64
  20.     Top = 20
  21.     Width = 345
  22.     Height = 245
  23.     Brush.Style = bsClear
  24.   end
  25.   object Label2: TLabel
  26.     Left = 64
  27.     Top = 4
  28.     Width = 32
  29.     Height = 13
  30.     Caption = 'Label2'
  31.   end
  32.   object Image1: TImage
  33.     Left = 8
  34.     Top = 40
  35.     Width = 57
  36.     Height = 80
  37.     OnMouseDown = Image1MouseDown
  38.   end
  39.   object ListBox1: TListBox
  40.     Left = 65
  41.     Top = 21
  42.     Width = 343
  43.     Height = 243
  44.     BorderStyle = bsNone
  45.     Color = 48168959
  46.     Ctl3D = False
  47.     Font.Charset = EASTEUROPE_CHARSET
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ItemHeight = 13
  53.     ParentCtl3D = False
  54.     ParentFont = False
  55.     TabOrder = 0
  56.     OnClick = ListBox1Click
  57.   end
  58.   object Button1: TButton
  59.     Left = 296
  60.     Top = 272
  61.     Width = 57
  62.     Height = 22
  63.     Cancel = True
  64.     Caption = 'Zav∩┐╜∩┐╜t'
  65.     Default = True
  66.     ModalResult = 2
  67.     TabOrder = 1
  68.   end
  69.   object Button2: TButton
  70.     Left = 192
  71.     Top = 272
  72.     Width = 89
  73.     Height = 22
  74.     Caption = 'Smazat polo∩┐╜ku'
  75.     Enabled = False
  76.     TabOrder = 2
  77.     OnClick = Button2Click
  78.   end
  79.   object Button3: TButton
  80.     Left = 88
  81.     Top = 272
  82.     Width = 89
  83.     Height = 22
  84.     Caption = 'Ulo∩┐╜ do kalend∩┐╜∩┐╜e'
  85.     Enabled = False
  86.     ModalResult = 1
  87.     TabOrder = 3
  88.   end
  89. end
  90.