home *** CD-ROM | disk | FTP | other *** search
/ serv.yrg.kuzbass.net / serv.yrg.kuzbass.net.zip / serv.yrg.kuzbass.net / bde501.zip / _SETUP.1 / DATAPUMP.EXE / RCDATA / TUPSIZINGFORM / TUPSIZINGFORM.txt
Text File  |  1998-10-10  |  31KB  |  1,179 lines

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