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

  1. object fmCompanySetupWizard: TfmCompanySetupWizard
  2.   Left = 156
  3.   Top = 112
  4.   HelpContext = 730
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Company Setup Wizard'
  8.   ClientHeight = 353
  9.   ClientWidth = 592
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object Notebook1: TNotebook
  23.     Left = 152
  24.     Top = 0
  25.     Width = 440
  26.     Height = 288
  27.     Align = alRight
  28.     PageIndex = 3
  29.     TabOrder = 0
  30.     object TPage
  31.       Left = 0
  32.       Top = 0
  33.       Caption = 'WelcomePage'
  34.       object RxLabel7: TRxLabel
  35.         Left = 20
  36.         Top = 15
  37.         Width = 215
  38.         Height = 23
  39.         Caption = 'Company Setup Wizard.'
  40.         Color = clBtnFace
  41.         Font.Charset = DEFAULT_CHARSET
  42.         Font.Color = clBlue
  43.         Font.Height = -20
  44.         Font.Name = 'Arial'
  45.         Font.Style = []
  46.         ParentColor = False
  47.         ParentFont = False
  48.         ShadowColor = clWhite
  49.         ShadowSize = 2
  50.         ShadowPos = spRightBottom
  51.       end
  52.       object Label23: TLabel
  53.         Left = 44
  54.         Top = 72
  55.         Width = 360
  56.         Height = 80
  57.         Caption = 
  58.           'Welcome to the company setup wizard. This wizard will guide '#13#10'yo' +
  59.           'u through the process of creating a new company. '#13#10'All you have ' +
  60.           'to do is answer some basic questions using the'#13#10'< Back > and < N' +
  61.           'ext > buttons to progress through the setup process.'
  62.         WordWrap = True
  63.       end
  64.       object Label24: TLabel
  65.         Left = 200
  66.         Top = 188
  67.         Width = 4
  68.         Height = 16
  69.       end
  70.       object FileListBox1: TFileListBox
  71.         Left = 12
  72.         Top = 216
  73.         Width = 65
  74.         Height = 33
  75.         ItemHeight = 16
  76.         TabOrder = 0
  77.         Visible = False
  78.       end
  79.     end
  80.     object TPage
  81.       Left = 0
  82.       Top = 0
  83.       Caption = 'MainDetails'
  84.       object Label1: TLabel
  85.         Left = 36
  86.         Top = 56
  87.         Width = 341
  88.         Height = 16
  89.         Caption = 'Please enter your company details. Click Next to continue.'
  90.         WordWrap = True
  91.       end
  92.       object RxLabel1: TRxLabel
  93.         Left = 20
  94.         Top = 15
  95.         Width = 172
  96.         Height = 23
  97.         Caption = 'Company details ...'
  98.         Color = clBtnFace
  99.         Font.Charset = DEFAULT_CHARSET
  100.         Font.Color = clBlue
  101.         Font.Height = -20
  102.         Font.Name = 'Arial'
  103.         Font.Style = []
  104.         ParentColor = False
  105.         ParentFont = False
  106.         ShadowColor = clWhite
  107.         ShadowSize = 2
  108.         ShadowPos = spRightBottom
  109.       end
  110.       object Label5: TLabel
  111.         Left = 36
  112.         Top = 100
  113.         Width = 93
  114.         Height = 16
  115.         Caption = 'Company Name'
  116.       end
  117.       object Label6: TLabel
  118.         Left = 36
  119.         Top = 130
  120.         Width = 59
  121.         Height = 16
  122.         Caption = 'Address 1'
  123.       end
  124.       object Label7: TLabel
  125.         Left = 36
  126.         Top = 161
  127.         Width = 59
  128.         Height = 16
  129.         Caption = 'Address 2'
  130.       end
  131.       object Label8: TLabel
  132.         Left = 36
  133.         Top = 191
  134.         Width = 59
  135.         Height = 16
  136.         Caption = 'Address 3'
  137.       end
  138.       object Label9: TLabel
  139.         Left = 36
  140.         Top = 222
  141.         Width = 59
  142.         Height = 16
  143.         Caption = 'Address 4'
  144.       end
  145.       object Label10: TLabel
  146.         Left = 36
  147.         Top = 252
  148.         Width = 61
  149.         Height = 16
  150.         Caption = 'Post Code'
  151.       end
  152.       object DBECompanyName: TwwDBEdit
  153.         Left = 144
  154.         Top = 96
  155.         Width = 284
  156.         Height = 24
  157.         DataField = 'COMPANY'
  158.         DataSource = DM1.dsSetup
  159.         TabOrder = 0
  160.         UnboundDataType = wwDefault
  161.         WantReturns = False
  162.         WordWrap = False
  163.         OnExit = DBECompanyNameExit
  164.       end
  165.       object DBEdit2: TwwDBEdit
  166.         Left = 144
  167.         Top = 126
  168.         Width = 214
  169.         Height = 24
  170.         DataField = 'ADDRESS1'
  171.         DataSource = DM1.dsSetup
  172.         TabOrder = 1
  173.         UnboundDataType = wwDefault
  174.         WantReturns = False
  175.         WordWrap = False
  176.       end
  177.       object DBEdit3: TwwDBEdit
  178.         Left = 144
  179.         Top = 157
  180.         Width = 214
  181.         Height = 24
  182.         DataField = 'ADDRESS2'
  183.         DataSource = DM1.dsSetup
  184.         TabOrder = 2
  185.         UnboundDataType = wwDefault
  186.         WantReturns = False
  187.         WordWrap = False
  188.       end
  189.       object DBEdit4: TwwDBEdit
  190.         Left = 144
  191.         Top = 187
  192.         Width = 214
  193.         Height = 24
  194.         DataField = 'ADDRESS3'
  195.         DataSource = DM1.dsSetup
  196.         TabOrder = 3
  197.         UnboundDataType = wwDefault
  198.         WantReturns = False
  199.         WordWrap = False
  200.       end
  201.       object DBEdit5: TwwDBEdit
  202.         Left = 144
  203.         Top = 218
  204.         Width = 214
  205.         Height = 24
  206.         DataField = 'ADDRESS4'
  207.         DataSource = DM1.dsSetup
  208.         TabOrder = 4
  209.         UnboundDataType = wwDefault
  210.         WantReturns = False
  211.         WordWrap = False
  212.       end
  213.       object DBEPostcode: TwwDBEdit
  214.         Left = 144
  215.         Top = 248
  216.         Width = 74
  217.         Height = 24
  218.         CharCase = ecUpperCase
  219.         DataField = 'POSTCODE'
  220.         DataSource = DM1.dsSetup
  221.         TabOrder = 5
  222.         UnboundDataType = wwDefault
  223.         WantReturns = False
  224.         WordWrap = False
  225.       end
  226.     end
  227.     object TPage
  228.       Left = 0
  229.       Top = 0
  230.       Caption = 'TelephoneNo'
  231.       object Label2: TLabel
  232.         Left = 28
  233.         Top = 72
  234.         Width = 272
  235.         Height = 16
  236.         Caption = 'Please type your Telephone and Fax Numbers.'
  237.         WordWrap = True
  238.       end
  239.       object RxLabel2: TRxLabel
  240.         Left = 20
  241.         Top = 15
  242.         Width = 229
  243.         Height = 23
  244.         Caption = 'Company details (cont) ...'
  245.         Color = clBtnFace
  246.         Font.Charset = DEFAULT_CHARSET
  247.         Font.Color = clBlue
  248.         Font.Height = -20
  249.         Font.Name = 'Arial'
  250.         Font.Style = []
  251.         ParentColor = False
  252.         ParentFont = False
  253.         ShadowColor = clWhite
  254.         ShadowSize = 2
  255.         ShadowPos = spRightBottom
  256.       end
  257.       object Label11: TLabel
  258.         Left = 28
  259.         Top = 116
  260.         Width = 83
  261.         Height = 16
  262.         Caption = 'Telephone No.'
  263.         FocusControl = DBETelephoneNo
  264.       end
  265.       object Label12: TLabel
  266.         Left = 28
  267.         Top = 148
  268.         Width = 42
  269.         Height = 16
  270.         Caption = 'Fax No'
  271.         FocusControl = DBEdit8
  272.       end
  273.       object Label13: TLabel
  274.         Left = 28
  275.         Top = 180
  276.         Width = 33
  277.         Height = 16
  278.         Caption = 'Email'
  279.         FocusControl = DBEdit9
  280.       end
  281.       object DBETelephoneNo: TwwDBEdit
  282.         Left = 120
  283.         Top = 112
  284.         Width = 109
  285.         Height = 24
  286.         DataField = 'TELNO'
  287.         DataSource = DM1.dsSetup
  288.         TabOrder = 0
  289.         UnboundDataType = wwDefault
  290.         WantReturns = False
  291.         WordWrap = False
  292.       end
  293.       object DBEdit8: TwwDBEdit
  294.         Left = 120
  295.         Top = 144
  296.         Width = 109
  297.         Height = 24
  298.         DataField = 'FAXNO'
  299.         DataSource = DM1.dsSetup
  300.         TabOrder = 1
  301.         UnboundDataType = wwDefault
  302.         WantReturns = False
  303.         WordWrap = False
  304.       end
  305.       object DBEdit9: TwwDBEdit
  306.         Left = 120
  307.         Top = 176
  308.         Width = 309
  309.         Height = 24
  310.         DataField = 'EMAIL'
  311.         DataSource = DM1.dsSetup
  312.         TabOrder = 2
  313.         UnboundDataType = wwDefault
  314.         WantReturns = False
  315.         WordWrap = False
  316.       end
  317.     end
  318.     object TPage
  319.       Left = 0
  320.       Top = 0
  321.       Caption = 'FinancialYear'
  322.       object RxLabel3: TRxLabel
  323.         Left = 20
  324.         Top = 15
  325.         Width = 193
  326.         Height = 23
  327.         Caption = 'Financial year start ...'
  328.         Color = clBtnFace
  329.         Font.Charset = DEFAULT_CHARSET
  330.         Font.Color = clBlue
  331.         Font.Height = -20
  332.         Font.Name = 'Arial'
  333.         Font.Style = []
  334.         ParentColor = False
  335.         ParentFont = False
  336.         ShadowColor = clWhite
  337.         ShadowSize = 2
  338.         ShadowPos = spRightBottom
  339.       end
  340.       object Label3: TLabel
  341.         Left = 40
  342.         Top = 72
  343.         Width = 234
  344.         Height = 32
  345.         Caption = 'Please set the start date of your current financial year.'
  346.         WordWrap = True
  347.       end
  348.       object Label14: TLabel
  349.         Left = 40
  350.         Top = 120
  351.         Width = 115
  352.         Height = 16
  353.         Caption = 'Financial Year Start'
  354.       end
  355.       object DBDFinancialYear: TDBDateEdit
  356.         Left = 172
  357.         Top = 116
  358.         Width = 100
  359.         Height = 24
  360.         DataField = 'STARTFY'
  361.         DataSource = DM1.dsSetup
  362.         ClickKey = 16452
  363.         NumGlyphs = 2
  364.         CalendarStyle = csDialog
  365.         TabOrder = 0
  366.         YearDigits = dyFour
  367.         OnExit = DBDFinancialYearExit
  368.       end
  369.     end
  370.     object TPage
  371.       Left = 0
  372.       Top = 0
  373.       Caption = 'VATRegistration'
  374.       object Label17: TLabel
  375.         Left = 40
  376.         Top = 72
  377.         Width = 249
  378.         Height = 16
  379.         Caption = 'Please type your VAT Registration Number'
  380.         WordWrap = True
  381.       end
  382.       object Label39: TLabel
  383.         Left = 40
  384.         Top = 120
  385.         Width = 122
  386.         Height = 16
  387.         Caption = 'VAT Registration No.'
  388.         FocusControl = DBEVATReg
  389.       end
  390.       object RxLabel4: TRxLabel
  391.         Left = 20
  392.         Top = 15
  393.         Width = 239
  394.         Height = 23
  395.         Caption = 'VAT registration number ...'
  396.         Color = clBtnFace
  397.         Font.Charset = DEFAULT_CHARSET
  398.         Font.Color = clBlue
  399.         Font.Height = -20
  400.         Font.Name = 'Arial'
  401.         Font.Style = []
  402.         ParentColor = False
  403.         ParentFont = False
  404.         ShadowColor = clWhite
  405.         ShadowSize = 2
  406.         ShadowPos = spRightBottom
  407.       end
  408.       object DBEVATReg: TwwDBEdit
  409.         Left = 188
  410.         Top = 116
  411.         Width = 113
  412.         Height = 24
  413.         DataField = 'VATREGNO'
  414.         DataSource = DM1.dsSetup
  415.         TabOrder = 0
  416.         UnboundDataType = wwDefault
  417.         WantReturns = False
  418.         WordWrap = False
  419.       end
  420.     end
  421.     object TPage
  422.       Left = 0
  423.       Top = 0
  424.       Caption = 'InvoiceNo'
  425.       object Label4: TLabel
  426.         Left = 40
  427.         Top = 116
  428.         Width = 63
  429.         Height = 16
  430.         Caption = 'Invoice No.'
  431.       end
  432.       object Label15: TLabel
  433.         Left = 40
  434.         Top = 147
  435.         Width = 89
  436.         Height = 16
  437.         Caption = 'Credit Note No.'
  438.       end
  439.       object Label18: TLabel
  440.         Left = 40
  441.         Top = 178
  442.         Width = 76
  443.         Height = 16
  444.         Caption = 'Proforma No.'
  445.       end
  446.       object Label19: TLabel
  447.         Left = 40
  448.         Top = 209
  449.         Width = 80
  450.         Height = 16
  451.         Caption = 'Quotation No.'
  452.       end
  453.       object Label20: TLabel
  454.         Left = 40
  455.         Top = 240
  456.         Width = 115
  457.         Height = 16
  458.         Caption = 'Purchase Order No.'
  459.       end
  460.       object RxLabel6: TRxLabel
  461.         Left = 20
  462.         Top = 15
  463.         Width = 252
  464.         Height = 23
  465.         Caption = 'Start transaction numbers ...'
  466.         Color = clBtnFace
  467.         Font.Charset = DEFAULT_CHARSET
  468.         Font.Color = clBlue
  469.         Font.Height = -20
  470.         Font.Name = 'Arial'
  471.         Font.Style = []
  472.         ParentColor = False
  473.         ParentFont = False
  474.         ShadowColor = clWhite
  475.         ShadowSize = 2
  476.         ShadowPos = spRightBottom
  477.       end
  478.       object Label21: TLabel
  479.         Left = 40
  480.         Top = 60
  481.         Width = 349
  482.         Height = 32
  483.         Caption = 
  484.           'Please type the numbers you want your various transactions'#13#10'to s' +
  485.           'tart from.'
  486.       end
  487.       object DBSEInvoiceNo: TwwDBSpinEdit
  488.         Left = 176
  489.         Top = 115
  490.         Width = 95
  491.         Height = 24
  492.         Increment = 1.000000000000000000
  493.         MaxValue = 9999999999.000000000000000000
  494.         Value = 23.000000000000000000
  495.         DataField = 'INVOICENO'
  496.         DataSource = DM1.dsSetup
  497.         TabOrder = 0
  498.         UnboundDataType = wwDefault
  499.       end
  500.       object DBSECreditNo: TwwDBSpinEdit
  501.         Left = 176
  502.         Top = 145
  503.         Width = 95
  504.         Height = 24
  505.         Increment = 1.000000000000000000
  506.         MaxValue = 9999999999.000000000000000000
  507.         Value = 8.000000000000000000
  508.         DataField = 'CREDITNO'
  509.         DataSource = DM1.dsSetup
  510.         TabOrder = 1
  511.         UnboundDataType = wwDefault
  512.       end
  513.       object DBSEProformaNo: TwwDBSpinEdit
  514.         Left = 176
  515.         Top = 175
  516.         Width = 95
  517.         Height = 24
  518.         Increment = 1.000000000000000000
  519.         MaxValue = 9999999999.000000000000000000
  520.         Value = 20.000000000000000000
  521.         DataField = 'PROFNO'
  522.         DataSource = DM1.dsSetup
  523.         TabOrder = 2
  524.         UnboundDataType = wwDefault
  525.       end
  526.       object DBSEQuotationNo: TwwDBSpinEdit
  527.         Left = 176
  528.         Top = 205
  529.         Width = 95
  530.         Height = 24
  531.         Increment = 1.000000000000000000
  532.         MaxValue = 9999999999.000000000000000000
  533.         Value = 21.000000000000000000
  534.         DataField = 'QUONO'
  535.         DataSource = DM1.dsSetup
  536.         TabOrder = 3
  537.         UnboundDataType = wwDefault
  538.       end
  539.       object DBSEPurcOrderNo: TwwDBSpinEdit
  540.         Left = 176
  541.         Top = 235
  542.         Width = 95
  543.         Height = 24
  544.         Increment = 1.000000000000000000
  545.         MaxValue = 9999999999.000000000000000000
  546.         DataField = 'PORDNO'
  547.         DataSource = DM1.dsSetup
  548.         TabOrder = 4
  549.         UnboundDataType = wwDefault
  550.       end
  551.     end
  552.     object TPage
  553.       Left = 0
  554.       Top = 0
  555.       Caption = 'CopmanyPassword'
  556.       object Label25: TLabel
  557.         Left = 44
  558.         Top = 60
  559.         Width = 359
  560.         Height = 96
  561.         Caption = 
  562.           'You can protect this company from unauthorised access'#13#10'by assign' +
  563.           'ing a password to it.  This means that any person '#13#10'trying to lo' +
  564.           'g on to this company has to type the password '#13#10'before getting a' +
  565.           'ccess to it.  This is optional and can be '#13#10'set at any time from' +
  566.           ' within the program.  Leave blank if this is '#13#10'not required'
  567.       end
  568.       object RxLabel8: TRxLabel
  569.         Left = 20
  570.         Top = 15
  571.         Width = 201
  572.         Height = 23
  573.         Caption = 'Company password ...'
  574.         Color = clBtnFace
  575.         Font.Charset = DEFAULT_CHARSET
  576.         Font.Color = clBlue
  577.         Font.Height = -20
  578.         Font.Name = 'Arial'
  579.         Font.Style = []
  580.         ParentColor = False
  581.         ParentFont = False
  582.         ShadowColor = clWhite
  583.         ShadowSize = 2
  584.         ShadowPos = spRightBottom
  585.       end
  586.       object Label26: TLabel
  587.         Left = 48
  588.         Top = 220
  589.         Width = 116
  590.         Height = 16
  591.         Caption = 'Company Password'
  592.       end
  593.       object edtCompany: TEdit
  594.         Left = 192
  595.         Top = 216
  596.         Width = 121
  597.         Height = 24
  598.         CharCase = ecUpperCase
  599.         MaxLength = 10
  600.         PasswordChar = '*'
  601.         TabOrder = 0
  602.       end
  603.     end
  604.     object TPage
  605.       Left = 0
  606.       Top = 0
  607.       Caption = 'TheEnd'
  608.       object RxLabel5: TRxLabel
  609.         Left = 20
  610.         Top = 15
  611.         Width = 233
  612.         Height = 23
  613.         Caption = 'Well done, you'#39've made it!'
  614.         Color = clBtnFace
  615.         Font.Charset = DEFAULT_CHARSET
  616.         Font.Color = clBlue
  617.         Font.Height = -20
  618.         Font.Name = 'Arial'
  619.         Font.Style = []
  620.         ParentColor = False
  621.         ParentFont = False
  622.         ShadowColor = clWhite
  623.         ShadowSize = 2
  624.         ShadowPos = spRightBottom
  625.       end
  626.       object Label22: TLabel
  627.         Left = 40
  628.         Top = 76
  629.         Width = 370
  630.         Height = 64
  631.         Caption = 
  632.           'That'#39's all you need to do to setup a new company.  '#13#10'Now just cl' +
  633.           'ick on < Start > if you want to go ahead with creating the new c' +
  634.           'ompany, alternatively click on < Back > to change '#13#10'your selecti' +
  635.           'ons.'
  636.         WordWrap = True
  637.       end
  638.       object MessagePanel: TPanel
  639.         Left = 40
  640.         Top = 180
  641.         Width = 377
  642.         Height = 57
  643.         BorderStyle = bsSingle
  644.         Font.Charset = DEFAULT_CHARSET
  645.         Font.Color = clBlue
  646.         Font.Height = -13
  647.         Font.Name = 'Arial'
  648.         Font.Style = [fsItalic]
  649.         ParentFont = False
  650.         TabOrder = 0
  651.         Visible = False
  652.       end
  653.     end
  654.   end
  655.   object Panel1: TPanel
  656.     Left = 0
  657.     Top = 288
  658.     Width = 592
  659.     Height = 65
  660.     Align = alBottom
  661.     BevelOuter = bvNone
  662.     TabOrder = 1
  663.     object Bevel1: TBevel
  664.       Left = 16
  665.       Top = 8
  666.       Width = 573
  667.       Height = 13
  668.       Shape = bsTopLine
  669.     end
  670.     object BtnBack: TButton
  671.       Left = 336
  672.       Top = 24
  673.       Width = 75
  674.       Height = 30
  675.       Hint = 'Back to previous screen'
  676.       Caption = '<< &Back'
  677.       Enabled = False
  678.       ParentShowHint = False
  679.       ShowHint = True
  680.       TabOrder = 1
  681.     end
  682.     object BtnNext: TButton
  683.       Left = 410
  684.       Top = 24
  685.       Width = 75
  686.       Height = 30
  687.       Hint = 'Go to next screen'
  688.       Caption = '&Next >>'
  689.       ParentShowHint = False
  690.       ShowHint = True
  691.       TabOrder = 0
  692.     end
  693.     object BtnStart: TButton
  694.       Left = 504
  695.       Top = 24
  696.       Width = 75
  697.       Height = 30
  698.       Hint = 'Create the new company'
  699.       Caption = '&Start'
  700.       Enabled = False
  701.       ParentShowHint = False
  702.       ShowHint = True
  703.       TabOrder = 2
  704.       OnClick = BtnStartClick
  705.     end
  706.     object BtnCancel: TButton
  707.       Left = 240
  708.       Top = 24
  709.       Width = 75
  710.       Height = 30
  711.       Caption = '&Cancel'
  712.       ParentShowHint = False
  713.       ShowHint = True
  714.       TabOrder = 3
  715.       OnClick = BtnCancelClick
  716.     end
  717.   end
  718.   object Panel2: TPanel
  719.     Left = 0
  720.     Top = 0
  721.     Width = 152
  722.     Height = 288
  723.     Align = alClient
  724.     BevelOuter = bvNone
  725.     TabOrder = 2
  726.     object Panel3: TPanel
  727.       Left = 20
  728.       Top = 16
  729.       Width = 115
  730.       Height = 220
  731.       BevelOuter = bvLowered
  732.       BorderStyle = bsSingle
  733.       TabOrder = 0
  734.       object Image1: TImage
  735.         Left = 1
  736.         Top = 1
  737.         Width = 109
  738.         Height = 214
  739.         Align = alClient
  740.         AutoSize = True
  741.         Picture.Data = {<image000.bmp>}
  742.         Stretch = True
  743.       end
  744.     end
  745.   end
  746.   object PageManager1: TPageManager
  747.     PageOwner = Notebook1
  748.     NextBtn = BtnNext
  749.     PriorBtn = BtnBack
  750.     Left = 52
  751.     Top = 240
  752.     object WelcomePage: TPageProxy
  753.       PageName = 'WelcomePage'
  754.       OnEnter = WelcomePageEnter
  755.       OnLeave = WelcomePageLeave
  756.     end
  757.     object MainDetails: TPageProxy
  758.       PageName = 'MainDetails'
  759.       OnShow = MainDetailsShow
  760.     end
  761.     object TelephoneNo: TPageProxy
  762.       PageName = 'TelephoneNo'
  763.       OnShow = TelephoneNoShow
  764.     end
  765.     object FinancialYear: TPageProxy
  766.       PageName = 'FinancialYear'
  767.       OnShow = FinancialYearShow
  768.     end
  769.     object VATRegistration: TPageProxy
  770.       PageName = 'VATRegistration'
  771.       OnShow = VATRegistrationShow
  772.     end
  773.     object InvoiceNo: TPageProxy
  774.       PageName = 'InvoiceNo'
  775.       OnShow = InvoiceNoShow
  776.     end
  777.     object CompanyPassword: TPageProxy
  778.       PageName = 'CopmanyPassword'
  779.       OnShow = CompanyPasswordShow
  780.     end
  781.     object TheEnd: TPageProxy
  782.       PageName = 'TheEnd'
  783.       OnEnter = TheEndEnter
  784.       OnLeave = TheEndLeave
  785.     end
  786.   end
  787.   object Sizer1: TSizer
  788.     Enabled = True
  789.     ExceptionAction = eaIgnoreControl
  790.     GridColumnSizing = gcSizeAllColumns
  791.     GridRowSizing = grSizeByDefaults
  792.     MinimumSize = True
  793.     NavigateOnEnter = True
  794.     OverrideParentFont = True
  795.     PerformAssertions = True
  796.     ShowAssertionFailures = False
  797.     StretchFonts = True
  798.     StretchImages = True
  799.     StretchOnResize = True
  800.     ThreadProcessing = False
  801.     Left = 112
  802.     Top = 240
  803.     ScreenWidth = (
  804.       800)
  805.     ScreenHeight = (
  806.       600)
  807.     OriginalFormWidth = (
  808.       600)
  809.     OriginalFormHeight = (
  810.       380)
  811.     OriginalFormLeft = (
  812.       156)
  813.     OriginalFormTop = (
  814.       112)
  815.     OriginalFormPPI = (
  816.       120)
  817.     OriginalClientWidth = (
  818.       592)
  819.     OriginalClientHeight = (
  820.       353)
  821.   end
  822.   object TempTable: TwwTable
  823.     DatabaseName = 'MainEB'
  824.     TableName = 'Setup.DBF'
  825.     SyncSQLByRange = False
  826.     NarrowSearch = False
  827.     ValidateWithMask = True
  828.     Left = 88
  829.     Top = 240
  830.   end
  831. end
  832.