tpPegPartSettingFrm.dfm 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. object tpPegPartSettingForm: TtpPegPartSettingForm
  2. Left = 631
  3. Top = 424
  4. Width = 392
  5. Height = 341
  6. Caption = #26631#27573#21010#20998'-'#36317#31163#27169#24335
  7. Color = clBtnFace
  8. Font.Charset = ANSI_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -12
  11. Font.Name = #23435#20307
  12. Font.Style = []
  13. OldCreateOrder = False
  14. DesignSize = (
  15. 384
  16. 307)
  17. PixelsPerInch = 96
  18. TextHeight = 12
  19. object lblHint: TLabel
  20. Left = 8
  21. Top = 32
  22. Width = 192
  23. Height = 12
  24. Caption = #35831#36755#20837'%s'#20043#38388'%d'#20010#26631#27573#30340#32456#28857#26729#21495#65306
  25. end
  26. object leCount: TLabeledEdit
  27. Left = 88
  28. Top = 8
  29. Width = 121
  30. Height = 18
  31. Ctl3D = False
  32. EditLabel.Width = 78
  33. EditLabel.Height = 12
  34. EditLabel.Caption = #21010#20998#26631#27573#25968#65306' '
  35. LabelPosition = lpLeft
  36. ParentCtl3D = False
  37. TabOrder = 0
  38. OnChange = leCountChange
  39. OnKeyPress = leCountKeyPress
  40. end
  41. object zgTenders: TZJGrid
  42. Left = 8
  43. Top = 56
  44. Width = 369
  45. Height = 217
  46. OptionsEx = []
  47. ColCount = 3
  48. ShowGridLine = False
  49. DefaultColWidth = 150
  50. DefaultFixedColWidth = 25
  51. Selection.AlphaBlend = False
  52. Selection.TransparentColor = False
  53. FrozenCol = 0
  54. FrozenRow = 0
  55. OnCellTextChanged = zgTendersCellTextChanged
  56. OnCellCanEdit = zgTendersCellCanEdit
  57. Anchors = [akLeft, akTop, akRight, akBottom]
  58. end
  59. object btnOk: TButton
  60. Left = 239
  61. Top = 280
  62. Width = 65
  63. Height = 21
  64. Anchors = [akRight, akBottom]
  65. Caption = #30830' '#23450
  66. TabOrder = 2
  67. OnClick = btnOkClick
  68. end
  69. object btnCancel: TButton
  70. Left = 313
  71. Top = 280
  72. Width = 65
  73. Height = 21
  74. Anchors = [akRight, akBottom]
  75. Caption = #21462' '#28040
  76. ModalResult = 2
  77. TabOrder = 3
  78. end
  79. end