MainForm.dfm 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. object frmQRMain: TfrmQRMain
  2. Left = 0
  3. Top = 0
  4. Caption = 'frmQRMain'
  5. ClientHeight = 494
  6. ClientWidth = 784
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. DesignSize = (
  15. 784
  16. 494)
  17. PixelsPerInch = 96
  18. TextHeight = 13
  19. object imgQR: TImage
  20. Left = 24
  21. Top = 48
  22. Width = 420
  23. Height = 420
  24. Anchors = [akLeft, akTop, akRight]
  25. end
  26. object txtData: TEdit
  27. Left = 271
  28. Top = 8
  29. Width = 377
  30. Height = 21
  31. TabOrder = 1
  32. Text = 'HELLO WORLD'
  33. OnChange = txtDataChange
  34. end
  35. object cbECL: TComboBox
  36. Left = 24
  37. Top = 8
  38. Width = 65
  39. Height = 21
  40. Style = csDropDownList
  41. TabOrder = 0
  42. OnChange = txtDataChange
  43. Items.Strings = (
  44. 'Auto ECL'
  45. 'Low'
  46. 'Medium'
  47. 'Quartile'
  48. 'High')
  49. end
  50. object txtWidth: TEdit
  51. Left = 701
  52. Top = 8
  53. Width = 57
  54. Height = 21
  55. TabOrder = 2
  56. Text = '500'
  57. OnChange = txtDataChange
  58. end
  59. object chkGrid: TCheckBox
  60. Left = 654
  61. Top = 8
  62. Width = 41
  63. Height = 17
  64. Caption = 'Grid'
  65. TabOrder = 3
  66. OnClick = txtDataChange
  67. end
  68. object txtDetails: TMemo
  69. Left = 450
  70. Top = 48
  71. Width = 308
  72. Height = 420
  73. Anchors = [akTop, akRight, akBottom]
  74. Lines.Strings = (
  75. 'Memo1')
  76. ReadOnly = True
  77. ScrollBars = ssBoth
  78. TabOrder = 4
  79. WordWrap = False
  80. end
  81. object cbMask: TComboBox
  82. Left = 95
  83. Top = 8
  84. Width = 82
  85. Height = 21
  86. Style = csDropDownList
  87. ItemIndex = 8
  88. TabOrder = 5
  89. Text = 'Auto Mask'
  90. OnChange = txtDataChange
  91. Items.Strings = (
  92. '0'
  93. '1'
  94. '2'
  95. '3'
  96. '4'
  97. '5'
  98. '6'
  99. '7'
  100. 'Auto Mask')
  101. end
  102. object cbVersion: TComboBox
  103. Left = 183
  104. Top = 8
  105. Width = 82
  106. Height = 21
  107. Style = csDropDownList
  108. ItemIndex = 0
  109. TabOrder = 6
  110. Text = 'Auto Version'
  111. OnChange = txtDataChange
  112. Items.Strings = (
  113. 'Auto Version'
  114. '1'
  115. '2'
  116. '3'
  117. '4'
  118. '5'
  119. '6'
  120. '7'
  121. '8'
  122. '9'
  123. '10'
  124. '11'
  125. '12'
  126. '13'
  127. '14'
  128. '15'
  129. '16'
  130. '17'
  131. '18'
  132. '19'
  133. '20'
  134. '21'
  135. '22'
  136. '23'
  137. '24'
  138. '25'
  139. '26'
  140. '27'
  141. '28'
  142. '29'
  143. '30'
  144. '31'
  145. '32'
  146. '33'
  147. '34'
  148. '35'
  149. '36'
  150. '37'
  151. '38'
  152. '39'
  153. '40')
  154. end
  155. end