123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- object tpPricePartSettingForm: TtpPricePartSettingForm
- Left = 654
- Top = 475
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = #26631#27573#21010#20998'-'#37329#39069#27169#24335
- ClientHeight = 101
- ClientWidth = 393
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- DesignSize = (
- 393
- 101)
- PixelsPerInch = 96
- TextHeight = 12
- object lblFormat: TLabel
- Left = 262
- Top = 18
- Width = 108
- Height = 12
- Caption = '##,###,###,###.###'
- Visible = False
- end
- object lePartTotalPrice: TLabeledEdit
- Left = 134
- Top = 14
- Width = 121
- Height = 18
- Ctl3D = False
- EditLabel.Width = 120
- EditLabel.Height = 12
- EditLabel.Caption = #21333#26631#27573#30446#26631#37329#39069'('#20803')'#65306
- LabelPosition = lpLeft
- ParentCtl3D = False
- TabOrder = 0
- OnChange = lePartTotalPriceChange
- OnKeyPress = lePartTotalPriceKeyPress
- end
- object btnOk: TButton
- Left = 239
- Top = 72
- Width = 65
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = #30830' '#23450
- TabOrder = 1
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 313
- Top = 72
- Width = 65
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = #21462' '#28040
- ModalResult = 2
- TabOrder = 2
- end
- object leMinLength: TLabeledEdit
- Left = 134
- Top = 41
- Width = 39
- Height = 18
- Ctl3D = False
- EditLabel.Width = 120
- EditLabel.Height = 12
- EditLabel.Caption = #21333#26631#27573#26368#30701#38271#24230'(km)'#65306
- LabelPosition = lpLeft
- ParentCtl3D = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- Text = '5'
- end
- object udMinLength: TUpDown
- Left = 173
- Top = 41
- Width = 16
- Height = 18
- Associate = leMinLength
- Max = 50
- Position = 5
- TabOrder = 4
- end
- object leMinStep: TLabeledEdit
- Left = 285
- Top = 42
- Width = 39
- Height = 18
- Ctl3D = False
- EditLabel.Width = 78
- EditLabel.Height = 12
- EditLabel.Caption = #21010#20998#31934#24230'(m)'#65306
- LabelPosition = lpLeft
- ParentCtl3D = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- Text = '100'
- end
- object udMinStep: TUpDown
- Left = 324
- Top = 42
- Width = 16
- Height = 18
- Associate = leMinStep
- Min = 10
- Max = 1000
- Increment = 10
- Position = 100
- TabOrder = 6
- end
- end
|