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

  1. object OdKohoForm: TOdKohoForm
  2.   Left = 331
  3.   Top = 167
  4.   BorderStyle = bsDialog
  5.   Caption = 'Seznam u∩┐╜ivatel∩┐╜'
  6.   ClientHeight = 231
  7.   ClientWidth = 226
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object VyberteLabel: TLabel
  20.     Left = 48
  21.     Top = 8
  22.     Width = 84
  23.     Height = 13
  24.     Caption = 'Vyberte u∩┐╜i&vatele:'
  25.     FocusControl = DBGrid
  26.   end
  27.   object Icon: TImage
  28.     Left = 8
  29.     Top = 8
  30.     Width = 32
  31.     Height = 32
  32.     Picture.Data = {<image000.ico>}
  33.   end
  34.   object DBGrid: TDBGrid
  35.     Left = 48
  36.     Top = 24
  37.     Width = 169
  38.     Height = 169
  39.     DataSource = UzivatelDS
  40.     Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  41.     TabOrder = 0
  42.     TitleFont.Charset = DEFAULT_CHARSET
  43.     TitleFont.Color = clWindowText
  44.     TitleFont.Height = -11
  45.     TitleFont.Name = 'MS Sans Serif'
  46.     TitleFont.Style = []
  47.     Columns = <
  48.       item
  49.         FieldName = 'UserName'
  50.         Title.Caption = 'U∩┐╜ivatelsk∩┐╜ jm∩┐╜no'
  51.         Width = 147
  52.       end>
  53.   end
  54.   object OKBtn: TButton
  55.     Left = 144
  56.     Top = 200
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'OK'
  60.     Default = True
  61.     ModalResult = 1
  62.     TabOrder = 1
  63.   end
  64.   object CancelBtn: TButton
  65.     Left = 64
  66.     Top = 200
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'Storno'
  70.     ModalResult = 2
  71.     TabOrder = 2
  72.   end
  73.   object UzivatelTbl: TTable
  74.     Active = True
  75.     DatabaseName = 'RealityDB'
  76.     TableName = 'Uzivatel.DB'
  77.     Left = 8
  78.     Top = 64
  79.     object UzivatelTblUserName: TStringField
  80.       FieldName = 'UserName'
  81.     end
  82.     object UzivatelTblRights: TStringField
  83.       FieldName = 'Rights'
  84.     end
  85.     object UzivatelTblCeleJmeno: TStringField
  86.       FieldName = 'CeleJmeno'
  87.       Size = 60
  88.     end
  89.     object UzivatelTblPassword: TStringField
  90.       FieldName = 'Password'
  91.     end
  92.     object UzivatelTblParovaciMaska: TBlobField
  93.       FieldName = 'ParovaciMaska'
  94.       BlobType = ftBlob
  95.       Size = 240
  96.     end
  97.     object UzivatelTblVelkaTlacitka: TBooleanField
  98.       FieldName = 'VelkaTlacitka'
  99.     end
  100.     object UzivatelTblProdlevaNahledu: TFloatField
  101.       FieldName = 'ProdlevaNahledu'
  102.     end
  103.     object UzivatelTblAutomatickyUkazNahled: TBooleanField
  104.       FieldName = 'AutomatickyUkazNahled'
  105.     end
  106.     object UzivatelTblNeuplneHledani: TBooleanField
  107.       FieldName = 'NeuplneHledani'
  108.     end
  109.     object UzivatelTblProhColumns: TBlobField
  110.       FieldName = 'ProhColumns'
  111.       BlobType = ftBlob
  112.       Size = 240
  113.     end
  114.     object UzivatelTblProhAColumns: TBlobField
  115.       FieldName = 'ProhAColumns'
  116.       BlobType = ftBlob
  117.       Size = 240
  118.     end
  119.     object UzivatelTblProhPColumns: TBlobField
  120.       FieldName = 'ProhPColumns'
  121.       BlobType = ftBlob
  122.       Size = 240
  123.     end
  124.     object UzivatelTblProhZakColumns: TBlobField
  125.       FieldName = 'ProhZakColumns'
  126.       BlobType = ftBlob
  127.       Size = 240
  128.     end
  129.     object UzivatelTblZakazkyMRUList: TBlobField
  130.       FieldName = 'ZakazkyMRUList'
  131.       BlobType = ftBlob
  132.       Size = 240
  133.     end
  134.     object UzivatelTblMainPanelLayout: TBlobField
  135.       FieldName = 'MainPanelLayout'
  136.       BlobType = ftBlob
  137.       Size = 240
  138.     end
  139.     object UzivatelTblWindowPositions: TBlobField
  140.       FieldName = 'WindowPositions'
  141.       BlobType = ftBlob
  142.       Size = 240
  143.     end
  144.     object UzivatelTblTiskZakazniku: TBlobField
  145.       FieldName = 'TiskZakazniku'
  146.       BlobType = ftBlob
  147.       Size = 240
  148.     end
  149.   end
  150.   object UzivatelDS: TDataSource
  151.     DataSet = UzivatelTbl
  152.     Left = 8
  153.     Top = 112
  154.   end
  155. end
  156.