home *** CD-ROM | disk | FTP | other *** search
- object WinRename: TWinRename
- Left = 219
- Top = 81
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- ClientHeight = 129
- ClientWidth = 275
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 6
- Top = 14
- Width = 51
- Height = 13
- Caption = 'Old name :'
- end
- object Label2: TLabel
- Left = 6
- Top = 43
- Width = 57
- Height = 13
- Caption = 'New name :'
- end
- object LblOldName: TLabel
- Left = 69
- Top = 14
- Width = 58
- Height = 13
- Caption = 'LblOldName'
- end
- object Label3: TLabel
- Left = 79
- Top = 69
- Width = 118
- Height = 13
- Caption = '(Maximum 30 characters)'
- end
- object BtOK: TBitBtn
- Left = 56
- Top = 95
- Width = 75
- Height = 25
- TabOrder = 0
- TabStop = False
- OnClick = BtOKClick
- Kind = bkOK
- end
- object BtCancel: TBitBtn
- Left = 152
- Top = 95
- Width = 75
- Height = 25
- TabOrder = 1
- TabStop = False
- Kind = bkCancel
- end
- object Edit1: TEdit
- Left = 66
- Top = 38
- Width = 198
- Height = 21
- TabOrder = 2
- Text = 'Edit1'
- end
- end
-