mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
107 lines
2.4 KiB
Text
107 lines
2.4 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 = '0.9.30.2'
|
|
object lblMakeDir: TLabel
|
|
Left = 6
|
|
Height = 14
|
|
Top = 3
|
|
Width = 338
|
|
Align = alTop
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 3
|
|
BorderSpacing.Right = 6
|
|
Caption = 'Input new directory name:'
|
|
ParentColor = False
|
|
end
|
|
object cbMkDir: TComboBox
|
|
Left = 6
|
|
Height = 21
|
|
Top = 17
|
|
Width = 338
|
|
Align = alTop
|
|
AutoComplete = True
|
|
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 3
|
|
DropDownCount = 5
|
|
ItemHeight = 13
|
|
TabOrder = 0
|
|
end
|
|
object pnlBottom: TPanel
|
|
Left = 6
|
|
Height = 30
|
|
Top = 44
|
|
Width = 338
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 3
|
|
BevelOuter = bvNone
|
|
ClientHeight = 30
|
|
ClientWidth = 338
|
|
TabOrder = 1
|
|
object pnlButtons: TPanel
|
|
Left = 191
|
|
Height = 30
|
|
Top = 0
|
|
Width = 147
|
|
Align = alRight
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 30
|
|
ClientWidth = 147
|
|
TabOrder = 0
|
|
object btnOK: TBitBtn
|
|
Left = 0
|
|
Height = 30
|
|
Top = 0
|
|
Width = 63
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Right = 3
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = '&OK'
|
|
Constraints.MinWidth = 50
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
TabOrder = 0
|
|
end
|
|
object btnCancel: TBitBtn
|
|
Left = 66
|
|
Height = 30
|
|
Top = 0
|
|
Width = 81
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.InnerBorder = 2
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Constraints.MinWidth = 50
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|
|
end
|