X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Feditor%2Ff_options.lfm;h=a2ff37d5f1b3696828d4751f862d57dc4023a029;hb=4c87d715a2cbbad04f3e785be4012422d675dca3;hp=3e331173159df91e493bc4aede3224be0434f7eb;hpb=aac9a5a0163636f33249acf6ce27ea770818c6cb;p=d2df-editor.git diff --git a/src/editor/f_options.lfm b/src/editor/f_options.lfm index 3e33117..a2ff37d 100644 --- a/src/editor/f_options.lfm +++ b/src/editor/f_options.lfm @@ -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