home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Database / AutoSQL / ASQL22N.exe / _SETUP.1 / AutoSQL.exe / 0 / RCDATA / TFRMPROCESSINGOPTIONS / TFRMPROCESSINGOPTIONS.txt
Encoding:
Text File  |  1999-02-16  |  15.3 KB  |  581 lines

  1. object frmProcessingOptions: TfrmProcessingOptions
  2.   Left = 336
  3.   Top = 196
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Processing Options'
  7.   ClientHeight = 365
  8.   ClientWidth = 373
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object bbnOk: TBitBtn
  20.     Left = 4
  21.     Top = 336
  22.     Width = 75
  23.     Height = 25
  24.     HelpContext = 23
  25.     Caption = '&OK'
  26.     TabOrder = 0
  27.     OnClick = bbnOkClick
  28.     Kind = bkOK
  29.   end
  30.   object bbnCancel: TBitBtn
  31.     Left = 292
  32.     Top = 336
  33.     Width = 75
  34.     Height = 25
  35.     HelpContext = 24
  36.     Caption = '&Cancel'
  37.     TabOrder = 2
  38.     OnClick = bbnCancelClick
  39.     Kind = bkCancel
  40.   end
  41.   object bbnHelp: TBitBtn
  42.     Left = 84
  43.     Top = 336
  44.     Width = 75
  45.     Height = 25
  46.     TabOrder = 1
  47.     OnClick = bbnHelpClick
  48.     Kind = bkHelp
  49.   end
  50.   object pgeProcessingOptions: TPage95Control
  51.     Left = 4
  52.     Top = 4
  53.     Width = 365
  54.     Height = 325
  55.     ActivePage = tabDelphi
  56.     FlatSeperators = False
  57.     HotTrack = False
  58.     TabInactiveColor = clInactiveCaption
  59.     TabInactiveFont.Charset = DEFAULT_CHARSET
  60.     TabInactiveFont.Color = clInactiveCaptionText
  61.     TabInactiveFont.Height = -11
  62.     TabInactiveFont.Name = 'MS Sans Serif'
  63.     TabInactiveFont.Style = []
  64.     TabOrder = 3
  65.     object tabSQL: TTab95Sheet
  66.       Caption = 'Create SQL'
  67.       GripAlign = gaLeft
  68.       ImageIndex = -1
  69.       StaticPageIndex = -1
  70.       TabVisible = True
  71.       object boxSQLIndexOptions: TGroupBox
  72.         Left = 4
  73.         Top = 4
  74.         Width = 345
  75.         Height = 81
  76.         Caption = 'Index Options'
  77.         Font.Charset = ANSI_CHARSET
  78.         Font.Color = clWindowText
  79.         Font.Height = -11
  80.         Font.Name = 'Arial'
  81.         Font.Style = [fsBold]
  82.         ParentFont = False
  83.         TabOrder = 0
  84.         object chkSQLPrimaryIndexes: TCheckBox
  85.           Left = 12
  86.           Top = 16
  87.           Width = 145
  88.           Height = 17
  89.           HelpContext = 18
  90.           Caption = 'Process Primary Indexes'
  91.           Font.Charset = ANSI_CHARSET
  92.           Font.Color = clWindowText
  93.           Font.Height = -11
  94.           Font.Name = 'Arial'
  95.           Font.Style = []
  96.           ParentFont = False
  97.           State = cbChecked
  98.           TabOrder = 0
  99.         end
  100.         object chkSQLSecondaryIndexes: TCheckBox
  101.           Left = 12
  102.           Top = 36
  103.           Width = 157
  104.           Height = 17
  105.           HelpContext = 19
  106.           Caption = 'Process Secondary Indexes'
  107.           Font.Charset = ANSI_CHARSET
  108.           Font.Color = clWindowText
  109.           Font.Height = -11
  110.           Font.Name = 'Arial'
  111.           Font.Style = []
  112.           ParentFont = False
  113.           State = cbChecked
  114.           TabOrder = 1
  115.         end
  116.         object chkSQLUseConstraint: TCheckBox
  117.           Left = 12
  118.           Top = 56
  119.           Width = 229
  120.           Height = 17
  121.           HelpContext = 20
  122.           Caption = 'Primary index uses CONSTRAINT keyword'
  123.           Font.Charset = ANSI_CHARSET
  124.           Font.Color = clWindowText
  125.           Font.Height = -11
  126.           Font.Name = 'Arial'
  127.           Font.Style = []
  128.           ParentFont = False
  129.           TabOrder = 2
  130.         end
  131.       end
  132.       object boxPrefixAndSuffix: TGroupBox
  133.         Left = 4
  134.         Top = 92
  135.         Width = 345
  136.         Height = 109
  137.         Caption = 'Prefix and Suffix'
  138.         Font.Charset = ANSI_CHARSET
  139.         Font.Color = clWindowText
  140.         Font.Height = -11
  141.         Font.Name = 'Arial'
  142.         Font.Style = [fsBold]
  143.         ParentFont = False
  144.         TabOrder = 1
  145.         object lblPrefix: TLabel
  146.           Left = 12
  147.           Top = 16
  148.           Width = 28
  149.           Height = 14
  150.           Caption = 'Prefix'
  151.           Font.Charset = ANSI_CHARSET
  152.           Font.Color = clWindowText
  153.           Font.Height = -11
  154.           Font.Name = 'Arial'
  155.           Font.Style = []
  156.           ParentFont = False
  157.         end
  158.         object Label1: TLabel
  159.           Left = 12
  160.           Top = 60
  161.           Width = 29
  162.           Height = 14
  163.           Caption = 'Suffix'
  164.           Font.Charset = ANSI_CHARSET
  165.           Font.Color = clWindowText
  166.           Font.Height = -11
  167.           Font.Name = 'Arial'
  168.           Font.Style = []
  169.           ParentFont = False
  170.         end
  171.         object edtPrefix: TEdit
  172.           Left = 12
  173.           Top = 32
  174.           Width = 321
  175.           Height = 22
  176.           HelpContext = 21
  177.           Font.Charset = ANSI_CHARSET
  178.           Font.Color = clWindowText
  179.           Font.Height = -11
  180.           Font.Name = 'Arial'
  181.           Font.Style = []
  182.           ParentFont = False
  183.           TabOrder = 0
  184.         end
  185.         object edtSuffix: TEdit
  186.           Left = 12
  187.           Top = 76
  188.           Width = 321
  189.           Height = 22
  190.           HelpContext = 21
  191.           Font.Charset = ANSI_CHARSET
  192.           Font.Color = clWindowText
  193.           Font.Height = -11
  194.           Font.Name = 'Arial'
  195.           Font.Style = []
  196.           ParentFont = False
  197.           TabOrder = 1
  198.         end
  199.       end
  200.       object boxMisc: TGroupBox
  201.         Left = 4
  202.         Top = 208
  203.         Width = 345
  204.         Height = 81
  205.         Caption = 'Miscellaneous'
  206.         Font.Charset = ANSI_CHARSET
  207.         Font.Color = clWindowText
  208.         Font.Height = -11
  209.         Font.Name = 'Arial'
  210.         Font.Style = [fsBold]
  211.         ParentFont = False
  212.         TabOrder = 2
  213.         object chkIncludeExtensions: TCheckBox
  214.           Left = 12
  215.           Top = 16
  216.           Width = 313
  217.           Height = 17
  218.           HelpContext = 22
  219.           Caption = 'Include Table Filename Extensions (Paradox and dBase Only)'
  220.           Font.Charset = ANSI_CHARSET
  221.           Font.Color = clWindowText
  222.           Font.Height = -11
  223.           Font.Name = 'Arial'
  224.           Font.Style = []
  225.           ParentFont = False
  226.           TabOrder = 0
  227.         end
  228.         object chkEncloseInBrackets: TCheckBox
  229.           Left = 12
  230.           Top = 36
  231.           Width = 305
  232.           Height = 17
  233.           HelpContext = 25
  234.           Caption = 'Enclose names with spaces in brackets instead of quotes'
  235.           Font.Charset = ANSI_CHARSET
  236.           Font.Color = clWindowText
  237.           Font.Height = -11
  238.           Font.Name = 'Arial'
  239.           Font.Style = []
  240.           ParentFont = False
  241.           TabOrder = 1
  242.         end
  243.         object chkCreateDataStatements: TCheckBox
  244.           Left = 12
  245.           Top = 56
  246.           Width = 305
  247.           Height = 17
  248.           HelpContext = 26
  249.           Caption = 'Create INSERT INTO statements for table data'
  250.           Font.Charset = ANSI_CHARSET
  251.           Font.Color = clWindowText
  252.           Font.Height = -11
  253.           Font.Name = 'Arial'
  254.           Font.Style = []
  255.           ParentFont = False
  256.           TabOrder = 2
  257.         end
  258.       end
  259.     end
  260.     object tabDelphi: TTab95Sheet
  261.       Caption = 'Create Delphi Code'
  262.       GripAlign = gaLeft
  263.       ImageIndex = -1
  264.       StaticPageIndex = -1
  265.       TabVisible = True
  266.       object boxDelphiIndexOptions: TGroupBox
  267.         Left = 4
  268.         Top = 4
  269.         Width = 345
  270.         Height = 61
  271.         Caption = 'Index Options'
  272.         Font.Charset = ANSI_CHARSET
  273.         Font.Color = clWindowText
  274.         Font.Height = -11
  275.         Font.Name = 'Arial'
  276.         Font.Style = [fsBold]
  277.         ParentFont = False
  278.         TabOrder = 0
  279.         object chkDelphiPrimaryIndexes: TCheckBox
  280.           Left = 12
  281.           Top = 16
  282.           Width = 145
  283.           Height = 17
  284.           HelpContext = 18
  285.           Caption = 'Process Primary Indexes'
  286.           Font.Charset = ANSI_CHARSET
  287.           Font.Color = clWindowText
  288.           Font.Height = -11
  289.           Font.Name = 'Arial'
  290.           Font.Style = []
  291.           ParentFont = False
  292.           State = cbChecked
  293.           TabOrder = 0
  294.         end
  295.         object chkDelphiSecondaryIndexes: TCheckBox
  296.           Left = 12
  297.           Top = 36
  298.           Width = 157
  299.           Height = 17
  300.           HelpContext = 19
  301.           Caption = 'Process Secondary Indexes'
  302.           Font.Charset = ANSI_CHARSET
  303.           Font.Color = clWindowText
  304.           Font.Height = -11
  305.           Font.Name = 'Arial'
  306.           Font.Style = []
  307.           ParentFont = False
  308.           State = cbChecked
  309.           TabOrder = 1
  310.         end
  311.       end
  312.       object boxDelphiDatabaseOptions: TGroupBox
  313.         Left = 4
  314.         Top = 72
  315.         Width = 345
  316.         Height = 109
  317.         Caption = 'Database Options'
  318.         Font.Charset = ANSI_CHARSET
  319.         Font.Color = clWindowText
  320.         Font.Height = -11
  321.         Font.Name = 'Arial'
  322.         Font.Style = [fsBold]
  323.         ParentFont = False
  324.         TabOrder = 1
  325.         object lblDelphiDatabaseName: TLabel
  326.           Left = 12
  327.           Top = 16
  328.           Width = 76
  329.           Height = 14
  330.           Caption = 'Database Name'
  331.           FocusControl = edtDelphiDatabaseName
  332.           Font.Charset = ANSI_CHARSET
  333.           Font.Color = clWindowText
  334.           Font.Height = -11
  335.           Font.Name = 'Arial'
  336.           Font.Style = []
  337.           ParentFont = False
  338.         end
  339.         object lblDelphiTableType: TLabel
  340.           Left = 12
  341.           Top = 60
  342.           Width = 53
  343.           Height = 14
  344.           Caption = 'Table Type'
  345.           FocusControl = cbxDelphiTableType
  346.           Font.Charset = ANSI_CHARSET
  347.           Font.Color = clWindowText
  348.           Font.Height = -11
  349.           Font.Name = 'Arial'
  350.           Font.Style = []
  351.           ParentFont = False
  352.         end
  353.         object edtDelphiDatabaseName: TEdit
  354.           Left = 12
  355.           Top = 32
  356.           Width = 145
  357.           Height = 22
  358.           HelpContext = 27
  359.           Font.Charset = ANSI_CHARSET
  360.           Font.Color = clWindowText
  361.           Font.Height = -11
  362.           Font.Name = 'Arial'
  363.           Font.Style = []
  364.           ParentFont = False
  365.           TabOrder = 0
  366.           Text = #39'DatabaseName'#39
  367.         end
  368.         object cbxDelphiTableType: TComboBox
  369.           Left = 12
  370.           Top = 76
  371.           Width = 145
  372.           Height = 22
  373.           HelpContext = 28
  374.           Style = csDropDownList
  375.           Font.Charset = ANSI_CHARSET
  376.           Font.Color = clWindowText
  377.           Font.Height = -11
  378.           Font.Name = 'Arial'
  379.           Font.Style = []
  380.           ItemHeight = 14
  381.           Items.Strings = (
  382.             'Paradox'
  383.             'DBase'
  384.             'ASCII')
  385.           ParentFont = False
  386.           TabOrder = 1
  387.         end
  388.       end
  389.       object boxDelphiMiscellaneous: TGroupBox
  390.         Left = 4
  391.         Top = 188
  392.         Width = 345
  393.         Height = 81
  394.         Caption = 'Miscellaneous'
  395.         Font.Charset = ANSI_CHARSET
  396.         Font.Color = clWindowText
  397.         Font.Height = -11
  398.         Font.Name = 'Arial'
  399.         Font.Style = [fsBold]
  400.         ParentFont = False
  401.         TabOrder = 2
  402.         object chkDelphiCreateDataStatements: TCheckBox
  403.           Left = 12
  404.           Top = 16
  405.           Width = 305
  406.           Height = 17
  407.           HelpContext = 29
  408.           Caption = 'Create AppendRecord statements for table data'
  409.           Font.Charset = ANSI_CHARSET
  410.           Font.Color = clWindowText
  411.           Font.Height = -11
  412.           Font.Name = 'Arial'
  413.           Font.Style = []
  414.           ParentFont = False
  415.           TabOrder = 0
  416.         end
  417.       end
  418.     end
  419.     object tabCBuilder: TTab95Sheet
  420.       Caption = 'Create C++Builder Code'
  421.       GripAlign = gaLeft
  422.       ImageIndex = -1
  423.       StaticPageIndex = -1
  424.       TabVisible = True
  425.       object boxCBuilderIndexOptions: TGroupBox
  426.         Left = 4
  427.         Top = 4
  428.         Width = 345
  429.         Height = 61
  430.         Caption = 'Index Options'
  431.         Font.Charset = ANSI_CHARSET
  432.         Font.Color = clWindowText
  433.         Font.Height = -11
  434.         Font.Name = 'Arial'
  435.         Font.Style = [fsBold]
  436.         ParentFont = False
  437.         TabOrder = 0
  438.         object chkCBuilderPrimaryIndexes: TCheckBox
  439.           Left = 12
  440.           Top = 16
  441.           Width = 145
  442.           Height = 17
  443.           HelpContext = 18
  444.           Caption = 'Process Primary Indexes'
  445.           Font.Charset = ANSI_CHARSET
  446.           Font.Color = clWindowText
  447.           Font.Height = -11
  448.           Font.Name = 'Arial'
  449.           Font.Style = []
  450.           ParentFont = False
  451.           State = cbChecked
  452.           TabOrder = 0
  453.         end
  454.         object chkCBuilderSecondaryIndexes: TCheckBox
  455.           Left = 12
  456.           Top = 36
  457.           Width = 157
  458.           Height = 17
  459.           HelpContext = 19
  460.           Caption = 'Process Secondary Indexes'
  461.           Font.Charset = ANSI_CHARSET
  462.           Font.Color = clWindowText
  463.           Font.Height = -11
  464.           Font.Name = 'Arial'
  465.           Font.Style = []
  466.           ParentFont = False
  467.           State = cbChecked
  468.           TabOrder = 1
  469.         end
  470.       end
  471.       object boxCBuilderDatabaseOptions: TGroupBox
  472.         Left = 4
  473.         Top = 72
  474.         Width = 345
  475.         Height = 109
  476.         Caption = 'Database Options'
  477.         Font.Charset = ANSI_CHARSET
  478.         Font.Color = clWindowText
  479.         Font.Height = -11
  480.         Font.Name = 'Arial'
  481.         Font.Style = [fsBold]
  482.         ParentFont = False
  483.         TabOrder = 1
  484.         object lblCBuilderDatabaseName: TLabel
  485.           Left = 12
  486.           Top = 16
  487.           Width = 76
  488.           Height = 14
  489.           Caption = 'Database Name'
  490.           FocusControl = edtCBuilderDatabaseName
  491.           Font.Charset = ANSI_CHARSET
  492.           Font.Color = clWindowText
  493.           Font.Height = -11
  494.           Font.Name = 'Arial'
  495.           Font.Style = []
  496.           ParentFont = False
  497.         end
  498.         object lblCBuilderTableType: TLabel
  499.           Left = 12
  500.           Top = 60
  501.           Width = 53
  502.           Height = 14
  503.           Caption = 'Table Type'
  504.           FocusControl = cbxCBuilderTableType
  505.           Font.Charset = ANSI_CHARSET
  506.           Font.Color = clWindowText
  507.           Font.Height = -11
  508.           Font.Name = 'Arial'
  509.           Font.Style = []
  510.           ParentFont = False
  511.         end
  512.         object edtCBuilderDatabaseName: TEdit
  513.           Left = 12
  514.           Top = 32
  515.           Width = 145
  516.           Height = 22
  517.           HelpContext = 27
  518.           Font.Charset = ANSI_CHARSET
  519.           Font.Color = clWindowText
  520.           Font.Height = -11
  521.           Font.Name = 'Arial'
  522.           Font.Style = []
  523.           ParentFont = False
  524.           TabOrder = 0
  525.           Text = '"DatabaseName"'
  526.         end
  527.         object cbxCBuilderTableType: TComboBox
  528.           Left = 12
  529.           Top = 76
  530.           Width = 145
  531.           Height = 22
  532.           HelpContext = 28
  533.           Style = csDropDownList
  534.           Font.Charset = ANSI_CHARSET
  535.           Font.Color = clWindowText
  536.           Font.Height = -11
  537.           Font.Name = 'Arial'
  538.           Font.Style = []
  539.           ItemHeight = 14
  540.           Items.Strings = (
  541.             'Paradox'
  542.             'DBase'
  543.             'ASCII')
  544.           ParentFont = False
  545.           TabOrder = 1
  546.         end
  547.       end
  548.       object GroupBox1: TGroupBox
  549.         Left = 4
  550.         Top = 188
  551.         Width = 345
  552.         Height = 81
  553.         Caption = 'Miscellaneous'
  554.         Font.Charset = ANSI_CHARSET
  555.         Font.Color = clWindowText
  556.         Font.Height = -11
  557.         Font.Name = 'Arial'
  558.         Font.Style = [fsBold]
  559.         ParentFont = False
  560.         TabOrder = 2
  561.         Visible = False
  562.         object chkCBuilderCreateDataStatements: TCheckBox
  563.           Left = 12
  564.           Top = 16
  565.           Width = 305
  566.           Height = 17
  567.           HelpContext = 26
  568.           Caption = 'Create AppendRecord statements for table data'
  569.           Font.Charset = ANSI_CHARSET
  570.           Font.Color = clWindowText
  571.           Font.Height = -11
  572.           Font.Name = 'Arial'
  573.           Font.Style = []
  574.           ParentFont = False
  575.           TabOrder = 0
  576.         end
  577.       end
  578.     end
  579.   end
  580. end
  581.