grpC39.ui 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>grpC39</class>
  4. <widget class="QWidget" name="grpC39">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>254</width>
  10. <height>131</height>
  11. </rect>
  12. </property>
  13. <property name="maximumSize">
  14. <size>
  15. <width>600</width>
  16. <height>16777215</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="vLayoutC39">
  23. <property name="contentMargins">
  24. <number>0</number>
  25. </property>
  26. <property name="leftMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="topMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="rightMargin">
  33. <number>0</number>
  34. </property>
  35. <property name="bottomMargin">
  36. <number>0</number>
  37. </property>
  38. <item>
  39. <widget class="QGroupBox" name="grpC39Check">
  40. <property name="title">
  41. <string>Check Digit</string>
  42. </property>
  43. <property name="toolTip">
  44. <string>Check character options</string>
  45. </property>
  46. <layout class="QGridLayout" name="gridLayoutC39Check">
  47. <item row="0" column="0">
  48. <widget class="QRadioButton" name="radC39Stand">
  49. <property name="text">
  50. <string>No Ch&amp;eck Digit</string>
  51. </property>
  52. <property name="toolTip">
  53. <string>Do not add check character</string>
  54. </property>
  55. <property name="checked">
  56. <bool>true</bool>
  57. </property>
  58. </widget>
  59. </item>
  60. <item row="0" column="1">
  61. <widget class="QRadioButton" name="radC39Check">
  62. <property name="text">
  63. <string>Mod-43 Chec&amp;k Digit</string>
  64. </property>
  65. <property name="toolTip">
  66. <string>Add mod-43 check character</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item row="1" column="0">
  71. <widget class="QRadioButton" name="radC39CheckHide">
  72. <property name="text">
  73. <string>&amp;Hidden Mod-43 Check Digit</string>
  74. </property>
  75. <property name="toolTip">
  76. <string>Add mod-43 check character but
  77. do not display in Human Readable Text</string>
  78. </property>
  79. </widget>
  80. </item>
  81. <item row="1" column="1">
  82. <widget class="QRadioButton" name="radC39HIBC">
  83. <property name="text">
  84. <string>HIBC (&amp;Mod-43 Check Digit added)</string>
  85. </property>
  86. <property name="toolTip">
  87. <string>Process data as a Health Industry Barcode (HIBC)
  88. Labeler Identification Code (LIC)
  89. For Provider Applications Standard (PAS), preface
  90. the data with a slash &quot;/&quot;</string>
  91. </property>
  92. </widget>
  93. </item>
  94. </layout>
  95. </widget>
  96. </item>
  97. </layout>
  98. </widget>
  99. <resources/>
  100. <connections/>
  101. </ui>