home *** CD-ROM | disk | FTP | other *** search
- object RenameForm: TRenameForm
- Left = 179
- Top = 329
- BorderStyle = bsDialog
- Caption = 'Rename File'
- ClientHeight = 137
- ClientWidth = 365
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 19
- object DirLabel: TLabel
- Left = 15
- Top = 15
- Width = 331
- Height = 19
- AutoSize = False
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object TheFileName: TEdit
- Left = 25
- Top = 51
- Width = 321
- Height = 24
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 255
- ParentFont = False
- TabOrder = 0
- end
- object BtnOk: TBitBtn
- Left = 86
- Top = 91
- Width = 90
- Height = 33
- Caption = '&Ok'
- Default = True
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ModalResult = 1
- ParentFont = False
- TabOrder = 1
- OnClick = BtnOkClick
- NumGlyphs = 2
- Style = bsNew
- end
- object BtnAbort: TBitBtn
- Left = 190
- Top = 91
- Width = 90
- Height = 33
- Cancel = True
- Caption = 'Cancel'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ModalResult = 2
- ParentFont = False
- TabOrder = 2
- OnClick = BtnAbortClick
- NumGlyphs = 2
- Style = bsNew
- end
- end
-