| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 | object WebNewTenderForm: TWebNewTenderForm  Left = 534  Top = 268  BorderStyle = bsDialog  Caption = #26032#24314#26631#27573  ClientHeight = 158  ClientWidth = 314  Color = clBtnFace  Font.Charset = ANSI_CHARSET  Font.Color = clBlack  Font.Height = -12  Font.Name = #23435#20307  Font.Style = []  OldCreateOrder = False  OnCreate = FormCreate  PixelsPerInch = 96  TextHeight = 12  object lbl1: TLabel    Left = 16    Top = 11    Width = 54    Height = 12    Caption = #35831#36755#20837'KEY'    Font.Charset = ANSI_CHARSET    Font.Color = clBlack    Font.Height = -12    Font.Name = #23435#20307    Font.Style = []    ParentFont = False  end  object lbl2: TLabel    Left = 16    Top = 58    Width = 48    Height = 12    Caption = #26631#27573#21517#31216    Font.Charset = ANSI_CHARSET    Font.Color = clBlack    Font.Height = -12    Font.Name = #23435#20307    Font.Style = []    ParentFont = False  end  object btnOK: TButton    Left = 144    Top = 120    Width = 75    Height = 25    Caption = #30830#23450    ModalResult = 1    TabOrder = 0  end  object btnCancel: TButton    Left = 219    Top = 120    Width = 75    Height = 25    Caption = #21462#28040    ModalResult = 2    TabOrder = 1  end  object edtKey: TEdit    Left = 16    Top = 27    Width = 285    Height = 20    TabOrder = 2    OnKeyDown = edtKeyKeyDown  end  object edtTenderName: TEdit    Left = 16    Top = 74    Width = 285    Height = 20    TabOrder = 3    OnKeyDown = edtKeyKeyDown  endend
 |