home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / pantheon.exe / 0 / RCDATA / TPRESUNDOSLOZKYFORM / TPRESUNDOSLOZKYFORM.txt
Encoding:
Text File  |  1999-04-22  |  1.9 KB  |  93 lines

  1. object PresunDoSlozkyForm: TPresunDoSlozkyForm
  2.   Left = 333
  3.   Top = 185
  4.   BorderStyle = bsDialog
  5.   Caption = 'P∩┐╜esun do slo∩┐╜ky'
  6.   ClientHeight = 288
  7.   ClientWidth = 370
  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 SlozkyLabel: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 140
  23.     Height = 13
  24.     Caption = '&P∩┐╜esunout do vybran∩┐╜ slo∩┐╜ky:'
  25.     FocusControl = SlozkyTreeView
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object SlozkyTreeView: TTreeView
  34.     Left = 8
  35.     Top = 24
  36.     Width = 265
  37.     Height = 257
  38.     ReadOnly = True
  39.     HideSelection = False
  40.     Indent = 35
  41.     SortType = stText
  42.     TabOrder = 0
  43.     OnClick = SlozkyTreeViewClick
  44.     Images = MainForm.OutlookBarImageList
  45.   end
  46.   object OKBtn: TButton
  47.     Left = 288
  48.     Top = 24
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'OK'
  52.     Default = True
  53.     TabOrder = 1
  54.     OnClick = OKBtnClick
  55.   end
  56.   object StornoBtn: TButton
  57.     Left = 288
  58.     Top = 56
  59.     Width = 75
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = 'Storno'
  63.     ModalResult = 2
  64.     TabOrder = 2
  65.   end
  66.   object NovaSlozkaBtn: TButton
  67.     Left = 288
  68.     Top = 88
  69.     Width = 75
  70.     Height = 25
  71.     Caption = '&Nov∩┐╜ slo∩┐╜ka'
  72.     TabOrder = 3
  73.     OnClick = NovaSlozkaBtnClick
  74.   end
  75.   object ZakazkyTbl: TTable
  76.     Active = True
  77.     DatabaseName = 'RealityDB'
  78.     IndexFieldNames = 'CisloZakazky'
  79.     TableName = 'Zakazky.DB'
  80.     Left = 312
  81.     Top = 128
  82.     object ZakazkyTblCisloZakazky: TStringField
  83.       FieldName = 'CisloZakazky'
  84.       Required = True
  85.       Size = 30
  86.     end
  87.     object ZakazkyTblMnozinaID: TStringField
  88.       FieldName = 'MnozinaID'
  89.       Size = 10
  90.     end
  91.   end
  92. end
  93.