grpC128.ui 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>grpC128</class>
  4. <widget class="QWidget" name="grpC128">
  5. <property name="maximumSize">
  6. <size>
  7. <width>600</width>
  8. <height>16777215</height>
  9. </size>
  10. </property>
  11. <property name="windowTitle">
  12. <string>Form</string>
  13. </property>
  14. <layout class="QVBoxLayout" name="verticalLayoutC128">
  15. <item>
  16. <widget class="QGroupBox" name="groupBoxC128EncodingMode">
  17. <property name="title">
  18. <string>Encoding Mode</string>
  19. </property>
  20. <property name="toolTip">
  21. <string>How to process data</string>
  22. </property>
  23. <layout class="QGridLayout" name="gridLayoutC128EncodingMode">
  24. <item row="0" column="0">
  25. <widget class="QRadioButton" name="radC128Stand">
  26. <property name="text">
  27. <string>S&amp;tandard Mode</string>
  28. </property>
  29. <property name="toolTip">
  30. <string>Process data as normal</string>
  31. </property>
  32. <property name="checked">
  33. <bool>true</bool>
  34. </property>
  35. </widget>
  36. </item>
  37. <item row="0" column="1">
  38. <widget class="QRadioButton" name="radC128CSup">
  39. <property name="text">
  40. <string>Code Set &amp;C Suppression</string>
  41. </property>
  42. <property name="toolTip">
  43. <string>Do not use Code Set C
  44. (numeric compression)</string>
  45. </property>
  46. </widget>
  47. </item>
  48. <item row="1" column="0" colspan="2">
  49. <widget class="QRadioButton" name="radC128ExtraEsc">
  50. <property name="text">
  51. <string>&amp;Manual Code Sets and FNC1s (Extra Escape Mode)</string>
  52. </property>
  53. <property name="toolTip">
  54. <string>Process special escape sequences &quot;\^A&quot;, &quot;\^B&quot;, &quot;\^C&quot; and
  55. &quot;\^@&quot; allowing manual Code Set selection and special
  56. escape sequence &quot;\^1&quot; allowing manual FNC1s</string>
  57. </property>
  58. </widget>
  59. </item>
  60. <item row="2" column="0">
  61. <widget class="QRadioButton" name="radC128EAN">
  62. <property name="text">
  63. <string>GS&amp;1-128</string>
  64. </property>
  65. <property name="toolTip">
  66. <string>Process data as GS1 General Specifications data,
  67. formatted with Application Identifiers (AIs)</string>
  68. </property>
  69. </widget>
  70. </item>
  71. <item row="2" column="1">
  72. <widget class="QRadioButton" name="radC128HIBC">
  73. <property name="text">
  74. <string>H&amp;IBC</string>
  75. </property>
  76. <property name="toolTip">
  77. <string>Process data as a Health Industry Barcode (HIBC)
  78. Labeler Identification Code (LIC)
  79. For Provider Applications Standard (PAS), preface
  80. the data with a slash &quot;/&quot;</string>
  81. </property>
  82. </widget>
  83. </item>
  84. </layout>
  85. </widget>
  86. </item>
  87. <item>
  88. <widget class="QLabel" name="noteC128CompositeEAN">
  89. <property name="sizePolicy">
  90. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  91. <horstretch>0</horstretch>
  92. <verstretch>0</verstretch>
  93. </sizepolicy>
  94. </property>
  95. <property name="text">
  96. <string>Note: Composite symbols require a GS1-128 linear component.</string>
  97. </property>
  98. <property name="textFormat">
  99. <enum>Qt::PlainText</enum>
  100. </property>
  101. <property name="alignment">
  102. <set>Qt::AlignCenter</set>
  103. </property>
  104. <property name="wordWrap">
  105. <bool>true</bool>
  106. </property>
  107. </widget>
  108. </item>
  109. <item>
  110. <spacer name="verticalSpacerC128">
  111. <property name="orientation">
  112. <enum>Qt::Vertical</enum>
  113. </property>
  114. <property name="sizeHint" stdset="0">
  115. <size>
  116. <width>20</width>
  117. <height>43</height>
  118. </size>
  119. </property>
  120. </spacer>
  121. </item>
  122. </layout>
  123. </widget>
  124. <resources/>
  125. <connections/>
  126. </ui>