MainForm.fmx 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. object frmQRMain: TfrmQRMain
  2. Left = 0
  3. Top = 0
  4. Caption = 'Form1'
  5. ClientHeight = 533
  6. ClientWidth = 800
  7. FormFactor.Width = 320
  8. FormFactor.Height = 480
  9. FormFactor.Devices = [Desktop]
  10. DesignerMasterStyle = 0
  11. object cbECL: TComboBox
  12. Items.Strings = (
  13. 'Auto ECL'
  14. 'Low'
  15. 'Medium'
  16. 'Quartile'
  17. 'High')
  18. ItemIndex = 0
  19. Position.X = 8.000000000000000000
  20. Position.Y = 8.000000000000000000
  21. TabOrder = 0
  22. OnChange = txtDataChange
  23. end
  24. object cbMask: TComboBox
  25. Items.Strings = (
  26. '0'
  27. '1'
  28. '2'
  29. '3'
  30. '4'
  31. '5'
  32. '6'
  33. '7'
  34. 'Auto Mask')
  35. ItemIndex = 8
  36. Position.X = 120.000000000000000000
  37. Position.Y = 8.000000000000000000
  38. TabOrder = 2
  39. OnChange = txtDataChange
  40. end
  41. object cbVersion: TComboBox
  42. Items.Strings = (
  43. 'Auto Version'
  44. '1'
  45. '2'
  46. '3'
  47. '4'
  48. '5'
  49. '6'
  50. '7'
  51. '8'
  52. '9'
  53. '10'
  54. '11'
  55. '12'
  56. '13'
  57. '14'
  58. '15'
  59. '16'
  60. '17'
  61. '18'
  62. '19'
  63. '20'
  64. '21'
  65. '22'
  66. '23'
  67. '24'
  68. '25'
  69. '26'
  70. '27'
  71. '28'
  72. '29'
  73. '30'
  74. '31'
  75. '32'
  76. '33'
  77. '34'
  78. '35'
  79. '36'
  80. '37'
  81. '38'
  82. '39'
  83. '40')
  84. ItemIndex = 0
  85. Position.X = 232.000000000000000000
  86. Position.Y = 8.000000000000000000
  87. TabOrder = 3
  88. OnChange = txtDataChange
  89. end
  90. object txtData: TEdit
  91. Touch.InteractiveGestures = [LongTap, DoubleTap]
  92. Anchors = [akLeft, akTop, akRight]
  93. TabOrder = 1
  94. Text = 'HELLO WORLD'
  95. Position.X = 344.000000000000000000
  96. Position.Y = 8.000000000000000000
  97. Size.Width = 305.000000000000000000
  98. Size.Height = 21.000000000000000000
  99. Size.PlatformDefault = False
  100. OnChangeTracking = txtDataChange
  101. Left = 271
  102. Top = 8
  103. end
  104. object chkGrid: TCheckBox
  105. Anchors = [akTop, akRight]
  106. Position.X = 664.000000000000000000
  107. Position.Y = 8.000000000000000000
  108. Size.Width = 57.000000000000000000
  109. Size.Height = 19.000000000000000000
  110. Size.PlatformDefault = False
  111. TabOrder = 4
  112. Text = 'Grid'
  113. OnChange = txtDataChange
  114. end
  115. object txtWidth: TNumberBox
  116. Touch.InteractiveGestures = [LongTap, DoubleTap]
  117. Anchors = [akTop, akRight]
  118. TabOrder = 5
  119. Cursor = crIBeam
  120. Min = 1.000000000000000000
  121. Max = 50000.000000000000000000
  122. Value = 500.000000000000000000
  123. Position.X = 720.000000000000000000
  124. Position.Y = 8.000000000000000000
  125. Size.Width = 73.000000000000000000
  126. Size.Height = 22.000000000000000000
  127. Size.PlatformDefault = False
  128. OnChangeTracking = txtDataChange
  129. end
  130. object txtDetails: TMemo
  131. Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
  132. DataDetectorTypes = []
  133. Anchors = [akTop, akRight, akBottom]
  134. Position.X = 496.000000000000000000
  135. Position.Y = 40.000000000000000000
  136. Size.Width = 297.000000000000000000
  137. Size.Height = 481.000000000000000000
  138. Size.PlatformDefault = False
  139. TabOrder = 6
  140. Viewport.Width = 293.000000000000000000
  141. Viewport.Height = 477.000000000000000000
  142. end
  143. object imgQR: TImage
  144. MultiResBitmap = <
  145. item
  146. end>
  147. Anchors = [akLeft, akTop, akRight, akBottom]
  148. Position.X = 8.000000000000000000
  149. Position.Y = 40.000000000000000000
  150. Size.Width = 481.000000000000000000
  151. Size.Height = 489.000000000000000000
  152. Size.PlatformDefault = False
  153. WrapMode = Original
  154. end
  155. end