52 lines
1006 B
Plaintext
52 lines
1006 B
Plaintext
object DlgCdBlkMain: TDlgCdBlkMain
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
BorderStyle = bsSingle
|
|
Caption = 'CDRomBlock'
|
|
ClientHeight = 242
|
|
ClientWidth = 363
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object btnFindBlock: TButton
|
|
Left = 8
|
|
Top = 8
|
|
Width = 145
|
|
Height = 25
|
|
Caption = 'CDROM '#52286#50500#49436' '#52264#45800
|
|
TabOrder = 0
|
|
OnClick = btnFindBlockClick
|
|
end
|
|
object mmInfo: TMemo
|
|
Left = 9
|
|
Top = 39
|
|
Width = 345
|
|
Height = 194
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 1
|
|
end
|
|
object edDrive: TEdit
|
|
Left = 209
|
|
Top = 10
|
|
Width = 65
|
|
Height = 23
|
|
TabOrder = 2
|
|
end
|
|
object btnGetType: TButton
|
|
Left = 280
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'GetType'
|
|
TabOrder = 3
|
|
OnClick = btnGetTypeClick
|
|
end
|
|
end
|