home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 26 / LogicielsPC_26.iso / Accuses / Nouveau / PandaMoney / _SETUP.1 / financing.exe / 0 / RCDATA / TSECUMAINFORM / TSECUMAINFORM.txt < prev   
Text File  |  1999-09-06  |  23KB  |  932 lines

  1. object SecuMainForm: TSecuMainForm
  2.   Left = 164
  3.   Top = 79
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'PandaMoney Security Manager'
  7.   ClientHeight = 319
  8.   ClientWidth = 477
  9.   Color = clBtnFace
  10.   Constraints.MaxHeight = 346
  11.   Constraints.MinHeight = 346
  12.   Font.Charset = ANSI_CHARSET
  13.   Font.Color = clNavy
  14.   Font.Height = -12
  15.   Font.Name = 'Arial'
  16.   Font.Style = [fsBold]
  17.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = True
  19.   Position = poScreenCenter
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   PixelsPerInch = 96
  23.   TextHeight = 15
  24.   object Splitter: TSplitter
  25.     Left = 477
  26.     Top = 0
  27.     Width = 0
  28.     Height = 319
  29.     Cursor = crHSplit
  30.     Align = alRight
  31.   end
  32.   object GroupBox: TGroupBox
  33.     Left = 245
  34.     Top = 0
  35.     Width = 232
  36.     Height = 319
  37.     Align = alClient
  38.     Caption = 'Users Avaliable'
  39.     Constraints.MaxWidth = 232
  40.     Constraints.MinWidth = 232
  41.     Font.Charset = ANSI_CHARSET
  42.     Font.Color = clNavy
  43.     Font.Height = -12
  44.     Font.Name = 'Arial'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     TabOrder = 0
  48.     object AddButton: TSpeedButton
  49.       Left = 31
  50.       Top = 278
  51.       Width = 87
  52.       Height = 19
  53.       Hint = 'Add a new user.'
  54.       Caption = 'Add'
  55.       Flat = True
  56.       ParentShowHint = False
  57.       ShowHint = True
  58.       OnClick = AddButtonClick
  59.     end
  60.     object ExitButton: TSpeedButton
  61.       Left = 118
  62.       Top = 297
  63.       Width = 86
  64.       Height = 19
  65.       Hint = 'Quit PMS.'
  66.       Caption = 'Exit'
  67.       Flat = True
  68.       ParentShowHint = False
  69.       ShowHint = True
  70.       OnClick = ExitButtonClick
  71.     end
  72.     object DeleteButton: TSpeedButton
  73.       Left = 31
  74.       Top = 297
  75.       Width = 87
  76.       Height = 19
  77.       Hint = 'Delete user profiles.'
  78.       Caption = 'Delete'
  79.       Flat = True
  80.       ParentShowHint = False
  81.       ShowHint = True
  82.       OnClick = DeleteButtonClick
  83.     end
  84.     object ModifyButton: TSpeedButton
  85.       Left = 118
  86.       Top = 278
  87.       Width = 86
  88.       Height = 19
  89.       Hint = 'Modify user profiles.'
  90.       Caption = 'Modify'
  91.       Flat = True
  92.       ParentShowHint = False
  93.       ShowHint = True
  94.       OnClick = ModifyButtonClick
  95.     end
  96.     object UserNames: TListBox
  97.       Left = 2
  98.       Top = 17
  99.       Width = 228
  100.       Height = 258
  101.       Align = alTop
  102.       Color = 12579047
  103.       ItemHeight = 15
  104.       TabOrder = 0
  105.       OnClick = UserNamesClick
  106.     end
  107.   end
  108.   object UserPages: TPageControl
  109.     Left = 0
  110.     Top = 0
  111.     Width = 245
  112.     Height = 319
  113.     ActivePage = ActionSheet
  114.     Align = alLeft
  115.     HotTrack = True
  116.     MultiLine = True
  117.     TabOrder = 1
  118.     TabPosition = tpLeft
  119.     object UserInfoSheet: TTabSheet
  120.       Caption = 'User Details'
  121.       object Sp1: TBevel
  122.         Left = 12
  123.         Top = 140
  124.         Width = 197
  125.         Height = 2
  126.         Style = bsRaised
  127.       end
  128.       object UserRightsLabel: TLabel
  129.         Left = 6
  130.         Top = 146
  131.         Width = 72
  132.         Height = 15
  133.         Caption = 'User Rights :'
  134.         Font.Charset = ANSI_CHARSET
  135.         Font.Color = clBlue
  136.         Font.Height = -12
  137.         Font.Name = 'Arial'
  138.         Font.Style = [fsBold]
  139.         ParentFont = False
  140.       end
  141.       object Bevel1: TBevel
  142.         Left = 10
  143.         Top = 232
  144.         Width = 113
  145.         Height = 2
  146.         Style = bsRaised
  147.       end
  148.       object Label13: TLabel
  149.         Left = 4
  150.         Top = 4
  151.         Width = 118
  152.         Height = 18
  153.         Caption = 'User Information'
  154.         Font.Charset = ANSI_CHARSET
  155.         Font.Color = clBlue
  156.         Font.Height = -15
  157.         Font.Name = 'Arial'
  158.         Font.Style = [fsBold]
  159.         ParentFont = False
  160.       end
  161.       object UserNameLabel: TLabel
  162.         Left = 6
  163.         Top = 27
  164.         Width = 69
  165.         Height = 15
  166.         Caption = 'User Name :'
  167.         Font.Charset = ANSI_CHARSET
  168.         Font.Color = clNavy
  169.         Font.Height = -12
  170.         Font.Name = 'Arial'
  171.         Font.Style = [fsBold]
  172.         ParentFont = False
  173.       end
  174.       object UserPPLabel: TLabel
  175.         Left = 8
  176.         Top = 63
  177.         Width = 119
  178.         Height = 15
  179.         Caption = 'User Personal Pass :'
  180.         Font.Charset = ANSI_CHARSET
  181.         Font.Color = clNavy
  182.         Font.Height = -12
  183.         Font.Name = 'Arial'
  184.         Font.Style = [fsBold]
  185.         ParentFont = False
  186.       end
  187.       object DatabasePathLabel: TLabel
  188.         Left = 10
  189.         Top = 101
  190.         Width = 117
  191.         Height = 15
  192.         Caption = 'User database path :'
  193.         Font.Charset = ANSI_CHARSET
  194.         Font.Color = clNavy
  195.         Font.Height = -12
  196.         Font.Name = 'Arial'
  197.         Font.Style = [fsBold]
  198.         ParentFont = False
  199.       end
  200.       object UserNameDisplay: TPanel
  201.         Left = 36
  202.         Top = 45
  203.         Width = 169
  204.         Height = 15
  205.         BevelOuter = bvLowered
  206.         Color = 12579047
  207.         Font.Charset = ANSI_CHARSET
  208.         Font.Color = clNavy
  209.         Font.Height = -12
  210.         Font.Name = 'Arial'
  211.         Font.Style = [fsBold]
  212.         ParentFont = False
  213.         TabOrder = 6
  214.       end
  215.       object DeleteRecordLable: TPanel
  216.         Left = 14
  217.         Top = 168
  218.         Width = 95
  219.         Height = 18
  220.         Caption = 'Delete Record :'
  221.         Color = 12579047
  222.         Font.Charset = ANSI_CHARSET
  223.         Font.Color = clNavy
  224.         Font.Height = -12
  225.         Font.Name = 'Arial'
  226.         Font.Style = [fsBold]
  227.         ParentFont = False
  228.         TabOrder = 0
  229.       end
  230.       object ModifyRecordLable: TPanel
  231.         Left = 14
  232.         Top = 186
  233.         Width = 95
  234.         Height = 18
  235.         Caption = 'Modify Record :'
  236.         Color = 12579047
  237.         Font.Charset = ANSI_CHARSET
  238.         Font.Color = clNavy
  239.         Font.Height = -12
  240.         Font.Name = 'Arial'
  241.         Font.Style = [fsBold]
  242.         ParentFont = False
  243.         TabOrder = 1
  244.       end
  245.       object AddRecordLable: TPanel
  246.         Left = 14
  247.         Top = 204
  248.         Width = 95
  249.         Height = 18
  250.         Caption = 'Add Record      :'
  251.         Color = 12579047
  252.         Font.Charset = ANSI_CHARSET
  253.         Font.Color = clNavy
  254.         Font.Height = -12
  255.         Font.Name = 'Arial'
  256.         Font.Style = [fsBold]
  257.         ParentFont = False
  258.         TabOrder = 2
  259.       end
  260.       object DeleteUserLable: TPanel
  261.         Left = 14
  262.         Top = 238
  263.         Width = 95
  264.         Height = 18
  265.         Caption = 'Delete User      :'
  266.         Color = 12579047
  267.         Font.Charset = ANSI_CHARSET
  268.         Font.Color = clNavy
  269.         Font.Height = -12
  270.         Font.Name = 'Arial'
  271.         Font.Style = [fsBold]
  272.         ParentFont = False
  273.         TabOrder = 3
  274.       end
  275.       object ModifyUsersLable: TPanel
  276.         Left = 14
  277.         Top = 256
  278.         Width = 95
  279.         Height = 18
  280.         Caption = 'Modify Users   :'
  281.         Color = 12579047
  282.         Font.Charset = ANSI_CHARSET
  283.         Font.Color = clNavy
  284.         Font.Height = -12
  285.         Font.Name = 'Arial'
  286.         Font.Style = [fsBold]
  287.         ParentFont = False
  288.         TabOrder = 4
  289.       end
  290.       object AddUserLable: TPanel
  291.         Left = 14
  292.         Top = 274
  293.         Width = 95
  294.         Height = 18
  295.         Caption = 'Add Users        :'
  296.         Color = 12579047
  297.         Font.Charset = ANSI_CHARSET
  298.         Font.Color = clNavy
  299.         Font.Height = -12
  300.         Font.Name = 'Arial'
  301.         Font.Style = [fsBold]
  302.         ParentFont = False
  303.         TabOrder = 5
  304.       end
  305.       object UserPPDisplay: TPanel
  306.         Left = 36
  307.         Top = 81
  308.         Width = 169
  309.         Height = 15
  310.         BevelOuter = bvLowered
  311.         Color = 12579047
  312.         Font.Charset = ANSI_CHARSET
  313.         Font.Color = clNavy
  314.         Font.Height = -12
  315.         Font.Name = 'Arial'
  316.         Font.Style = [fsBold]
  317.         ParentFont = False
  318.         TabOrder = 7
  319.       end
  320.       object DeleteRecordDisplay: TPanel
  321.         Left = 109
  322.         Top = 167
  323.         Width = 95
  324.         Height = 18
  325.         Alignment = taRightJustify
  326.         BevelInner = bvLowered
  327.         BevelOuter = bvNone
  328.         Color = 12579047
  329.         Ctl3D = True
  330.         Font.Charset = ANSI_CHARSET
  331.         Font.Color = clNavy
  332.         Font.Height = -12
  333.         Font.Name = 'Arial'
  334.         Font.Style = [fsBold]
  335.         ParentCtl3D = False
  336.         ParentFont = False
  337.         TabOrder = 8
  338.       end
  339.       object ModifyRecordDisplay: TPanel
  340.         Left = 109
  341.         Top = 185
  342.         Width = 95
  343.         Height = 18
  344.         Alignment = taRightJustify
  345.         BevelInner = bvLowered
  346.         BevelOuter = bvNone
  347.         Color = 12579047
  348.         Ctl3D = True
  349.         Font.Charset = ANSI_CHARSET
  350.         Font.Color = clNavy
  351.         Font.Height = -12
  352.         Font.Name = 'Arial'
  353.         Font.Style = [fsBold]
  354.         ParentCtl3D = False
  355.         ParentFont = False
  356.         TabOrder = 9
  357.       end
  358.       object AddRecordDisplay: TPanel
  359.         Left = 109
  360.         Top = 203
  361.         Width = 95
  362.         Height = 18
  363.         Alignment = taRightJustify
  364.         BevelInner = bvLowered
  365.         BevelOuter = bvNone
  366.         Color = 12579047
  367.         Ctl3D = True
  368.         Font.Charset = ANSI_CHARSET
  369.         Font.Color = clNavy
  370.         Font.Height = -12
  371.         Font.Name = 'Arial'
  372.         Font.Style = [fsBold]
  373.         ParentCtl3D = False
  374.         ParentFont = False
  375.         TabOrder = 10
  376.       end
  377.       object DeleteUserDisplay: TPanel
  378.         Left = 109
  379.         Top = 237
  380.         Width = 95
  381.         Height = 18
  382.         Alignment = taRightJustify
  383.         BevelOuter = bvLowered
  384.         Color = 12579047
  385.         Font.Charset = ANSI_CHARSET
  386.         Font.Color = clNavy
  387.         Font.Height = -12
  388.         Font.Name = 'Arial'
  389.         Font.Style = [fsBold]
  390.         ParentFont = False
  391.         TabOrder = 11
  392.       end
  393.       object ModifyUsersDisplay: TPanel
  394.         Left = 109
  395.         Top = 255
  396.         Width = 95
  397.         Height = 18
  398.         Alignment = taRightJustify
  399.         BevelOuter = bvLowered
  400.         Color = 12579047
  401.         Font.Charset = ANSI_CHARSET
  402.         Font.Color = clNavy
  403.         Font.Height = -12
  404.         Font.Name = 'Arial'
  405.         Font.Style = [fsBold]
  406.         ParentFont = False
  407.         TabOrder = 12
  408.       end
  409.       object AddUsersDisplay: TPanel
  410.         Left = 109
  411.         Top = 273
  412.         Width = 95
  413.         Height = 18
  414.         Alignment = taRightJustify
  415.         BevelOuter = bvLowered
  416.         Color = 12579047
  417.         Font.Charset = ANSI_CHARSET
  418.         Font.Color = clNavy
  419.         Font.Height = -12
  420.         Font.Name = 'Arial'
  421.         Font.Style = [fsBold]
  422.         ParentFont = False
  423.         TabOrder = 13
  424.       end
  425.       object DataPathLabel: TPanel
  426.         Left = 38
  427.         Top = 119
  428.         Width = 167
  429.         Height = 15
  430.         Alignment = taLeftJustify
  431.         BevelOuter = bvLowered
  432.         Color = 12579047
  433.         Font.Charset = ANSI_CHARSET
  434.         Font.Color = clNavy
  435.         Font.Height = -12
  436.         Font.Name = 'Arial'
  437.         Font.Style = [fsBold]
  438.         ParentFont = False
  439.         ParentShowHint = False
  440.         ShowHint = True
  441.         TabOrder = 14
  442.       end
  443.     end
  444.     object ActionSheet: TTabSheet
  445.       Caption = 'User Editor'
  446.       object Label1: TLabel
  447.         Left = 4
  448.         Top = 35
  449.         Width = 70
  450.         Height = 15
  451.         Caption = 'User Name :'
  452.         Font.Charset = ANSI_CHARSET
  453.         Font.Color = clNavy
  454.         Font.Height = -12
  455.         Font.Name = 'Arial'
  456.         Font.Style = []
  457.         ParentFont = False
  458.       end
  459.       object Label4: TLabel
  460.         Left = 4
  461.         Top = 61
  462.         Width = 118
  463.         Height = 15
  464.         Caption = 'User Personal Pass :'
  465.         Font.Charset = ANSI_CHARSET
  466.         Font.Color = clNavy
  467.         Font.Height = -12
  468.         Font.Name = 'Arial'
  469.         Font.Style = []
  470.         ParentFont = False
  471.       end
  472.       object Bevel2: TBevel
  473.         Left = 4
  474.         Top = 138
  475.         Width = 207
  476.         Height = 2
  477.         Style = bsRaised
  478.       end
  479.       object Label5: TLabel
  480.         Left = 18
  481.         Top = 131
  482.         Width = 66
  483.         Height = 15
  484.         Alignment = taCenter
  485.         Caption = 'User Rights'
  486.         Font.Charset = ANSI_CHARSET
  487.         Font.Color = clBlue
  488.         Font.Height = -12
  489.         Font.Name = 'Arial'
  490.         Font.Style = [fsBold]
  491.         ParentFont = False
  492.       end
  493.       object Label6: TLabel
  494.         Left = 9
  495.         Top = 189
  496.         Width = 86
  497.         Height = 15
  498.         AutoSize = False
  499.         Caption = 'Delete Record :'
  500.         Font.Charset = ANSI_CHARSET
  501.         Font.Color = clNavy
  502.         Font.Height = -12
  503.         Font.Name = 'Arial'
  504.         Font.Style = []
  505.         ParentFont = False
  506.       end
  507.       object Label7: TLabel
  508.         Left = 9
  509.         Top = 229
  510.         Width = 86
  511.         Height = 15
  512.         AutoSize = False
  513.         Caption = 'Modify Record :'
  514.         Font.Charset = ANSI_CHARSET
  515.         Font.Color = clNavy
  516.         Font.Height = -12
  517.         Font.Name = 'Arial'
  518.         Font.Style = []
  519.         ParentFont = False
  520.       end
  521.       object Label8: TLabel
  522.         Left = 10
  523.         Top = 149
  524.         Width = 86
  525.         Height = 15
  526.         AutoSize = False
  527.         Caption = 'Add Record      :'
  528.         Font.Charset = ANSI_CHARSET
  529.         Font.Color = clNavy
  530.         Font.Height = -12
  531.         Font.Name = 'Arial'
  532.         Font.Style = []
  533.         ParentFont = False
  534.       end
  535.       object Label9: TLabel
  536.         Left = 115
  537.         Top = 229
  538.         Width = 86
  539.         Height = 15
  540.         AutoSize = False
  541.         Caption = 'Delete User      :'
  542.         Font.Charset = ANSI_CHARSET
  543.         Font.Color = clNavy
  544.         Font.Height = -12
  545.         Font.Name = 'Arial'
  546.         Font.Style = []
  547.         ParentFont = False
  548.       end
  549.       object Label10: TLabel
  550.         Left = 116
  551.         Top = 189
  552.         Width = 86
  553.         Height = 15
  554.         AutoSize = False
  555.         Caption = 'Modify Users   :'
  556.         Font.Charset = ANSI_CHARSET
  557.         Font.Color = clNavy
  558.         Font.Height = -12
  559.         Font.Name = 'Arial'
  560.         Font.Style = []
  561.         ParentFont = False
  562.       end
  563.       object Label11: TLabel
  564.         Left = 116
  565.         Top = 149
  566.         Width = 86
  567.         Height = 15
  568.         AutoSize = False
  569.         Caption = 'Add Users        :'
  570.         Font.Charset = ANSI_CHARSET
  571.         Font.Color = clNavy
  572.         Font.Height = -12
  573.         Font.Name = 'Arial'
  574.         Font.Style = []
  575.         ParentFont = False
  576.       end
  577.       object Bevel3: TBevel
  578.         Left = 4
  579.         Top = 14
  580.         Width = 207
  581.         Height = 2
  582.         Style = bsRaised
  583.       end
  584.       object Label12: TLabel
  585.         Left = 16
  586.         Top = 7
  587.         Width = 57
  588.         Height = 15
  589.         Alignment = taCenter
  590.         AutoSize = False
  591.         Caption = 'User Info'
  592.         Font.Charset = ANSI_CHARSET
  593.         Font.Color = clBlue
  594.         Font.Height = -12
  595.         Font.Name = 'Arial'
  596.         Font.Style = [fsBold]
  597.         ParentFont = False
  598.       end
  599.       object SaveChangeButton: TSpeedButton
  600.         Left = 12
  601.         Top = 275
  602.         Width = 93
  603.         Height = 19
  604.         Hint = 'Save the modified record.'
  605.         Caption = 'Save Changes'
  606.         Enabled = False
  607.         Flat = True
  608.         ParentShowHint = False
  609.         ShowHint = True
  610.         Visible = False
  611.         OnClick = SaveChangeButtonClick
  612.       end
  613.       object ExitButton2: TSpeedButton
  614.         Left = 111
  615.         Top = 275
  616.         Width = 94
  617.         Height = 19
  618.         Hint = 'Quit PMS'
  619.         Caption = 'Exit'
  620.         Flat = True
  621.         ParentShowHint = False
  622.         ShowHint = True
  623.         Visible = False
  624.         OnClick = ExitButtonClick
  625.       end
  626.       object UserDataPathLabel: TLabel
  627.         Left = 4
  628.         Top = 87
  629.         Width = 121
  630.         Height = 15
  631.         Caption = 'User Database Path  :'
  632.         Font.Charset = ANSI_CHARSET
  633.         Font.Color = clNavy
  634.         Font.Height = -12
  635.         Font.Name = 'Arial'
  636.         Font.Style = []
  637.         ParentFont = False
  638.       end
  639.       object BrowseBtn: TSpeedButton
  640.         Left = 184
  641.         Top = 104
  642.         Width = 23
  643.         Height = 22
  644.         Hint = 'Browse...'
  645.         Flat = True
  646.         Glyph.Data = {
  647.           76010000424D7601000000000000760000002800000020000000100000000100
  648.           04000000000000010000120B0000120B00001000000000000000000000000000
  649.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  650.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  651.           55555555FFFFFFFF5555555000000005555555577777777FF555550999999900
  652.           55555575555555775F55509999999901055557F55555557F75F5001111111101
  653.           105577FFFFFFFF7FF75F00000000000011057777777777775F755070FFFFFF0F
  654.           01105777F555557F75F75500FFFFFF0FF0105577F555FF7F57575550FF700008
  655.           8F0055575FF7777555775555000888888F005555777FFFFFFF77555550000000
  656.           0F055555577777777F7F555550FFFFFF0F05555557F5FFF57F7F555550F000FF
  657.           0005555557F777557775555550FFFFFF0555555557F555FF7F55555550FF7000
  658.           05555555575FF777755555555500055555555555557775555555}
  659.         NumGlyphs = 2
  660.         ParentShowHint = False
  661.         ShowHint = True
  662.         OnClick = BrowseBtnClick
  663.       end
  664.       object NameEdit: TEdit
  665.         Left = 126
  666.         Top = 31
  667.         Width = 81
  668.         Height = 22
  669.         AutoSize = False
  670.         Color = 12579047
  671.         Ctl3D = True
  672.         Font.Charset = ANSI_CHARSET
  673.         Font.Color = clBlack
  674.         Font.Height = -12
  675.         Font.Name = 'Arial'
  676.         Font.Style = [fsBold]
  677.         MaxLength = 15
  678.         ParentCtl3D = False
  679.         ParentFont = False
  680.         ReadOnly = True
  681.         TabOrder = 0
  682.       end
  683.       object PPEdit: TEdit
  684.         Left = 126
  685.         Top = 58
  686.         Width = 81
  687.         Height = 22
  688.         AutoSize = False
  689.         Color = 12579047
  690.         Ctl3D = True
  691.         Font.Charset = ANSI_CHARSET
  692.         Font.Color = clBlack
  693.         Font.Height = -12
  694.         Font.Name = 'Arial'
  695.         Font.Style = [fsBold]
  696.         MaxLength = 8
  697.         ParentCtl3D = False
  698.         ParentFont = False
  699.         TabOrder = 1
  700.       end
  701.       object DRCombo: TComboBox
  702.         Left = 8
  703.         Top = 205
  704.         Width = 93
  705.         Height = 23
  706.         Style = csDropDownList
  707.         Color = 12579047
  708.         Font.Charset = ANSI_CHARSET
  709.         Font.Color = clBlack
  710.         Font.Height = -12
  711.         Font.Name = 'Arial'
  712.         Font.Style = []
  713.         ItemHeight = 15
  714.         Items.Strings = (
  715.           'True'
  716.           'False')
  717.         ParentFont = False
  718.         TabOrder = 4
  719.       end
  720.       object ARCombo: TComboBox
  721.         Left = 8
  722.         Top = 165
  723.         Width = 93
  724.         Height = 23
  725.         Style = csDropDownList
  726.         Color = 12579047
  727.         Font.Charset = ANSI_CHARSET
  728.         Font.Color = clBlack
  729.         Font.Height = -12
  730.         Font.Name = 'Arial'
  731.         Font.Style = []
  732.         ItemHeight = 15
  733.         Items.Strings = (
  734.           'True'
  735.           'False')
  736.         ParentFont = False
  737.         TabOrder = 3
  738.       end
  739.       object MRCombo: TComboBox
  740.         Left = 8
  741.         Top = 245
  742.         Width = 93
  743.         Height = 23
  744.         Style = csDropDownList
  745.         Color = 12579047
  746.         Font.Charset = ANSI_CHARSET
  747.         Font.Color = clBlack
  748.         Font.Height = -12
  749.         Font.Name = 'Arial'
  750.         Font.Style = []
  751.         ItemHeight = 15
  752.         Items.Strings = (
  753.           'True'
  754.           'False')
  755.         ParentFont = False
  756.         TabOrder = 5
  757.       end
  758.       object AUCombo: TComboBox
  759.         Left = 114
  760.         Top = 165
  761.         Width = 93
  762.         Height = 23
  763.         Style = csDropDownList
  764.         Color = 12579047
  765.         Ctl3D = True
  766.         Font.Charset = ANSI_CHARSET
  767.         Font.Color = clBlack
  768.         Font.Height = -12
  769.         Font.Name = 'Arial'
  770.         Font.Style = []
  771.         ItemHeight = 15
  772.         Items.Strings = (
  773.           'True'
  774.           'False')
  775.         ParentCtl3D = False
  776.         ParentFont = False
  777.         TabOrder = 6
  778.       end
  779.       object DUCombo: TComboBox
  780.         Left = 115
  781.         Top = 245
  782.         Width = 93
  783.         Height = 23
  784.         Style = csDropDownList
  785.         Color = 12579047
  786.         Font.Charset = ANSI_CHARSET
  787.         Font.Color = clBlack
  788.         Font.Height = -12
  789.         Font.Name = 'Arial'
  790.         Font.Style = []
  791.         ItemHeight = 15
  792.         Items.Strings = (
  793.           'True'
  794.           'False')
  795.         ParentFont = False
  796.         TabOrder = 8
  797.       end
  798.       object MUCombo: TComboBox
  799.         Left = 114
  800.         Top = 205
  801.         Width = 93
  802.         Height = 23
  803.         Style = csDropDownList
  804.         Color = 12579047
  805.         Font.Charset = ANSI_CHARSET
  806.         Font.Color = clBlack
  807.         Font.Height = -12
  808.         Font.Name = 'Arial'
  809.         Font.Style = []
  810.         ItemHeight = 15
  811.         Items.Strings = (
  812.           'True'
  813.           'False')
  814.         ParentFont = False
  815.         TabOrder = 7
  816.       end
  817.       object DPEdit: TEdit
  818.         Left = 6
  819.         Top = 104
  820.         Width = 178
  821.         Height = 22
  822.         AutoSize = False
  823.         Color = 12579047
  824.         Ctl3D = True
  825.         Font.Charset = ANSI_CHARSET
  826.         Font.Color = clBlack
  827.         Font.Height = -12
  828.         Font.Name = 'Arial'
  829.         Font.Style = [fsBold]
  830.         ParentCtl3D = False
  831.         ParentFont = False
  832.         ReadOnly = True
  833.         TabOrder = 2
  834.       end
  835.     end
  836.     object UserBankAccountInfoSheet: TTabSheet
  837.       Caption = 'Bank Accounts'
  838.       ImageIndex = 2
  839.       object Bevel4: TBevel
  840.         Left = 6
  841.         Top = 7
  842.         Width = 197
  843.         Height = 2
  844.         Style = bsRaised
  845.       end
  846.       object Label2: TLabel
  847.         Left = 14
  848.         Top = 0
  849.         Width = 92
  850.         Height = 15
  851.         Alignment = taCenter
  852.         Caption = 'User Account(s)'
  853.         Font.Charset = ANSI_CHARSET
  854.         Font.Color = clBlue
  855.         Font.Height = -12
  856.         Font.Name = 'Arial'
  857.         Font.Style = [fsBold]
  858.         ParentFont = False
  859.       end
  860.       object NewAccoBtn: TSpeedButton
  861.         Left = 8
  862.         Top = 164
  863.         Width = 62
  864.         Height = 22
  865.         Hint = 'Add a new bank account.'
  866.         Caption = 'New'
  867.         Flat = True
  868.         ParentShowHint = False
  869.         ShowHint = True
  870.         OnClick = NewAccoBtnClick
  871.       end
  872.       object DelAccoBtn: TSpeedButton
  873.         Left = 148
  874.         Top = 164
  875.         Width = 63
  876.         Height = 22
  877.         Hint = 'Delete an exist bank account'
  878.         Caption = 'Delete'
  879.         Flat = True
  880.         ParentShowHint = False
  881.         ShowHint = True
  882.         OnClick = DelAccoBtnClick
  883.       end
  884.       object ModifyAccoBtn: TSpeedButton
  885.         Left = 78
  886.         Top = 164
  887.         Width = 63
  888.         Height = 22
  889.         Hint = 'Modify an exist bank account.'
  890.         Caption = 'Modify'
  891.         Flat = True
  892.         ParentShowHint = False
  893.         ShowHint = True
  894.         OnClick = ModifyAccoBtnClick
  895.       end
  896.       object AccoTypeListBox: TListBox
  897.         Left = 8
  898.         Top = 16
  899.         Width = 202
  900.         Height = 141
  901.         Color = 12579047
  902.         ItemHeight = 15
  903.         TabOrder = 0
  904.         OnClick = AccoTypeListBoxClick
  905.       end
  906.       object AccoDescriptionGroupBox: TGroupBox
  907.         Left = 10
  908.         Top = 194
  909.         Width = 199
  910.         Height = 113
  911.         Caption = 'Description'
  912.         Color = clSilver
  913.         ParentColor = False
  914.         TabOrder = 1
  915.         object DescriptionLabel: TMemo
  916.           Left = 6
  917.           Top = 14
  918.           Width = 189
  919.           Height = 95
  920.           Cursor = crArrow
  921.           BorderStyle = bsNone
  922.           Color = clSilver
  923.           Ctl3D = False
  924.           ParentCtl3D = False
  925.           ReadOnly = True
  926.           TabOrder = 0
  927.         end
  928.       end
  929.     end
  930.   end
  931. end
  932.