home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TFMSYSTEMUSERS / TFMSYSTEMUSERS.txt
Text File  |  1999-06-21  |  10KB  |  427 lines

  1. object fmSystemUsers: TfmSystemUsers
  2.   Left = 233
  3.   Top = 108
  4.   HelpContext = 576
  5.   AutoScroll = False
  6.   Caption = 'System Users'
  7.   ClientHeight = 365
  8.   ClientWidth = 426
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnActivate = FormActivate
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 324
  25.     Width = 426
  26.     Height = 41
  27.     Align = alBottom
  28.     TabOrder = 1
  29.     object BtnSave: TBitBtn
  30.       Left = 7
  31.       Top = 6
  32.       Width = 75
  33.       Height = 30
  34.       Hint = 'Save user details'
  35.       Caption = '&Save'
  36.       ParentShowHint = False
  37.       ShowHint = True
  38.       TabOrder = 0
  39.       OnClick = BtnSaveClick
  40.       NumGlyphs = 2
  41.     end
  42.     object BtnAbandon: TBitBtn
  43.       Left = 87
  44.       Top = 6
  45.       Width = 75
  46.       Height = 30
  47.       Hint = 'Discard user details'
  48.       Caption = '&Abandon'
  49.       ParentShowHint = False
  50.       ShowHint = True
  51.       TabOrder = 1
  52.       OnClick = BtnAbandonClick
  53.       NumGlyphs = 2
  54.     end
  55.     object BtnClose: TBitBtn
  56.       Left = 248
  57.       Top = 6
  58.       Width = 75
  59.       Height = 30
  60.       Cancel = True
  61.       Caption = '&Close'
  62.       ParentShowHint = False
  63.       ShowHint = True
  64.       TabOrder = 3
  65.       OnClick = BtnCloseClick
  66.       NumGlyphs = 2
  67.     end
  68.     object BtnDelete: TBitBtn
  69.       Left = 168
  70.       Top = 6
  71.       Width = 75
  72.       Height = 30
  73.       Hint = 'Delete current user'
  74.       Caption = '&Delete'
  75.       ParentShowHint = False
  76.       ShowHint = True
  77.       TabOrder = 2
  78.       OnClick = BtnDeleteClick
  79.       NumGlyphs = 2
  80.     end
  81.     object btnHelp: TButton
  82.       Left = 345
  83.       Top = 6
  84.       Width = 75
  85.       Height = 30
  86.       Caption = '&Help'
  87.       ParentShowHint = False
  88.       ShowHint = True
  89.       TabOrder = 4
  90.       OnClick = btnHelpClick
  91.     end
  92.   end
  93.   object Panel2: TPanel
  94.     Left = 0
  95.     Top = 0
  96.     Width = 426
  97.     Height = 324
  98.     Align = alClient
  99.     TabOrder = 0
  100.     object Bevel1: TBevel
  101.       Left = 16
  102.       Top = 7
  103.       Width = 395
  104.       Height = 97
  105.       Shape = bsFrame
  106.     end
  107.     object Label1: TLabel
  108.       Left = 28
  109.       Top = 15
  110.       Width = 45
  111.       Height = 16
  112.       Caption = 'User ID'
  113.     end
  114.     object Label2: TLabel
  115.       Left = 28
  116.       Top = 47
  117.       Width = 69
  118.       Height = 16
  119.       Caption = 'User Name'
  120.     end
  121.     object Label3: TLabel
  122.       Left = 28
  123.       Top = 79
  124.       Width = 60
  125.       Height = 16
  126.       Caption = 'Password'
  127.     end
  128.     object lbNew: TLabel
  129.       Left = 240
  130.       Top = 20
  131.       Width = 6
  132.       Height = 23
  133.       Alignment = taCenter
  134.       Color = clBtnFace
  135.       Font.Charset = ANSI_CHARSET
  136.       Font.Color = clNavy
  137.       Font.Height = -20
  138.       Font.Name = 'Arial'
  139.       Font.Style = []
  140.       ParentColor = False
  141.       ParentFont = False
  142.     end
  143.     object GroupBox1: TGroupBox
  144.       Left = 16
  145.       Top = 109
  146.       Width = 397
  147.       Height = 205
  148.       Caption = 'Access To'
  149.       TabOrder = 3
  150.       object CBCustomer: TDBCheckBox
  151.         Left = 16
  152.         Top = 24
  153.         Width = 150
  154.         Height = 17
  155.         Hint = 'Press F1 for help'
  156.         HelpContext = 639
  157.         Alignment = taLeftJustify
  158.         Caption = 'Customers'
  159.         DataField = 'CUSTOMER'
  160.         DataSource = DM1.dsSysUsers
  161.         ParentShowHint = False
  162.         ShowHint = True
  163.         TabOrder = 0
  164.         ValueChecked = 'True'
  165.         ValueUnchecked = 'False'
  166.       end
  167.       object CBSupplier: TDBCheckBox
  168.         Left = 16
  169.         Top = 50
  170.         Width = 150
  171.         Height = 17
  172.         Hint = 'Press F1 for help'
  173.         HelpContext = 640
  174.         Alignment = taLeftJustify
  175.         Caption = 'Suppliers'
  176.         DataField = 'SUPPLIER'
  177.         DataSource = DM1.dsSysUsers
  178.         ParentShowHint = False
  179.         ShowHint = True
  180.         TabOrder = 1
  181.         ValueChecked = 'True'
  182.         ValueUnchecked = 'False'
  183.       end
  184.       object CBNominal: TDBCheckBox
  185.         Left = 16
  186.         Top = 76
  187.         Width = 150
  188.         Height = 17
  189.         Hint = 'Press F1 for help'
  190.         HelpContext = 641
  191.         Alignment = taLeftJustify
  192.         Caption = 'Financial'
  193.         DataField = 'NOMINAL'
  194.         DataSource = DM1.dsSysUsers
  195.         ParentShowHint = False
  196.         ShowHint = True
  197.         TabOrder = 2
  198.         ValueChecked = 'True'
  199.         ValueUnchecked = 'False'
  200.       end
  201.       object CBCashBook: TDBCheckBox
  202.         Left = 16
  203.         Top = 102
  204.         Width = 150
  205.         Height = 17
  206.         Hint = 'Press F1 for help'
  207.         HelpContext = 642
  208.         Alignment = taLeftJustify
  209.         Caption = 'Bank'
  210.         DataField = 'CASHBOOK'
  211.         DataSource = DM1.dsSysUsers
  212.         ParentShowHint = False
  213.         ShowHint = True
  214.         TabOrder = 3
  215.         ValueChecked = 'True'
  216.         ValueUnchecked = 'False'
  217.       end
  218.       object CBInvoicing: TDBCheckBox
  219.         Left = 16
  220.         Top = 128
  221.         Width = 150
  222.         Height = 17
  223.         Hint = 'Press F1 for help'
  224.         HelpContext = 643
  225.         Alignment = taLeftJustify
  226.         Caption = 'Invoice'
  227.         DataField = 'INVOICING'
  228.         DataSource = DM1.dsSysUsers
  229.         ParentShowHint = False
  230.         ShowHint = True
  231.         TabOrder = 4
  232.         ValueChecked = 'True'
  233.         ValueUnchecked = 'False'
  234.       end
  235.       object CBStockControl: TDBCheckBox
  236.         Left = 16
  237.         Top = 154
  238.         Width = 150
  239.         Height = 17
  240.         Hint = 'Press F1 for help'
  241.         HelpContext = 644
  242.         Alignment = taLeftJustify
  243.         Caption = 'Stock '
  244.         DataField = 'STOCK'
  245.         DataSource = DM1.dsSysUsers
  246.         ParentShowHint = False
  247.         ShowHint = True
  248.         TabOrder = 5
  249.         ValueChecked = 'True'
  250.         ValueUnchecked = 'False'
  251.       end
  252.       object CBSupplierOrder: TDBCheckBox
  253.         Left = 16
  254.         Top = 180
  255.         Width = 150
  256.         Height = 17
  257.         Hint = 'Press F1 for help'
  258.         HelpContext = 645
  259.         Alignment = taLeftJustify
  260.         Caption = 'Purchase Order'
  261.         DataField = 'ORDERS'
  262.         DataSource = DM1.dsSysUsers
  263.         ParentShowHint = False
  264.         ShowHint = True
  265.         TabOrder = 6
  266.         ValueChecked = 'True'
  267.         ValueUnchecked = 'False'
  268.       end
  269.       object CBFinancialRep: TDBCheckBox
  270.         Left = 216
  271.         Top = 24
  272.         Width = 150
  273.         Height = 17
  274.         Hint = 'Press F1 for help'
  275.         HelpContext = 646
  276.         Alignment = taLeftJustify
  277.         Caption = 'Financial Reports'
  278.         DataField = 'FINANREPS'
  279.         DataSource = DM1.dsSysUsers
  280.         ParentShowHint = False
  281.         ShowHint = True
  282.         TabOrder = 7
  283.         ValueChecked = 'True'
  284.         ValueUnchecked = 'False'
  285.       end
  286.       object CBSysSetup: TDBCheckBox
  287.         Left = 216
  288.         Top = 106
  289.         Width = 150
  290.         Height = 17
  291.         Hint = 'Press F1 for help'
  292.         HelpContext = 649
  293.         Alignment = taLeftJustify
  294.         Caption = 'System Setup'
  295.         DataField = 'SYSSETUP'
  296.         DataSource = DM1.dsSysUsers
  297.         ParentShowHint = False
  298.         ShowHint = True
  299.         TabOrder = 10
  300.         ValueChecked = 'True'
  301.         ValueUnchecked = 'False'
  302.       end
  303.       object CBAmendTrans: TDBCheckBox
  304.         Left = 216
  305.         Top = 52
  306.         Width = 150
  307.         Height = 17
  308.         Hint = 'Press F1 for help'
  309.         HelpContext = 647
  310.         Alignment = taLeftJustify
  311.         Caption = 'Amend Transactions'
  312.         DataField = 'AMEND'
  313.         DataSource = DM1.dsSysUsers
  314.         ParentShowHint = False
  315.         ShowHint = True
  316.         TabOrder = 8
  317.         ValueChecked = 'True'
  318.         ValueUnchecked = 'False'
  319.       end
  320.       object DBCheckBox1: TDBCheckBox
  321.         Left = 216
  322.         Top = 78
  323.         Width = 150
  324.         Height = 17
  325.         Hint = 'Press F1 for help'
  326.         HelpContext = 648
  327.         Alignment = taLeftJustify
  328.         Caption = 'System Reports'
  329.         DataField = 'SYSREPS'
  330.         DataSource = DM1.dsSysUsers
  331.         ParentShowHint = False
  332.         ShowHint = True
  333.         TabOrder = 9
  334.         ValueChecked = 'True'
  335.         ValueUnchecked = 'False'
  336.       end
  337.     end
  338.     object DBEUserName: TwwDBEdit
  339.       Left = 124
  340.       Top = 43
  341.       Width = 201
  342.       Height = 24
  343.       Hint = 'Press F1 for help'
  344.       HelpContext = 637
  345.       DataField = 'NAME'
  346.       DataSource = DM1.dsSysUsers
  347.       ParentShowHint = False
  348.       ShowHint = True
  349.       TabOrder = 1
  350.       UnboundDataType = wwDefault
  351.       WantReturns = False
  352.       WordWrap = False
  353.     end
  354.     object DBCDlgUserID: TComboEdit
  355.       Left = 124
  356.       Top = 15
  357.       Width = 101
  358.       Height = 24
  359.       Hint = 'Press F1 for help'
  360.       HelpContext = 636
  361.       ButtonHint = 'Search'
  362.       CharCase = ecUpperCase
  363.       ClickKey = 16467
  364.       ButtonWidth = 24
  365.       MaxLength = 6
  366.       NumGlyphs = 1
  367.       ParentShowHint = False
  368.       ShowHint = True
  369.       TabOrder = 0
  370.       OnButtonClick = DBCDlgUserIDButtonClick
  371.       OnEnter = DBCDlgUserIDEnter
  372.       OnExit = DBCDlgUserIDExit
  373.       OnKeyPress = DBCDlgUserIDKeyPress
  374.     end
  375.     object edtUserPassword: TEdit
  376.       Left = 124
  377.       Top = 71
  378.       Width = 101
  379.       Height = 24
  380.       Hint = 'Press F1 for help'
  381.       HelpContext = 638
  382.       CharCase = ecUpperCase
  383.       MaxLength = 10
  384.       ParentShowHint = False
  385.       ShowHint = True
  386.       TabOrder = 2
  387.       OnEnter = edtUserPasswordEnter
  388.       OnExit = edtUserPasswordExit
  389.     end
  390.   end
  391.   object Sizer1: TSizer
  392.     Enabled = True
  393.     ExceptionAction = eaIgnoreControl
  394.     GridColumnSizing = gcSizeAllColumns
  395.     GridRowSizing = grSizeByDefaults
  396.     MinimumSize = True
  397.     NavigateOnEnter = True
  398.     OverrideParentFont = True
  399.     PerformAssertions = True
  400.     ShowAssertionFailures = False
  401.     StretchFonts = True
  402.     StretchImages = True
  403.     StretchOnResize = True
  404.     ThreadProcessing = False
  405.     Left = 392
  406.     Top = 294
  407.     ScreenWidth = (
  408.       800)
  409.     ScreenHeight = (
  410.       600)
  411.     OriginalFormWidth = (
  412.       434)
  413.     OriginalFormHeight = (
  414.       392)
  415.     OriginalFormLeft = (
  416.       233)
  417.     OriginalFormTop = (
  418.       108)
  419.     OriginalFormPPI = (
  420.       120)
  421.     OriginalClientWidth = (
  422.       426)
  423.     OriginalClientHeight = (
  424.       365)
  425.   end
  426. end
  427.