home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 273
- Top = 103
- Width = 544
- Height = 375
- Caption = 'Form1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object StatusBar1: TStatusBar
- Left = 0
- Top = 310
- Width = 536
- Height = 19
- Panels = <>
- SimplePanel = False
- end
- object MainMenu1: TMainMenu
- Left = 24
- Top = 32
- object Clients1: TMenuItem
- Caption = '&Clients'
- object New1: TMenuItem
- Caption = 'New '
- OnClick = New1Click
- end
- object Delete1: TMenuItem
- Caption = 'Delete'
- OnClick = New1Click
- end
- object Find1: TMenuItem
- Caption = 'Find'
- OnClick = New1Click
- end
- object N1: TMenuItem
- Caption = '-'
- OnClick = New1Click
- end
- object Print1: TMenuItem
- Caption = 'Print'
- OnClick = New1Click
- end
- end
- object Products1: TMenuItem
- Caption = 'Products'
- object New2: TMenuItem
- Caption = 'New'
- OnClick = New1Click
- end
- object Find2: TMenuItem
- Caption = 'Find'
- OnClick = New1Click
- end
- object Delete2: TMenuItem
- Caption = 'Delete'
- OnClick = New1Click
- end
- object N2: TMenuItem
- Caption = '-'
- OnClick = New1Click
- end
- object Print2: TMenuItem
- Caption = 'Print'
- OnClick = New1Click
- end
- end
- object Stock1: TMenuItem
- Caption = 'Stock'
- object View1: TMenuItem
- Caption = 'View'
- OnClick = New1Click
- end
- object Print3: TMenuItem
- Caption = 'Print'
- OnClick = New1Click
- end
- end
- object UsersAdministration1: TMenuItem
- Caption = 'Users'
- object ChangePassword1: TMenuItem
- Caption = 'Change Password'
- OnClick = ChangePassword1Click
- end
- object UsersAdministration2: TMenuItem
- Caption = 'Users Administration'
- OnClick = UsersAdministration2Click
- end
- end
- end
- object UsersCS1: TUsersCS
- AutoLogin = True
- DatabaseName = 'dbAnotherExample'
- Menu = MainMenu1
- AppKey = 'AnotherExample'
- Left = 32
- Top = 96
- end
- object Database1: TDatabase
- AliasName = 'Users_Interbase'
- DatabaseName = 'dbAnotherExample'
- LoginPrompt = False
- Params.Strings = (
- 'USER NAME=SYSDBA'
- 'PASSWORD=masterkey')
- SessionName = 'Default'
- Left = 136
- Top = 56
- end
- end
-