home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / Slunec / app / 01 / DreamCom.exe / 0 / RCDATA / TFADREDIT / TFADREDIT.txt
Text File  |  2000-05-25  |  2KB  |  95 lines

  1. object fAdrEdit: TfAdrEdit
  2.   Left = 394
  3.   Top = 168
  4.   ActiveControl = DBEdit1
  5.   AutoScroll = False
  6.   Caption = 'Adres∩┐╜∩┐╜'
  7.   ClientHeight = 138
  8.   ClientWidth = 325
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 4
  21.     Width = 34
  22.     Height = 13
  23.     Caption = 'Jm∩┐╜no:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 88
  28.     Width = 26
  29.     Height = 13
  30.     Caption = '∩┐╜∩┐╜slo:'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 8
  34.     Top = 44
  35.     Width = 44
  36.     Height = 13
  37.     Caption = 'Oper∩┐╜tor:'
  38.   end
  39.   object DBEdit1: TDBEdit
  40.     Left = 8
  41.     Top = 20
  42.     Width = 165
  43.     Height = 21
  44.     DataField = 'Jmeno'
  45.     DataSource = fmain.DSAdresar
  46.     TabOrder = 0
  47.   end
  48.   object DBEdit2: TDBEdit
  49.     Left = 8
  50.     Top = 104
  51.     Width = 69
  52.     Height = 21
  53.     DataField = 'cislo'
  54.     DataSource = fmain.DSAdresar
  55.     TabOrder = 2
  56.   end
  57.   object BitBtn1: TBitBtn
  58.     Left = 244
  59.     Top = 52
  60.     Width = 75
  61.     Height = 25
  62.     Caption = '&Zru∩┐╜it'
  63.     TabOrder = 3
  64.     OnClick = BitBtn1Click
  65.     Kind = bkNo
  66.   end
  67.   object BitBtn2: TBitBtn
  68.     Left = 244
  69.     Top = 20
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'OK'
  73.     Default = True
  74.     ModalResult = 1
  75.     TabOrder = 4
  76.     OnClick = BitBtn2Click
  77.     NumGlyphs = 2
  78.   end
  79.   object RxDBLookupCombo1: TRxDBLookupCombo
  80.     Left = 8
  81.     Top = 60
  82.     Width = 165
  83.     Height = 21
  84.     DropDownCount = 8
  85.     DisplayAllFields = True
  86.     DataField = 'Operator'
  87.     DataSource = fmain.DSAdresar
  88.     ListStyle = lsDelimited
  89.     LookupField = 'Nazev'
  90.     LookupDisplay = 'Nazev; Predcisli'
  91.     LookupSource = fmain.DSOperatori
  92.     TabOrder = 1
  93.   end
  94. end
  95.