X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2Ff_selectlang.lfm;h=f01b8d8c909cf4d9345434b22117b3e17fd1e247;hp=9a811405fa0f492ff45eb9c3e6bcb8ad7b55e9b0;hb=b372bf2ef9af243fd5fc6dd34857aed7240b071d;hpb=71ef827e8608f2e426111ff0ddfb7019beba0e65 diff --git a/src/editor/f_selectlang.lfm b/src/editor/f_selectlang.lfm index 9a81140..f01b8d8 100644 --- a/src/editor/f_selectlang.lfm +++ b/src/editor/f_selectlang.lfm @@ -1,6 +1,8 @@ object SelectLanguageForm: TSelectLanguageForm Left = 365 + Height = 63 Top = 244 + Width = 193 BorderIcons = [] BorderStyle = bsSingle Caption = 'Language / Язык' @@ -8,34 +10,33 @@ object SelectLanguageForm: TSelectLanguageForm ClientWidth = 193 Color = clBtnFace DefaultMonitor = dmMainForm - Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' - Font.Style = [] - Position = poMainFormCenter OnActivate = FormActivate - PixelsPerInch = 96 + Position = poMainFormCenter + LCLVersion = '1.6.4.0' object Label1: TLabel Left = 8 + Height = 13 Top = 8 Width = 174 - Height = 13 Caption = 'Select Language / Выберите язык:' + ParentColor = False end object Button1: TButton Left = 8 + Height = 25 Top = 32 Width = 75 - Height = 25 Caption = 'English' TabOrder = 1 end object Button2: TButton Left = 112 + Height = 25 Top = 32 Width = 75 - Height = 25 Caption = 'Русский' TabOrder = 0 end