home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / TUSERSCS.ZIP / ToolsAndComps / UsersCS / AnotherExampleD3 / main.dfm / main.txt
Encoding:
Text File  |  1999-04-19  |  2.6 KB  |  117 lines

  1. object Form1: TForm1
  2.   Left = 273
  3.   Top = 103
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object StatusBar1: TStatusBar
  18.     Left = 0
  19.     Top = 310
  20.     Width = 536
  21.     Height = 19
  22.     Panels = <>
  23.     SimplePanel = False
  24.   end
  25.   object MainMenu1: TMainMenu
  26.     Left = 24
  27.     Top = 32
  28.     object Clients1: TMenuItem
  29.       Caption = '&Clients'
  30.       object New1: TMenuItem
  31.         Caption = 'New '
  32.         OnClick = New1Click
  33.       end
  34.       object Delete1: TMenuItem
  35.         Caption = 'Delete'
  36.         OnClick = New1Click
  37.       end
  38.       object Find1: TMenuItem
  39.         Caption = 'Find'
  40.         OnClick = New1Click
  41.       end
  42.       object N1: TMenuItem
  43.         Caption = '-'
  44.         OnClick = New1Click
  45.       end
  46.       object Print1: TMenuItem
  47.         Caption = 'Print'
  48.         OnClick = New1Click
  49.       end
  50.     end
  51.     object Products1: TMenuItem
  52.       Caption = 'Products'
  53.       object New2: TMenuItem
  54.         Caption = 'New'
  55.         OnClick = New1Click
  56.       end
  57.       object Find2: TMenuItem
  58.         Caption = 'Find'
  59.         OnClick = New1Click
  60.       end
  61.       object Delete2: TMenuItem
  62.         Caption = 'Delete'
  63.         OnClick = New1Click
  64.       end
  65.       object N2: TMenuItem
  66.         Caption = '-'
  67.         OnClick = New1Click
  68.       end
  69.       object Print2: TMenuItem
  70.         Caption = 'Print'
  71.         OnClick = New1Click
  72.       end
  73.     end
  74.     object Stock1: TMenuItem
  75.       Caption = 'Stock'
  76.       object View1: TMenuItem
  77.         Caption = 'View'
  78.         OnClick = New1Click
  79.       end
  80.       object Print3: TMenuItem
  81.         Caption = 'Print'
  82.         OnClick = New1Click
  83.       end
  84.     end
  85.     object UsersAdministration1: TMenuItem
  86.       Caption = 'Users'
  87.       object ChangePassword1: TMenuItem
  88.         Caption = 'Change Password'
  89.         OnClick = ChangePassword1Click
  90.       end
  91.       object UsersAdministration2: TMenuItem
  92.         Caption = 'Users Administration'
  93.         OnClick = UsersAdministration2Click
  94.       end
  95.     end
  96.   end
  97.   object UsersCS1: TUsersCS
  98.     AutoLogin = True
  99.     DatabaseName = 'dbAnotherExample'
  100.     Menu = MainMenu1
  101.     AppKey = 'AnotherExample'
  102.     Left = 32
  103.     Top = 96
  104.   end
  105.   object Database1: TDatabase
  106.     AliasName = 'Users_Interbase'
  107.     DatabaseName = 'dbAnotherExample'
  108.     LoginPrompt = False
  109.     Params.Strings = (
  110.       'USER NAME=SYSDBA'
  111.       'PASSWORD=masterkey')
  112.     SessionName = 'Default'
  113.     Left = 136
  114.     Top = 56
  115.   end
  116. end
  117.