home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / CHIPCD_2_2000.iso / software / testsoft / kody2000 / KODY / KODY.EXE / 0 / RCDATA / TEDODAJ / TEDODAJ.txt
Text File  |  1999-12-03  |  2KB  |  91 lines

  1. object eDodaj: TeDodaj
  2.   Left = 200
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'eDodaj'
  6.   ClientHeight = 99
  7.   ClientWidth = 536
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object lbinfo: TLabel
  16.     Left = 4
  17.     Top = 4
  18.     Width = 401
  19.     Height = 13
  20.     AutoSize = False
  21.     Caption = 'lbinfo'
  22.     Transparent = True
  23.   end
  24.   object bUrzedy: TjzkColorButton
  25.     Left = 4
  26.     Top = 44
  27.     Width = 141
  28.     Height = 25
  29.     Caption = 'poczty...'
  30.     Enabled = False
  31.     TabOrder = 0
  32.     OnClick = bMiastaClick
  33.     BorderColor = clTeal
  34.     ActiveBorderColor = clTeal
  35.     Color = 14155775
  36.     ParentColor = False
  37.     RoundSize = 24
  38.     SingleLine = True
  39.     BoldWhenDefault = True
  40.     Kind = bkCustom
  41.   end
  42.   object bUlice: TjzkColorButton
  43.     Left = 4
  44.     Top = 68
  45.     Width = 141
  46.     Height = 25
  47.     Caption = 'ulice...'
  48.     Default = True
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.     TabOrder = 1
  56.     OnClick = bMiastaClick
  57.     BorderColor = clTeal
  58.     ActiveBorderColor = clTeal
  59.     Color = 14155775
  60.     ParentColor = False
  61.     RoundSize = 24
  62.     SingleLine = True
  63.     BoldWhenDefault = True
  64.     Kind = bkCustom
  65.   end
  66.   object bMiasta: TjzkColorButton
  67.     Left = 4
  68.     Top = 20
  69.     Width = 141
  70.     Height = 25
  71.     Caption = 'miasta...'
  72.     TabOrder = 2
  73.     OnClick = bMiastaClick
  74.     BorderColor = clTeal
  75.     ActiveBorderColor = clTeal
  76.     Color = 14155775
  77.     ParentColor = False
  78.     RoundSize = 24
  79.     SingleLine = True
  80.     BoldWhenDefault = True
  81.     Kind = bkCustom
  82.   end
  83.   object od: TOpenDialog
  84.     DefaultExt = 'txt'
  85.     Filter = '*.txt|*.txt'
  86.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  87.     Left = 168
  88.     Top = 32
  89.   end
  90. end
  91.