| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 | object TrialPegInputForm: TTrialPegInputForm  Left = 594  Top = 388  Width = 340  Height = 123  Caption = #35797#31639#26729#21495#33539#22260  Color = clBtnFace  Font.Charset = ANSI_CHARSET  Font.Color = clWindowText  Font.Height = -12  Font.Name = #23435#20307  Font.Style = []  OldCreateOrder = False  PixelsPerInch = 96  TextHeight = 12  object lblHint: TLabel    Left = 8    Top = 8    Width = 132    Height = 12    Caption = #35831#36755#20837#35797#31639#30340#26729#21495#33539#22260#65306  end  object lePeg: TLabeledEdit    Left = 96    Top = 32    Width = 201    Height = 18    Ctl3D = False    EditLabel.Width = 60    EditLabel.Height = 12    EditLabel.Caption = #36215#35755#26729#21495#65306    LabelPosition = lpLeft    ParentCtl3D = False    TabOrder = 0  end  object btnOk: TButton    Left = 176    Top = 61    Width = 65    Height = 21    Caption = #30830'  '#23450    TabOrder = 1    OnClick = btnOkClick  end  object btnCancel: TButton    Left = 256    Top = 61    Width = 65    Height = 21    Caption = #21462'  '#28040    ModalResult = 2    TabOrder = 2  endend
 |