39 lines
749 B
Plaintext
39 lines
749 B
Plaintext
object Ch_language: TCh_language
|
|
Left = 682
|
|
Height = 159
|
|
Top = 233
|
|
Width = 166
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Change language'
|
|
ClientHeight = 159
|
|
ClientWidth = 166
|
|
Font.CharSet = RUSSIAN_CHARSET
|
|
Font.Height = -15
|
|
Font.Name = 'Times New Roman'
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.6.4.0'
|
|
object LanguageBox: TListBox
|
|
Left = 8
|
|
Height = 112
|
|
Top = 8
|
|
Width = 152
|
|
ItemHeight = 0
|
|
ScrollWidth = 150
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
end
|
|
object OkBtn: TButton
|
|
Left = 8
|
|
Height = 25
|
|
Top = 128
|
|
Width = 152
|
|
Caption = '&Ok'
|
|
OnClick = OkBtnClick
|
|
TabOrder = 1
|
|
end
|
|
end
|