home *** CD-ROM | disk | FTP | other *** search
- object EditujNakladyForm: TEditujNakladyForm
- Left = 279
- Top = 221
- BorderStyle = bsDialog
- Caption = 'Polo�ka n�klad� zak�zky'
- ClientHeight = 103
- ClientWidth = 409
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 176
- Top = 56
- Width = 34
- Height = 13
- Caption = '&Datum:'
- FocusControl = DatumEdit
- end
- object Label2: TLabel
- Left = 48
- Top = 56
- Width = 28
- Height = 13
- Caption = '&Cena:'
- FocusControl = CenaEdit
- end
- object Label1: TLabel
- Left = 48
- Top = 8
- Width = 29
- Height = 13
- Caption = '&Popis:'
- FocusControl = PopisEdit
- end
- object Icon: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object OKBtn: TButton
- Left = 328
- Top = 38
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- Enabled = False
- TabOrder = 3
- OnClick = OKBtnClick
- end
- object StornoBtn: TButton
- Left = 328
- Top = 68
- Width = 75
- Height = 25
- Caption = 'Storno'
- TabOrder = 4
- OnClick = StornoBtnClick
- end
- object CenaEdit: TDBEdit
- Left = 48
- Top = 72
- Width = 113
- Height = 21
- DataField = 'Cena'
- DataSource = DS
- TabOrder = 1
- OnChange = PopisEditChange
- end
- object PopisEdit: TDBEdit
- Left = 48
- Top = 24
- Width = 265
- Height = 21
- DataField = 'Popis'
- DataSource = DS
- TabOrder = 0
- OnChange = PopisEditChange
- end
- object DatumEdit: TDBDateEdit
- Left = 176
- Top = 72
- Width = 137
- Height = 21
- DataField = 'Datum'
- DataSource = DS
- NumGlyphs = 2
- TabOrder = 2
- OnChange = PopisEditChange
- end
- object DS: TDataSource
- Left = 16
- Top = 48
- end
- end
-