/components/h2pas/idetextconvlistadd.lfm

http://github.com/graemeg/lazarus · Unknown · 62 lines · 62 code · 0 blank · 0 comment · 0 complexity · 13cbbbf52dba658b97c7200c5dc4e096 MD5 · raw file

  1. object IDETextConvListAddDlg: TIDETextConvListAddDlg
  2. Left = 290
  3. Height = 122
  4. Top = 202
  5. Width = 301
  6. HorzScrollBar.Page = 300
  7. VertScrollBar.Page = 121
  8. ActiveControl = AddButton
  9. Caption = 'IDETextConvListAddDlg'
  10. ClientHeight = 122
  11. ClientWidth = 301
  12. OnCreate = FormCreate
  13. object ClassLabel: TLabel
  14. Left = 8
  15. Height = 20
  16. Top = 8
  17. Width = 69
  18. Caption = 'ClassLabel'
  19. FocusControl = ClassComboBox
  20. ParentColor = False
  21. end
  22. object AddButton: TButton
  23. AnchorSideRight.Control = CancelButton
  24. Left = 76
  25. Height = 37
  26. Top = 74
  27. Width = 88
  28. Anchors = [akRight, akBottom]
  29. AutoSize = True
  30. BorderSpacing.Right = 10
  31. BorderSpacing.InnerBorder = 4
  32. Caption = 'AddButton'
  33. Default = True
  34. OnClick = AddButtonClick
  35. TabOrder = 0
  36. end
  37. object CancelButton: TButton
  38. Left = 174
  39. Height = 37
  40. Top = 74
  41. Width = 106
  42. Anchors = [akRight, akBottom]
  43. AutoSize = True
  44. BorderSpacing.InnerBorder = 4
  45. Cancel = True
  46. Caption = 'CancelButton'
  47. ModalResult = 2
  48. TabOrder = 1
  49. end
  50. object ClassComboBox: TComboBox
  51. Left = 8
  52. Height = 25
  53. Top = 32
  54. Width = 282
  55. Anchors = [akTop, akLeft, akRight]
  56. AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
  57. MaxLength = 0
  58. OnEditingDone = ClassComboBoxEditingDone
  59. TabOrder = 2
  60. Text = 'ClassComboBox'
  61. end
  62. end