home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / Runimage / Delphi50 / Help / Examples / Batchmv2 / main.dfm / main.txt
Encoding:
Text File  |  1999-08-11  |  6.1 KB  |  329 lines

  1. object FormMain: TFormMain
  2.   Left = 169
  3.   Top = 154
  4.   Width = 766
  5.   Height = 584
  6.   Caption = 'TBatchMove Example'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDesktopCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Bevel1: TBevel
  20.     Left = 384
  21.     Top = 10
  22.     Width = 326
  23.     Height = 208
  24.     Shape = bsFrame
  25.     Style = bsRaised
  26.   end
  27.   object Label6: TLabel
  28.     Left = 423
  29.     Top = 59
  30.     Width = 33
  31.     Height = 16
  32.     Caption = 'Alias:'
  33.   end
  34.   object Label7: TLabel
  35.     Left = 399
  36.     Top = 108
  37.     Width = 79
  38.     Height = 16
  39.     Caption = 'Table Name:'
  40.   end
  41.   object Label8: TLabel
  42.     Left = 428
  43.     Top = 158
  44.     Width = 35
  45.     Height = 16
  46.     Caption = 'Index:'
  47.   end
  48.   object Bevel2: TBevel
  49.     Left = 20
  50.     Top = 10
  51.     Width = 326
  52.     Height = 208
  53.     Shape = bsFrame
  54.     Style = bsRaised
  55.   end
  56.   object Label5: TLabel
  57.     Left = 59
  58.     Top = 158
  59.     Width = 35
  60.     Height = 16
  61.     Caption = 'Index:'
  62.   end
  63.   object Label4: TLabel
  64.     Left = 30
  65.     Top = 108
  66.     Width = 79
  67.     Height = 16
  68.     Caption = 'Table Name:'
  69.   end
  70.   object Label3: TLabel
  71.     Left = 59
  72.     Top = 59
  73.     Width = 33
  74.     Height = 16
  75.     Caption = 'Alias:'
  76.   end
  77.   object Bevel3: TBevel
  78.     Left = 20
  79.     Top = 236
  80.     Width = 690
  81.     Height = 248
  82.     Shape = bsFrame
  83.     Style = bsRaised
  84.   end
  85.   object Label1: TLabel
  86.     Left = 128
  87.     Top = 20
  88.     Width = 95
  89.     Height = 16
  90.     Caption = 'Source Table'
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clWindowText
  93.     Font.Height = -15
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.   end
  98.   object Label2: TLabel
  99.     Left = 492
  100.     Top = 20
  101.     Width = 124
  102.     Height = 16
  103.     Caption = 'Destination Table'
  104.     Font.Charset = DEFAULT_CHARSET
  105.     Font.Color = clWindowText
  106.     Font.Height = -15
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = [fsBold]
  109.     ParentFont = False
  110.   end
  111.   object Label10: TLabel
  112.     Left = 276
  113.     Top = 246
  114.     Width = 161
  115.     Height = 16
  116.     Caption = 'Options/Error Handling'
  117.     Font.Charset = DEFAULT_CHARSET
  118.     Font.Color = clWindowText
  119.     Font.Height = -15
  120.     Font.Name = 'MS Sans Serif'
  121.     Font.Style = [fsBold]
  122.     ParentFont = False
  123.   end
  124.   object Label9: TLabel
  125.     Left = 34
  126.     Top = 414
  127.     Width = 75
  128.     Height = 16
  129.     Caption = 'Batch Mode:'
  130.   end
  131.   object Label12: TLabel
  132.     Left = 354
  133.     Top = 286
  134.     Width = 140
  135.     Height = 16
  136.     Caption = 'Changed Table Name: '
  137.   end
  138.   object Label13: TLabel
  139.     Left = 335
  140.     Top = 335
  141.     Width = 163
  142.     Height = 16
  143.     Caption = 'Key Violation Table Name: '
  144.   end
  145.   object Label14: TLabel
  146.     Left = 364
  147.     Top = 384
  148.     Width = 136
  149.     Height = 16
  150.     Caption = 'Problem Table Name: '
  151.   end
  152.   object Label11: TLabel
  153.     Left = 315
  154.     Top = 433
  155.     Width = 179
  156.     Height = 16
  157.     Caption = 'Record Count (Leave 0 for all):'
  158.   end
  159.   object cmbxDestAlias: TComboBox
  160.     Left = 492
  161.     Top = 59
  162.     Width = 179
  163.     Height = 24
  164.     Style = csDropDownList
  165.     ItemHeight = 16
  166.     Sorted = True
  167.     TabOrder = 0
  168.     OnChange = cmbxDestAliasChange
  169.   end
  170.   object cmbxDestTable: TComboBox
  171.     Left = 492
  172.     Top = 108
  173.     Width = 179
  174.     Height = 24
  175.     ItemHeight = 16
  176.     Sorted = True
  177.     TabOrder = 1
  178.     OnChange = cmbxDestTableChange
  179.   end
  180.   object cmbxDestIndex: TComboBox
  181.     Left = 492
  182.     Top = 158
  183.     Width = 179
  184.     Height = 24
  185.     Style = csDropDownList
  186.     ItemHeight = 16
  187.     Sorted = True
  188.     TabOrder = 2
  189.     OnChange = cmbxDestIndexChange
  190.   end
  191.   object cmbxSourceAlias: TComboBox
  192.     Left = 118
  193.     Top = 59
  194.     Width = 179
  195.     Height = 24
  196.     Style = csDropDownList
  197.     ItemHeight = 16
  198.     Sorted = True
  199.     TabOrder = 3
  200.     OnChange = cmbxSourceAliasChange
  201.   end
  202.   object cmbxSourceTable: TComboBox
  203.     Left = 118
  204.     Top = 108
  205.     Width = 179
  206.     Height = 24
  207.     Style = csDropDownList
  208.     ItemHeight = 16
  209.     Sorted = True
  210.     TabOrder = 4
  211.     OnChange = cmbxSourceTableChange
  212.   end
  213.   object cmbxSourceIndex: TComboBox
  214.     Left = 118
  215.     Top = 158
  216.     Width = 179
  217.     Height = 24
  218.     Style = csDropDownList
  219.     ItemHeight = 16
  220.     Sorted = True
  221.     TabOrder = 5
  222.     OnChange = cmbxSourceIndexChange
  223.   end
  224.   object cmbxMode: TComboBox
  225.     Left = 118
  226.     Top = 414
  227.     Width = 179
  228.     Height = 24
  229.     Style = csDropDownList
  230.     ItemHeight = 16
  231.     Sorted = True
  232.     TabOrder = 6
  233.     OnChange = cmbxModeChange
  234.     Items.Strings = (
  235.       'Append'
  236.       'Append Update'
  237.       'Copy'
  238.       'Delete'
  239.       'Update')
  240.   end
  241.   object Button1: TButton
  242.     Left = 283
  243.     Top = 497
  244.     Width = 161
  245.     Height = 31
  246.     Caption = 'Execute BatchMove'
  247.     TabOrder = 7
  248.     OnClick = Button1Click
  249.   end
  250.   object chkbxAbortKey: TCheckBox
  251.     Left = 39
  252.     Top = 286
  253.     Width = 238
  254.     Height = 20
  255.     Caption = 'Abort on key violation'
  256.     Checked = True
  257.     State = cbChecked
  258.     TabOrder = 8
  259.     OnClick = chkbxAbortKeyClick
  260.   end
  261.   object chkbxAbortProblem: TCheckBox
  262.     Left = 39
  263.     Top = 325
  264.     Width = 238
  265.     Height = 21
  266.     Caption = 'Abort on problem (data is truncated)'
  267.     Checked = True
  268.     State = cbChecked
  269.     TabOrder = 9
  270.     OnClick = chkbxAbortProblemClick
  271.   end
  272.   object chkbxTrans: TCheckBox
  273.     Left = 39
  274.     Top = 364
  275.     Width = 238
  276.     Height = 21
  277.     Caption = 'Transliterate Characters'
  278.     Checked = True
  279.     State = cbChecked
  280.     TabOrder = 10
  281.     OnClick = chkbxTransClick
  282.   end
  283.   object edtChangedTable: TEdit
  284.     Left = 512
  285.     Top = 286
  286.     Width = 149
  287.     Height = 24
  288.     TabOrder = 11
  289.   end
  290.   object edtKeyVioTbl: TEdit
  291.     Left = 512
  292.     Top = 335
  293.     Width = 149
  294.     Height = 24
  295.     TabOrder = 12
  296.   end
  297.   object edtProbTbl: TEdit
  298.     Left = 512
  299.     Top = 384
  300.     Width = 149
  301.     Height = 24
  302.     TabOrder = 13
  303.   end
  304.   object edtRecCount: TEdit
  305.     Left = 512
  306.     Top = 433
  307.     Width = 149
  308.     Height = 24
  309.     TabOrder = 14
  310.     Text = '0'
  311.     OnKeyPress = edtRecCountKeyPress
  312.   end
  313.   object BatchMove1: TBatchMove
  314.     Destination = tblDest
  315.     Source = tblSource
  316.     Transliterate = False
  317.     Left = 280
  318.     Top = 88
  319.   end
  320.   object tblSource: TTable
  321.     Left = 280
  322.     Top = 24
  323.   end
  324.   object tblDest: TTable
  325.     Left = 280
  326.     Top = 144
  327.   end
  328. end
  329.