database_cevs.lfm 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. inherited DatabaseCevsFrame: TDatabaseCevsFrame
  2. Height = 385
  3. Width = 812
  4. ClientHeight = 385
  5. ClientWidth = 812
  6. DesignLeft = 244
  7. DesignTop = 279
  8. inline CevSelectorFrame: TItemSelectorFrame[0]
  9. Height = 385
  10. Align = alLeft
  11. ClientHeight = 385
  12. inherited ItemSelectorPanel: TPanel
  13. Height = 385
  14. ClientHeight = 385
  15. inherited ItemSelectorListBox: TListBox
  16. Height = 329
  17. ScrollWidth = 169
  18. end
  19. inherited SetMaximumButton: TButton
  20. Top = 360
  21. end
  22. end
  23. end
  24. object SelectorMainContentSplitter: TSplitter[1]
  25. Left = 171
  26. Height = 385
  27. Top = 0
  28. Width = 5
  29. end
  30. object MainContentPanel: TPanel[2]
  31. Left = 176
  32. Height = 385
  33. Top = 0
  34. Width = 636
  35. Align = alClient
  36. BevelOuter = bvSpace
  37. ClientHeight = 385
  38. ClientWidth = 636
  39. TabOrder = 2
  40. object GeneralSettingsGroupBox: TGroupBox
  41. Left = 0
  42. Height = 84
  43. Top = 1
  44. Width = 626
  45. Anchors = [akTop, akLeft, akRight]
  46. AutoSize = True
  47. Caption = 'General settings'
  48. ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
  49. ChildSizing.ShrinkHorizontal = crsHomogenousChildResize
  50. ChildSizing.Layout = cclTopToBottomThenLeftToRight
  51. ClientHeight = 64
  52. ClientWidth = 624
  53. TabOrder = 0
  54. object NamePanel: TPanel
  55. Left = 0
  56. Height = 64
  57. Top = 0
  58. Width = 204
  59. AutoSize = True
  60. BevelOuter = bvNone
  61. ClientHeight = 64
  62. ClientWidth = 204
  63. TabOrder = 0
  64. object NameLabel: TLabel
  65. AnchorSideRight.Side = asrBottom
  66. Left = 5
  67. Height = 17
  68. Top = 4
  69. Width = 194
  70. Anchors = [akTop, akLeft, akRight]
  71. BorderSpacing.Left = 4
  72. BorderSpacing.Top = 4
  73. Caption = 'Name:'
  74. ParentColor = False
  75. end
  76. object NameEdit: TEdit
  77. AnchorSideLeft.Control = NameLabel
  78. AnchorSideTop.Control = NameLabel
  79. AnchorSideTop.Side = asrBottom
  80. Left = 5
  81. Height = 35
  82. Top = 25
  83. Width = 194
  84. Anchors = [akTop, akLeft, akRight]
  85. BorderSpacing.Top = 4
  86. BorderSpacing.Right = 4
  87. BorderSpacing.Bottom = 4
  88. OnChange = NameEditChange
  89. TabOrder = 0
  90. end
  91. end
  92. object TriggerPanel: TPanel
  93. Left = 204
  94. Height = 64
  95. Top = 0
  96. Width = 212
  97. AutoSize = True
  98. BevelOuter = bvNone
  99. ClientHeight = 64
  100. ClientWidth = 212
  101. TabOrder = 1
  102. object TriggerLabel: TLabel
  103. Left = 5
  104. Height = 17
  105. Top = 4
  106. Width = 200
  107. Anchors = [akTop, akLeft, akRight]
  108. BorderSpacing.Left = 4
  109. BorderSpacing.Top = 4
  110. Caption = 'Trigger:'
  111. ParentColor = False
  112. end
  113. object TriggerComboBox: TComboBox
  114. AnchorSideLeft.Control = TriggerLabel
  115. AnchorSideTop.Control = TriggerLabel
  116. AnchorSideTop.Side = asrBottom
  117. Left = 5
  118. Height = 34
  119. Top = 25
  120. Width = 200
  121. Anchors = [akTop, akLeft, akRight]
  122. BorderSpacing.Top = 4
  123. BorderSpacing.Right = 4
  124. BorderSpacing.Bottom = 4
  125. ItemHeight = 0
  126. OnChange = TriggerComboBoxChange
  127. Style = csDropDownList
  128. TabOrder = 0
  129. end
  130. end
  131. object SwitchNamePanel: TPanel
  132. Left = 416
  133. Height = 64
  134. Top = 0
  135. Width = 208
  136. AutoSize = True
  137. BevelOuter = bvNone
  138. ClientHeight = 64
  139. ClientWidth = 208
  140. TabOrder = 2
  141. object SwitchLabel: TLabel
  142. Left = 0
  143. Height = 17
  144. Top = 4
  145. Width = 200
  146. Anchors = [akTop, akLeft, akRight]
  147. BorderSpacing.Left = 4
  148. BorderSpacing.Top = 4
  149. Caption = 'Switch:'
  150. ParentColor = False
  151. end
  152. object SwitchEditButton: TEditButton
  153. AnchorSideLeft.Control = SwitchLabel
  154. AnchorSideTop.Control = SwitchLabel
  155. AnchorSideTop.Side = asrBottom
  156. Left = 0
  157. Height = 35
  158. Top = 25
  159. Width = 200
  160. Anchors = [akTop, akLeft, akRight]
  161. BorderSpacing.Top = 4
  162. BorderSpacing.Right = 4
  163. BorderSpacing.Bottom = 4
  164. ButtonCaption = '...'
  165. ButtonWidth = 23
  166. MaxLength = 0
  167. NumGlyphs = 1
  168. OnButtonClick = SwitchEditButtonButtonClick
  169. OnDblClick = SwitchEditButtonButtonClick
  170. OnKeyPress = SwitchEditButtonKeyPress
  171. PasswordChar = #0
  172. TabOrder = 0
  173. end
  174. end
  175. end
  176. object CommandListGroupBox: TGroupBox
  177. AnchorSideTop.Control = GeneralSettingsGroupBox
  178. AnchorSideTop.Side = asrBottom
  179. AnchorSideRight.Control = GeneralSettingsGroupBox
  180. AnchorSideRight.Side = asrBottom
  181. Left = 0
  182. Height = 288
  183. Top = 93
  184. Width = 626
  185. Anchors = [akTop, akLeft, akRight, akBottom]
  186. BorderSpacing.Top = 8
  187. Caption = 'Command list'
  188. ClientHeight = 268
  189. ClientWidth = 624
  190. TabOrder = 1
  191. inline CevECListFrame: TECListFrame
  192. Height = 268
  193. Width = 624
  194. Align = alClient
  195. ClientHeight = 268
  196. ClientWidth = 624
  197. inherited EcListBox: TListBox
  198. Height = 268
  199. Width = 624
  200. ScrollWidth = 622
  201. TopIndex = -1
  202. end
  203. end
  204. end
  205. end
  206. end