home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / FRMEXPRT.DFM / FRMEXPRT.txt
Text File  |  1997-02-28  |  21KB  |  865 lines

  1. object FormExpert: TFormExpert
  2.   Left = 215
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   Caption = 'Database Form Wizard'
  6.   ClientHeight = 288
  7.   ClientWidth = 480
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnPaint = FormPaint
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 102
  19.     Top = 4
  20.     Width = 17
  21.     Height = 25
  22.     IsControl = True
  23.   end
  24.   object Notebook1: TNotebook
  25.     Left = 126
  26.     Top = 1
  27.     Width = 354
  28.     Height = 254
  29.     PageIndex = 4
  30.     TabOrder = 0
  31.     IsControl = True
  32.     object TPage
  33.       Left = 0
  34.       Top = 0
  35.       Caption = 'QueryType'
  36.       IsControl = True
  37.       object Label1: TLabel
  38.         Left = 10
  39.         Top = 7
  40.         Width = 250
  41.         Height = 13
  42.         Caption = 'Choose the type of form that the Wizard will create'
  43.         IsControl = True
  44.       end
  45.       object Label2: TLabel
  46.         Left = 10
  47.         Top = 22
  48.         Width = 109
  49.         Height = 13
  50.         Caption = 'from the options below.'
  51.         IsControl = True
  52.       end
  53.       object GroupBox2: TGroupBox
  54.         Left = 20
  55.         Top = 53
  56.         Width = 310
  57.         Height = 65
  58.         TabOrder = 0
  59.         IsControl = True
  60.         object Label19: TLabel
  61.           Left = 7
  62.           Top = 1
  63.           Width = 62
  64.           Height = 13
  65.           Caption = 'Form Options'
  66.           FocusControl = CreateSingle
  67.         end
  68.         object CreateSingle: TRadioButton
  69.           Left = 8
  70.           Top = 17
  71.           Width = 142
  72.           Height = 17
  73.           Caption = 'Create a &simple form'
  74.           Checked = True
  75.           TabOrder = 0
  76.           TabStop = True
  77.           OnClick = CreateOptionClick
  78.           IsControl = True
  79.         end
  80.         object CreateMulti: TRadioButton
  81.           Left = 8
  82.           Top = 39
  83.           Width = 185
  84.           Height = 17
  85.           Caption = 'Create a &master/detail form'
  86.           TabOrder = 1
  87.           OnClick = CreateOptionClick
  88.           IsControl = True
  89.         end
  90.       end
  91.       object GroupBox1: TGroupBox
  92.         Left = 20
  93.         Top = 126
  94.         Width = 310
  95.         Height = 65
  96.         TabOrder = 1
  97.         object Label20: TLabel
  98.           Left = 11
  99.           Top = 2
  100.           Width = 78
  101.           Height = 13
  102.           Caption = 'DataSet Options'
  103.           FocusControl = CreateTable
  104.         end
  105.         object CreateTable: TRadioButton
  106.           Left = 8
  107.           Top = 17
  108.           Width = 280
  109.           Height = 17
  110.           Caption = 'Create a form using &TTable objects'
  111.           Checked = True
  112.           TabOrder = 0
  113.           TabStop = True
  114.           OnClick = CreateTableClick
  115.         end
  116.         object CreateQuery: TRadioButton
  117.           Left = 8
  118.           Top = 39
  119.           Width = 251
  120.           Height = 17
  121.           Caption = 'Create a Form using T&Query objects'
  122.           TabOrder = 1
  123.           OnClick = CreateQueryClick
  124.         end
  125.       end
  126.     end
  127.     object TPage
  128.       Left = 0
  129.       Top = 0
  130.       Caption = 'Table'
  131.       IsControl = True
  132.       object TableLine: TLabel
  133.         Left = 10
  134.         Top = 7
  135.         Width = 133
  136.         Height = 13
  137.         Caption = 'Choose a table for the query'
  138.         IsControl = True
  139.       end
  140.       object Label25: TLabel
  141.         Left = 185
  142.         Top = 187
  143.         Width = 94
  144.         Height = 13
  145.         Caption = 'Dri&ve or Alias name:'
  146.         FocusControl = AliasDriveList
  147.         IsControl = True
  148.       end
  149.       object Label26: TLabel
  150.         Left = 20
  151.         Top = 186
  152.         Width = 82
  153.         Height = 13
  154.         Caption = 'List Files of &Type:'
  155.         FocusControl = FilterList
  156.         IsControl = True
  157.       end
  158.       object Label27: TLabel
  159.         Left = 19
  160.         Top = 39
  161.         Width = 61
  162.         Height = 13
  163.         Caption = 'T&able Name:'
  164.         FocusControl = FileEdit
  165.         IsControl = True
  166.       end
  167.       object DirPath: TLabel
  168.         Left = 185
  169.         Top = 40
  170.         Width = 53
  171.         Height = 13
  172.         Caption = '&Directories:'
  173.         FocusControl = AliasPathList
  174.         IsControl = True
  175.       end
  176.       object PathText: TLabel
  177.         Left = 187
  178.         Top = 62
  179.         Width = 144
  180.         Height = 13
  181.         AutoSize = False
  182.         Caption = 'Current Path'
  183.         IsControl = True
  184.       end
  185.       object FilterList: TFilterComboBox
  186.         Left = 20
  187.         Top = 201
  188.         Width = 157
  189.         Height = 21
  190.         FileList = AliasFileList
  191.         TabOrder = 3
  192.         OnChange = FilterListChange
  193.         IsControl = True
  194.       end
  195.       object FileEdit: TEdit
  196.         Left = 20
  197.         Top = 55
  198.         Width = 157
  199.         Height = 21
  200.         TabOrder = 0
  201.         OnChange = FileEditChange
  202.         OnKeyPress = FileEditKeyPress
  203.         IsControl = True
  204.       end
  205.       object AliasDriveList: TAliasDrive
  206.         Left = 185
  207.         Top = 202
  208.         Width = 145
  209.         Height = 19
  210.         TabOrder = 4
  211.         OnChange = AliasDriveListChange
  212.         IsControl = True
  213.       end
  214.       object AliasPathList: TAliasListBox
  215.         Left = 184
  216.         Top = 82
  217.         Width = 145
  218.         Height = 98
  219.         ItemHeight = 16
  220.         TabOrder = 2
  221.         OnChange = AliasPathListChange
  222.         OnClick = AliasPathListChange
  223.         IsControl = True
  224.       end
  225.       object AliasFileList: TAliasFileListBox
  226.         Left = 20
  227.         Top = 82
  228.         Width = 157
  229.         Height = 98
  230.         ItemHeight = 16
  231.         ShowGlyphs = True
  232.         TabOrder = 1
  233.         OnClick = AliasFileListClick
  234.         OnDblClick = AliasFileListDblClick
  235.         IsControl = True
  236.       end
  237.     end
  238.     object TPage
  239.       Left = 0
  240.       Top = 0
  241.       Caption = 'PickFields'
  242.       IsControl = True
  243.       object Label3: TLabel
  244.         Left = 10
  245.         Top = 21
  246.         Width = 231
  247.         Height = 13
  248.         Caption = 'Available Fields list and then click the ">" button.'
  249.         IsControl = True
  250.       end
  251.       object Label14: TLabel
  252.         Left = 10
  253.         Top = 35
  254.         Width = 198
  255.         Height = 13
  256.         Caption = 'To choose all fields, click the ">>" button.'
  257.         IsControl = True
  258.       end
  259.       object Label15: TLabel
  260.         Left = 10
  261.         Top = 7
  262.         Width = 219
  263.         Height = 13
  264.         Caption = 'To add fields to the form, click each one in the'
  265.         IsControl = True
  266.       end
  267.       object GroupBox3: TGroupBox
  268.         Left = 10
  269.         Top = 61
  270.         Width = 331
  271.         Height = 161
  272.         TabOrder = 0
  273.         IsControl = True
  274.         object Label22: TLabel
  275.           Left = 18
  276.           Top = 12
  277.           Width = 76
  278.           Height = 13
  279.           Caption = '&Available Fields:'
  280.           FocusControl = AvailableList
  281.           Font.Color = clBlack
  282.           Font.Height = -11
  283.           Font.Name = 'MS Sans Serif'
  284.           Font.Style = []
  285.           ParentFont = False
  286.           IsControl = True
  287.         end
  288.         object Label24: TLabel
  289.           Left = 192
  290.           Top = 12
  291.           Width = 116
  292.           Height = 13
  293.           Caption = '&Ordered Selected Fields:'
  294.           FocusControl = ChosenList
  295.           Font.Color = clBlack
  296.           Font.Height = -11
  297.           Font.Name = 'MS Sans Serif'
  298.           Font.Style = []
  299.           ParentFont = False
  300.           IsControl = True
  301.         end
  302.         object AvailableList: TListBox
  303.           Left = 18
  304.           Top = 29
  305.           Width = 121
  306.           Height = 93
  307.           DragMode = dmAutomatic
  308.           ItemHeight = 13
  309.           MultiSelect = True
  310.           TabOrder = 0
  311.           OnDblClick = ListDblClick
  312.           OnDragDrop = ListDragDrop
  313.           OnDragOver = ListDragOver
  314.         end
  315.         object ChosenList: TListBox
  316.           Left = 192
  317.           Top = 29
  318.           Width = 121
  319.           Height = 93
  320.           DragMode = dmAutomatic
  321.           ItemHeight = 13
  322.           MultiSelect = True
  323.           TabOrder = 1
  324.           OnDblClick = ListDblClick
  325.           OnDragDrop = ListDragDrop
  326.           OnDragOver = ListDragOver
  327.         end
  328.         object UpButton: TBitBtn
  329.           Left = 217
  330.           Top = 130
  331.           Width = 28
  332.           Height = 22
  333.           TabOrder = 2
  334.           OnClick = UpButtonClick
  335.           Glyph.Data = {
  336.             F6000000424DF600000000000000760000002800000010000000100000000100
  337.             0400000000008000000000000000000000001000000000000000000000000000
  338.             BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  339.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  340.             333333333333333333333333338888833333333334444483333333333CCCC483
  341.             333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC488
  342.             8333333CCCCCCCCC33333333CCCCCCC3333333333CCCCC333333333333CCC333
  343.             33333333333C3333333333333333333333333333333333333333}
  344.         end
  345.         object DownButton: TBitBtn
  346.           Left = 254
  347.           Top = 130
  348.           Width = 28
  349.           Height = 22
  350.           TabOrder = 3
  351.           OnClick = DownButtonClick
  352.           Glyph.Data = {
  353.             F6000000424DF600000000000000760000002800000010000000100000000100
  354.             0400000000008000000000000000000000001000000000000000000000000000
  355.             BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  356.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  357.             333333333333833333333333333488333333333333CC4883333333333CCCC488
  358.             33333333CCCCCC488333333CCCCCC444333333333CCCC483333333333CCCC483
  359.             333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC433
  360.             3333333333333333333333333333333333333333333333333333}
  361.         end
  362.         object BitBtn3: TBitBtn
  363.           Left = 151
  364.           Top = 34
  365.           Width = 27
  366.           Height = 20
  367.           Caption = '>'
  368.           TabOrder = 4
  369.           OnClick = Button1Click
  370.         end
  371.         object BitBtn4: TBitBtn
  372.           Left = 151
  373.           Top = 56
  374.           Width = 27
  375.           Height = 20
  376.           Caption = '>>'
  377.           TabOrder = 5
  378.           OnClick = Button2Click
  379.         end
  380.         object BitBtn5: TBitBtn
  381.           Left = 152
  382.           Top = 79
  383.           Width = 27
  384.           Height = 20
  385.           Caption = '<'
  386.           TabOrder = 6
  387.           OnClick = Button3Click
  388.         end
  389.         object BitBtn6: TBitBtn
  390.           Left = 152
  391.           Top = 101
  392.           Width = 27
  393.           Height = 20
  394.           Caption = '<<'
  395.           TabOrder = 7
  396.           OnClick = Button4Click
  397.         end
  398.       end
  399.     end
  400.     object TPage
  401.       Left = 0
  402.       Top = 0
  403.       Caption = 'Layout'
  404.       IsControl = True
  405.       object LayoutLine1: TLabel
  406.         Left = 10
  407.         Top = 7
  408.         Width = 230
  409.         Height = 13
  410.         Caption = 'Choose the way you want the Wizard to layout'
  411.         IsControl = True
  412.       end
  413.       object Label7: TLabel
  414.         Left = 10
  415.         Top = 21
  416.         Width = 221
  417.         Height = 13
  418.         Caption = 'fields on the form by clicking one of the options'
  419.         IsControl = True
  420.       end
  421.       object Label8: TLabel
  422.         Left = 40
  423.         Top = 65
  424.         Width = 251
  425.         Height = 13
  426.         Caption = 'Place each field side-by-side starting at the left corner'
  427.         Font.Color = clBlack
  428.         Font.Height = -11
  429.         Font.Name = 'MS Sans Serif'
  430.         Font.Style = []
  431.         ParentFont = False
  432.         IsControl = True
  433.       end
  434.       object Label9: TLabel
  435.         Left = 41
  436.         Top = 80
  437.         Width = 156
  438.         Height = 13
  439.         Caption = 'working towards the bottom right.'
  440.         Font.Color = clBlack
  441.         Font.Height = -11
  442.         Font.Name = 'MS Sans Serif'
  443.         Font.Style = []
  444.         ParentFont = False
  445.         IsControl = True
  446.       end
  447.       object Label10: TLabel
  448.         Left = 40
  449.         Top = 113
  450.         Width = 225
  451.         Height = 13
  452.         Caption = 'Place each field directly below the previous one'
  453.         Font.Color = clBlack
  454.         Font.Height = -11
  455.         Font.Name = 'MS Sans Serif'
  456.         Font.Style = []
  457.         ParentFont = False
  458.         IsControl = True
  459.       end
  460.       object Label11: TLabel
  461.         Left = 40
  462.         Top = 129
  463.         Width = 193
  464.         Height = 13
  465.         Caption = 'working from the top down to the bottom.'
  466.         Font.Color = clBlack
  467.         Font.Height = -11
  468.         Font.Name = 'MS Sans Serif'
  469.         Font.Style = []
  470.         ParentFont = False
  471.         IsControl = True
  472.       end
  473.       object Label12: TLabel
  474.         Left = 38
  475.         Top = 167
  476.         Width = 270
  477.         Height = 13
  478.         Caption = 'Place each field within its own column inside a grid object'
  479.         Font.Color = clBlack
  480.         Font.Height = -11
  481.         Font.Name = 'MS Sans Serif'
  482.         Font.Style = []
  483.         ParentFont = False
  484.         IsControl = True
  485.       end
  486.       object Label13: TLabel
  487.         Left = 37
  488.         Top = 180
  489.         Width = 115
  490.         Height = 13
  491.         Caption = 'working from left to right.'
  492.         Font.Color = clBlack
  493.         Font.Height = -11
  494.         Font.Name = 'MS Sans Serif'
  495.         Font.Style = []
  496.         ParentFont = False
  497.         IsControl = True
  498.       end
  499.       object HorzButton: TRadioButton
  500.         Left = 21
  501.         Top = 48
  502.         Width = 121
  503.         Height = 17
  504.         Caption = 'Hori&zontal'
  505.         Checked = True
  506.         TabOrder = 0
  507.         TabStop = True
  508.         OnClick = LayoutButtonClick
  509.         IsControl = True
  510.       end
  511.       object VertButton: TRadioButton
  512.         Left = 21
  513.         Top = 97
  514.         Width = 74
  515.         Height = 17
  516.         Caption = '&Vertical'
  517.         TabOrder = 1
  518.         OnClick = LayoutButtonClick
  519.         IsControl = True
  520.       end
  521.       object GridButton: TRadioButton
  522.         Left = 20
  523.         Top = 150
  524.         Width = 65
  525.         Height = 17
  526.         Caption = '&Grid'
  527.         TabOrder = 2
  528.         OnClick = LayoutButtonClick
  529.         IsControl = True
  530.       end
  531.     end
  532.     object TPage
  533.       Left = 0
  534.       Top = 0
  535.       Caption = 'Labels'
  536.       IsControl = True
  537.       object Label5: TLabel
  538.         Left = 10
  539.         Top = 7
  540.         Width = 222
  541.         Height = 13
  542.         Caption = 'For the vertical layout, choose where the labels'
  543.         IsControl = True
  544.       end
  545.       object Label23: TLabel
  546.         Left = 10
  547.         Top = 21
  548.         Width = 77
  549.         Height = 13
  550.         Caption = 'are to be placed'
  551.         IsControl = True
  552.       end
  553.       object Label28: TLabel
  554.         Left = 50
  555.         Top = 66
  556.         Width = 205
  557.         Height = 13
  558.         Caption = 'Display the labels to the left of the data field'
  559.         Font.Color = clBlack
  560.         Font.Height = -11
  561.         Font.Name = 'MS Sans Serif'
  562.         Font.Style = []
  563.         ParentFont = False
  564.         IsControl = True
  565.       end
  566.       object Label29: TLabel
  567.         Left = 50
  568.         Top = 105
  569.         Width = 179
  570.         Height = 13
  571.         Caption = 'Display the labels above the data field'
  572.         Font.Color = clBlack
  573.         Font.Height = -11
  574.         Font.Name = 'MS Sans Serif'
  575.         Font.Style = []
  576.         ParentFont = False
  577.         IsControl = True
  578.       end
  579.       object LeftButton: TRadioButton
  580.         Left = 20
  581.         Top = 49
  582.         Width = 121
  583.         Height = 17
  584.         Caption = '&Left'
  585.         Checked = True
  586.         TabOrder = 0
  587.         TabStop = True
  588.         OnClick = PosButtonClick
  589.         IsControl = True
  590.       end
  591.       object TopButton: TRadioButton
  592.         Left = 20
  593.         Top = 87
  594.         Width = 121
  595.         Height = 17
  596.         Caption = '&Top'
  597.         TabOrder = 1
  598.         OnClick = PosButtonClick
  599.         IsControl = True
  600.       end
  601.     end
  602.     object TPage
  603.       Left = 0
  604.       Top = 0
  605.       Caption = 'Binding'
  606.       IsControl = True
  607.       object Bevel1: TBevel
  608.         Left = 4
  609.         Top = 79
  610.         Width = 342
  611.         Height = 169
  612.         Shape = bsFrame
  613.       end
  614.       object Label30: TLabel
  615.         Left = 12
  616.         Top = 82
  617.         Width = 57
  618.         Height = 13
  619.         Caption = 'D&etail Fields'
  620.         FocusControl = DetailList
  621.         IsControl = True
  622.       end
  623.       object Label31: TLabel
  624.         Left = 222
  625.         Top = 84
  626.         Width = 62
  627.         Height = 13
  628.         Caption = '&Master Fields'
  629.         FocusControl = MasterList
  630.         IsControl = True
  631.       end
  632.       object Label32: TLabel
  633.         Left = 10
  634.         Top = 7
  635.         Width = 252
  636.         Height = 13
  637.         Caption = 'Select pairs of fields from the field lists that will join the'
  638.         IsControl = True
  639.       end
  640.       object Label33: TLabel
  641.         Left = 10
  642.         Top = 21
  643.         Width = 268
  644.         Height = 13
  645.         Caption = 'two queries.  Use the add button to add the selected pair'
  646.         IsControl = True
  647.       end
  648.       object IndexLabel: TLabel
  649.         Left = 8
  650.         Top = 56
  651.         Width = 83
  652.         Height = 13
  653.         Caption = 'A&vailable Indexes'
  654.         FocusControl = IndexList
  655.       end
  656.       object Label17: TLabel
  657.         Left = 10
  658.         Top = 35
  659.         Width = 45
  660.         Height = 13
  661.         Caption = 'to the list.'
  662.       end
  663.       object Label18: TLabel
  664.         Left = 12
  665.         Top = 171
  666.         Width = 61
  667.         Height = 13
  668.         Caption = '&Joined Fields'
  669.         FocusControl = BindList
  670.       end
  671.       object DetailList: TListBox
  672.         Left = 12
  673.         Top = 98
  674.         Width = 117
  675.         Height = 56
  676.         IntegralHeight = True
  677.         ItemHeight = 13
  678.         TabOrder = 0
  679.         OnClick = BindingListClick
  680.         IsControl = True
  681.       end
  682.       object MasterList: TListBox
  683.         Left = 222
  684.         Top = 99
  685.         Width = 117
  686.         Height = 56
  687.         IntegralHeight = True
  688.         ItemHeight = 13
  689.         TabOrder = 1
  690.         OnClick = BindingListClick
  691.         IsControl = True
  692.       end
  693.       object AddButton: TButton
  694.         Left = 136
  695.         Top = 120
  696.         Width = 77
  697.         Height = 27
  698.         Caption = '&Add'
  699.         TabOrder = 2
  700.         OnClick = AddButtonClick
  701.         IsControl = True
  702.       end
  703.       object DeleteButton: TButton
  704.         Left = 262
  705.         Top = 186
  706.         Width = 77
  707.         Height = 27
  708.         Caption = '&Delete'
  709.         TabOrder = 3
  710.         OnClick = DeleteButtonClick
  711.         IsControl = True
  712.       end
  713.       object ClearButton: TButton
  714.         Left = 262
  715.         Top = 215
  716.         Width = 77
  717.         Height = 27
  718.         Caption = '&Clear'
  719.         TabOrder = 4
  720.         OnClick = ClearButtonClick
  721.         IsControl = True
  722.       end
  723.       object BindList: TListBox
  724.         Left = 12
  725.         Top = 187
  726.         Width = 243
  727.         Height = 54
  728.         ItemHeight = 13
  729.         MultiSelect = True
  730.         TabOrder = 5
  731.         OnClick = BindListClick
  732.         IsControl = True
  733.       end
  734.       object IndexList: TComboBox
  735.         Left = 123
  736.         Top = 54
  737.         Width = 207
  738.         Height = 21
  739.         Style = csDropDownList
  740.         ItemHeight = 13
  741.         TabOrder = 6
  742.         OnChange = IndexListChange
  743.       end
  744.     end
  745.     object TPage
  746.       Left = 0
  747.       Top = 0
  748.       Caption = 'FormName'
  749.       IsControl = True
  750.       object Label6: TLabel
  751.         Left = 10
  752.         Top = 21
  753.         Width = 170
  754.         Height = 13
  755.         Caption = 'on Create to generate the new form.'
  756.         IsControl = True
  757.       end
  758.       object Label4: TLabel
  759.         Left = 10
  760.         Top = 7
  761.         Width = 225
  762.         Height = 13
  763.         Caption = 'You have now completed the form design. Click'
  764.         IsControl = True
  765.       end
  766.       object GenMainForm: TCheckBox
  767.         Left = 22
  768.         Top = 52
  769.         Width = 144
  770.         Height = 17
  771.         Caption = '&Generate a main form'
  772.         State = cbChecked
  773.         TabOrder = 0
  774.       end
  775.       object FormChoices: TGroupBox
  776.         Left = 20
  777.         Top = 84
  778.         Width = 189
  779.         Height = 69
  780.         Caption = 'Form Generation'
  781.         TabOrder = 1
  782.         object FormAndModule: TRadioButton
  783.           Left = 11
  784.           Top = 42
  785.           Width = 156
  786.           Height = 17
  787.           Caption = 'Fo&rm and DataModule'
  788.           TabOrder = 1
  789.           OnClick = FormAndModuleClick
  790.         end
  791.         object Form: TRadioButton
  792.           Left = 11
  793.           Top = 20
  794.           Width = 113
  795.           Height = 17
  796.           Caption = 'Form &Only'
  797.           Checked = True
  798.           TabOrder = 0
  799.           TabStop = True
  800.           OnClick = FormClick
  801.         end
  802.       end
  803.     end
  804.   end
  805.   object CancelButton: TButton
  806.     Left = 398
  807.     Top = 258
  808.     Width = 75
  809.     Height = 25
  810.     Cancel = True
  811.     Caption = 'Cancel'
  812.     ModalResult = 2
  813.     TabOrder = 5
  814.     OnClick = BitBtn1Click
  815.   end
  816.   object HelpButton: TButton
  817.     Left = 131
  818.     Top = 258
  819.     Width = 75
  820.     Height = 25
  821.     Caption = '&Help'
  822.     TabOrder = 1
  823.     OnClick = HelpButtonClick
  824.   end
  825.   object PrevButton: TButton
  826.     Left = 226
  827.     Top = 258
  828.     Width = 75
  829.     Height = 25
  830.     Caption = '< &Back'
  831.     Enabled = False
  832.     TabOrder = 2
  833.     OnClick = PrevButtonClick
  834.   end
  835.   object NextButton: TButton
  836.     Left = 301
  837.     Top = 258
  838.     Width = 75
  839.     Height = 25
  840.     Caption = '&Next >'
  841.     Default = True
  842.     TabOrder = 3
  843.     OnClick = NextButtonClick
  844.   end
  845.   object CreateButton: TButton
  846.     Left = 301
  847.     Top = 258
  848.     Width = 75
  849.     Height = 25
  850.     Caption = '&Finish'
  851.     Default = True
  852.     ModalResult = 1
  853.     TabOrder = 4
  854.     Visible = False
  855.   end
  856.   object Table1: TTable
  857.     Left = 66
  858.     Top = 256
  859.   end
  860.   object Table2: TTable
  861.     Left = 95
  862.     Top = 257
  863.   end
  864. end
  865.