home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 April / Chip_2000-04_cd.bin / sharewar / DBF / DBF2MySQL.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  2000-02-01  |  20KB  |  874 lines

  1. object MainForm: TMainForm
  2.   Left = 222
  3.   Top = 106
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'DBF2ODBC'
  7.   ClientHeight = 286
  8.   ClientWidth = 487
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object NB: TNotebook
  22.     Left = 0
  23.     Top = 0
  24.     Width = 487
  25.     Height = 286
  26.     Align = alClient
  27.     TabOrder = 0
  28.     OnPageChanged = NBPageChanged
  29.     object TPage
  30.       Left = 0
  31.       Top = 0
  32.       Caption = 'Intro'
  33.       object lbIntro: TLabel
  34.         Left = 192
  35.         Top = 16
  36.         Width = 277
  37.         Height = 113
  38.         Alignment = taCenter
  39.         AutoSize = False
  40.         Caption = 'lbIntro'
  41.         Font.Charset = DEFAULT_CHARSET
  42.         Font.Color = clWindowText
  43.         Font.Height = -11
  44.         Font.Name = 'MS Sans Serif'
  45.         Font.Style = [fsBold]
  46.         ParentFont = False
  47.         Layout = tlCenter
  48.       end
  49.       object lbIntro1: TLabel
  50.         Left = 20
  51.         Top = 140
  52.         Width = 449
  53.         Height = 17
  54.         Alignment = taCenter
  55.         AutoSize = False
  56.         Caption = 'lbIntro'
  57.         Font.Charset = DEFAULT_CHARSET
  58.         Font.Color = clWindowText
  59.         Font.Height = -11
  60.         Font.Name = 'MS Sans Serif'
  61.         Font.Style = [fsUnderline]
  62.         ParentFont = False
  63.       end
  64.       object lbIntro2: TLabel
  65.         Left = 68
  66.         Top = 164
  67.         Width = 405
  68.         Height = 73
  69.         AutoSize = False
  70.         Caption = 'lbIntro'
  71.         Font.Charset = DEFAULT_CHARSET
  72.         Font.Color = clWindowText
  73.         Font.Height = -11
  74.         Font.Name = 'MS Sans Serif'
  75.         Font.Style = []
  76.         ParentFont = False
  77.         Layout = tlCenter
  78.       end
  79.       object Image1: TImage
  80.         Left = 36
  81.         Top = 60
  82.         Width = 127
  83.         Height = 60
  84.         AutoSize = True
  85.         Picture.Data = {<image001.bmp>}
  86.         Transparent = True
  87.       end
  88.       object Image2: TImage
  89.         Left = 12
  90.         Top = 36
  91.         Width = 125
  92.         Height = 29
  93.         AutoSize = True
  94.         Picture.Data = {<image002.bmp>}
  95.         Transparent = True
  96.       end
  97.       object Panel1: TPanel
  98.         Left = 0
  99.         Top = 249
  100.         Width = 487
  101.         Height = 37
  102.         Align = alBottom
  103.         BevelOuter = bvNone
  104.         Caption = ' '
  105.         TabOrder = 0
  106.         object Bevel1: TBevel
  107.           Left = 0
  108.           Top = 0
  109.           Width = 487
  110.           Height = 6
  111.           Align = alTop
  112.           Shape = bsTopLine
  113.         end
  114.         object btnClose5: TButton
  115.           Left = 402
  116.           Top = 10
  117.           Width = 75
  118.           Height = 21
  119.           Caption = 'Close'
  120.           ModalResult = 2
  121.           TabOrder = 1
  122.           OnClick = btnClose
  123.         end
  124.         object btnNext: TButton
  125.           Left = 318
  126.           Top = 10
  127.           Width = 75
  128.           Height = 21
  129.           Caption = 'Next >'
  130.           Default = True
  131.           TabOrder = 0
  132.           OnClick = NextPage
  133.         end
  134.       end
  135.     end
  136.     object TPage
  137.       Left = 0
  138.       Top = 0
  139.       Caption = 'Login'
  140.       object lbLogin: TLabel
  141.         Left = 8
  142.         Top = 43
  143.         Width = 465
  144.         Height = 43
  145.         Alignment = taCenter
  146.         AutoSize = False
  147.         Caption = 'lbIntro'
  148.         Font.Charset = DEFAULT_CHARSET
  149.         Font.Color = clTeal
  150.         Font.Height = -11
  151.         Font.Name = 'MS Sans Serif'
  152.         Font.Style = [fsBold]
  153.         ParentFont = False
  154.       end
  155.       object Label3: TLabel
  156.         Left = 71
  157.         Top = 119
  158.         Width = 131
  159.         Height = 17
  160.         Alignment = taRightJustify
  161.         AutoSize = False
  162.         Caption = 'Host name:'
  163.       end
  164.       object Label4: TLabel
  165.         Left = 71
  166.         Top = 143
  167.         Width = 131
  168.         Height = 17
  169.         Alignment = taRightJustify
  170.         AutoSize = False
  171.         Caption = 'Port:'
  172.       end
  173.       object Label1: TLabel
  174.         Left = 71
  175.         Top = 191
  176.         Width = 131
  177.         Height = 17
  178.         Alignment = taRightJustify
  179.         AutoSize = False
  180.         Caption = 'Username:'
  181.       end
  182.       object Label2: TLabel
  183.         Left = 71
  184.         Top = 215
  185.         Width = 131
  186.         Height = 17
  187.         Alignment = taRightJustify
  188.         AutoSize = False
  189.         Caption = 'Password:'
  190.       end
  191.       object Bevel4: TBevel
  192.         Left = 5
  193.         Top = 98
  194.         Width = 477
  195.         Height = 6
  196.         Shape = bsTopLine
  197.       end
  198.       object Label6: TLabel
  199.         Left = 71
  200.         Top = 167
  201.         Width = 131
  202.         Height = 17
  203.         Alignment = taRightJustify
  204.         AutoSize = False
  205.         Caption = 'Database:'
  206.       end
  207.       object Panel2: TPanel
  208.         Left = 0
  209.         Top = 249
  210.         Width = 487
  211.         Height = 37
  212.         Align = alBottom
  213.         BevelOuter = bvNone
  214.         Caption = ' '
  215.         TabOrder = 5
  216.         object Bevel2: TBevel
  217.           Left = 0
  218.           Top = 0
  219.           Width = 487
  220.           Height = 6
  221.           Align = alTop
  222.           Shape = bsTopLine
  223.         end
  224.         object btnClose4: TButton
  225.           Left = 402
  226.           Top = 10
  227.           Width = 75
  228.           Height = 21
  229.           Caption = 'Close'
  230.           ModalResult = 2
  231.           TabOrder = 2
  232.           OnClick = btnClose
  233.         end
  234.         object btnNext1: TButton
  235.           Left = 318
  236.           Top = 10
  237.           Width = 75
  238.           Height = 21
  239.           Caption = 'Next >'
  240.           Default = True
  241.           TabOrder = 1
  242.           OnClick = btnNext1Click
  243.         end
  244.         object btnPrev: TButton
  245.           Left = 234
  246.           Top = 10
  247.           Width = 75
  248.           Height = 21
  249.           Caption = '< Previous'
  250.           TabOrder = 0
  251.           OnClick = PrevPage
  252.         end
  253.       end
  254.       object HostName: TEdit
  255.         Left = 207
  256.         Top = 116
  257.         Width = 180
  258.         Height = 21
  259.         TabOrder = 0
  260.         Text = 'HostName'
  261.         OnChange = HostNameChange
  262.       end
  263.       object Port: TEdit
  264.         Left = 207
  265.         Top = 140
  266.         Width = 180
  267.         Height = 21
  268.         TabOrder = 1
  269.         Text = '3306'
  270.         OnChange = PortChange
  271.       end
  272.       object UserName: TEdit
  273.         Left = 207
  274.         Top = 188
  275.         Width = 180
  276.         Height = 21
  277.         TabOrder = 3
  278.         Text = 'UserName'
  279.         OnChange = UserNameChange
  280.       end
  281.       object Password: TEdit
  282.         Left = 207
  283.         Top = 212
  284.         Width = 180
  285.         Height = 21
  286.         PasswordChar = '*'
  287.         TabOrder = 4
  288.         Text = 'Password'
  289.         OnChange = PasswordChange
  290.       end
  291.       object Database: TEdit
  292.         Left = 207
  293.         Top = 164
  294.         Width = 180
  295.         Height = 21
  296.         TabOrder = 2
  297.         Text = 'Database'
  298.         OnChange = DatabaseChange
  299.       end
  300.     end
  301.     object TPage
  302.       Left = 0
  303.       Top = 0
  304.       Caption = 'DBFSelect'
  305.       object lbDrive: TLabel
  306.         Left = 8
  307.         Top = 40
  308.         Width = 25
  309.         Height = 13
  310.         Caption = '&Drive'
  311.         FocusControl = Drive
  312.       end
  313.       object lbDir: TLabel
  314.         Left = 8
  315.         Top = 77
  316.         Width = 42
  317.         Height = 13
  318.         Caption = '&Directory'
  319.         FocusControl = Dir
  320.       end
  321.       object Label5: TLabel
  322.         Left = 236
  323.         Top = 40
  324.         Width = 21
  325.         Height = 13
  326.         Caption = '&Files'
  327.         FocusControl = Drive
  328.       end
  329.       object lbChooseFile: TLabel
  330.         Left = 16
  331.         Top = 16
  332.         Width = 457
  333.         Height = 21
  334.         Alignment = taCenter
  335.         AutoSize = False
  336.         Caption = 'lbIntro'
  337.         Font.Charset = DEFAULT_CHARSET
  338.         Font.Color = clTeal
  339.         Font.Height = -11
  340.         Font.Name = 'MS Sans Serif'
  341.         Font.Style = [fsBold]
  342.         ParentFont = False
  343.       end
  344.       object Drive: TDriveComboBox
  345.         Left = 14
  346.         Top = 55
  347.         Width = 211
  348.         Height = 19
  349.         DirList = Dir
  350.         TabOrder = 0
  351.       end
  352.       object Dir: TDirectoryListBox
  353.         Left = 14
  354.         Top = 92
  355.         Width = 211
  356.         Height = 145
  357.         FileList = Files
  358.         ItemHeight = 16
  359.         TabOrder = 1
  360.       end
  361.       object Files: TFileListBox
  362.         Left = 238
  363.         Top = 55
  364.         Width = 238
  365.         Height = 182
  366.         ItemHeight = 13
  367.         Mask = '*.db*'
  368.         TabOrder = 2
  369.         OnChange = FilesChange
  370.         OnClick = FilesChange
  371.         OnDblClick = btnConnectClick
  372.         OnEnter = FilesChange
  373.       end
  374.       object Panel3: TPanel
  375.         Left = 0
  376.         Top = 249
  377.         Width = 487
  378.         Height = 37
  379.         Align = alBottom
  380.         BevelOuter = bvNone
  381.         Caption = ' '
  382.         TabOrder = 3
  383.         object Bevel3: TBevel
  384.           Left = 0
  385.           Top = 0
  386.           Width = 487
  387.           Height = 6
  388.           Align = alTop
  389.           Shape = bsTopLine
  390.         end
  391.         object btnClose3: TButton
  392.           Left = 402
  393.           Top = 10
  394.           Width = 75
  395.           Height = 21
  396.           Caption = 'Close'
  397.           ModalResult = 2
  398.           TabOrder = 3
  399.           OnClick = btnClose
  400.         end
  401.         object btnConnect: TButton
  402.           Left = 318
  403.           Top = 10
  404.           Width = 75
  405.           Height = 21
  406.           Caption = 'Next >'
  407.           Default = True
  408.           TabOrder = 2
  409.           OnClick = btnConnectClick
  410.         end
  411.         object btnPrev1: TButton
  412.           Left = 150
  413.           Top = 10
  414.           Width = 75
  415.           Height = 21
  416.           Caption = '< Previous'
  417.           TabOrder = 0
  418.           OnClick = PrevPage
  419.         end
  420.         object btnBrow: TButton
  421.           Left = 234
  422.           Top = 10
  423.           Width = 75
  424.           Height = 21
  425.           Caption = 'View data'
  426.           TabOrder = 1
  427.           OnClick = btnBrowClick
  428.         end
  429.       end
  430.     end
  431.     object TPage
  432.       Left = 0
  433.       Top = 0
  434.       Caption = 'DBFView'
  435.       object Grid: TDBGrid
  436.         Left = 0
  437.         Top = 0
  438.         Width = 487
  439.         Height = 249
  440.         Align = alClient
  441.         DataSource = DS
  442.         TabOrder = 0
  443.         TitleFont.Charset = DEFAULT_CHARSET
  444.         TitleFont.Color = clWindowText
  445.         TitleFont.Height = -11
  446.         TitleFont.Name = 'MS Sans Serif'
  447.         TitleFont.Style = []
  448.       end
  449.       object Panel4: TPanel
  450.         Left = 0
  451.         Top = 249
  452.         Width = 487
  453.         Height = 37
  454.         Align = alBottom
  455.         BevelOuter = bvNone
  456.         Caption = ' '
  457.         TabOrder = 1
  458.         object btnCancel: TButton
  459.           Left = 402
  460.           Top = 10
  461.           Width = 75
  462.           Height = 21
  463.           Caption = 'Close'
  464.           ModalResult = 2
  465.           TabOrder = 2
  466.           OnClick = btnClose
  467.         end
  468.         object btnConnect2: TButton
  469.           Left = 318
  470.           Top = 10
  471.           Width = 75
  472.           Height = 21
  473.           Caption = 'Next >'
  474.           Default = True
  475.           ModalResult = 2
  476.           TabOrder = 1
  477.           OnClick = btnConnectClick
  478.         end
  479.         object btnPrev3: TButton
  480.           Left = 234
  481.           Top = 10
  482.           Width = 75
  483.           Height = 21
  484.           Caption = '< Previous'
  485.           ModalResult = 2
  486.           TabOrder = 0
  487.           OnClick = PrevPage
  488.         end
  489.       end
  490.     end
  491.     object TPage
  492.       Left = 0
  493.       Top = 0
  494.       Caption = 'Params'
  495.       object lbParams: TLabel
  496.         Left = 12
  497.         Top = 12
  498.         Width = 473
  499.         Height = 29
  500.         Alignment = taCenter
  501.         AutoSize = False
  502.         Caption = 'lbParams'
  503.         Font.Charset = DEFAULT_CHARSET
  504.         Font.Color = clTeal
  505.         Font.Height = -11
  506.         Font.Name = 'MS Sans Serif'
  507.         Font.Style = [fsBold]
  508.         ParentFont = False
  509.       end
  510.       object Panel5: TPanel
  511.         Left = 0
  512.         Top = 249
  513.         Width = 487
  514.         Height = 37
  515.         Align = alBottom
  516.         BevelOuter = bvNone
  517.         Caption = ' '
  518.         TabOrder = 0
  519.         object Bevel5: TBevel
  520.           Left = 0
  521.           Top = 0
  522.           Width = 487
  523.           Height = 6
  524.           Align = alTop
  525.           Shape = bsTopLine
  526.         end
  527.         object btnClose1: TButton
  528.           Left = 402
  529.           Top = 10
  530.           Width = 75
  531.           Height = 21
  532.           Caption = 'Close'
  533.           ModalResult = 2
  534.           TabOrder = 2
  535.           OnClick = btnClose
  536.         end
  537.         object btnFinish1: TButton
  538.           Left = 318
  539.           Top = 10
  540.           Width = 75
  541.           Height = 21
  542.           Caption = 'Next >'
  543.           Default = True
  544.           TabOrder = 1
  545.           OnClick = btnFinish1Click
  546.         end
  547.         object btnPrev5: TButton
  548.           Left = 234
  549.           Top = 10
  550.           Width = 75
  551.           Height = 21
  552.           Caption = '< Previous'
  553.           TabOrder = 0
  554.           OnClick = btnPrev5Click
  555.         end
  556.       end
  557.       object Pages: TPageControl
  558.         Left = 0
  559.         Top = 40
  560.         Width = 487
  561.         Height = 209
  562.         ActivePage = TabSheet1
  563.         Align = alBottom
  564.         TabOrder = 1
  565.         object TabSheet1: TTabSheet
  566.           Caption = 'Transfer options'
  567.           object lbTableName: TLabel
  568.             Left = 7
  569.             Top = 42
  570.             Width = 89
  571.             Height = 13
  572.             Caption = 'Target table name:'
  573.             FocusControl = TableName
  574.           end
  575.           object lbTargetCP: TLabel
  576.             Left = 7
  577.             Top = 2
  578.             Width = 88
  579.             Height = 13
  580.             Caption = 'Target codepage::'
  581.             FocusControl = TargetCP
  582.           end
  583.           object Tables: TListBox
  584.             Left = 239
  585.             Top = 18
  586.             Width = 229
  587.             Height = 153
  588.             ItemHeight = 13
  589.             TabOrder = 4
  590.             OnDblClick = TablesDblClick
  591.             OnKeyPress = TablesKeyPress
  592.           end
  593.           object EmptyTable: TCheckBox
  594.             Left = 19
  595.             Top = 118
  596.             Width = 209
  597.             Height = 17
  598.             Caption = 'Empty table before transfering'
  599.             TabOrder = 3
  600.           end
  601.           object ReCreate: TCheckBox
  602.             Left = 19
  603.             Top = 98
  604.             Width = 209
  605.             Height = 17
  606.             Caption = 'Re-Create target table'
  607.             TabOrder = 2
  608.             OnClick = TableNameChange
  609.           end
  610.           object TableName: TEdit
  611.             Left = 19
  612.             Top = 58
  613.             Width = 205
  614.             Height = 21
  615.             TabOrder = 1
  616.             Text = 'TableName'
  617.             OnChange = TableNameChange
  618.           end
  619.           object TargetCP: TComboBox
  620.             Left = 18
  621.             Top = 18
  622.             Width = 206
  623.             Height = 21
  624.             Style = csDropDownList
  625.             ItemHeight = 13
  626.             Items.Strings = (
  627.               'Current Windows codepage'
  628.               'Russian KOI-8-r codepage'
  629.               'Russian MS-DOS (866) codepage'
  630.               'OEM codepage')
  631.             TabOrder = 0
  632.           end
  633.         end
  634.         object TabSheet2: TTabSheet
  635.           Caption = 'Fields'
  636.           object lbfnEdit: TLabel
  637.             Left = 268
  638.             Top = 32
  639.             Width = 115
  640.             Height = 13
  641.             Caption = 'MySQL table field name:'
  642.           end
  643.           object Label7: TLabel
  644.             Left = 276
  645.             Top = 92
  646.             Width = 189
  647.             Height = 65
  648.             Alignment = taCenter
  649.             AutoSize = False
  650.             Caption = 
  651.               'An empty table name means "do not copy this column into destinat' +
  652.               'ion table'
  653.             WordWrap = True
  654.           end
  655.           object FieldNames: TListBox
  656.             Left = 10
  657.             Top = 23
  658.             Width = 240
  659.             Height = 149
  660.             ExtendedSelect = False
  661.             ItemHeight = 16
  662.             Style = lbOwnerDrawFixed
  663.             TabOrder = 0
  664.             OnClick = FieldNamesClick
  665.             OnDrawItem = FieldNamesDrawItem
  666.           end
  667.           object fnEdit: TEdit
  668.             Left = 268
  669.             Top = 48
  670.             Width = 197
  671.             Height = 21
  672.             TabOrder = 1
  673.             Text = 'fnEdit'
  674.             OnChange = fnEditChange
  675.           end
  676.           object HeaderControl1: THeaderControl
  677.             Left = 10
  678.             Top = 7
  679.             Width = 240
  680.             Height = 18
  681.             Align = alNone
  682.             Sections = <
  683.               item
  684.                 AllowClick = False
  685.                 MaxWidth = 120
  686.                 MinWidth = 120
  687.                 Text = ' DBF Field'
  688.                 Width = 120
  689.               end
  690.               item
  691.                 AllowClick = False
  692.                 MaxWidth = 120
  693.                 MinWidth = 120
  694.                 Text = 'MySQL Table field'
  695.                 Width = 120
  696.               end>
  697.           end
  698.         end
  699.       end
  700.     end
  701.     object TPage
  702.       Left = 0
  703.       Top = 0
  704.       Caption = 'QueryView'
  705.       object lbQView: TLabel
  706.         Left = 12
  707.         Top = 17
  708.         Width = 473
  709.         Height = 36
  710.         Alignment = taCenter
  711.         AutoSize = False
  712.         Caption = 'lbQView'
  713.         Font.Charset = DEFAULT_CHARSET
  714.         Font.Color = clTeal
  715.         Font.Height = -11
  716.         Font.Name = 'MS Sans Serif'
  717.         Font.Style = [fsBold]
  718.         ParentFont = False
  719.       end
  720.       object Panel6: TPanel
  721.         Left = 0
  722.         Top = 249
  723.         Width = 487
  724.         Height = 37
  725.         Align = alBottom
  726.         BevelOuter = bvNone
  727.         Caption = ' '
  728.         TabOrder = 0
  729.         object Bevel6: TBevel
  730.           Left = 0
  731.           Top = 0
  732.           Width = 487
  733.           Height = 6
  734.           Align = alTop
  735.           Shape = bsTopLine
  736.         end
  737.         object btnClose6: TButton
  738.           Left = 402
  739.           Top = 10
  740.           Width = 75
  741.           Height = 21
  742.           Caption = 'Close'
  743.           ModalResult = 2
  744.           TabOrder = 2
  745.           OnClick = btnClose
  746.         end
  747.         object btnFinish2: TButton
  748.           Left = 318
  749.           Top = 10
  750.           Width = 75
  751.           Height = 21
  752.           Caption = 'Finish >'
  753.           Default = True
  754.           TabOrder = 1
  755.           OnClick = btnFinish2Click
  756.         end
  757.         object btnPrev4: TButton
  758.           Left = 234
  759.           Top = 10
  760.           Width = 75
  761.           Height = 21
  762.           Caption = '< Previous'
  763.           TabOrder = 0
  764.           OnClick = btnPrev5Click
  765.         end
  766.       end
  767.       object QView: TMemo
  768.         Left = 12
  769.         Top = 56
  770.         Width = 465
  771.         Height = 189
  772.         Lines.Strings = (
  773.           '')
  774.         ScrollBars = ssBoth
  775.         TabOrder = 1
  776.       end
  777.     end
  778.     object TPage
  779.       Left = 0
  780.       Top = 0
  781.       Caption = 'Export'
  782.       object lbCopy: TLabel
  783.         Left = 8
  784.         Top = 8
  785.         Width = 471
  786.         Height = 15
  787.         Alignment = taCenter
  788.         AutoSize = False
  789.         Caption = 'lbCopy'
  790.         Color = clBtnFace
  791.         Font.Charset = DEFAULT_CHARSET
  792.         Font.Color = clTeal
  793.         Font.Height = -11
  794.         Font.Name = 'MS Sans Serif'
  795.         Font.Style = [fsBold]
  796.         ParentColor = False
  797.         ParentFont = False
  798.         WordWrap = True
  799.       end
  800.       object _Log: TMemo
  801.         Left = 8
  802.         Top = 24
  803.         Width = 471
  804.         Height = 180
  805.         Lines.Strings = (
  806.           'Log')
  807.         ReadOnly = True
  808.         ScrollBars = ssVertical
  809.         TabOrder = 0
  810.       end
  811.       object _Status: TPanel
  812.         Left = 8
  813.         Top = 209
  814.         Width = 471
  815.         Height = 16
  816.         Alignment = taLeftJustify
  817.         BevelOuter = bvLowered
  818.         Caption = '_Status'
  819.         TabOrder = 1
  820.       end
  821.       object _Progress: TProgressBar
  822.         Left = 8
  823.         Top = 228
  824.         Width = 471
  825.         Height = 15
  826.         Min = 0
  827.         Max = 100
  828.         TabOrder = 2
  829.       end
  830.       object Panel7: TPanel
  831.         Left = 0
  832.         Top = 249
  833.         Width = 487
  834.         Height = 37
  835.         Align = alBottom
  836.         BevelOuter = bvNone
  837.         Caption = ' '
  838.         TabOrder = 3
  839.         object Bevel7: TBevel
  840.           Left = 0
  841.           Top = 0
  842.           Width = 487
  843.           Height = 6
  844.           Align = alTop
  845.           Shape = bsTopLine
  846.         end
  847.         object btnFinish: TButton
  848.           Left = 402
  849.           Top = 10
  850.           Width = 75
  851.           Height = 21
  852.           Caption = 'Stop'
  853.           Default = True
  854.           TabOrder = 1
  855.           OnClick = btnFinishClick
  856.         end
  857.         object btnOther: TButton
  858.           Left = 318
  859.           Top = 10
  860.           Width = 75
  861.           Height = 21
  862.           Caption = 'Other table'
  863.           TabOrder = 0
  864.           OnClick = btnPrev5Click
  865.         end
  866.       end
  867.     end
  868.   end
  869.   object DS: TDataSource
  870.     Left = 112
  871.     Top = 240
  872.   end
  873. end
  874.