mirror of
http://gitlab.expertsoft.com.ua/git/expertcad
synced 2026-01-12 00:45:40 +02:00
36 lines
701 B
Plaintext
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
|