home *** CD-ROM | disk | FTP | other *** search
- object VyberZakaznikaForm: TVyberZakaznikaForm
- Left = 237
- Top = 120
- BorderStyle = bsDialog
- Caption = 'Seznam klient�'
- ClientHeight = 291
- ClientWidth = 279
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Icon: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object TextLabel: TLabel
- Left = 48
- Top = 7
- Width = 73
- Height = 13
- Caption = 'Vyberte klienta:'
- end
- object Label1: TLabel
- Left = 47
- Top = 217
- Width = 40
- Height = 13
- Caption = '&Hled�n�:'
- FocusControl = RxDBLookupCombo
- end
- object OKBtn: TBitBtn
- Left = 114
- Top = 259
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TBitBtn
- Left = 194
- Top = 259
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 1
- end
- object DBGrid: TDBGrid
- Left = 46
- Top = 24
- Width = 223
- Height = 185
- DataSource = ZakazniciDS
- Options = [dgTitles, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
- TabOrder = 2
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- OnDblClick = DBGridDblClick
- end
- object RxDBLookupCombo: TRxDBLookupCombo
- Left = 46
- Top = 232
- Width = 223
- Height = 21
- DropDownCount = 8
- LookupField = 'Jmeno'
- LookupDisplay = 'Jmeno'
- LookupSource = ZakazniciDS
- TabOrder = 3
- end
- object ZakazniciTbl: TTable
- Active = True
- DatabaseName = 'RealityDB'
- ReadOnly = True
- TableName = 'Zakaznic.DB'
- Left = 360
- Top = 280
- object ZakazniciTblCisloZakaznika: TStringField
- FieldName = 'CisloZakaznika'
- Required = True
- Visible = False
- Size = 10
- end
- object ZakazniciTblJmeno: TStringField
- DisplayLabel = 'Jm�no'
- DisplayWidth = 33
- FieldName = 'Jmeno'
- Required = True
- Size = 60
- end
- end
- object ZakazniciDS: TDataSource
- DataSet = ZakazniciTbl
- Left = 360
- Top = 224
- end
- end
-