NewProjectFrm.dfm 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. object NewProjectForm: TNewProjectForm
  2. Left = 347
  3. Top = 267
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsSingle
  6. Caption = #26032#24314#39033#30446
  7. ClientHeight = 126
  8. ClientWidth = 370
  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. DesignSize = (
  19. 370
  20. 126)
  21. PixelsPerInch = 96
  22. TextHeight = 12
  23. object Label1: TLabel
  24. Left = 12
  25. Top = 52
  26. Width = 84
  27. Height = 12
  28. Caption = #25152#23646#24314#35774#39033#30446#65306
  29. end
  30. object ldeProjectName: TLabeledEdit
  31. Left = 11
  32. Top = 28
  33. Width = 339
  34. Height = 20
  35. EditLabel.Width = 60
  36. EditLabel.Height = 12
  37. EditLabel.Caption = #26631#27573#21517#31216#65306
  38. TabOrder = 0
  39. OnChange = ldeProjectNameChange
  40. end
  41. object GroupBox1: TGroupBox
  42. Left = 219
  43. Top = 325
  44. Width = 167
  45. Height = 78
  46. Caption = #20998#31867
  47. TabOrder = 1
  48. object cbGatherProject: TCheckBox
  49. Left = 12
  50. Top = 25
  51. Width = 69
  52. Height = 17
  53. Caption = #24314#35774#39033#30446
  54. TabOrder = 0
  55. OnClick = cbGatherProjectClick
  56. end
  57. object cbBidLotProject: TCheckBox
  58. Left = 11
  59. Top = 51
  60. Width = 107
  61. Height = 17
  62. Caption = #26631#27573'('#20998#39033#28165#21333')'
  63. Checked = True
  64. State = cbChecked
  65. TabOrder = 1
  66. OnClick = cbBidLotProjectClick
  67. end
  68. end
  69. object btnCreate: TButton
  70. Left = 202
  71. Top = 93
  72. Width = 70
  73. Height = 23
  74. Anchors = [akRight, akBottom]
  75. Caption = #21019#24314
  76. Default = True
  77. ModalResult = 6
  78. TabOrder = 2
  79. end
  80. object btnClose: TButton
  81. Left = 281
  82. Top = 93
  83. Width = 70
  84. Height = 23
  85. Anchors = [akRight, akBottom]
  86. Cancel = True
  87. Caption = #20851#38381
  88. TabOrder = 3
  89. OnClick = btnCloseClick
  90. end
  91. object GroupBox2: TGroupBox
  92. Left = -168
  93. Top = 92
  94. Width = 167
  95. Height = 78
  96. Caption = #31867#22411
  97. TabOrder = 4
  98. object cbEstimate: TCheckBox
  99. Left = 12
  100. Top = 49
  101. Width = 52
  102. Height = 17
  103. Caption = #20915#31639
  104. Enabled = False
  105. TabOrder = 0
  106. Visible = False
  107. OnClick = cbEstimateClick
  108. end
  109. object cbBillsBudget: TCheckBox
  110. Left = 12
  111. Top = 22
  112. Width = 101
  113. Height = 17
  114. Caption = #28165#21333#39044#31639
  115. Checked = True
  116. Enabled = False
  117. State = cbChecked
  118. TabOrder = 1
  119. OnClick = cbBillsBudgetClick
  120. end
  121. end
  122. object cbbProjList: TComboBox
  123. Left = 11
  124. Top = 68
  125. Width = 342
  126. Height = 20
  127. Style = csDropDownList
  128. ItemHeight = 12
  129. TabOrder = 5
  130. end
  131. end