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

  1. object AutoAccountsForm: TAutoAccountsForm
  2.   Left = 193
  3.   Top = 163
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Auto Accounts'
  7.   ClientHeight = 226
  8.   ClientWidth = 387
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clNavy
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = [fsBold]
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Back_Button: TSpeedButton
  21.     Left = 132
  22.     Top = 200
  23.     Width = 83
  24.     Height = 22
  25.     Caption = '<< Back'
  26.     Enabled = False
  27.     OnClick = Back_ButtonClick
  28.   end
  29.   object Next_Button: TSpeedButton
  30.     Left = 219
  31.     Top = 200
  32.     Width = 83
  33.     Height = 22
  34.     Caption = 'Next >>'
  35.     OnClick = Next_ButtonClick
  36.   end
  37.   object Finish_Button: TSpeedButton
  38.     Left = 330
  39.     Top = 200
  40.     Width = 51
  41.     Height = 22
  42.     Caption = 'Finish'
  43.     Enabled = False
  44.     OnClick = Finish_ButtonClick
  45.   end
  46.   object AccWizardPanel: TPanel
  47.     Left = 0
  48.     Top = 0
  49.     Width = 387
  50.     Height = 197
  51.     Align = alTop
  52.     TabOrder = 0
  53.     object ImagePanel: TPanel
  54.       Left = 8
  55.       Top = 6
  56.       Width = 121
  57.       Height = 185
  58.       BevelOuter = bvNone
  59.       BorderStyle = bsSingle
  60.       TabOrder = 0
  61.       object AutoAccountsImage: TImage
  62.         Left = 0
  63.         Top = 0
  64.         Width = 117
  65.         Height = 181
  66.         Align = alClient
  67.         Picture.Data = {<image000.bmp>}
  68.       end
  69.     end
  70.     object AANotebook: TNotebook
  71.       Left = 132
  72.       Top = 6
  73.       Width = 249
  74.       Height = 185
  75.       TabOrder = 1
  76.       object TPage
  77.         Left = 0
  78.         Top = 0
  79.         Caption = '1'
  80.         object Label1: TLabel
  81.           Left = 14
  82.           Top = 12
  83.           Width = 213
  84.           Height = 14
  85.           Caption = 'What is the name of this new account?'
  86.         end
  87.         object Label4: TLabel
  88.           Left = 12
  89.           Top = 24
  90.           Width = 232
  91.           Height = 14
  92.           Caption = 'e.g. Credit Card. (30 charactors maximum)'
  93.         end
  94.         object Label2: TLabel
  95.           Left = 12
  96.           Top = 74
  97.           Width = 205
  98.           Height = 14
  99.           Caption = 'Please give a short description about'
  100.         end
  101.         object Label3: TLabel
  102.           Left = 12
  103.           Top = 86
  104.           Width = 213
  105.           Height = 14
  106.           Caption = 'this account: (70 charactors maximum)'
  107.         end
  108.         object aaAccountNameEdit: TEdit
  109.           Left = 42
  110.           Top = 50
  111.           Width = 183
  112.           Height = 22
  113.           Color = 12579047
  114.           MaxLength = 30
  115.           TabOrder = 0
  116.         end
  117.         object aaAccountDescriptionMemo: TMemo
  118.           Left = 42
  119.           Top = 104
  120.           Width = 185
  121.           Height = 73
  122.           Color = 12579047
  123.           MaxLength = 70
  124.           TabOrder = 1
  125.         end
  126.       end
  127.       object TPage
  128.         Left = 0
  129.         Top = 0
  130.         Caption = '2'
  131.         object Label5: TLabel
  132.           Left = 14
  133.           Top = 20
  134.           Width = 159
  135.           Height = 14
  136.           Caption = 'When is this account opend?'
  137.         end
  138.         object Label6: TLabel
  139.           Left = 14
  140.           Top = 74
  141.           Width = 188
  142.           Height = 14
  143.           Caption = 'What is the current balance of this'
  144.         end
  145.         object Label7: TLabel
  146.           Left = 14
  147.           Top = 86
  148.           Width = 50
  149.           Height = 14
  150.           Caption = 'account?'
  151.         end
  152.         object aaTimePicker: TDateTimePicker
  153.           Left = 32
  154.           Top = 42
  155.           Width = 205
  156.           Height = 21
  157.           CalAlignment = dtaLeft
  158.           Date = 35826.451703587960000000
  159.           Time = 35826.451703587960000000
  160.           Color = 12579047
  161.           DateFormat = dfLong
  162.           DateMode = dmComboBox
  163.           Font.Charset = ANSI_CHARSET
  164.           Font.Color = clNavy
  165.           Font.Height = -11
  166.           Font.Name = 'Arial'
  167.           Font.Style = [fsBold]
  168.           Kind = dtkDate
  169.           ParseInput = False
  170.           ParentFont = False
  171.           TabOrder = 0
  172.         end
  173.         object aaCurrentBalance: TEdit
  174.           Left = 34
  175.           Top = 110
  176.           Width = 203
  177.           Height = 21
  178.           Color = 12579047
  179.           MaxLength = 12
  180.           TabOrder = 1
  181.           Text = '0'
  182.           OnChange = aaCurrentBalanceChange
  183.           OnKeyPress = aaCurrentBalanceKeyPress
  184.         end
  185.         object CalculatorPanel: TPanel
  186.           Left = 82
  187.           Top = 131
  188.           Width = 121
  189.           Height = 52
  190.           BevelInner = bvLowered
  191.           BorderWidth = 3
  192.           TabOrder = 2
  193.           object LCDPanel: TPanel
  194.             Left = 5
  195.             Top = 5
  196.             Width = 111
  197.             Height = 20
  198.             Align = alBottom
  199.             BevelOuter = bvNone
  200.             BorderWidth = 3
  201.             Caption = '0'
  202.             Color = clNavy
  203.             Font.Charset = DEFAULT_CHARSET
  204.             Font.Color = clYellow
  205.             Font.Height = -11
  206.             Font.Name = 'MS Sans Serif'
  207.             Font.Style = []
  208.             ParentFont = False
  209.             TabOrder = 0
  210.             object ClearBtn: TSpeedButton
  211.               Left = 0
  212.               Top = 0
  213.               Width = 111
  214.               Height = 20
  215.               Flat = True
  216.               Font.Charset = DEFAULT_CHARSET
  217.               Font.Color = clNavy
  218.               Font.Height = -13
  219.               Font.Name = 'MS Sans Serif'
  220.               Font.Style = [fsBold]
  221.               Layout = blGlyphBottom
  222.               ParentFont = False
  223.               OnClick = ClearBtnClick
  224.             end
  225.           end
  226.           object KeysPanel: TPanel
  227.             Left = 5
  228.             Top = 25
  229.             Width = 111
  230.             Height = 22
  231.             Align = alBottom
  232.             TabOrder = 1
  233.             object PlusBtn: TSpeedButton
  234.               Left = 2
  235.               Top = 2
  236.               Width = 18
  237.               Height = 18
  238.               Caption = '+'
  239.               Flat = True
  240.               Font.Charset = DEFAULT_CHARSET
  241.               Font.Color = clNavy
  242.               Font.Height = -13
  243.               Font.Name = 'MS Sans Serif'
  244.               Font.Style = [fsBold]
  245.               Layout = blGlyphBottom
  246.               ParentFont = False
  247.               OnClick = PlusBtnClick
  248.             end
  249.             object MinusBtn: TSpeedButton
  250.               Left = 22
  251.               Top = 2
  252.               Width = 18
  253.               Height = 18
  254.               Caption = '-'
  255.               Flat = True
  256.               Font.Charset = DEFAULT_CHARSET
  257.               Font.Color = clNavy
  258.               Font.Height = -13
  259.               Font.Name = 'MS Sans Serif'
  260.               Font.Style = [fsBold]
  261.               Layout = blGlyphBottom
  262.               ParentFont = False
  263.               OnClick = MinusBtnClick
  264.             end
  265.             object MultiplyBtn: TSpeedButton
  266.               Left = 42
  267.               Top = 2
  268.               Width = 18
  269.               Height = 18
  270.               Caption = 'x'
  271.               Flat = True
  272.               Font.Charset = DEFAULT_CHARSET
  273.               Font.Color = clNavy
  274.               Font.Height = -13
  275.               Font.Name = 'MS Sans Serif'
  276.               Font.Style = [fsBold]
  277.               Layout = blGlyphBottom
  278.               ParentFont = False
  279.               OnClick = MultiplyBtnClick
  280.             end
  281.             object DevideBtn: TSpeedButton
  282.               Left = 62
  283.               Top = 2
  284.               Width = 18
  285.               Height = 18
  286.               Caption = '/'
  287.               Flat = True
  288.               Font.Charset = DEFAULT_CHARSET
  289.               Font.Color = clNavy
  290.               Font.Height = -13
  291.               Font.Name = 'MS Sans Serif'
  292.               Font.Style = [fsBold]
  293.               Layout = blGlyphBottom
  294.               ParentFont = False
  295.               OnClick = DevideBtnClick
  296.             end
  297.             object OKBtn: TSpeedButton
  298.               Left = 82
  299.               Top = 2
  300.               Width = 27
  301.               Height = 18
  302.               Caption = 'OK'
  303.               Flat = True
  304.               Font.Charset = DEFAULT_CHARSET
  305.               Font.Color = clNavy
  306.               Font.Height = -13
  307.               Font.Name = 'MS Sans Serif'
  308.               Font.Style = [fsBold]
  309.               Layout = blGlyphBottom
  310.               ParentFont = False
  311.               OnClick = OKBtnClick
  312.             end
  313.           end
  314.         end
  315.       end
  316.       object TPage
  317.         Left = 0
  318.         Top = 0
  319.         Caption = '3'
  320.         object Label8: TLabel
  321.           Left = 20
  322.           Top = 8
  323.           Width = 96
  324.           Height = 24
  325.           Caption = 'Summary'
  326.           Font.Charset = ANSI_CHARSET
  327.           Font.Color = clNavy
  328.           Font.Height = -21
  329.           Font.Name = 'Arial'
  330.           Font.Style = [fsBold]
  331.           ParentFont = False
  332.         end
  333.         object Label9: TLabel
  334.           Left = 34
  335.           Top = 136
  336.           Width = 179
  337.           Height = 14
  338.           Caption = 'Click finish to save, or click back'
  339.         end
  340.         object Label10: TLabel
  341.           Left = 34
  342.           Top = 148
  343.           Width = 55
  344.           Height = 14
  345.           Caption = 'to modify.'
  346.         end
  347.         object aaSummaryMemo: TMemo
  348.           Left = 22
  349.           Top = 32
  350.           Width = 213
  351.           Height = 91
  352.           Color = 12579047
  353.           ReadOnly = True
  354.           ScrollBars = ssVertical
  355.           TabOrder = 0
  356.         end
  357.       end
  358.     end
  359.   end
  360. end
  361.