| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 | object NewProjectForm: TNewProjectForm  Left = 484  Top = 341  BorderIcons = []  BorderStyle = bsSingle  Caption = #26032#24314  ClientHeight = 89  ClientWidth = 358  Color = clBtnFace  Font.Charset = ANSI_CHARSET  Font.Color = clWindowText  Font.Height = -12  Font.Name = #23435#20307  Font.Style = []  OldCreateOrder = False  Position = poScreenCenter  OnCloseQuery = FormCloseQuery  PixelsPerInch = 96  TextHeight = 12  object labTip: TLabel    Left = 40    Top = 37    Width = 315    Height = 13    AutoSize = False    Font.Charset = ANSI_CHARSET    Font.Color = clRed    Font.Height = -12    Font.Name = #23435#20307    Font.Style = []    ParentFont = False  end  object ldeValue: TLabeledEdit    Left = 41    Top = 13    Width = 309    Height = 20    EditLabel.Width = 30    EditLabel.Height = 12    EditLabel.Caption = #21517#31216':'    LabelPosition = lpLeft    TabOrder = 0  end  object btnOK: TButton    Left = 200    Top = 60    Width = 68    Height = 23    Caption = #30830#23450    Default = True    ModalResult = 1    TabOrder = 1  end  object btnCancel: TButton    Left = 280    Top = 60    Width = 70    Height = 23    Cancel = True    Caption = #21462#28040    ModalResult = 2    TabOrder = 2    OnClick = btnCancelClick  endend
 |