home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TVYBERZAKAZNIKAFORM / TVYBERZAKAZNIKAFORM.txt < prev   
Encoding:
Text File  |  1999-04-22  |  2.4 KB  |  113 lines

  1. object VyberZakaznikaForm: TVyberZakaznikaForm
  2.   Left = 237
  3.   Top = 120
  4.   BorderStyle = bsDialog
  5.   Caption = 'Seznam klient∩┐╜'
  6.   ClientHeight = 291
  7.   ClientWidth = 279
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Icon: TImage
  19.     Left = 8
  20.     Top = 8
  21.     Width = 32
  22.     Height = 32
  23.     Picture.Data = {<image000.ico>}
  24.   end
  25.   object TextLabel: TLabel
  26.     Left = 48
  27.     Top = 7
  28.     Width = 73
  29.     Height = 13
  30.     Caption = 'Vyberte klienta:'
  31.   end
  32.   object Label1: TLabel
  33.     Left = 47
  34.     Top = 217
  35.     Width = 40
  36.     Height = 13
  37.     Caption = '&Hled∩┐╜n∩┐╜:'
  38.     FocusControl = RxDBLookupCombo
  39.   end
  40.   object OKBtn: TBitBtn
  41.     Left = 114
  42.     Top = 259
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'OK'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 0
  49.   end
  50.   object CancelBtn: TBitBtn
  51.     Left = 194
  52.     Top = 259
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = 'Storno'
  57.     ModalResult = 2
  58.     TabOrder = 1
  59.   end
  60.   object DBGrid: TDBGrid
  61.     Left = 46
  62.     Top = 24
  63.     Width = 223
  64.     Height = 185
  65.     DataSource = ZakazniciDS
  66.     Options = [dgTitles, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  67.     TabOrder = 2
  68.     TitleFont.Charset = DEFAULT_CHARSET
  69.     TitleFont.Color = clWindowText
  70.     TitleFont.Height = -11
  71.     TitleFont.Name = 'MS Sans Serif'
  72.     TitleFont.Style = []
  73.     OnDblClick = DBGridDblClick
  74.   end
  75.   object RxDBLookupCombo: TRxDBLookupCombo
  76.     Left = 46
  77.     Top = 232
  78.     Width = 223
  79.     Height = 21
  80.     DropDownCount = 8
  81.     LookupField = 'Jmeno'
  82.     LookupDisplay = 'Jmeno'
  83.     LookupSource = ZakazniciDS
  84.     TabOrder = 3
  85.   end
  86.   object ZakazniciTbl: TTable
  87.     Active = True
  88.     DatabaseName = 'RealityDB'
  89.     ReadOnly = True
  90.     TableName = 'Zakaznic.DB'
  91.     Left = 360
  92.     Top = 280
  93.     object ZakazniciTblCisloZakaznika: TStringField
  94.       FieldName = 'CisloZakaznika'
  95.       Required = True
  96.       Visible = False
  97.       Size = 10
  98.     end
  99.     object ZakazniciTblJmeno: TStringField
  100.       DisplayLabel = 'Jm∩┐╜no'
  101.       DisplayWidth = 33
  102.       FieldName = 'Jmeno'
  103.       Required = True
  104.       Size = 60
  105.     end
  106.   end
  107.   object ZakazniciDS: TDataSource
  108.     DataSet = ZakazniciTbl
  109.     Left = 360
  110.     Top = 224
  111.   end
  112. end
  113.