| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 | object WebNewTenderForm: TWebNewTenderForm  Left = 1163  Top = 401  BorderStyle = bsDialog  Caption = #26032#24314#26631#27573  ClientHeight = 160  ClientWidth = 310  Color = clBtnFace  Font.Charset = ANSI_CHARSET  Font.Color = clBlack  Font.Height = -14  Font.Name = #24494#36719#38597#40657  Font.Style = []  OldCreateOrder = False  Position = poMainFormCenter  OnCreate = FormCreate  PixelsPerInch = 96  TextHeight = 20  object lbl1: TLabel    Left = 12    Top = 6    Width = 67    Height = 20    Caption = #35831#36755#20837'KEY'  end  object lbl2: TLabel    Left = 12    Top = 56    Width = 56    Height = 20    Caption = #26631#27573#21517#31216  end  object lblHint: TLabel    Left = 13    Top = 104    Width = 24    Height = 17    Caption = #25552#31034    Font.Charset = ANSI_CHARSET    Font.Color = clRed    Font.Height = -12    Font.Name = #24494#36719#38597#40657    Font.Style = []    ParentFont = False  end  object btnOK: TButton    Left = 146    Top = 125    Width = 75    Height = 25    Caption = #30830#23450    TabOrder = 0    OnClick = btnOKClick  end  object btnCancel: TButton    Left = 222    Top = 125    Width = 75    Height = 25    Caption = #21462#28040    ModalResult = 2    TabOrder = 1  end  object edtKey: TEdit    Left = 12    Top = 27    Width = 285    Height = 28    TabOrder = 2    OnKeyDown = edtKeyKeyDown  end  object edtTenderName: TEdit    Left = 12    Top = 76    Width = 285    Height = 28    TabOrder = 3    OnKeyDown = edtKeyKeyDown  endend
 |