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

  1. object TelefoniSeznam: TTelefoniSeznam
  2.   Left = 499
  3.   Top = 66
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Telef∩┐╜n∩┐╜ seznam'
  7.   ClientHeight = 413
  8.   ClientWidth = 228
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Shape1: TShape
  21.     Left = 32
  22.     Top = 20
  23.     Width = 185
  24.     Height = 325
  25.     Brush.Style = bsClear
  26.   end
  27.   object Image1: TImage
  28.     Left = 8
  29.     Top = 23
  30.     Width = 25
  31.     Height = 280
  32.     OnMouseDown = Image1MouseDown
  33.   end
  34.   object Label3: TLabel
  35.     Left = 55
  36.     Top = 4
  37.     Width = 161
  38.     Height = 13
  39.     Alignment = taRightJustify
  40.     AutoSize = False
  41.     Caption = '1000'
  42.     Color = clBtnFace
  43.     ParentColor = False
  44.   end
  45.   object Button1: TButton
  46.     Left = 136
  47.     Top = 376
  48.     Width = 49
  49.     Height = 22
  50.     Cancel = True
  51.     Caption = 'Zav∩┐╜∩┐╜t'
  52.     ModalResult = 2
  53.     TabOrder = 0
  54.     OnClick = Button1Click
  55.   end
  56.   object ListBox1: TListBox
  57.     Left = 33
  58.     Top = 21
  59.     Width = 183
  60.     Height = 323
  61.     BorderStyle = bsNone
  62.     Color = 48168959
  63.     Ctl3D = False
  64.     Font.Charset = EASTEUROPE_CHARSET
  65.     Font.Color = clBlack
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     ItemHeight = 13
  70.     ParentCtl3D = False
  71.     ParentFont = False
  72.     PopupMenu = PopupMenu1
  73.     TabOrder = 1
  74.     OnClick = ListBox1Click
  75.   end
  76.   object Edit1: TEdit
  77.     Left = 72
  78.     Top = 80
  79.     Width = 121
  80.     Height = 19
  81.     BorderStyle = bsNone
  82.     Ctl3D = False
  83.     ParentCtl3D = False
  84.     TabOrder = 2
  85.     Text = 'Edit1'
  86.     Visible = False
  87.   end
  88.   object Panel1: TPanel
  89.     Left = 32
  90.     Top = 346
  91.     Width = 185
  92.     Height = 19
  93.     BevelInner = bvLowered
  94.     BevelOuter = bvNone
  95.     Caption = 'Panel1'
  96.     Ctl3D = False
  97.     Font.Charset = EASTEUROPE_CHARSET
  98.     Font.Color = clWindowText
  99.     Font.Height = -12
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = [fsBold]
  102.     ParentCtl3D = False
  103.     ParentFont = False
  104.     ParentShowHint = False
  105.     ShowHint = False
  106.     TabOrder = 3
  107.   end
  108.   object Button2: TButton
  109.     Left = 48
  110.     Top = 375
  111.     Width = 49
  112.     Height = 22
  113.     Caption = 'Ulo∩┐╜it'
  114.     Enabled = False
  115.     TabOrder = 4
  116.     OnClick = Button2Click
  117.   end
  118.   object ScrollBar1: TScrollBar
  119.     Left = 16
  120.     Top = 306
  121.     Width = 15
  122.     Height = 32
  123.     Kind = sbVertical
  124.     Max = 11
  125.     TabOrder = 5
  126.     TabStop = False
  127.     OnChange = ScrollBar1Change
  128.   end
  129.   object Panel2: TPanel
  130.     Left = 13
  131.     Top = 4
  132.     Width = 17
  133.     Height = 16
  134.     BevelOuter = bvLowered
  135.     Caption = 'A'
  136.     Color = 48168959
  137.     Ctl3D = False
  138.     ParentCtl3D = False
  139.     TabOrder = 6
  140.     Visible = False
  141.   end
  142.   object PopupMenu1: TPopupMenu
  143.     OnPopup = PopupMenu1Popup
  144.     Left = 184
  145.     Top = 160
  146.     object NovaP: TMenuItem
  147.       Caption = 'Nov∩┐╜ polo∩┐╜ka'
  148.       OnClick = NovaPClick
  149.     end
  150.     object OpravaP: TMenuItem
  151.       Caption = 'Oprava polo∩┐╜ky'
  152.       OnClick = OpravaPClick
  153.     end
  154.     object SmazatP: TMenuItem
  155.       Caption = 'Smazat polozku'
  156.       OnClick = SmazatPClick
  157.     end
  158.     object ZobrazP: TMenuItem
  159.       Caption = 'Zobrazen∩┐╜ polo∩┐╜ky v okn∩┐╜'
  160.       OnClick = ZobrazPClick
  161.     end
  162.     object ZkopirujP: TMenuItem
  163.       Caption = 'Zkop∩┐╜ruj polo∩┐╜ku do schr∩┐╜nky'
  164.       OnClick = ZkopirujPClick
  165.     end
  166.   end
  167. end
  168.