home *** CD-ROM | disk | FTP | other *** search
- object PresunDoSlozkyForm: TPresunDoSlozkyForm
- Left = 333
- Top = 185
- BorderStyle = bsDialog
- Caption = 'P�esun do slo�ky'
- ClientHeight = 288
- ClientWidth = 370
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object SlozkyLabel: TLabel
- Left = 8
- Top = 8
- Width = 140
- Height = 13
- Caption = '&P�esunout do vybran� slo�ky:'
- FocusControl = SlozkyTreeView
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object SlozkyTreeView: TTreeView
- Left = 8
- Top = 24
- Width = 265
- Height = 257
- ReadOnly = True
- HideSelection = False
- Indent = 35
- SortType = stText
- TabOrder = 0
- OnClick = SlozkyTreeViewClick
- Images = MainForm.OutlookBarImageList
- end
- object OKBtn: TButton
- Left = 288
- Top = 24
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = OKBtnClick
- end
- object StornoBtn: TButton
- Left = 288
- Top = 56
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 2
- end
- object NovaSlozkaBtn: TButton
- Left = 288
- Top = 88
- Width = 75
- Height = 25
- Caption = '&Nov� slo�ka'
- TabOrder = 3
- OnClick = NovaSlozkaBtnClick
- end
- object ZakazkyTbl: TTable
- Active = True
- DatabaseName = 'RealityDB'
- IndexFieldNames = 'CisloZakazky'
- TableName = 'Zakazky.DB'
- Left = 312
- Top = 128
- object ZakazkyTblCisloZakazky: TStringField
- FieldName = 'CisloZakazky'
- Required = True
- Size = 30
- end
- object ZakazkyTblMnozinaID: TStringField
- FieldName = 'MnozinaID'
- Size = 10
- end
- end
- end
-