| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 | object tpPegPartSettingForm: TtpPegPartSettingForm  Left = 631  Top = 424  Width = 392  Height = 341  Caption = #26631#27573#21010#20998'-'#36317#31163#27169#24335  Color = clBtnFace  Font.Charset = ANSI_CHARSET  Font.Color = clWindowText  Font.Height = -12  Font.Name = #23435#20307  Font.Style = []  OldCreateOrder = False  DesignSize = (    384    307)  PixelsPerInch = 96  TextHeight = 12  object lblHint: TLabel    Left = 8    Top = 32    Width = 192    Height = 12    Caption = #35831#36755#20837'%s'#20043#38388'%d'#20010#26631#27573#30340#32456#28857#26729#21495#65306  end  object leCount: TLabeledEdit    Left = 88    Top = 8    Width = 121    Height = 18    Ctl3D = False    EditLabel.Width = 78    EditLabel.Height = 12    EditLabel.Caption = #21010#20998#26631#27573#25968#65306' '    LabelPosition = lpLeft    ParentCtl3D = False    TabOrder = 0    OnChange = leCountChange    OnKeyPress = leCountKeyPress  end  object zgTenders: TZJGrid    Left = 8    Top = 56    Width = 369    Height = 217    OptionsEx = []    ColCount = 3    ShowGridLine = False    DefaultColWidth = 150    DefaultFixedColWidth = 25    Selection.AlphaBlend = False    Selection.TransparentColor = False    FrozenCol = 0    FrozenRow = 0    OnCellTextChanged = zgTendersCellTextChanged    OnCellCanEdit = zgTendersCellCanEdit    Anchors = [akLeft, akTop, akRight, akBottom]  end  object btnOk: TButton    Left = 239    Top = 280    Width = 65    Height = 21    Anchors = [akRight, akBottom]    Caption = #30830' '#23450    TabOrder = 2    OnClick = btnOkClick  end  object btnCancel: TButton    Left = 313    Top = 280    Width = 65    Height = 21    Anchors = [akRight, akBottom]    Caption = #21462' '#28040    ModalResult = 2    TabOrder = 3  endend
 |