home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / multimed / CDumper / _SETUP.1 / DATAPUMP.EXE / RCDATA / TUPSIZINGFORM / TUPSIZINGFORM.txt
Text File  |  1997-03-11  |  29KB  |  1,126 lines

  1. object UpsizingForm: TUpsizingForm
  2.   Left = 199
  3.   Top = 200
  4.   ActiveControl = HelpBtn
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Upsizing Expert'
  8.   ClientHeight = 325
  9.   ClientWidth = 500
  10.   Font.Color = clWindowText
  11.   Font.Height = -6
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Divider: TBevel
  22.     Left = 0
  23.     Top = 281
  24.     Width = 501
  25.     Height = 3
  26.   end
  27.   object ExpertNbk: TNotebook
  28.     Left = 0
  29.     Top = 0
  30.     Width = 500
  31.     Height = 281
  32.     Align = alTop
  33.     Font.Color = clBlack
  34.     Font.Height = -12
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     PageIndex = 1
  38.     ParentFont = False
  39.     TabOrder = 0
  40.     object TPage
  41.       Left = 0
  42.       Top = 0
  43.       Caption = 'Source Alias'
  44.       object SrcHelpLbl: TLabel
  45.         Left = 12
  46.         Top = 20
  47.         Width = 265
  48.         Height = 89
  49.         AutoSize = False
  50.         Caption = 'General help text for this screen.'
  51.         Font.Color = clBlack
  52.         Font.Height = -12
  53.         Font.Name = 'MS Sans Serif'
  54.         Font.Style = []
  55.         ParentFont = False
  56.       end
  57.       object SrcSelectNbk: TNotebook
  58.         Left = 292
  59.         Top = 20
  60.         Width = 185
  61.         Height = 253
  62.         TabOrder = 0
  63.         object TPage
  64.           Left = 0
  65.           Top = 0
  66.           Caption = 'Alias Page'
  67.           object SrcAliasLbl: TLabel
  68.             Left = 0
  69.             Top = 0
  70.             Width = 185
  71.             Height = 13
  72.             AutoSize = False
  73.             Caption = 'Source Alias Names'
  74.           end
  75.           object SrcAliasLBox: TListBox
  76.             Left = 0
  77.             Top = 16
  78.             Width = 185
  79.             Height = 237
  80.             ItemHeight = 13
  81.             TabOrder = 0
  82.             OnDblClick = NextBtnClick
  83.           end
  84.         end
  85.         object TPage
  86.           Left = 0
  87.           Top = 0
  88.           Caption = 'Directory Page'
  89.           object SrcDirLBox: TDirectoryListBox
  90.             Left = 0
  91.             Top = 0
  92.             Width = 185
  93.             Height = 229
  94.             Ctl3D = True
  95.             ItemHeight = 16
  96.             ParentCtl3D = False
  97.             TabOrder = 0
  98.           end
  99.           object SrcDrvCBox: TDriveComboBox
  100.             Left = 0
  101.             Top = 233
  102.             Width = 185
  103.             Height = 19
  104.             DirList = SrcDirLBox
  105.             TabOrder = 1
  106.           end
  107.         end
  108.       end
  109.       object SrcDirRBtn: TRadioButton
  110.         Left = 52
  111.         Top = 144
  112.         Width = 213
  113.         Height = 16
  114.         Caption = 'Select by directory'
  115.         Font.Color = clBlack
  116.         Font.Height = -12
  117.         Font.Name = 'MS Sans Serif'
  118.         Font.Style = [fsBold]
  119.         ParentFont = False
  120.         TabOrder = 1
  121.         OnClick = SrcDirRBtnClick
  122.       end
  123.       object SrcHelpNbk: TNotebook
  124.         Left = 12
  125.         Top = 176
  126.         Width = 265
  127.         Height = 97
  128.         TabOrder = 2
  129.         object TPage
  130.           Left = 0
  131.           Top = 0
  132.           Caption = 'Alias Page'
  133.           object SrcAliasHelpLbl: TLabel
  134.             Left = 0
  135.             Top = 0
  136.             Width = 265
  137.             Height = 97
  138.             Align = alClient
  139.             AutoSize = False
  140.             Caption = 'Help text for selecting by alias name.'
  141.           end
  142.         end
  143.         object TPage
  144.           Left = 0
  145.           Top = 0
  146.           Caption = 'Directory Page'
  147.           object SrcDirHelpLbl: TLabel
  148.             Left = 0
  149.             Top = 0
  150.             Width = 265
  151.             Height = 97
  152.             Align = alClient
  153.             AutoSize = False
  154.             Caption = 'Help text for selecting by directory.'
  155.             Font.Color = clBlack
  156.             Font.Height = -12
  157.             Font.Name = 'MS Sans Serif'
  158.             Font.Style = []
  159.             ParentFont = False
  160.           end
  161.         end
  162.       end
  163.       object SrcAliasRBtn: TRadioButton
  164.         Left = 52
  165.         Top = 120
  166.         Width = 213
  167.         Height = 16
  168.         Caption = 'Select by alias name'
  169.         Checked = True
  170.         Font.Color = clBlack
  171.         Font.Height = -12
  172.         Font.Name = 'MS Sans Serif'
  173.         Font.Style = [fsBold]
  174.         ParentFont = False
  175.         TabOrder = 3
  176.         TabStop = True
  177.         OnClick = SrcAliasRBtnClick
  178.       end
  179.     end
  180.     object TPage
  181.       Left = 0
  182.       Top = 0
  183.       Caption = 'Target Alias'
  184.       object TgtHelpLbl: TLabel
  185.         Left = 268
  186.         Top = 32
  187.         Width = 221
  188.         Height = 241
  189.         AutoSize = False
  190.         Caption = 'Select an alias for the database you want to move your data to.'
  191.         Font.Color = clBlack
  192.         Font.Height = -12
  193.         Font.Name = 'MS Sans Serif'
  194.         Font.Style = []
  195.         ParentFont = False
  196.       end
  197.       object TgtAliasLbl: TLabel
  198.         Left = 12
  199.         Top = 12
  200.         Width = 92
  201.         Height = 13
  202.         Caption = 'Target Alias Names'
  203.       end
  204.       object TgtAliasLBox: TListBox
  205.         Left = 12
  206.         Top = 32
  207.         Width = 233
  208.         Height = 241
  209.         ItemHeight = 13
  210.         Items.Strings = (
  211.           '')
  212.         Style = lbOwnerDrawVariable
  213.         TabOrder = 0
  214.         OnClick = TgtAliasLBoxClick
  215.         OnDblClick = NextBtnClick
  216.         OnDrawItem = TgtAliasLBoxDrawItem
  217.         OnMeasureItem = TgtAliasLBoxMeasureItem
  218.       end
  219.     end
  220.     object TPage
  221.       Left = 0
  222.       Top = 0
  223.       Caption = 'Select Tables'
  224.       object TblLeftLbl: TLabel
  225.         Left = 12
  226.         Top = 52
  227.         Width = 213
  228.         Height = 13
  229.         AutoSize = False
  230.         Caption = 'Available Tables:'
  231.         Font.Color = clBlack
  232.         Font.Height = -12
  233.         Font.Name = 'MS Sans Serif'
  234.         Font.Style = []
  235.         ParentFont = False
  236.         IsControl = True
  237.       end
  238.       object TblRightLbl: TLabel
  239.         Left = 276
  240.         Top = 52
  241.         Width = 213
  242.         Height = 13
  243.         AutoSize = False
  244.         Caption = 'Selected Tables:'
  245.         Font.Color = clBlack
  246.         Font.Height = -12
  247.         Font.Name = 'MS Sans Serif'
  248.         Font.Style = []
  249.         ParentFont = False
  250.         IsControl = True
  251.       end
  252.       object TblHelpLbl: TLabel
  253.         Left = 12
  254.         Top = 8
  255.         Width = 477
  256.         Height = 45
  257.         AutoSize = False
  258.         Caption = 
  259.           'Select the list of tables to upsize by moving them from the list' +
  260.           ' of available tables to the list of selected tables. Single arro' +
  261.           'w buttons move all selected tables, and double arrow buttons mov' +
  262.           'e all tables. You can also drag and drop table names.'
  263.         Font.Color = clBlack
  264.         Font.Height = -12
  265.         Font.Name = 'MS Sans Serif'
  266.         Font.Style = []
  267.         ParentFont = False
  268.       end
  269.       object TblIncBtn: TBitBtn
  270.         Left = 232
  271.         Top = 107
  272.         Width = 37
  273.         Height = 24
  274.         Caption = '>'
  275.         Font.Color = clBlack
  276.         Font.Height = -12
  277.         Font.Name = 'MS Sans Serif'
  278.         Font.Style = [fsBold]
  279.         ParentFont = False
  280.         TabOrder = 0
  281.         OnClick = TblIncBtnClick
  282.         IsControl = True
  283.       end
  284.       object TblIncAllBtn: TBitBtn
  285.         Left = 232
  286.         Top = 140
  287.         Width = 37
  288.         Height = 24
  289.         Caption = '>>'
  290.         Font.Color = clBlack
  291.         Font.Height = -12
  292.         Font.Name = 'MS Sans Serif'
  293.         Font.Style = [fsBold]
  294.         ParentFont = False
  295.         TabOrder = 1
  296.         OnClick = TblIncAllBtnClick
  297.         IsControl = True
  298.       end
  299.       object TblExcBtn: TBitBtn
  300.         Left = 232
  301.         Top = 172
  302.         Width = 37
  303.         Height = 24
  304.         Caption = '<'
  305.         Font.Color = clBlack
  306.         Font.Height = -12
  307.         Font.Name = 'MS Sans Serif'
  308.         Font.Style = [fsBold]
  309.         ParentFont = False
  310.         TabOrder = 2
  311.         OnClick = TblExcBtnClick
  312.         IsControl = True
  313.       end
  314.       object TblExcAllBtn: TBitBtn
  315.         Left = 232
  316.         Top = 204
  317.         Width = 37
  318.         Height = 24
  319.         Caption = '<<'
  320.         Font.Color = clBlack
  321.         Font.Height = -12
  322.         Font.Name = 'MS Sans Serif'
  323.         Font.Style = [fsBold]
  324.         ParentFont = False
  325.         TabOrder = 3
  326.         OnClick = TblExcAllBtnClick
  327.         IsControl = True
  328.       end
  329.       object TblRightLBox: TListBox
  330.         Left = 276
  331.         Top = 68
  332.         Width = 213
  333.         Height = 205
  334.         Font.Color = clBlack
  335.         Font.Height = -12
  336.         Font.Name = 'MS Sans Serif'
  337.         Font.Style = []
  338.         ItemHeight = 13
  339.         MultiSelect = True
  340.         ParentFont = False
  341.         Sorted = True
  342.         TabOrder = 4
  343.         OnClick = TblRightLBoxClick
  344.         OnDblClick = TblExcBtnClick
  345.         IsControl = True
  346.       end
  347.       object TblLeftLBox: TListBox
  348.         Left = 12
  349.         Top = 68
  350.         Width = 213
  351.         Height = 205
  352.         Font.Color = clBlack
  353.         Font.Height = -12
  354.         Font.Name = 'MS Sans Serif'
  355.         Font.Style = []
  356.         ItemHeight = 13
  357.         MultiSelect = True
  358.         ParentFont = False
  359.         Sorted = True
  360.         TabOrder = 5
  361.         OnClick = TblLeftLBoxClick
  362.         OnDblClick = TblIncBtnClick
  363.         IsControl = True
  364.       end
  365.     end
  366.     object TPage
  367.       Left = 0
  368.       Top = 0
  369.       Caption = 'Select Modify'
  370.       object ModHelpLbl: TLabel
  371.         Left = 12
  372.         Top = 4
  373.         Width = 477
  374.         Height = 45
  375.         AutoSize = False
  376.         Caption = 
  377.           'You can highlight a table with unacceptable translation, and cli' +
  378.           'ck '#39'Modify...'#39' to modify the information. If all indicated infor' +
  379.           'mation is acceptable then click '#39'Upsize'#39' to continue.'
  380.         Font.Color = clBlack
  381.         Font.Height = -12
  382.         Font.Name = 'MS Sans Serif'
  383.         Font.Style = []
  384.         ParentFont = False
  385.         WordWrap = True
  386.       end
  387.       object ModTablesGrid: TStringGrid
  388.         Left = 12
  389.         Top = 52
  390.         Width = 461
  391.         Height = 191
  392.         ColCount = 4
  393.         DefaultColWidth = 80
  394.         DefaultRowHeight = 18
  395.         RowCount = 12
  396.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  397.         ScrollBars = ssNone
  398.         TabOrder = 0
  399.         OnDblClick = ModDoItemBtnClick
  400.         OnTopLeftChanged = ModTablesGridTopLeftChanged
  401.         ColWidths = (
  402.           80
  403.           116
  404.           117
  405.           143)
  406.       end
  407.       object ModDoItemBtn: TButton
  408.         Left = 71
  409.         Top = 248
  410.         Width = 357
  411.         Height = 25
  412.         Caption = '&Modify Mapping Information For Selected Item'
  413.         Font.Color = clBlack
  414.         Font.Height = -12
  415.         Font.Name = 'MS Sans Serif'
  416.         Font.Style = [fsBold]
  417.         ParentFont = False
  418.         TabOrder = 1
  419.         OnClick = ModDoItemBtnClick
  420.       end
  421.       object ModTablesScrl: TScrollBar
  422.         Left = 472
  423.         Top = 52
  424.         Width = 17
  425.         Height = 191
  426.         Kind = sbVertical
  427.         Min = 1
  428.         Position = 1
  429.         TabOrder = 2
  430.         TabStop = False
  431.         OnScroll = ModTablesScrlScroll
  432.       end
  433.     end
  434.     object TPage
  435.       Left = 0
  436.       Top = 0
  437.       Caption = 'Modify Fields'
  438.       object FldHelpLbl: TLabel
  439.         Left = 12
  440.         Top = 8
  441.         Width = 477
  442.         Height = 45
  443.         AutoSize = False
  444.         Caption = 
  445.           'Here you can view or modified the names and values that the upsi' +
  446.           'zing expert has selected for the tables that will be created on ' +
  447.           'the target database. Select a field name in the list box on the ' +
  448.           'left, and view or modify the values presented.'
  449.       end
  450.       object FldSrcFldsLbl: TLabel
  451.         Left = 12
  452.         Top = 56
  453.         Width = 153
  454.         Height = 13
  455.         AutoSize = False
  456.         Caption = 'Source Field Names'
  457.       end
  458.       object FldFldTypeLbl: TLabel
  459.         Left = 168
  460.         Top = 152
  461.         Width = 80
  462.         Height = 13
  463.         Alignment = taRightJustify
  464.         AutoSize = False
  465.         Caption = 'Field Type:'
  466.         Color = clBtnFace
  467.         ParentColor = False
  468.       end
  469.       object FldFldNameLbl: TLabel
  470.         Left = 168
  471.         Top = 128
  472.         Width = 80
  473.         Height = 13
  474.         Alignment = taRightJustify
  475.         AutoSize = False
  476.         Caption = 'Field Name:'
  477.       end
  478.       object FldTblNameLbl: TLabel
  479.         Left = 168
  480.         Top = 92
  481.         Width = 80
  482.         Height = 13
  483.         Alignment = taRightJustify
  484.         AutoSize = False
  485.         Caption = 'Table Name:'
  486.       end
  487.       object FldReqLbl: TLabel
  488.         Left = 168
  489.         Top = 176
  490.         Width = 80
  491.         Height = 13
  492.         Alignment = taRightJustify
  493.         AutoSize = False
  494.         Caption = 'Is Required:'
  495.       end
  496.       object FldMinValLbl: TLabel
  497.         Left = 168
  498.         Top = 200
  499.         Width = 80
  500.         Height = 13
  501.         Alignment = taRightJustify
  502.         AutoSize = False
  503.         Caption = 'Min Value:'
  504.       end
  505.       object FldMaxValLbl: TLabel
  506.         Left = 168
  507.         Top = 224
  508.         Width = 80
  509.         Height = 13
  510.         Alignment = taRightJustify
  511.         AutoSize = False
  512.         Caption = 'Max Value:'
  513.       end
  514.       object FldDefaultLbl: TLabel
  515.         Left = 168
  516.         Top = 249
  517.         Width = 80
  518.         Height = 13
  519.         Alignment = taRightJustify
  520.         AutoSize = False
  521.         Caption = 'Default:'
  522.       end
  523.       object FldSourceLbl: TLabel
  524.         Left = 252
  525.         Top = 72
  526.         Width = 117
  527.         Height = 13
  528.         Alignment = taCenter
  529.         AutoSize = False
  530.         Caption = 'Source'
  531.         Color = clBtnFace
  532.         ParentColor = False
  533.       end
  534.       object FldTargetLbl: TLabel
  535.         Left = 372
  536.         Top = 72
  537.         Width = 117
  538.         Height = 13
  539.         Alignment = taCenter
  540.         AutoSize = False
  541.         Caption = 'Target'
  542.         Color = clBtnFace
  543.         ParentColor = False
  544.       end
  545.       object FldNameLBox: TListBox
  546.         Left = 12
  547.         Top = 72
  548.         Width = 153
  549.         Height = 201
  550.         ItemHeight = 13
  551.         TabOrder = 0
  552.         OnClick = FldNameLBoxClick
  553.       end
  554.       object FldSrcTypeEdit: TEdit
  555.         Left = 252
  556.         Top = 148
  557.         Width = 117
  558.         Height = 21
  559.         TabStop = False
  560.         Font.Color = clGray
  561.         Font.Height = -12
  562.         Font.Name = 'MS Sans Serif'
  563.         Font.Style = []
  564.         ParentFont = False
  565.         ReadOnly = True
  566.         TabOrder = 9
  567.         Text = 'FldSrcTypeEdit'
  568.       end
  569.       object FldTgtNameEdit: TEdit
  570.         Left = 372
  571.         Top = 124
  572.         Width = 117
  573.         Height = 21
  574.         TabOrder = 2
  575.         Text = 'FldTgtNameEdit'
  576.         OnChange = FldTgtNameEditChange
  577.       end
  578.       object FldTgtTypeCBox: TComboBox
  579.         Left = 372
  580.         Top = 148
  581.         Width = 117
  582.         Height = 21
  583.         Style = csDropDownList
  584.         ItemHeight = 13
  585.         Items.Strings = (
  586.           'False'
  587.           'True')
  588.         TabOrder = 3
  589.         OnChange = FldTgtTypeCBoxChange
  590.       end
  591.       object FldSrcTblNameEdit: TEdit
  592.         Left = 252
  593.         Top = 88
  594.         Width = 117
  595.         Height = 21
  596.         TabStop = False
  597.         Font.Color = clGray
  598.         Font.Height = -12
  599.         Font.Name = 'MS Sans Serif'
  600.         Font.Style = []
  601.         ParentFont = False
  602.         ReadOnly = True
  603.         TabOrder = 8
  604.         Text = 'FldSrcTblNameEdit'
  605.       end
  606.       object FldTgtTblNameEdit: TEdit
  607.         Left = 372
  608.         Top = 88
  609.         Width = 117
  610.         Height = 21
  611.         TabOrder = 1
  612.         Text = 'FldTgtTblNameEdit'
  613.         OnChange = FldTgtTblNameEditChange
  614.       end
  615.       object FldSrcReqEdit: TEdit
  616.         Left = 252
  617.         Top = 172
  618.         Width = 117
  619.         Height = 21
  620.         TabStop = False
  621.         Font.Color = clGray
  622.         Font.Height = -12
  623.         Font.Name = 'MS Sans Serif'
  624.         Font.Style = []
  625.         ParentFont = False
  626.         ReadOnly = True
  627.         TabOrder = 10
  628.         Text = 'FldSrcReqEdit'
  629.       end
  630.       object FldSrcMinEdit: TEdit
  631.         Left = 252
  632.         Top = 196
  633.         Width = 117
  634.         Height = 21
  635.         TabStop = False
  636.         Font.Color = clGray
  637.         Font.Height = -12
  638.         Font.Name = 'MS Sans Serif'
  639.         Font.Style = []
  640.         ParentFont = False
  641.         ReadOnly = True
  642.         TabOrder = 11
  643.         Text = 'FldSrcMinEdit'
  644.       end
  645.       object FldTgtMinEdit: TEdit
  646.         Left = 372
  647.         Top = 196
  648.         Width = 117
  649.         Height = 21
  650.         TabOrder = 5
  651.         Text = 'FldTgtMinEdit'
  652.         OnEnter = FldTgtMinMaxDefEditEnter
  653.         OnExit = FldTgtMinMaxDefEditExit
  654.       end
  655.       object FldSrcMaxEdit: TEdit
  656.         Left = 252
  657.         Top = 220
  658.         Width = 117
  659.         Height = 21
  660.         TabStop = False
  661.         Font.Color = clGray
  662.         Font.Height = -12
  663.         Font.Name = 'MS Sans Serif'
  664.         Font.Style = []
  665.         ParentFont = False
  666.         ReadOnly = True
  667.         TabOrder = 12
  668.         Text = 'FldSrcMaxEdit'
  669.       end
  670.       object FldTgtMaxEdit: TEdit
  671.         Left = 372
  672.         Top = 220
  673.         Width = 117
  674.         Height = 21
  675.         TabOrder = 6
  676.         Text = 'FldTgtMaxEdit'
  677.         OnEnter = FldTgtMinMaxDefEditEnter
  678.         OnExit = FldTgtMinMaxDefEditExit
  679.       end
  680.       object FldSrcDefEdit: TEdit
  681.         Left = 252
  682.         Top = 244
  683.         Width = 117
  684.         Height = 21
  685.         TabStop = False
  686.         Font.Color = clGray
  687.         Font.Height = -12
  688.         Font.Name = 'MS Sans Serif'
  689.         Font.Style = []
  690.         ParentFont = False
  691.         ReadOnly = True
  692.         TabOrder = 13
  693.         Text = 'FldSrcDefEdit'
  694.       end
  695.       object FldTgtDefEdit: TEdit
  696.         Left = 372
  697.         Top = 244
  698.         Width = 117
  699.         Height = 21
  700.         TabOrder = 7
  701.         Text = 'FldTgtDefEdit'
  702.         OnEnter = FldTgtMinMaxDefEditEnter
  703.         OnExit = FldTgtMinMaxDefEditExit
  704.       end
  705.       object FldTgtReqCBox: TComboBox
  706.         Left = 372
  707.         Top = 172
  708.         Width = 117
  709.         Height = 21
  710.         Style = csDropDownList
  711.         ItemHeight = 13
  712.         Items.Strings = (
  713.           'False'
  714.           'True')
  715.         TabOrder = 4
  716.         OnChange = FldTgtReqCBoxChange
  717.       end
  718.     end
  719.     object TPage
  720.       Left = 0
  721.       Top = 0
  722.       Caption = 'Modify Indexes'
  723.       object IdxLeftLbl: TLabel
  724.         Left = 12
  725.         Top = 68
  726.         Width = 217
  727.         Height = 13
  728.         AutoSize = False
  729.         Caption = 'Available Fields For Indexing:'
  730.         Font.Color = clBlack
  731.         Font.Height = -12
  732.         Font.Name = 'MS Sans Serif'
  733.         Font.Style = []
  734.         ParentFont = False
  735.         IsControl = True
  736.       end
  737.       object IdxRigthLbl: TLabel
  738.         Left = 276
  739.         Top = 68
  740.         Width = 213
  741.         Height = 13
  742.         AutoSize = False
  743.         Caption = 'Selected Fields For Indexing:'
  744.         Font.Color = clBlack
  745.         Font.Height = -12
  746.         Font.Name = 'MS Sans Serif'
  747.         Font.Style = []
  748.         ParentFont = False
  749.         IsControl = True
  750.       end
  751.       object IdxOriginLbl: TLabel
  752.         Left = 188
  753.         Top = 8
  754.         Width = 265
  755.         Height = 16
  756.         AutoSize = False
  757.         Caption = 'Original Index Expression:'
  758.         Font.Color = clBlack
  759.         Font.Height = -12
  760.         Font.Name = 'MS Sans Serif'
  761.         Font.Style = []
  762.         ParentFont = False
  763.       end
  764.       object IdxNameLbl: TLabel
  765.         Left = 16
  766.         Top = 8
  767.         Width = 161
  768.         Height = 13
  769.         AutoSize = False
  770.         Caption = 'Index Name:'
  771.       end
  772.       object IdxIncBtn: TBitBtn
  773.         Left = 232
  774.         Top = 100
  775.         Width = 37
  776.         Height = 24
  777.         Caption = '>'
  778.         Font.Color = clBlack
  779.         Font.Height = -12
  780.         Font.Name = 'MS Sans Serif'
  781.         Font.Style = [fsBold]
  782.         ParentFont = False
  783.         TabOrder = 1
  784.         OnClick = IdxIncBtnClick
  785.         IsControl = True
  786.       end
  787.       object IdxIncAllBtn: TBitBtn
  788.         Left = 232
  789.         Top = 132
  790.         Width = 37
  791.         Height = 24
  792.         Caption = '>>'
  793.         Font.Color = clBlack
  794.         Font.Height = -12
  795.         Font.Name = 'MS Sans Serif'
  796.         Font.Style = [fsBold]
  797.         ParentFont = False
  798.         TabOrder = 2
  799.         OnClick = IdxIncAllBtnClick
  800.         IsControl = True
  801.       end
  802.       object IdxExcBtn: TBitBtn
  803.         Left = 232
  804.         Top = 164
  805.         Width = 37
  806.         Height = 24
  807.         Caption = '<'
  808.         Font.Color = clBlack
  809.         Font.Height = -12
  810.         Font.Name = 'MS Sans Serif'
  811.         Font.Style = [fsBold]
  812.         ParentFont = False
  813.         TabOrder = 3
  814.         OnClick = IdxExcBtnClick
  815.         IsControl = True
  816.       end
  817.       object IdxExcAllBtn: TBitBtn
  818.         Left = 232
  819.         Top = 196
  820.         Width = 37
  821.         Height = 24
  822.         Caption = '<<'
  823.         Font.Color = clBlack
  824.         Font.Height = -12
  825.         Font.Name = 'MS Sans Serif'
  826.         Font.Style = [fsBold]
  827.         ParentFont = False
  828.         TabOrder = 4
  829.         OnClick = IdxExcAllBtnClick
  830.         IsControl = True
  831.       end
  832.       object IdxUpBtn: TBitBtn
  833.         Left = 352
  834.         Top = 248
  835.         Width = 24
  836.         Height = 24
  837.         Font.Color = clBlack
  838.         Font.Height = -12
  839.         Font.Name = 'MS Sans Serif'
  840.         Font.Style = [fsBold]
  841.         ParentFont = False
  842.         TabOrder = 6
  843.         OnClick = IdxUpBtnClick
  844.         Glyph.Data = {
  845.           66010000424D6601000000000000760000002800000014000000140000000100
  846.           040000000000F000000000000000000000000000000000000000000000000000
  847.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  848.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  849.           8888888800008888888888888888888800008888888888888888888800008888
  850.           8888888888888888000088888888888888888888000088888888888888888888
  851.           0000888888888888888888880000888888888888888888880000888880888888
  852.           8088888800008888880888880888888800008888888088808888888800008888
  853.           8888080888888888000088888888808888888888000088888888888888888888
  854.           0000888888888888888888880000888888888888888888880000888888888888
  855.           8888888800008888888888888888888800008888888888888888888800008888
  856.           88888888888888880000}
  857.       end
  858.       object IdxDownBtn: TBitBtn
  859.         Left = 384
  860.         Top = 248
  861.         Width = 24
  862.         Height = 24
  863.         Font.Color = clBlack
  864.         Font.Height = -12
  865.         Font.Name = 'MS Sans Serif'
  866.         Font.Style = [fsBold]
  867.         ParentFont = False
  868.         TabOrder = 7
  869.         OnClick = IdxDownBtnClick
  870.         Glyph.Data = {
  871.           66010000424D6601000000000000760000002800000014000000140000000100
  872.           040000000000F000000000000000000000000000000000000000000000000000
  873.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  874.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  875.           8888888800008888888888888888888800008888888888888888888800008888
  876.           8888888888888888000088888888888888888888000088888888888888888888
  877.           0000888888888888888888880000888888888888888888880000888888888088
  878.           8888888800008888888808088888888800008888888088808888888800008888
  879.           8808888808888888000088888088888880888888000088888888888888888888
  880.           0000888888888888888888880000888888888888888888880000888888888888
  881.           8888888800008888888888888888888800008888888888888888888800008888
  882.           88888888888888880000}
  883.       end
  884.       object IdxRightLBox: TListBox
  885.         Left = 276
  886.         Top = 88
  887.         Width = 213
  888.         Height = 153
  889.         Font.Color = clBlack
  890.         Font.Height = -12
  891.         Font.Name = 'MS Sans Serif'
  892.         Font.Style = []
  893.         ItemHeight = 13
  894.         MultiSelect = True
  895.         ParentFont = False
  896.         TabOrder = 5
  897.         OnClick = IdxRightLBoxClick
  898.         OnDblClick = IdxExcBtnClick
  899.         IsControl = True
  900.       end
  901.       object IdxOriginMemo: TMemo
  902.         Left = 188
  903.         Top = 24
  904.         Width = 301
  905.         Height = 37
  906.         Font.Color = clBlack
  907.         Font.Height = -12
  908.         Font.Name = 'MS Sans Serif'
  909.         Font.Style = []
  910.         ParentFont = False
  911.         ReadOnly = True
  912.         ScrollBars = ssVertical
  913.         TabOrder = 8
  914.       end
  915.       object IdxLeftLBox: TListBox
  916.         Left = 12
  917.         Top = 88
  918.         Width = 213
  919.         Height = 185
  920.         Font.Color = clBlack
  921.         Font.Height = -12
  922.         Font.Name = 'MS Sans Serif'
  923.         Font.Style = []
  924.         ItemHeight = 13
  925.         MultiSelect = True
  926.         ParentFont = False
  927.         TabOrder = 0
  928.         OnClick = IdxLeftLBoxClick
  929.         OnDblClick = IdxIncBtnClick
  930.         IsControl = True
  931.       end
  932.       object IdxTgtNameEdit: TEdit
  933.         Left = 16
  934.         Top = 24
  935.         Width = 161
  936.         Height = 21
  937.         TabOrder = 9
  938.         Text = 'IdxTgtNameEdit'
  939.         OnChange = IdxTgtNameEditChange
  940.       end
  941.     end
  942.     object TPage
  943.       Left = 0
  944.       Top = 0
  945.       Caption = 'Progress'
  946.       object PrgPercentGauge: TGauge
  947.         Left = 90
  948.         Top = 124
  949.         Width = 321
  950.         Height = 25
  951.         Color = clSilver
  952.         Enabled = False
  953.         ForeColor = clGreen
  954.         BackColor = clSilver
  955.         ParentColor = False
  956.         Progress = 0
  957.       end
  958.       object PrgHelpLbl: TLabel
  959.         Left = 67
  960.         Top = 204
  961.         Width = 365
  962.         Height = 21
  963.         Alignment = taCenter
  964.         AutoSize = False
  965.         Caption = 'Moving data to target database. Please wait.'
  966.         Font.Color = clBlack
  967.         Font.Height = -12
  968.         Font.Name = 'MS Sans Serif'
  969.         Font.Style = [fsBold]
  970.         ParentFont = False
  971.       end
  972.       object PrgInfoLbl: TLabel
  973.         Left = 4
  974.         Top = 52
  975.         Width = 493
  976.         Height = 21
  977.         Alignment = taCenter
  978.         AutoSize = False
  979.         Font.Color = clBlack
  980.         Font.Height = -12
  981.         Font.Name = 'MS Sans Serif'
  982.         Font.Style = [fsBold]
  983.         ParentFont = False
  984.       end
  985.     end
  986.     object TPage
  987.       Left = 0
  988.       Top = 0
  989.       Caption = 'Report'
  990.       object RptReportLbl: TLabel
  991.         Left = 16
  992.         Top = 12
  993.         Width = 265
  994.         Height = 16
  995.         AutoSize = False
  996.         Caption = 'Report of upsizing activities:'
  997.         Font.Color = clBlack
  998.         Font.Height = -12
  999.         Font.Name = 'MS Sans Serif'
  1000.         Font.Style = []
  1001.         ParentFont = False
  1002.       end
  1003.       object RptWriteBtn: TButton
  1004.         Left = 136
  1005.         Top = 248
  1006.         Width = 229
  1007.         Height = 25
  1008.         Caption = '&Write a copy of this report to file'
  1009.         Font.Color = clBlack
  1010.         Font.Height = -12
  1011.         Font.Name = 'MS Sans Serif'
  1012.         Font.Style = [fsBold]
  1013.         ParentFont = False
  1014.         TabOrder = 0
  1015.         OnClick = RptWriteBtnClick
  1016.       end
  1017.       object RptReportGrid: TDBGrid
  1018.         Left = 16
  1019.         Top = 28
  1020.         Width = 469
  1021.         Height = 209
  1022.         DataSource = ReportDataSource
  1023.         Font.Color = clBlack
  1024.         Font.Height = -12
  1025.         Font.Name = 'MS Sans Serif'
  1026.         Font.Style = []
  1027.         Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  1028.         ParentFont = False
  1029.         ReadOnly = True
  1030.         TabOrder = 1
  1031.         TitleFont.Color = clWindowText
  1032.         TitleFont.Height = -11
  1033.         TitleFont.Name = 'MS San Serif'
  1034.         TitleFont.Style = []
  1035.       end
  1036.     end
  1037.   end
  1038.   object BackBtn: TBitBtn
  1039.     Left = 224
  1040.     Top = 292
  1041.     Width = 61
  1042.     Height = 25
  1043.     Caption = '< &Back'
  1044.     Font.Color = clBlack
  1045.     Font.Height = -12
  1046.     Font.Name = 'MS Sans Serif'
  1047.     Font.Style = [fsBold]
  1048.     ParentFont = False
  1049.     TabOrder = 2
  1050.     OnClick = BackBtnClick
  1051.   end
  1052.   object NextBtn: TBitBtn
  1053.     Left = 288
  1054.     Top = 292
  1055.     Width = 61
  1056.     Height = 25
  1057.     Caption = '&Next >'
  1058.     Font.Color = clBlack
  1059.     Font.Height = -12
  1060.     Font.Name = 'MS Sans Serif'
  1061.     Font.Style = [fsBold]
  1062.     ParentFont = False
  1063.     TabOrder = 3
  1064.     OnClick = NextBtnClick
  1065.   end
  1066.   object UpsizeBtn: TButton
  1067.     Left = 432
  1068.     Top = 292
  1069.     Width = 61
  1070.     Height = 25
  1071.     Caption = '&Upsize'
  1072.     Font.Color = clBlack
  1073.     Font.Height = -12
  1074.     Font.Name = 'MS Sans Serif'
  1075.     Font.Style = [fsBold]
  1076.     ParentFont = False
  1077.     TabOrder = 5
  1078.     OnClick = UpsizeBtnClick
  1079.   end
  1080.   object HelpBtn: TButton
  1081.     Left = 152
  1082.     Top = 292
  1083.     Width = 61
  1084.     Height = 25
  1085.     Caption = '&Help'
  1086.     Font.Color = clBlack
  1087.     Font.Height = -12
  1088.     Font.Name = 'MS Sans Serif'
  1089.     Font.Style = [fsBold]
  1090.     ParentFont = False
  1091.     TabOrder = 1
  1092.     OnClick = HelpBtnClick
  1093.   end
  1094.   object ExitBtn: TButton
  1095.     Left = 360
  1096.     Top = 292
  1097.     Width = 61
  1098.     Height = 25
  1099.     Caption = '&Exit'
  1100.     Font.Color = clBlack
  1101.     Font.Height = -12
  1102.     Font.Name = 'MS Sans Serif'
  1103.     Font.Style = [fsBold]
  1104.     ParentFont = False
  1105.     TabOrder = 4
  1106.     OnClick = ExitBtnClick
  1107.   end
  1108.   object ReportTable: TTable
  1109.     Left = 8
  1110.     Top = 292
  1111.   end
  1112.   object ReportDataSource: TDataSource
  1113.     DataSet = ReportTable
  1114.     Left = 40
  1115.     Top = 292
  1116.   end
  1117.   object SaveReportDlg: TSaveDialog
  1118.     DefaultExt = 'DB'
  1119.     FileEditStyle = fsEdit
  1120.     Filter = 'Paradox Tables|*.DB|dBASE Tables|*.DBF|Text files|*.txt'
  1121.     Options = [ofOverwritePrompt]
  1122.     Left = 72
  1123.     Top = 292
  1124.   end
  1125. end
  1126.