DEADSOFTWARE

get rid of "kastet" and "pulemet" in symbols
[d2df-editor.git] / src / editor / f_selectlang.lfm
diff --git a/src/editor/f_selectlang.lfm b/src/editor/f_selectlang.lfm
deleted file mode 100644 (file)
index 9a81140..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-object SelectLanguageForm: TSelectLanguageForm
-  Left = 365
-  Top = 244
-  BorderIcons = []
-  BorderStyle = bsSingle
-  Caption = 'Language / Язык'
-  ClientHeight = 63
-  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
-  object Label1: TLabel
-    Left = 8
-    Top = 8
-    Width = 174
-    Height = 13
-    Caption = 'Select Language / Выберите язык:'
-  end
-  object Button1: TButton
-    Left = 8
-    Top = 32
-    Width = 75
-    Height = 25
-    Caption = 'English'
-    TabOrder = 1
-  end
-  object Button2: TButton
-    Left = 112
-    Top = 32
-    Width = 75
-    Height = 25
-    Caption = 'Русский'
-    TabOrder = 0
-  end
-end