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

  1. object EditujNakladyForm: TEditujNakladyForm
  2.   Left = 279
  3.   Top = 221
  4.   BorderStyle = bsDialog
  5.   Caption = 'Polo∩┐╜ka n∩┐╜klad∩┐╜ zak∩┐╜zky'
  6.   ClientHeight = 103
  7.   ClientWidth = 409
  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.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label3: TLabel
  20.     Left = 176
  21.     Top = 56
  22.     Width = 34
  23.     Height = 13
  24.     Caption = '&Datum:'
  25.     FocusControl = DatumEdit
  26.   end
  27.   object Label2: TLabel
  28.     Left = 48
  29.     Top = 56
  30.     Width = 28
  31.     Height = 13
  32.     Caption = '&Cena:'
  33.     FocusControl = CenaEdit
  34.   end
  35.   object Label1: TLabel
  36.     Left = 48
  37.     Top = 8
  38.     Width = 29
  39.     Height = 13
  40.     Caption = '&Popis:'
  41.     FocusControl = PopisEdit
  42.   end
  43.   object Icon: TImage
  44.     Left = 8
  45.     Top = 8
  46.     Width = 32
  47.     Height = 32
  48.     Picture.Data = {<image000.ico>}
  49.   end
  50.   object OKBtn: TButton
  51.     Left = 328
  52.     Top = 38
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'OK'
  56.     Default = True
  57.     Enabled = False
  58.     TabOrder = 3
  59.     OnClick = OKBtnClick
  60.   end
  61.   object StornoBtn: TButton
  62.     Left = 328
  63.     Top = 68
  64.     Width = 75
  65.     Height = 25
  66.     Caption = 'Storno'
  67.     TabOrder = 4
  68.     OnClick = StornoBtnClick
  69.   end
  70.   object CenaEdit: TDBEdit
  71.     Left = 48
  72.     Top = 72
  73.     Width = 113
  74.     Height = 21
  75.     DataField = 'Cena'
  76.     DataSource = DS
  77.     TabOrder = 1
  78.     OnChange = PopisEditChange
  79.   end
  80.   object PopisEdit: TDBEdit
  81.     Left = 48
  82.     Top = 24
  83.     Width = 265
  84.     Height = 21
  85.     DataField = 'Popis'
  86.     DataSource = DS
  87.     TabOrder = 0
  88.     OnChange = PopisEditChange
  89.   end
  90.   object DatumEdit: TDBDateEdit
  91.     Left = 176
  92.     Top = 72
  93.     Width = 137
  94.     Height = 21
  95.     DataField = 'Datum'
  96.     DataSource = DS
  97.     NumGlyphs = 2
  98.     TabOrder = 2
  99.     OnChange = PopisEditChange
  100.   end
  101.   object DS: TDataSource
  102.     Left = 16
  103.     Top = 48
  104.   end
  105. end
  106.