doublecmd/src/fmkdir.lfm

106 lines
2.3 KiB
Text

object frmMkDir: TfrmMkDir
Left = 366
Height = 77
Top = 429
Width = 350
ActiveControl = cbMkDir
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Create new directory'
ClientHeight = 77
ClientWidth = 350
Constraints.MinHeight = 50
Constraints.MinWidth = 350
KeyPreview = True
OnKeyPress = FormKeyPress
Position = poScreenCenter
LCLVersion = '1.1'
object lblMakeDir: TLabel
Left = 6
Height = 18
Top = 3
Width = 338
Align = alTop
BorderSpacing.Left = 6
BorderSpacing.Top = 3
BorderSpacing.Right = 6
Caption = '&Input new directory name:'
FocusControl = cbMkDir
ParentColor = False
end
object cbMkDir: TComboBox
Left = 6
Height = 28
Top = 21
Width = 338
Align = alTop
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 3
DropDownCount = 5
ItemHeight = 0
TabOrder = 0
end
object pnlBottom: TPanel
Left = 6
Height = 36
Top = 55
Width = 338
Align = alTop
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 3
BevelOuter = bvNone
ClientHeight = 36
ClientWidth = 338
TabOrder = 1
object pnlButtons: TPanel
Left = 192
Height = 36
Top = 0
Width = 146
Align = alRight
AutoSize = True
BevelOuter = bvNone
ClientHeight = 36
ClientWidth = 146
TabOrder = 0
object btnOK: TBitBtn
Left = 0
Height = 36
Top = 0
Width = 59
Align = alRight
AutoSize = True
BorderSpacing.Right = 3
BorderSpacing.InnerBorder = 2
Caption = '&OK'
Constraints.MinWidth = 50
Default = True
Kind = bkOK
ModalResult = 1
TabOrder = 0
end
object btnCancel: TBitBtn
Left = 62
Height = 36
Top = 0
Width = 84
Align = alRight
AutoSize = True
BorderSpacing.InnerBorder = 2
Cancel = True
Caption = '&Cancel'
Constraints.MinWidth = 50
Kind = bkCancel
ModalResult = 2
TabOrder = 1
end
end
end
end