DEADSOFTWARE

i10n: fix preferences localization
[d2df-editor.git] / src / editor / f_options.lfm
index 3e331173159df91e493bc4aede3224be0434f7eb..a2ff37d5f1b3696828d4751f862d57dc4023a029 100644 (file)
@@ -1,7 +1,7 @@
 object OptionsForm: TOptionsForm
-  Left = 812
+  Left = 1164
   Height = 360
-  Top = 429
+  Top = 677
   Width = 640
   BorderIcons = [biSystemMenu]
   BorderStyle = bsSingle
@@ -12,8 +12,8 @@ object OptionsForm: TOptionsForm
   Font.Color = clWindowText
   Font.Height = -11
   Font.Name = 'MS Sans Serif'
-  OnActivate = FormActivate
   OnCreate = FormCreate
+  OnShow = FormShow
   Position = poScreenCenter
   LCLVersion = '2.2.4.0'
   object PageControl: TPageControl
@@ -234,23 +234,14 @@ object OptionsForm: TOptionsForm
         Caption = 'Язык:'
         ParentColor = False
       end
-      object rbRussian: TRadioButton
+      object cbLanguage: TComboBox
         Left = 304
-        Height = 21
-        Top = 204
-        Width = 70
-        Caption = 'Русский'
-        Checked = True
+        Height = 26
+        Top = 192
+        Width = 120
+        ItemHeight = 0
+        Style = csDropDownList
         TabOrder = 13
-        TabStop = True
-      end
-      object rbEnglish: TRadioButton
-        Left = 304
-        Height = 21
-        Top = 188
-        Width = 63
-        Caption = 'English'
-        TabOrder = 14
       end
     end
     object TabFiles: TTabSheet