expertcad/SRC/Main/U_LNG.dfm
2025-05-12 10:07:51 +03:00

36 lines
701 B
Plaintext

object F_LNG: TF_LNG
Left = 693
Top = 234
Width = 330
Height = 141
AutoScroll = True
Caption = 'F_LNG'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object siLangDisp: TsiLangDispatcher
ActiveLanguage = 1
NumOfLanguages = 7
LangNames.Strings = (
'RUS'
'UKR'
'ENG'
'GER'
'FRA'
'SPA'
'RUS_ARH')
Language = 'RUS'
UseDefaultLanguage = True
Left = 80
Top = 16
end
end