grpMSICheck.ui 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <ui version="4.0">
  2. <class>grpMSICheck</class>
  3. <widget class="QWidget" name="grpMSICheck">
  4. <property name="geometry">
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>295</width>
  9. <height>79</height>
  10. </rect>
  11. </property>
  12. <property name="maximumSize">
  13. <size>
  14. <width>600</width>
  15. <height>16777215</height>
  16. </size>
  17. </property>
  18. <property name="windowTitle">
  19. <string>Form</string>
  20. </property>
  21. <layout class="QVBoxLayout" name="vLayoutMSI">
  22. <property name="contentMargins">
  23. <number>0</number>
  24. </property>
  25. <property name="leftMargin">
  26. <number>0</number>
  27. </property>
  28. <property name="topMargin">
  29. <number>0</number>
  30. </property>
  31. <property name="rightMargin">
  32. <number>0</number>
  33. </property>
  34. <property name="bottomMargin">
  35. <number>0</number>
  36. </property>
  37. <item>
  38. <layout class="QHBoxLayout" name="hLayoutMSI">
  39. <item>
  40. <widget class="QLabel" name="lblMSICheck">
  41. <property name="text">
  42. <string>Chec&amp;k Digit:</string>
  43. </property>
  44. <property name="alignment">
  45. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  46. </property>
  47. <property name="buddy">
  48. <cstring>cmbMSICheck</cstring>
  49. </property>
  50. <property name="toolTip">
  51. <string>Mod-10 uses Luhn algorithm
  52. Mod-11 (IBM) uses IBM weightings
  53. Mod-11 (NCR) uses NCR weightings</string>
  54. </property>
  55. </widget>
  56. </item>
  57. <item>
  58. <widget class="QComboBox" name="cmbMSICheck">
  59. <property name="toolTip">
  60. <string>Mod-10 uses Luhn algorithm
  61. Mod-11 (IBM) uses IBM weightings
  62. Mod-11 (NCR) uses NCR weightings</string>
  63. </property>
  64. <item>
  65. <property name="text">
  66. <string>None</string>
  67. </property>
  68. </item>
  69. <item>
  70. <property name="text">
  71. <string>Mod-10</string>
  72. </property>
  73. </item>
  74. <item>
  75. <property name="text">
  76. <string>Mod-10 &amp; Mod-10</string>
  77. </property>
  78. </item>
  79. <item>
  80. <property name="text">
  81. <string>Mod-11 (IBM)</string>
  82. </property>
  83. </item>
  84. <item>
  85. <property name="text">
  86. <string>Mod-11 (IBM) &amp; Mod-10</string>
  87. </property>
  88. </item>
  89. <item>
  90. <property name="text">
  91. <string>Mod-11 (NCR)</string>
  92. </property>
  93. </item>
  94. <item>
  95. <property name="text">
  96. <string>Mod-11 (NCR) &amp; Mod-10</string>
  97. </property>
  98. </item>
  99. </widget>
  100. </item>
  101. </layout>
  102. </item>
  103. <item>
  104. <widget class="QCheckBox" name="chkMSICheckText">
  105. <property name="text">
  106. <string>Do not show check digit(s) in &amp;Text</string>
  107. </property>
  108. <property name="toolTip">
  109. <string>Add check digit(s) but do not display
  110. in Human Readable Text</string>
  111. </property>
  112. <property name="checked">
  113. <bool>false</bool>
  114. </property>
  115. </widget>
  116. </item>
  117. </layout>
  118. </widget>
  119. <resources/>
  120. <connections/>
  121. </ui>