mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
60 lines
1.2 KiB
Text
60 lines
1.2 KiB
Text
object frmMkDir: TfrmMkDir
|
|
Left = 366
|
|
Height = 98
|
|
Top = 546
|
|
Width = 336
|
|
HorzScrollBar.Page = 335
|
|
HorzScrollBar.Range = 329
|
|
VertScrollBar.Page = 97
|
|
VertScrollBar.Range = 89
|
|
ActiveControl = edtMkDir
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Create new directory'
|
|
ClientHeight = 98
|
|
ClientWidth = 336
|
|
KeyPreview = True
|
|
OnKeyPress = FormKeyPress
|
|
Position = poScreenCenter
|
|
object lblMakeDir: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 8
|
|
Width = 129
|
|
Caption = 'Input new directory name:'
|
|
ParentColor = False
|
|
end
|
|
object edtMkDir: TEdit
|
|
Left = 8
|
|
Height = 24
|
|
Top = 32
|
|
Width = 321
|
|
TabOrder = 0
|
|
end
|
|
object btnOK: TBitBtn
|
|
Left = 167
|
|
Height = 32
|
|
Top = 64
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = '&OK'
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
TabOrder = 1
|
|
end
|
|
object btnCancel: TBitBtn
|
|
Left = 255
|
|
Height = 32
|
|
Top = 64
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 2
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 2
|
|
end
|
|
end
|