ProjGatherSelectFrm.dfm 854 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. object ProjGatherSelectForm: TProjGatherSelectForm
  2. Left = 454
  3. Top = 235
  4. BorderStyle = bsSingle
  5. Caption = #36873#25321#27719#24635#39033#30446
  6. ClientHeight = 523
  7. ClientWidth = 827
  8. Color = clBtnFace
  9. Font.Charset = ANSI_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -12
  12. Font.Name = #23435#20307
  13. Font.Style = []
  14. OldCreateOrder = False
  15. PixelsPerInch = 96
  16. TextHeight = 12
  17. object btnOk: TButton
  18. Left = 660
  19. Top = 492
  20. Width = 74
  21. Height = 25
  22. Caption = #30830' '#23450
  23. TabOrder = 0
  24. OnClick = btnOkClick
  25. end
  26. object btnCancel: TButton
  27. Left = 747
  28. Top = 492
  29. Width = 74
  30. Height = 25
  31. Caption = #21462' '#28040
  32. ModalResult = 2
  33. TabOrder = 1
  34. end
  35. object pnlTop: TPanel
  36. Left = 8
  37. Top = 8
  38. Width = 816
  39. Height = 473
  40. BevelOuter = bvNone
  41. TabOrder = 2
  42. end
  43. end