home *** CD-ROM | disk | FTP | other *** search
- object PSCForm: TPSCForm
- Left = 273
- Top = 158
- BorderStyle = bsDialog
- Caption = 'Po�tovn� sm�rovac� ��sla'
- ClientHeight = 293
- ClientWidth = 244
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object MestoLabel: TLabel
- Left = 8
- Top = 8
- Width = 71
- Height = 13
- Caption = '&Hled�n� m�sta:'
- FocusControl = MestoEdit
- end
- object PSCDBGrid: TDBGrid
- Left = 8
- Top = 48
- Width = 228
- Height = 201
- DataSource = PSCDS
- Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
- ReadOnly = True
- TabOrder = 1
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- OnDblClick = PSCDBGridDblClick
- end
- object MestoEdit: TEdit
- Left = 8
- Top = 24
- Width = 228
- Height = 21
- TabOrder = 0
- OnChange = MestoEditChange
- end
- object OKBtn: TButton
- Left = 80
- Top = 260
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object ZrusitBtn: TButton
- Left = 160
- Top = 260
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 3
- end
- object PSCTbl: TTable
- Active = True
- DatabaseName = 'RealityDB'
- ReadOnly = True
- TableName = 'Psc.DB'
- Left = 104
- Top = 176
- object PSCTblMESTO: TStringField
- DisplayLabel = 'M�sto'
- DisplayWidth = 26
- FieldName = 'MESTO'
- Size = 27
- end
- object PSCTblPSC: TStringField
- DisplayLabel = 'PS�'
- DisplayWidth = 7
- FieldName = 'PSC'
- EditMask = '999 99;0;_'
- Size = 6
- end
- end
- object PSCDS: TDataSource
- DataSet = PSCTbl
- Left = 104
- Top = 120
- end
- end
-