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

  1. object Form8: TForm8
  2.   Left = 338
  3.   Top = 101
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Form8'
  7.   ClientHeight = 129
  8.   ClientWidth = 352
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 32
  22.     Width = 31
  23.     Height = 13
  24.     Caption = 'Jm∩┐╜no'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 192
  28.     Top = 32
  29.     Width = 36
  30.     Height = 13
  31.     Caption = 'Telefon'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 16
  35.     Top = 11
  36.     Width = 43
  37.     Height = 13
  38.     Caption = 'Za∩┐╜azen∩┐╜'
  39.   end
  40.   object Button1: TButton
  41.     Left = 192
  42.     Top = 88
  43.     Width = 57
  44.     Height = 22
  45.     Cancel = True
  46.     Caption = 'Zav∩┐╜∩┐╜t'
  47.     ModalResult = 2
  48.     TabOrder = 0
  49.   end
  50.   object Button2: TButton
  51.     Left = 104
  52.     Top = 88
  53.     Width = 57
  54.     Height = 22
  55.     Caption = 'OK'
  56.     ModalResult = 1
  57.     TabOrder = 1
  58.   end
  59.   object Edit1: TEdit
  60.     Left = 16
  61.     Top = 48
  62.     Width = 169
  63.     Height = 21
  64.     AutoSelect = False
  65.     MaxLength = 30
  66.     TabOrder = 2
  67.     Text = 'Edit1'
  68.     OnChange = Edit1Change
  69.     OnKeyPress = Edit1KeyPress
  70.   end
  71.   object Edit2: TEdit
  72.     Left = 192
  73.     Top = 48
  74.     Width = 145
  75.     Height = 21
  76.     AutoSelect = False
  77.     MaxLength = 20
  78.     TabOrder = 3
  79.     Text = 'Edit2'
  80.     OnChange = Edit1Change
  81.     OnKeyPress = Edit2KeyPress
  82.   end
  83.   object ComboBox1: TComboBox
  84.     Left = 64
  85.     Top = 8
  86.     Width = 41
  87.     Height = 21
  88.     Style = csDropDownList
  89.     ItemHeight = 13
  90.     Items.Strings = (
  91.       'A'
  92.       'B'
  93.       'C'
  94.       '∩┐╜'
  95.       'D'
  96.       'E'
  97.       'F'
  98.       'G'
  99.       'H'
  100.       'I'
  101.       'J'
  102.       'K'
  103.       'L'
  104.       'M'
  105.       'N'
  106.       'O'
  107.       'P'
  108.       'Q'
  109.       'R'
  110.       '∩┐╜'
  111.       'S'
  112.       '∩┐╜'
  113.       'T'
  114.       'U'
  115.       'V'
  116.       'W'
  117.       'X'
  118.       'Y'
  119.       'Z'
  120.       '∩┐╜'
  121.       '#')
  122.     TabOrder = 4
  123.   end
  124. end
  125.