home *** CD-ROM | disk | FTP | other *** search
- object EditujUzivateleForm: TEditujUzivateleForm
- Left = 316
- Top = 212
- BorderStyle = bsDialog
- Caption = 'Editace u�ivatele'
- ClientHeight = 93
- ClientWidth = 408
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 46
- Top = 11
- Width = 89
- Height = 13
- Caption = '&U�ivatelsk� jm�no:'
- FocusControl = UserNameEdit
- end
- object Label2: TLabel
- Left = 168
- Top = 11
- Width = 55
- Height = 13
- Caption = '&Cel� jm�no:'
- FocusControl = CeleJmenoEdit
- end
- object Icon: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object OKBtn: TButton
- Left = 328
- Top = 60
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 3
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 248
- Top = 60
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- TabOrder = 2
- OnClick = CancelBtnClick
- end
- object UserNameEdit: TDBEdit
- Left = 48
- Top = 27
- Width = 113
- Height = 21
- DataField = 'UserName'
- DataSource = UzivateleDS
- TabOrder = 0
- OnChange = UserNameEditChange
- OnKeyPress = UserNameEditKeyPress
- end
- object CeleJmenoEdit: TDBEdit
- Left = 168
- Top = 27
- Width = 233
- Height = 21
- DataField = 'CeleJmeno'
- DataSource = UzivateleDS
- TabOrder = 1
- OnChange = UserNameEditChange
- end
- object UzivateleTbl: TTable
- Active = True
- DatabaseName = 'RealityDB'
- IndexFieldNames = 'UserName'
- TableName = 'Uzivatel.DB'
- Left = 304
- Top = 176
- object UzivateleTblRights: TStringField
- FieldName = 'Rights'
- end
- object UzivateleTblUserName: TStringField
- FieldName = 'UserName'
- end
- object UzivateleTblCeleJmeno: TStringField
- FieldName = 'CeleJmeno'
- Size = 60
- end
- object UzivateleTblVelkaTlacitka: TBooleanField
- FieldName = 'VelkaTlacitka'
- end
- object UzivateleTblProdlevaNahledu: TFloatField
- FieldName = 'ProdlevaNahledu'
- end
- object UzivateleTblAutomatickyUkazNahled: TBooleanField
- FieldName = 'AutomatickyUkazNahled'
- end
- object UzivateleTblPassword: TStringField
- FieldName = 'Password'
- end
- end
- object UzivateleDS: TDataSource
- DataSet = UzivateleTbl
- Left = 352
- Top = 184
- end
- end
-