tpPricePartSettingFrm.dfm 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. object tpPricePartSettingForm: TtpPricePartSettingForm
  2. Left = 654
  3. Top = 475
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsSingle
  6. Caption = #26631#27573#21010#20998'-'#37329#39069#27169#24335
  7. ClientHeight = 101
  8. ClientWidth = 393
  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. DesignSize = (
  17. 393
  18. 101)
  19. PixelsPerInch = 96
  20. TextHeight = 12
  21. object lblFormat: TLabel
  22. Left = 262
  23. Top = 18
  24. Width = 108
  25. Height = 12
  26. Caption = '##,###,###,###.###'
  27. Visible = False
  28. end
  29. object lePartTotalPrice: TLabeledEdit
  30. Left = 134
  31. Top = 14
  32. Width = 121
  33. Height = 18
  34. Ctl3D = False
  35. EditLabel.Width = 120
  36. EditLabel.Height = 12
  37. EditLabel.Caption = #21333#26631#27573#30446#26631#37329#39069'('#20803')'#65306
  38. LabelPosition = lpLeft
  39. ParentCtl3D = False
  40. TabOrder = 0
  41. OnChange = lePartTotalPriceChange
  42. OnKeyPress = lePartTotalPriceKeyPress
  43. end
  44. object btnOk: TButton
  45. Left = 239
  46. Top = 72
  47. Width = 65
  48. Height = 21
  49. Anchors = [akRight, akBottom]
  50. Caption = #30830' '#23450
  51. TabOrder = 1
  52. OnClick = btnOkClick
  53. end
  54. object btnCancel: TButton
  55. Left = 313
  56. Top = 72
  57. Width = 65
  58. Height = 21
  59. Anchors = [akRight, akBottom]
  60. Caption = #21462' '#28040
  61. ModalResult = 2
  62. TabOrder = 2
  63. end
  64. object leMinLength: TLabeledEdit
  65. Left = 134
  66. Top = 41
  67. Width = 39
  68. Height = 18
  69. Ctl3D = False
  70. EditLabel.Width = 120
  71. EditLabel.Height = 12
  72. EditLabel.Caption = #21333#26631#27573#26368#30701#38271#24230'(km)'#65306
  73. LabelPosition = lpLeft
  74. ParentCtl3D = False
  75. ParentShowHint = False
  76. ShowHint = True
  77. TabOrder = 3
  78. Text = '5'
  79. end
  80. object udMinLength: TUpDown
  81. Left = 173
  82. Top = 41
  83. Width = 16
  84. Height = 18
  85. Associate = leMinLength
  86. Max = 50
  87. Position = 5
  88. TabOrder = 4
  89. end
  90. object leMinStep: TLabeledEdit
  91. Left = 285
  92. Top = 42
  93. Width = 39
  94. Height = 18
  95. Ctl3D = False
  96. EditLabel.Width = 78
  97. EditLabel.Height = 12
  98. EditLabel.Caption = #21010#20998#31934#24230'(m)'#65306
  99. LabelPosition = lpLeft
  100. ParentCtl3D = False
  101. ParentShowHint = False
  102. ShowHint = True
  103. TabOrder = 5
  104. Text = '100'
  105. end
  106. object udMinStep: TUpDown
  107. Left = 324
  108. Top = 42
  109. Width = 16
  110. Height = 18
  111. Associate = leMinStep
  112. Min = 10
  113. Max = 1000
  114. Increment = 10
  115. Position = 100
  116. TabOrder = 6
  117. end
  118. end