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

48 lines
935 B
Plaintext

object cde_DriveAdderFrm: Tcde_DriveAdderFrm
Left = 674
Height = 142
Top = 304
Width = 156
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Select a Drive'
ClientHeight = 142
ClientWidth = 156
Font.CharSet = RUSSIAN_CHARSET
Font.Height = -15
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnCreate = FormCreate
Position = poOwnerFormCenter
LCLVersion = '1.6.4.0'
object DriveList: TComboBox
Left = 8
Height = 31
Top = 24
Width = 140
ItemHeight = 0
Style = csDropDownList
TabOrder = 0
end
object SelectBtn: TButton
Left = 8
Height = 25
Top = 64
Width = 140
Caption = '&Select'
OnClick = SelectBtnClick
TabOrder = 1
end
object CancelBtn: TButton
Left = 8
Height = 25
Top = 96
Width = 140
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
end
end