| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 | object MergeTextForm: TMergeTextForm  Left = 552  Top = 456  Width = 391  Height = 117  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 lePreText: TLabeledEdit    Left = 56    Top = 16    Width = 65    Height = 20    EditLabel.Width = 42    EditLabel.Height = 12    EditLabel.Caption = #21069#32512#65306' '    LabelPosition = lpLeft    TabOrder = 0  end  object lePhaseIndex: TLabeledEdit    Left = 174    Top = 16    Width = 65    Height = 20    EditLabel.Width = 42    EditLabel.Height = 12    EditLabel.Caption = #26399#21495#65306' '    LabelPosition = lpLeft    TabOrder = 1  end  object leNumber: TLabeledEdit    Left = 303    Top = 16    Width = 65    Height = 20    EditLabel.Width = 54    EditLabel.Height = 12    EditLabel.Caption = #27969#27700#21495#65306' '    LabelPosition = lpLeft    TabOrder = 2  end  object btnOk: TButton    Left = 205    Top = 53    Width = 75    Height = 21    Caption = #30830' '#23450    ModalResult = 1    TabOrder = 3  end  object btnCancel: TButton    Left = 293    Top = 53    Width = 75    Height = 21    Caption = #21462' '#28040    TabOrder = 4  endend
 |