NewProjectFrm.dfm 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. object NewProjectForm: TNewProjectForm
  2. Left = 484
  3. Top = 341
  4. BorderIcons = []
  5. BorderStyle = bsSingle
  6. Caption = #26032#24314
  7. ClientHeight = 89
  8. ClientWidth = 358
  9. Color = clBtnFace
  10. Font.Charset = ANSI_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -12
  13. Font.Name = #23435#20307
  14. Font.Style = []
  15. OldCreateOrder = False
  16. Position = poScreenCenter
  17. OnCloseQuery = FormCloseQuery
  18. PixelsPerInch = 96
  19. TextHeight = 12
  20. object labTip: TLabel
  21. Left = 40
  22. Top = 37
  23. Width = 315
  24. Height = 13
  25. AutoSize = False
  26. Font.Charset = ANSI_CHARSET
  27. Font.Color = clRed
  28. Font.Height = -12
  29. Font.Name = #23435#20307
  30. Font.Style = []
  31. ParentFont = False
  32. end
  33. object ldeValue: TLabeledEdit
  34. Left = 41
  35. Top = 13
  36. Width = 309
  37. Height = 20
  38. EditLabel.Width = 30
  39. EditLabel.Height = 12
  40. EditLabel.Caption = #21517#31216':'
  41. LabelPosition = lpLeft
  42. TabOrder = 0
  43. end
  44. object btnOK: TButton
  45. Left = 200
  46. Top = 60
  47. Width = 68
  48. Height = 23
  49. Caption = #30830#23450
  50. Default = True
  51. ModalResult = 1
  52. TabOrder = 1
  53. end
  54. object btnCancel: TButton
  55. Left = 280
  56. Top = 60
  57. Width = 70
  58. Height = 23
  59. Cancel = True
  60. Caption = #21462#28040
  61. ModalResult = 2
  62. TabOrder = 2
  63. OnClick = btnCancelClick
  64. end
  65. end