Fix build
[d2df-editor.git] / src / editor / f_selectlang.lfm
blobf01b8d8c909cf4d9345434b22117b3e17fd1e247
1 object SelectLanguageForm: TSelectLanguageForm
2   Left = 365
3   Height = 63
4   Top = 244
5   Width = 193
6   BorderIcons = []
7   BorderStyle = bsSingle
8   Caption = 'Language / Язык'
9   ClientHeight = 63
10   ClientWidth = 193
11   Color = clBtnFace
12   DefaultMonitor = dmMainForm
13   Font.Color = clWindowText
14   Font.Height = -11
15   Font.Name = 'MS Sans Serif'
16   OnActivate = FormActivate
17   Position = poMainFormCenter
18   LCLVersion = '1.6.4.0'
19   object Label1: TLabel
20     Left = 8
21     Height = 13
22     Top = 8
23     Width = 174
24     Caption = 'Select Language / Выберите язык:'
25     ParentColor = False
26   end
27   object Button1: TButton
28     Left = 8
29     Height = 25
30     Top = 32
31     Width = 75
32     Caption = 'English'
33     TabOrder = 1
34   end
35   object Button2: TButton
36     Left = 112
37     Height = 25
38     Top = 32
39     Width = 75
40     Caption = 'Русский'
41     TabOrder = 0
42   end
43 end