doublecmd/fmkdir.lfm
Alexander Koblov ab667f7acc Create SVN.
2007-02-08 19:46:07 +00:00

64 lines
1.3 KiB
Text

object frmMkDir: TfrmMkDir
ActiveControl = edtMkDir
Caption = 'frmMkDir'
ClientHeight = 91
ClientWidth = 336
Color = clBackground
KeyPreview = True
OnKeyPress = FormKeyPress
PixelsPerInch = 78
Position = poScreenCenter
TextHeight = 16
HorzScrollBar.Page = 335
HorzScrollBar.Range = 329
VertScrollBar.Page = 90
VertScrollBar.Range = 89
Left = 508
Height = 91
Top = 386
Width = 336
object lblMakeDir: TLabel
Caption = 'lblMakeDir'
Color = clNone
ParentColor = False
Left = 8
Height = 13
Top = 8
Width = 61
end
object edtMkDir: TEdit
TabOrder = 0
Left = 8
Height = 24
Top = 32
Width = 321
end
object btnOK: TBitBtn
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 2
Caption = '&OK'
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
TabOrder = 1
Left = 167
Height = 23
Top = 64
Width = 75
end
object btnCancel: TBitBtn
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 2
Cancel = True
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 2
Left = 255
Height = 23
Top = 64
Width = 75
end
end