home *** CD-ROM | disk | FTP | other *** search
- object ren: Tren
- Left = 186
- Top = 126
- BorderStyle = bsDialog
- Caption = 'Rename'
- ClientHeight = 128
- ClientWidth = 329
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 44
- Height = 16
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 16
- Top = 40
- Width = 78
- Height = 16
- Caption = 'Rename to :'
- end
- object Edit1: TEdit
- Left = 16
- Top = 64
- Width = 297
- Height = 24
- TabOrder = 0
- end
- object Button1: TButton
- Left = 120
- Top = 96
- Width = 89
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 224
- Top = 96
- Width = 89
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-