BeanProperty.dfm 969 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. object beanPropertyDlg: TbeanPropertyDlg
  2. Left = 0
  3. Top = 0
  4. ActiveControl = btnOK
  5. BorderStyle = bsDialog
  6. Caption = #23646#24615
  7. ClientHeight = 240
  8. ClientWidth = 464
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'Tahoma'
  14. Font.Style = []
  15. OldCreateOrder = False
  16. Position = poScreenCenter
  17. PixelsPerInch = 96
  18. TextHeight = 13
  19. object btnOK: TButton
  20. Left = 200
  21. Top = 192
  22. Width = 75
  23. Height = 25
  24. Caption = #30830#23450
  25. ModalResult = 1
  26. TabOrder = 0
  27. end
  28. object btnCancel: TButton
  29. Left = 296
  30. Top = 192
  31. Width = 75
  32. Height = 25
  33. Caption = #21462#28040
  34. ModalResult = 2
  35. TabOrder = 1
  36. end
  37. object lbEditBeanName: TLabeledEdit
  38. Left = 154
  39. Top = 48
  40. Width = 231
  41. Height = 21
  42. EditLabel.Width = 36
  43. EditLabel.Height = 13
  44. EditLabel.Caption = #21517#31216#65306
  45. LabelPosition = lpLeft
  46. TabOrder = 2
  47. end
  48. end