⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qimport3consts.pas

📁 Advanced Data Import Component Suite for Borland Delphi and C++ Builder allows you to import your da
💻 PAS
📖 第 1 页 / 共 2 页
字号:
  QIWDF_GeneratorValue       = 'Generator value';
  QIWDF_GeneratorStep        = 'Generator step';
  QIWDF_ConstantValue        = 'Constant value';
  QIWDF_NullValue            = 'Null value';
  QIWDF_DefaultValue         = 'Default value';
  QIWDF_LeftQuote            = 'Left quote';
  QIWDF_RightQuote           = 'Right quote';
  QIWDF_QuoteAction          = 'Quote action';
  QIWDF_QuoteNone            = 'None';
  QIWDF_QuoteAdd             = 'Add';
  QIWDF_QuoteRemove          = 'Remove';
  QIWDF_CharCase             = 'Char case';
  QIWDF_CharCaseNone         = 'As Is';
  QIWDF_CharCaseUpper        = 'Upper';
  QIWDF_CharCaseLower        = 'Lower';
  QIWDF_CharCaseUpperFirst   = 'Upper first';
  QIWDF_CharCaseUpperWord    = 'Upper first word';
  QIWDF_CharSet              = 'Char set';
  QIWDF_CharSetNone          = 'As Is';
  QIWDF_CharSetAnsi          = 'Ansi';
  QIWDF_CharSetOem           = 'Oem';

  QIWDF_RE_Title             = 'Replacement';                      // since 2.0
  QIWDF_RE_TextToFind        = 'Text to find';                     // since 2.0
  QIWDF_RE_ReplaceWith       = 'Replace with';                     // since 2.0
  QIWDF_RE_IgnoreCase        = 'Ignore case';                      // since 2.0

  QIW_TXT_Fields             = 'Fields';
  QIW_TXT_Fields_Pos         = 'P';                                // since 2.0
  QIW_TXT_Fields_Size        = 'S';                                // since 2.0
  QIW_TXT_Clear              = 'Clear';
  QIW_TXT_SkipLines          = 'Skip line(s)';
  QIW_TXT_Tip                = 'Double click to add or remove '    +
                               'column separators. Click at the '  +
                               'area between separators to '       +
                               'define the imported column.';      // since 2.0
  QIW_TXT_Encoding           = 'Encoding';  // dee

  QIW_CSV_Fields             = 'Fields';
  QIW_CSV_ColNumber          = 'Col Number';                       // since 2.0
  QIW_CSV_SkipLines          = 'Skip line(s)';
  QIW_CSV_AutoFill           = 'Auto fill';                        // since 1.2
  QIW_CSV_Clear              = 'Clear';                            // since 1.2
  QIW_CSV_GridCol            = 'Column_%d';                        // since 1.4
  QIW_CSV_Tip                = 'Select field name from the list '  +
                               'box, then click at the column '    +
                               'to import this field to.';

  QIW_DBF_Add                = 'Add';
  QIW_DBF_Remove             = 'Remove';
  QIW_DBF_AutoFill           = 'Auto fill';                        // since 1.2
  QIW_DBF_Clear              = 'Clear';                            // since 1.2
  QIW_DBF_SkipDeleted        = 'Skip Deleted Rows';                // since 1.7
  QIW_DBF_Tip                = 'Click the "Add" button to set '    +
                               'the accordance between the '       +
                               'imported column and the table '    +
                               'field or click the "Remove" '      +
                               'button to remove one.';

  QIW_HTML_Fields            = 'Fields';
  QIW_HTML_ColNumber         = 'Col Number';
  QIW_HTML_TableNumber       = 'Table Number';
  QIW_HTML_SkipLines         = 'Skip line(s)';
  QIW_HTML_AutoFill          = 'Auto fill';
  QIW_HTML_Clear             = 'Clear';
  QIW_HTML_GridCol           = 'Column_%d';
  QIW_HTML_Tip                = 'Select field name from the list '  +
                               'box, then click at the column '    +
                               'to import this field to.';


  QIW_XML_Add                = 'Add';                              // since 2.0
  QIW_XML_Remove             = 'Remove';                           // since 2.0
  QIW_XML_AutoFill           = 'Auto fill';                        // since 2.0
  QIW_XML_Clear              = 'Clear';                            // since 2.0
  QIW_XML_WriteOnFly         = 'Write on Fly';                     // since 2.1
  QIW_XML_Tip                = 'Click the "Add" button to set '    +
                               'the accordance between the '       +
                               'imported column and the table '    +
                               'field or click the "Remove"'       +
                               'button to remove one.';            // since 2.0

  QIW_XLS_Fields             = 'Fields';
  QIW_XLS_Ranges             = 'Ranges';                           // since 2.0
  QIW_XLS_AddRange           = 'Add Range';                        // since 2.0
  QIW_XLS_EditRange          = 'Edit Range';                       // since 2.0
  QIW_XLS_DelRange           = 'Del Range';                        // since 2.0
  QIW_XLS_MoveRangeUp        = 'Move Range Up';                    // since 2.0
  QIW_XLS_MoveRangeDown      = 'Move Range Down';                  // since 2.0
  QIW_XLS_SkipCols           = 'Skip col(s)';                      // since 2.0
  QIW_XLS_SkipRows           = 'Skip row(s)';                      // since 2.0
  QIW_XLS_AutoFillCols       = 'Auto fill cols';                   // since 1.2
  QIW_XLS_AutoFillRows       = 'Auto fill rows';                   // since 1.2
  QIW_XLS_ClearFieldRanges   = 'Clear field ranges';               // since 2.0
  QIW_XLS_ClearAllRanges     = 'Clear all ranges';                 // since 2.0
  QIW_XLS_Tip                = 'Use the Range Editor to add/edit ' +
                               'ranges or click individual cells ' +
                               'with Shift or Ctrl pressed. '      +
                               'Press Enter to apply selection '   +
                               'or Escape to cancel.';

  QIRE_Caption               = 'Range';                            // since 2.0
  QIRE_RangeType             = ' Range Type ';                     // since 2.0
  QIRE_RangeType_Col         = 'Col';                              // since 2.0
  QIRE_RangeType_Row         = 'Row';                              // since 2.0
  QIRE_RangeType_Cell        = 'Cell';                             // since 2.0
  QIRE_Start                 = ' Start ';                          // since 2.0
  QIRE_Start_DataStarted     = 'Where data started';               // since 2.0
  QIRE_Start_Col             = 'Start Col';                        // since 2.0
  QIRE_Start_Row             = 'Start Row';                        // since 2.0
  QIRE_Finish                = ' Finish ';                         // since 2.0
  QIRE_Finish_DataFinished   = 'Where data finished';              // since 2.0
  QIRE_Finish_Col            = 'Finish Col';                       // since 2.0
  QIRE_Finish_Row            = 'Finish Row';                       // since 2.0
  QIRE_Direction             = ' Direction ';                      // since 2.0
  QIRE_Direction_Down        = 'Down';                             // since 2.0
  QIRE_Direction_Up          = 'Up';                               // since 2.0
  QIRE_Direction_Right       = 'Right';                            // since 2.0
  QIRE_Direction_Left        = 'Left';                             // since 2.0
  QIRE_Sheet                 = ' Sheet ';                          // since 2.0
  QIRE_Sheet_Default         = 'Default Sheet';                    // since 2.0
  QIRE_Sheet_Custom          = 'Custom Sheet';                     // since 2.0
  QIRE_Sheet_Custom_Number   = 'Sheet Number';                     // since 2.0
  QIRE_Sheet_Custom_Name     = 'Sheet Name';                       // since 2.0

  QIW_Access_Table           = 'I would like to import data from ' +
                               'a table';                          // since 1.4
  QIW_Access_SQL             = 'I would like to import data from ' +
                               'an SQL query';                     // since 1.4
  QIW_Access_SQL_Load        = 'Load query from file';             // since 1.4
  QIW_Access_SQL_Save        = 'Save query to file';               // since 1.4
  QIW_Access_Add             = 'Add';                              // since 1.4
  QIW_Access_Remove          = 'Remove';                           // since 1.4
  QIW_Access_AutoFill        = 'Auto fill';                        // since 1.4
  QIW_Access_Clear           = 'Clear';                            // since 1.4
  QIW_Access_CustomQuery     = 'Custom query';
  QIW_Access_Tip             = 'Click the "Add" button to set '    +
                               'the accordance between the '       +
                               'imported column and the table '    +
                               'field or click the "Remove" '      +
                               'button to remove one.';            // since 1.4

implementation

end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -