cd_ejecter/sources/cdejecter_gui/data/ch_languageform.lfm
Alexander c585c2f0cb Initial
Исходный код версии 2.0
2022-05-04 07:31:33 +03:00

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